Pith. sign in

REVIEW 2 major objections 5 minor 102 references

The Sound of Water: Inferring Physical Properties from Pouring Liquids

T0 review · 2 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read From the sound of pouring alone, the paper recovers the air-column length, container height and radius, flow rate, and time to fill, by tracking the fundamental axial resonance whose wavelength is linear in the air-column length.

desk verdict A genuinely novel physics-grounded pipeline for pouring analysis, with a real but fixable circularity issue in the headline dynamic metric. read the letter →

arxiv 2411.11222 v2 pith:BVF3ET5M submitted 2024-11-18 cs.CV cs.MMcs.SDeess.AS

classification cs.CVcs.MMcs.SDeess.AS
keywords pouringsoundspitchdetectionaxialresonancephysicalpropertyinferenceaudio-visualco-supervisioncontainershaperecognitionliquidmassestimationfundamentalfrequency
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper attempts to show that the sound of liquid pouring into a container carries enough information to recover the geometry of the container and the dynamics of the pour, without any visual input. Its route is a physical identity: the fundamental frequency of the air column above the rising liquid obeys $\lambda(t)=4(l(t)+\beta R)$ with $\beta=0.62$, so the wavelength curve is a direct metric for the air-column length. From that curve, boundary conditions give container height and radius, and derivatives give flow rate and time to fill. The authors train a pitch detector without manual supervision, first on simulated pouring sounds and then on real recordings with a physics-inspired visual co-supervision, and report that the resulting model infers air-column length to 0.60 cm mean absolute error, height to 2.27 cm, radius to 1.39 cm, and flow rate to 22.5 ml/s on seen containers. A sympathetic reader would care because it turns an everyday, unlabeled sound into calibrated physical measurements and demonstrates generalization to unseen shapes, materials, and in-the-wild videos.

What carries the argument

The load-bearing object is the axial-resonance wavelength identity $\lambda(t)=4(l(t)+\beta R)$, with $\beta=0.62$ fixed; it converts pitch into a linear metric for the air column. Around this sit four derived formulas: $l(t)=(\lambda(t)-\lambda(T))/4$, $H=(\lambda(0)-\lambda(T))/4$, $R=\lambda(T)/(4\beta)$, $Q(t)=-(\pi R^2/4)\,d\lambda/dt$, plus the early-pour approximation $\tau(t)\approx-\lambda(t)/(d\lambda/dt)$ for time to fill. The detector is an audio transformer trained in two stages: synthetic pre-training on simulated pours, then visual co-supervision on real pours, where a scale factor $\alpha$ links metric wavelengths to pixel air-column lengths and radii. The wavelength curve carries the entire argument, because every physical property is a boundary value, an intercept, or a slope of that curve.

What would settle it

Pour into a transparent cylinder with a ruler beside it at a known constant rate, record audio and video, extract the fundamental frequency from the spectrogram, and compare $l(t)$ from Eq. (5) against the visually tracked water level; if the discrepancy grows with $R$ or with flow rate, or if the apparent pitch is not single-valued, the fixed-$\beta$ linear relation fails.

Watch

Extended reading notes

Core claim

The central claim is that the pitch of pouring water is the fundamental axial resonance of a pipe closed at one end, with a fixed end correction: $\lambda(t)=4(l(t)+0.62R)$, where $\lambda$ is the wavelength of the fundamental, $l(t)$ the air-column length, and $R$ the container radius. If this identity holds over the pour, then the wavelength curve is enough to read off $l(t)$ at every instant, $H$ and $R$ from the boundary at start and end, $Q(t)$ from its slope, and the time to fill from its early behavior. The paper supports the claim by building a transformer-based pitch detector that outputs a wavelength distribution per time step, pre-training it on synthetic pours generated with a differentiable synthesizer, and then fine-tuning it on real videos using the video stream as a weak teacher through the scale-aware equation $\alpha\lambda(t)/4 = l_{\text{px}}(t)+\beta R_{\text{px}}$. Tested on a new dataset of 805 real pouring videos, the co-supervised model outperforms classical and learned pitch estimators and estimates physical properties with the errors reported above, while its features also support container-shape classification and liquid-mass regression on a previous dataset.

Load-bearing premise

The load-bearing premise is that real pouring audio contains one clean, dominant axial-resonance pitch that follows $\lambda(t)=4(l(t)+0.62R)$ at every instant, so every later measurement is a boundary value or slope of that curve; the paper itself shows hemispherical containers and some bottleneck containers violate this.

Editorial extensions

If this is right

  • A single smartphone recording of a pour into a cylinder-like container yields absolute metric estimates of the container and the pour with no manual measurement, with reported mean absolute errors of 0.60 cm in air-column length, 2.27 cm in height, 1.39 cm in radius, and 22.5 ml/s in flow rate on Test set I.
  • Visual co-supervision improves estimates most near the end of the pour, where the audio signal is weak, and that is exactly where radius and flow-rate errors are dominated by $\lambda(T)$ and the slope of $\lambda$, so co-supervision translates into better static and dynamic properties.
  • Pitch-detection features encode shape: an unseen three-way shape classification reaches 90.91% sample accuracy and 92.47% mean class accuracy, and linear probing on a prior pouring dataset gives 1.20 oz mean absolute error for liquid mass.
  • The detector generalizes beyond cylinders to semi-conical, bottleneck, cup, teapot, and wine-glass containers, across glass, plastic, steel, ceramic, and cardboard, and to in-the-wild YouTube pours, although hemispherical containers and multi-modal bottleneck resonances are acknowledged failure cases.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper leaves implicit that the same pitch-to-wavelength pipeline could serve as a contact-free calibration device: if the container is known, the formula gives flow rate and total poured volume, and if the flow rate is known, the same audio gives the container's dimensions; a direct test would compare audio-inferred volume against a scale.
  • A natural extension is multi-pitch tracking, since the failure on bottleneck containers with two simultaneous frequency modes suggests treating axial and radial resonances as separate tracks, or using a harmonic-aware architecture, rather than a single fundamental wavelength.
  • Because the relation is stated with a constant $\beta=0.62$, the approach makes a testable prediction about how inferred size errors should scale with container radius; measuring that scaling would indicate whether the fixed end correction is an adequate approximation across the dataset's size range.
  • The result suggests that the metric-ruler claim may extend to other container-filling sounds, such as grains or viscous liquids, as long as an air column with a single dominant resonance exists; this is an extrapolation the paper does not make.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 5 minor

Summary. This paper claims that, from only audio of liquid pouring, physical properties of the container-liquid system can be recovered: air-column length l(t), container height H, radius R, volume flow rate Q(t), and time-to-fill τ. The authors derive these properties from the axial-resonance relation λ(t)=4(l(t)+βR) in Section 3, train a wav2vec2-based wavelength-prediction network using simulated pouring sounds and visual co-supervision from a DINO-based video teacher in Section 4, introduce a new 805-video dataset in Section 5, and report quantitative results for these properties, plus shape classification and liquid-mass estimation on an external dataset in Section 6. The central theoretical derivation is mathematically straightforward, and the main empirical concern is the provenance of the air-column ground truth used for the headline result.

Significance. If the empirical claims are taken at face value, the paper makes a meaningful advance: it gives a simple and largely parameter-free physical mapping from pitch to metric properties, demonstrates that a learned pitch detector can outperform classical pitch trackers by a large margin, and introduces a valuable dataset for audio-visual physical inference. The independent manual-ruler evaluation of H and R in Table 3 and the external-dataset mass-estimation results are concrete strengths, and the failure cases in Section 6.4 are honestly disclosed. However, the strongest dynamic-property claim (0.60 cm air-column MAE) currently lacks a demonstrated independent ground-truth source, which is essential before the 'audio as metric ruler' and 'human-like capabilities' claims can be accepted.

major comments (2)
  1. [Section 6.1, Table 2; Appendix A.3; Eq. (10)] The manuscript does not state the source of the air-column ground truth used in Table 2. The co-supervised audio model is fine-tuned with the MSE objective in Eq. (10), where the target is the video network's prediction l_px(t)+βR_px, and the video network is trained on pseudo-labels obtained from temporal-difference heatmaps with a RANSAC polynomial fit (Appendix A.3). If Table 2 evaluates against the same pseudo-label pipeline, the reported 0.60 cm error is not a measurement against physical liquid level but an agreement score with the video teacher, and the apparent gain of co-supervision over the audio-only variant (0.60 vs 0.78 cm) could be largely an artifact of fitting that teacher. This is load-bearing because the 'audio is effectively a metric ruler' claim (Section 3.1) and the claimed 'human-like capabilities' (Section 1) rest on this number. The manual ruler measurements for H and R in Table 3 provide independent support for the static-property chain, but they do not validate the dynamic l(t) curve. Please specify the ground-truth source and, if it is the pseudo-label pipeline, add independent manual or sensor-based liquid-level annotations for at least a subset of videos, reporting both pseudo-label-based and independent errors.
  2. [Section 4.3, Eq. (10)-(11); Appendix A.3] The per-video scale factor α is estimated from the ratio between the audio network's own wavelength predictions and the video network's pixel measurements, weighted by RMS energy, and is then fixed while the same audio network is fine-tuned toward Eq. (10). This makes the co-supervision loop partially self-referential: systematic errors in the pre-fine-tune audio model can be absorbed into α and are then not penalized by the objective. The verification in Appendix A.3 (α in [30,80], inverse relation with container size) is only a sanity check. Please provide a sensitivity analysis, e.g., compute α from ground-truth wavelengths on a subset of videos or from an independent metric-to-pixel calibration, and show how the final property errors in Table 3 change. This matters because α is the bridge that converts audio wavelengths into metric quantities used during training.
minor comments (5)
  1. [Section 5, Table 1] The split arithmetic is unclear: Table 1 reports 18 train containers/195 videos, 13 Test I containers/54 videos, 19 Test II containers/327 videos, and 25 Test III containers/434 videos, while the text says the totals are 18 + 25 = 43 containers and 195 + 54 + 434 = 683 videos, omitting Test II and the overlap between Test II and Test III; please clarify the unique-container counts and how the 122 remaining videos are defined.
  2. [Section 6.4, Figure 15] The caption lists '(a) Hemispherical container (cup)' and '(b) Bottle-neck container', but the body text describes (a) as a bottleneck case and (b) as a hemispherical case; the caption and text should be made consistent.
  3. [Table 3] The column header 'Synthetic ↓' is confusing because the text refers to this model as 'audio-only'; using one consistent name would improve readability.
  4. [Section 6.1, Table 3] The rows for time-to-fill use the notation 'τ 1 4 (t)', 'τ 1 2 (t)', and 'τ 3 4 (t)'; please define this notation explicitly, since it is not obvious that these denote the fraction of the original audio given to the model.
  5. [Appendix A.3] The verification that empirical scale factors are in [30,80] relies on 'generic values' of f, s, and Z, but those values are not stated; please provide the assumed values and units so the range can be reproduced.

Circularity Check

1 steps flagged · score 4.0 of 10

Partial circularity: the headline air-column MAE likely targets the same video pseudo-labels used to co-supervise the audio model; other property estimates rest on independent measurements.

  1. fitted input called prediction [Sec. 4.3 / Eq. (10); Sec. 6.1 / Table 2; App. A.3]
    "To compute length of air column from wavelengths, we rely on Eq. (5). We compare our models with the baselines in estimating l(t) and report the mean absolute error averaged over all time points. ... The (psuedo) labels to train this network are obtained using temporal difference between adjacent frames and classical image processing techniques (Derivative of Gaussian on temporal difference heatmaps) to obtain clean ground truths. ..."

    Eq. (10) is the fine-tuning loss: α·λ_audio/4 = l_px+βR_px, with l_px,R_px from the video teacher. The video teacher is trained on A.3's pseudo-labels (temporal-difference heatmaps + RANSAC). Table 2 reports MAE of l(t) but never states an independent source; the only l(t) 'ground truths' the paper describes are those pseudo-labels. Hence the headline 0.60 cm error can measure agreement with the same curve the audio net was fine-tuned to match, sharing smoothing/lag biases, rather than physical truth; the gain over the audio-only 0.78 cm is partly teacher-fitting. H/R, flow-rate and time-to-fill evaluations use manual rulers and actual fill time, so the circularity is partial.

full rationale

The physics chain from Eq. (3) to Eqs. (5)-(8) is a self-contained derivation from standard organ-pipe acoustics with an externally cited end-correction β=0.62; it does not borrow its conclusion from the learned model. Pitch detection is pre-trained on synthetic pouring sounds generated by the same physics equation, but the model is then tested on real recordings, and the static properties are compared against manual ruler measurements, flow rate against volume/time, and time-to-fill against actual fill duration. The only material circularity concern is the dynamic air-column metric: the audio network is fine-tuned with Eq. (10) to match a video teacher trained on the pseudo-label pipeline of Appendix A.3, and the paper does not state that Table 2's l(t) ground truth is independent of that pipeline. If it is the same pipeline, the 0.60 cm figure is a teacher-consistency score rather than an independent physical measurement. This warrants a moderate score, but it does not invalidate the static-property or cross-dataset results, which are externally grounded; there is no load-bearing self-citation or appeal to a uniqueness theorem by the authors.

Assumptions & free parameters 2 free parameters · 5 assumptions · 0 invented entities

No novel physical entities are introduced. The central claim rests on standard acoustics assumptions (axial resonance, fixed end-correction, constant flow rate) and on a per-video fitted scale factor alpha used only during training. The free parameters are alpha (fitted per video) and beta (chosen from literature). The axioms are domain assumptions about the physics of pouring and the camera model, which are stated explicitly but not independently verified within the paper.

free parameters (2)
  • scale factor alpha = per video, estimated in [30, 80]
    Computed as a weighted ratio of audio wavelength to video pixel length (Eq. 10). Encodes depth and camera intrinsics, fitted separately for each training video, used only during co-supervision.
  • end-correction factor beta = 0.62 (fixed)
    Chosen from acoustics literature rather than fitted, but it directly scales the recovered radius R via Eq. (6) and is an input that the central claim depends on.
assumptions (5)
  • domain assumption Axial resonance in a cylindrical container is described by f(t) = c/(4(l(t) + beta*R)) with beta = 0.62.
    Assumed to be the dominant source of the observed pitch; used in synthetic data generation, co-supervision, and property inversion. Section 3.1, Eq. (2).
  • domain assumption The observed fundamental pitch of real pouring audio corresponds to this axial resonance mode.
    Real recordings contain gurgling, radial resonance, and noise; the model is trained to track the axial mode. This is load-bearing because the inversion breaks when the pitch is not clean (see failure cases, Section 6.4).
  • domain assumption Volume flow rate is approximately constant within a single pouring video.
    Needed for the linear l(t) in synthetic data generation and for the time-to-fill derivation. Section 5 and Eq. (8).
  • domain assumption The end-correction term beta*R is negligible compared to H at the start of pouring.
    Used for time-to-fill estimation from partial audio. Section 3.3(iv), Eq. (8).
  • domain assumption The scale factor alpha is constant per video and equals (1/Z)(f/s) for a perspective camera.
    Assumed a static camera with fixed intrinsics and depth; used in co-supervision. Eq. (11).

how reviews work

0 comments
Cite this review

Pith. "Pith review of The Sound of Water: Inferring Physical Properties from Pouring Liquids." pith.science (2026). https://pith.science/paper/BVF3ET5M

@misc{pith2026241111222,
  author       = {Pith},
  title        = {Pith review of: The Sound of Water: Inferring Physical Properties from Pouring Liquids},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/BVF3ET5M}},
  note         = {Machine review of arXiv:2411.11222}
}
read the original abstract

We study the connection between audio-visual observations and the underlying physics of a mundane yet intriguing everyday activity: pouring liquids. Given only the sound of liquid pouring into a container, our objective is to automatically infer physical properties such as the liquid level, the shape and size of the container, the pouring rate and the time to fill. To this end, we: (i) show in theory that these properties can be determined from the fundamental frequency (pitch); (ii) train a pitch detection model with supervision from simulated data and visual data with a physics-inspired objective; (iii) introduce a new large dataset of real pouring videos for a systematic study; (iv) show that the trained model can indeed infer these physical properties for real data; and finally, (v) we demonstrate strong generalization to various container shapes, other datasets, and in-the-wild YouTube videos. Our work presents a keen understanding of a narrow yet rich problem at the intersection of acoustics, physics, and learning. It opens up applications to enhance multisensory perception in robotic pouring.

Figures

Figures reproduced from arXiv: 2411.11222 by the authors.

Figure 1
Figure 1. Overview of the problem and approach. We train a pitch detector without any manual supervision and rely on physics to estimate physical properties merely from the sound of water. Abstract We study the connection between audio-visual observations and the underlying physics of a mundane yet intriguing everyday activity: pouring liquids. Given only the sound of liquid pouring into a container, our objective is to autom… view at source ↗
Figure 2
Figure 2. Demonstration of resonance in liquid pouring. As liquid is poured in the container shown in (a) of height H and radius R, a sound made up of an increasing pitch (fundamental frequency) and some (odd) harmonics is observed on the spectrogram shown in (b). Two kinds of resonance are observed: axial (fundamental shown as blue circles in (d), first harmonic as green crosses) and radial (fundamental shown as yellow squar… view at source ↗
Figure 3
Figure 3. Model architecture and training. (a) The audio network is based on a wav2vec2 repurposed for pitch detection. (b) The video network is based on DINO repurposed to operate on image sequences to detect length of air column and container radius (up to a scale factor). (c) The audio network is pre-trained on synthetic samples and then fine-tuned on real samples using physics-inspired co-supervision from the video. train… view at source ↗
Figures from the paper (17 more)
Figure 4
Figure 4. Figure 4: Samples of simulated pouring sounds. Our simulator takes in (i) a real sample from the train set as condition, (ii) a random pitch profile and generates synthetic waveform that resembles sound of pouring liquid in a cylindrical container. More samples are shown in Appe…
Figure 5
Figure 5. Figure 5: Examples of containers used in the Sound of Water 50 dataset. The dataset contains videos of pouring liquids in containers with diverse shapes, materials, opacity and background environments. The train set has videos of pouring in transparent cylinder-like containers. …
Figure 6
Figure 6. Figure 6: Sample video sequences from the Sound of Water 50 dataset. (Left) Sample pouring sequences in each of the three container shapes: cylindrical, semiconical and bottleneck. (Right) The corresponding spectrograms of the pouring sounds. Split Opacity Shapes # containers # …
Figure 7
Figure 7. Figure 7: Sound of Water 50 dataset statistics. We show some basic numbers from the dataset. (Left) shows distribution of video duration, (center) shows distribution over container shapes and (right) shows distribution over container material. results are reported in [PITH_FULL…
Figure 8
Figure 8. Figure 8: Where does co-supervision help the most? We find that co-supervision is most beneficial towards the end of the audio where the signal is generally low. This is shown qualitatively on a sample in (a) and quantitatively on Test set I in (b). This helps in more precise ra…
Figure 9
Figure 9. Figure 9: Results on shape recognition from audio embeddings. (a) Latent embeddings learned by the co-supervised audio model encode container shape. (b) On an unseen test set, it is able to recognize the container shapes with a sample accuracy of 90.91% and mean class accuracy o…
Figure 10
Figure 10. Figure 10: Generalization across container shapes. Although our pitch predictor is trained only on cylinder-like containers, it works reasonably well on various free-form shapes encountered in daily use (unseen during training). The theoretical estimate (green curve) is obtained…
Figure 11
Figure 11. Figure 11: Generalization across container materials. Our pitch detector works well for diverse kinds of container materials while the shape (semi-conical) is fixed. The theoretical estimate (green curve) is obtained by assuming it as a cylinder and thus is not perfect and only …
Figure 12
Figure 12. Figure 12: Generalization to in-the-wild videos. We qualitatively evaluate on videos sourced from YouTube. Our pitch detector works very well even on these samples. Notice the variability in the visual inputs and contrast that to the consistency in the audio recordings. Generali…
Figure 13
Figure 13. Figure 13: Robustness to various factors. The model generalizes fairly well to variations in liquids, container shapes and to severe background noise. All samples are sourced from YouTube with IDs provided. We recommend the reader to try out such examples in the online demo. uz7…
Figure 14
Figure 14. Figure 14: Generalization to music. Qualitatively, we find surprisingly reasonable generalization to flute sounds likely since the same underlying physical phenomenon produces resonance. We do not find generalization to other musical instruments or polyphonic music due to the la…
Figure 15
Figure 15. Figure 15: Failure cases. (a) The model struggles in cases of hemispherical containers that have too much room for air to pass leading to very weak resonance (b) another challenging case is that of bottle-neck containers that show more than one mode in the frequency distribution…
Figure 16
Figure 16. Figure 16: Examples of synthetic sounds of pouring. Each synthetic sample is conditioned on a real sample and a random pitch profile. The cyan curve is the fundamental of axial resonance and the yellow curve is that of radial resonance. Note that while we only use axial resonanc…
Figure 17
Figure 17. Figure 17: Obtaining pseudo labels for visual pre-training. For a given video (sample frame at time t in (a)), we mask out the container (b) and then compute pixel wise differences which leads to a tensor of size F × H × W. We average across width and get a temporal difference m…
Figure 18
Figure 18. Figure 18: Qualitative result for visual pre-training. Video model predictions (blue) of height of liquid with pseudo-ground truth (green) on an example from the test set I. Verifying scale factor computation. As shown in Eq. (11), the theoretical estimate of scale factors is gi…
Figure 19
Figure 19. Figure 19: Estimated scale factors for a subset of containers. Generally, larger containers (e.g., containers 1 and 4) have smaller scale factors since the camera needs to be placed further apart to produce an image where the container is roughly at the center. This is indeed th…
Figure 20
Figure 20. Figure 20: Cross-container generalization in liquid mass estimation. On the dataset by Wilson et al. [96], on the seven container-liquid cases, we train to detect liquid mass on pouring sounds of a single container and test on those of every container. We find promising generali…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

102 extracted references · 66 canonical work pages

  1. [1]

    Afouras, J

    T. Afouras, J. S. Chung, and A. Zisserman. Deep lip reading: a comparison of models and an online application. In Conference of the International Speech Communication Association (INTERSPEECH),

  2. [2]

    Deep audio-visual speech recognition

    Triantafyllos Afouras, Joon Son Chung, Andrew Senior, Oriol Vinyals, and Andrew Zisserman. Deep audio-visual speech recognition. IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 44(12):8717–8727, 2018. 3

  3. [3]

    Hearing water temperature: Characterizing the development of nuanced perception of auditory events

    Tanushree Agrawal, Michelle Lee, Amanda Calcetas, Danielle Clarke, Naomi Lin, and Adena Schachner. Hearing water temperature: Characterizing the development of nuanced perception of auditory events. In Annual Meeting of the Cognitive Science Society, 2020. URL https://api.semanticscholar.org/ CorpusID:231792766. 2

  4. [4]

    Vatt: Transformers for multimodal self-supervised learning from raw video, audio and text

    Hassan Akbari, Liangzhe Yuan, Rui Qian, Wei-Hong Chuang, Shih-Fu Chang, Yin Cui, and Boqing Gong. Vatt: Transformers for multimodal self-supervised learning from raw video, audio and text. Advances in Neural Information Processing Systems (NeurIPS), 34:24206–24221, 2021. 3

  5. [5]

    Self- supervised learning by cross-modal audio-video clustering

    Humam Alwassel, Dhruv Mahajan, Bruno Korbar, Lorenzo Torresani, Bernard Ghanem, and Du Tran. Self- supervised learning by cross-modal audio-video clustering. Advances in Neural Information Processing Systems (NeurIPS), 33:9758–9770, 2020. 3

  6. [6]

    Herbert Anderson and Floyd C

    S. Herbert Anderson and Floyd C. Ostensen. Effect of frequency on the end correction of pipes. Physical Review, 1928. URL https://api.semanticscholar.org/CorpusID:121139086. 4

  7. [7]

    Look, listen and learn

    Relja Arandjelovic and Andrew Zisserman. Look, listen and learn. In International Conference on Computer Vision (ICCV), pages 609–617, 2017. 3

  8. [8]

    Objects that sound

    Relja Arandjelovic and Andrew Zisserman. Objects that sound. In European Conference on Computer Vision (ECCV), pages 435–451, 2018. 3

Show all 102 references
  1. [9]

    Labelling unlabelled videos from scratch with multi-modal self-supervision

    Yuki Asano, Mandela Patrick, Christian Rupprecht, and Andrea Vedaldi. Labelling unlabelled videos from scratch with multi-modal self-supervision. Advances in Neural Information Processing Systems (NeurIPS), 33:4660–4671, 2020. 3

  2. [10]

    Soundnet: Learning sound representations from unlabeled video

    Yusuf Aytar, Carl V ondrick, and Antonio Torralba. Soundnet: Learning sound representations from unlabeled video. Advances in Neural Information Processing Systems (NeurIPS), 29, 2016. 3, 14

  3. [11]

    Pournet: Robust robotic pouring through curriculum and curiosity-based reinforcement learning

    Edwin Babaians, Tapan Sharma, Mojtaba Karimi, Sahand Sharifzadeh, and Eckehard Steinbach. Pournet: Robust robotic pouring through curriculum and curiosity-based reinforcement learning. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages 9332–9...

  4. [12]

    wav2vec 2.0: A framework for self-supervised learning of speech representations

    Alexei Baevski, Yuhao Zhou, Abdelrahman Mohamed, and Michael Auli. wav2vec 2.0: A framework for self-supervised learning of speech representations. Advances in Neural Information Processing Systems (NeurIPS), 33:12449–12460, 2020. 2, 6, 22

  5. [13]

    Piyush Bagad, Makarand Tapaswi, Cees G. M. Snoek, and Andrew Zisserman. The Sound of Water: Inferring Physical Properties from Pouring Liquids. In ICASSP, 2025. 1

  6. [14]

    On the vibrations of elastic shells partly filled with liquid

    Sudhansukumar Banerji. On the vibrations of elastic shells partly filled with liquid. Phys. Rev., Mar 1919. doi: 10.1103/PhysRev.13.171. URL https://link.aps.org/doi/10.1103/PhysRev.13.171. 2, 4

  7. [15]

    The physics of sound

    Richard E Berg and David G Stork. The physics of sound. Pearson Education India, 1982. 2

  8. [16]

    Cabe and John B

    Patrick A. Cabe and John B. Pittenger. Human sensitivity to acoustic information from vessel filling. Journal of experimental psychology. Human perception and performance, 2000. 2, 3, 5, 11

  9. [17]

    Perception of object length by sound

    Claudia Carello, Krista L Anderson, and Andrew J Kunkler-Peck. Perception of object length by sound. Psychological science, 9(3):211–214, 1998. 2

  10. [18]

    Emerging properties in self-supervised vision transformers

    Mathilde Caron, Hugo Touvron, Ishan Misra, Hervé Jégou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerging properties in self-supervised vision transformers. In International Conference on Computer Vision (ICCV), pages 9650–9660, 2021. 8, 22, 23

  11. [19]

    Multimodal clustering networks for self-supervised learning from unlabeled videos

    Brian Chen, Andrew Rouditchenko, Kevin Duarte, Hilde Kuehne, Samuel Thomas, Angie Boggust, Rameswar Panda, Brian Kingsbury, Rogerio Feris, David Harwath, et al. Multimodal clustering networks for self-supervised learning from unlabeled videos. In International Conference on Co...

  12. [20]

    Vggsound: A large-scale audio-visual dataset

    Honglie Chen, Weidi Xie, Andrea Vedaldi, and Andrew Zisserman. Vggsound: A large-scale audio-visual dataset. In International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2020. 2, 3

  13. [21]

    Localizing visual sounds the hard way

    Honglie Chen, Weidi Xie, Triantafyllos Afouras, Arsha Nagrani, Andrea Vedaldi, and Andrew Zisserman. Localizing visual sounds the hard way. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 16867–16876, 2021. 3 17

  14. [23]

    Sound localization by self-supervised time delay estimation

    Ziyang Chen, David F Fouhey, and Andrew Owens. Sound localization by self-supervised time delay estimation. In European Conference on Computer Vision (ECCV), pages 489–508. Springer, 2022. 3

  15. [24]

    T-foley: A controllable waveform-domain diffusion model for temporal-event-guided foley sound synthesis

    Yoonjin Chung, Junwon Lee, and Juhan Nam. T-foley: A controllable waveform-domain diffusion model for temporal-event-guided foley sound synthesis. In International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 6820–6824. IEEE, 2024. 3

  16. [25]

    Rescaling egocentric vision: Collection, pipeline and challenges for epic-kitchens-100

    Dima Damen, Hazel Doughty, Giovanni Maria Farinella, Antonino Furnari, Jian Ma, Evangelos Kazakos, Davide Moltisanti, Jonathan Munro, Toby Perrett, Will Price, and Michael Wray. Rescaling egocentric vision: Collection, pipeline and challenges for epic-kitchens-100. Internation...

  17. [26]

    Yin, a fundamental frequency estimator for speech and music

    Alain De Cheveigné and Hideki Kawahara. Yin, a fundamental frequency estimator for speech and music. The Journal of the Acoustical Society of America, 111(4):1917–1930, 2002. 10, 12, 25

  18. [27]

    A probabilistic approach to liquid level detection in cups using an rgb-d camera

    Chau Do, Tobias Schubert, and Wolfram Burgard. A probabilistic approach to liquid level detection in cups using an rgb-d camera. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 2075–2080, 2016. doi: 10.1109/IROS.2016.7759326. 3

  19. [28]

    Learning to pour using deep deterministic policy gradients

    Chau Do, Camilo Gordillo, and Wolfram Burgard. Learning to pour using deep deterministic policy gradients. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages 3074–3079, 2018. doi: 10.1109/IROS.2018.8593654. 3

  20. [29]

    Precision pouring into unknown containers by service robots

    Chenyu Dong, Masaru Takizawa, Shunsuke Kudoh, and Takashi Suehiro. Precision pouring into unknown containers by service robots. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 5875–5882, 2019. doi: 10.1109/IROS40897.2019.8967911. 3

  21. [30]

    Conditional generation of audio from video via foley analogies

    Yuexi Du, Ziyang Chen, Justin Salamon, Bryan Russell, and Andrew Owens. Conditional generation of audio from video via foley analogies. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 2426–2436, 2023. 3

  22. [31]

    Ddsp: Differentiable digital signal processing

    Jesse Engel, Lamtharn (Hanoi) Hantrakul, Chenjie Gu, and Adam Roberts. Ddsp: Differentiable digital signal processing. In International Conference on Learning Representations (ICLR), 2020. URL https://openreview.net/forum?id=B1x1ma4tDr. 6

  23. [32]

    Predicting 3d shapes, masks, and properties of materials, liquids, and objects inside transparent containers, using the transproteus cgi dataset, 2021

    Sagi Eppel, Haoping Xu, Yi Ru Wang, and Alan Aspuru-Guzik. Predicting 3d shapes, masks, and properties of materials, liquids, and objects inside transparent containers, using the transproteus cgi dataset, 2021. 3

  24. [33]

    Anthony P. French. In vino veritas: A study of wineglass acoustics. American Journal of Physics, 1983. URL https://api.semanticscholar.org/CorpusID:120875058. 2, 4

  25. [34]

    Gemmeke, Daniel P

    Jort F. Gemmeke, Daniel P. W. Ellis, Dylan Freedman, Aren Jansen, Wade Lawrence, R. Channing Moore, Manoj Plakal, and Marvin Ritter. Audio set: An ontology and human-labeled dataset for audio events. In International Conference on Acoustics, Speech and Signal Processing (ICASS...

  26. [35]

    Audiovisual masked autoencoders

    Mariana-Iuliana Georgescu, Eduardo Fonseca, Radu Tudor Ionescu, Mario Lucic, Cordelia Schmid, and Anurag Arnab. Audiovisual masked autoencoders. In International Conference on Computer Vision (ICCV), pages 16144–16154, 2023. 3

  27. [36]

    The ecological approach to visual perception: classic edition

    James J Gibson. The ecological approach to visual perception: classic edition. Psychology press, 2014. 2

  28. [37]

    Imagebind: One embedding space to bind them all

    Rohit Girdhar, Alaaeldin El-Nouby, Zhuang Liu, Mannat Singh, Kalyan Vasudev Alwala, Armand Joulin, and Ishan Misra. Imagebind: One embedding space to bind them all. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 15180–15190, 2023. 3

  29. [38]

    Contrastive audio-visual masked autoencoder

    Yuan Gong, Andrew Rouditchenko, Alexander H Liu, David Harwath, Leonid Karlinsky, Hilde Kuehne, and James Glass. Contrastive audio-visual masked autoencoder. arXiv:2210.07839, 2022. 3

  30. [39]

    Listen, think, and understand

    Yuan Gong, Hongyin Luo, Alexander H Liu, Leonid Karlinsky, and James Glass. Listen, think, and understand. arXiv:2305.10790, 2023. 3

  31. [40]

    Spectral information for detection of acoustic time to arrival

    Michael S Gordon, Frank A Russo, and Ewen MacDonald. Spectral information for detection of acoustic time to arrival. Attention, Perception, & Psychophysics, 75:738–750, 2013. 2

  32. [41]

    Tuning of musical glasses

    Thomas Guignard. Tuning of musical glasses. In Master’s Thesis, ETH Zurich, 2003. URL https: //api.semanticscholar.org/CorpusID:137983171. 4

  33. [42]

    Audioclip: Extending clip to image, text and audio

    Andrey Guzhov, Federico Raue, Jörn Hees, and Andreas Dengel. Audioclip: Extending clip to image, text and audio. In International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 976–980. IEEE, 2022. 3 18

  34. [43]

    Hermann L. F. Helmholtz and Alexander John Ellis. On the sensations of tone as a physiological basis for the theory of music. Nature, 12:449–452, 2005. URL https://api.semanticscholar.org/ CorpusID:119511156. 16, 22, 23

  35. [44]

    Gaussian error linear units (gelus)

    Dan Hendrycks and Kevin Gimpel. Gaussian error linear units (gelus). arXiv:1606.08415, 2016. 22

  36. [45]

    Mavil: Masked audio-video learners

    Po-Yao Huang, Vasu Sharma, Hu Xu, Chaitanya Ryali, Yanghao Li, Shang-Wen Li, Gargi Ghosh, Jitendra Malik, Christoph Feichtenhofer, et al. Mavil: Masked audio-video learners. Advances in Neural Information Processing Systems (NeurIPS), 36, 2024. 3

  37. [46]

    Learning to pour, 2017

    Yongqiang Huang and Yu Sun. Learning to pour, 2017. 3

  38. [47]

    Robot gaining accurate pouring skills through self- supervised learning and generalization

    Yongqiang Huang, Juan Wilches, and Yu Sun. Robot gaining accurate pouring skills through self- supervised learning and generalization. Robotics and Autonomous Systems, 136:103692, 2021. 3

  39. [48]

    End corrections of organ pipes

    Arthur Taber Jones. End corrections of organ pipes. Journal of the Acoustical Society of America, 1941. URL https://api.semanticscholar.org/CorpusID:120564889. 4

  40. [49]

    The kinetics human action video dataset

    Will Kay, Joao Carreira, Karen Simonyan, Brian Zhang, Chloe Hillier, Sudheendra Vijayanarasimhan, Fabio Viola, Tim Green, Trevor Back, Paul Natsev, et al. The kinetics human action video dataset. arXiv:1705.06950, 2017. 2

  41. [50]

    Crepe: A convolutional representation for pitch estimation

    Jong Wook Kim, Justin Salamon, Peter Li, and Juan Pablo Bello. Crepe: A convolutional representation for pitch estimation. In International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 161–165. IEEE, 2018. 6, 7, 10, 12, 25

  42. [51]

    Adam: a method for stochastic optimization

    DP Kingma. Adam: a method for stochastic optimization. arXiv:1412.6980, 2014. 7, 9

  43. [52]

    Segment anything

    Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer Whitehead, Alexander C Berg, Wan-Yen Lo, et al. Segment anything. InInternational Conference on Computer Vision (ICCV), pages 4015–4026, 2023. 8

  44. [53]

    Perception of material from contact sounds

    Roberta L Klatzky, Dinesh K Pai, and Eric P Krotkov. Perception of material from contact sounds. Presence, 9(4):399–410, 2000. 2

  45. [54]

    Cooperative learning of audio and video models from self-supervised synchronization

    Bruno Korbar, Du Tran, and Lorenzo Torresani. Cooperative learning of audio and video models from self-supervised synchronization. Advances in Neural Information Processing Systems (NeurIPS) , 31,

  46. [55]

    Hearing shape

    Andrew J Kunkler-Peck and Michael T Turvey. Hearing shape. Journal of Experimental psychology: human perception and performance, 26(1):279, 2000. 2

  47. [56]

    Temporal convolu- tional networks for action segmentation and detection

    Colin Lea, Michael D Flynn, Rene Vidal, Austin Reiter, and Gregory D Hager. Temporal convolu- tional networks for action segmentation and detection. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 156–165, 2017. 14

  48. [57]

    Sound-guided semantic video generation

    Seung Hyun Lee, Gyeongrok Oh, Wonmin Byeon, Chanyoung Kim, Won Jeong Ryoo, Sang Ho Yoon, Hyunjun Cho, Jihyun Bae, Jinkyu Kim, and Sangpil Kim. Sound-guided semantic video generation. In European Conference on Computer Vision (ECCV), pages 34–50. Springer, 2022. 3

  49. [58]

    Making sense of audio vibration for liquid height estimation in robotic pouring

    Hongzhuo Liang, Shuang Li, Xiaojian Ma, Norman Hendrich, Timo Gerkmann, Fuchun Sun, and Jianwei Zhang. Making sense of audio vibration for liquid height estimation in robotic pouring. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), November 2019. 3

  50. [59]

    Making sense of audio vibration for liquid height estimation in robotic pouring

    Hongzhuo Liang, Shuang Li, Xiaojian Ma, Norman Hendrich, Timo Gerkmann, Fuchun Sun, and Jianwei Zhang. Making sense of audio vibration for liquid height estimation in robotic pouring. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 5333–533...

  51. [60]

    Robust robotic pouring using audition and haptics

    Hongzhuo Liang, Chuangchuang Zhou, Shuang Li, Xiaojian Ma, Norman Hendrich, Timo Gerkmann, Fuchun Sun, Marcus Stoffel, and Jianwei Zhang. Robust robotic pouring using audition and haptics. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, Oct...

  52. [61]

    Robust robotic pouring using audition and haptics

    Hongzhuo Liang, Chuangchuang Zhou, Shuang Li, Xiaojian Ma, Norman Hendrich, Timo Gerkmann, Fuchun Sun, Marcus Stoffel, and Jianwei Zhang. Robust robotic pouring using audition and haptics. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 108...

  53. [62]

    Pourit!: Weakly-supervised liquid perception from a single image for visual closed-loop robotic pouring

    Haitao Lin, Yanwei Fu, and Xiangyang Xue. Pourit!: Weakly-supervised liquid perception from a single image for visual closed-loop robotic pouring. In International Conference on Computer Vision (ICCV), pages 241–251, October 2023. 3

  54. [63]

    Qi Liu, Fan Feng, Chuanlin Lan, and Rosa H. M. Chan. Va2mass: Towards the fluid filling mass estimation via integration of vision and audio learning. In ICPR Workshops, 2020. URL https: //api.semanticscholar.org/CorpusID:232023100. 3

  55. [64]

    Active contrastive learning of audio-visual video representations

    Shuang Ma, Zhaoyang Zeng, Daniel McDuff, and Yale Song. Active contrastive learning of audio-visual video representations. arXiv:2009.09805, 2020. 3 19

  56. [65]

    Language segment-anything

    Luca Medeiros. Language segment-anything. Github, 2024. 22

  57. [66]

    Absolute and relative cues for the auditory perception of egocentric distance

    Donald H Mershon and John N Bowers. Absolute and relative cues for the auditory perception of egocentric distance. Perception, 8(3):311–322, 1979. 2

  58. [67]

    Audio-visual instance discrimination with cross- modal agreement

    Pedro Morgado, Nuno Vasconcelos, and Ishan Misra. Audio-visual instance discrimination with cross- modal agreement. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 12475– 12486, 2021. 3

  59. [68]

    Harvest: A high-performance fundamental frequency estimator from speech signals

    Masanori Morise et al. Harvest: A high-performance fundamental frequency estimator from speech signals. In Conference of the International Speech Communication Association (INTERSPEECH), pages 2321–2325, 2017. 2

  60. [69]

    See the glass half full: Reasoning about liquid containers, their volume and content

    Roozbeh Mottaghi, Connor Schenck, Dieter Fox, and Ali Farhadi. See the glass half full: Reasoning about liquid containers, their volume and content. International Conference on Computer Vision (ICCV), pages 1889–1898, 2017. URL https://api.semanticscholar.org/CorpusID:7410030. 3

  61. [70]

    Self-supervised transparent liquid segmentation for robotic pouring

    Gautham Narayan Narasimhan, Kai Zhang, Ben Eisner, Xingyu Lin, and David Held. Self-supervised transparent liquid segmentation for robotic pouring. IEEE International Conference on Robotics and Automation (ICRA), pages 4555–4561, 2022. URL https://api.semanticscholar.org/Corpu...

  62. [71]

    Audio-visual scene analysis with self-supervised multisensory features

    Andrew Owens and Alexei A Efros. Audio-visual scene analysis with self-supervised multisensory features. In European Conference on Computer Vision (ECCV), pages 631–648, 2018. 3

  63. [72]

    Ambient sound provides supervision for visual learning

    Andrew Owens, Jiajun Wu, Josh H McDermott, William T Freeman, and Antonio Torralba. Ambient sound provides supervision for visual learning. In European Conference on Computer Vision (ECCV), pages 801–816. Springer, 2016. 3

  64. [73]

    Robot motion planning for pouring liquids

    Zherong Pan, Chonhyon Park, and Dinesh Manocha. Robot motion planning for pouring liquids. Proceedings of the International Conference on Automated Planning and Scheduling, 26(1):518–526, Mar

  65. [74]

    Why can you hear a difference between pouring hot and cold water? an investigation of temperature dependence in psychoacoustics

    He Peng and Joshua D Reiss. Why can you hear a difference between pouring hot and cold water? an investigation of temperature dependence in psychoacoustics. In Audio Engineering Society Convention

  66. [75]

    Critcher

    Hannah Perfecto, Kristin Donnelly, and Clayton R. Critcher. V olume estimation through mental simulation. Psychological Science, 30, 2019. 2

  67. [76]

    V olume estimation through mental simulation

    Hannah Perfecto, Kristin Donnelly, and Clayton R Critcher. V olume estimation through mental simulation. Psychological science, 30(1):80–91, 2019. 3

  68. [77]

    Pouring by feel: An analysis of tactile and proprioceptive sensing for accurate pouring

    Pedro Piacenza, Daewon Lee, and V olkan Isler. Pouring by feel: An analysis of tactile and proprioceptive sensing for accurate pouring. In IEEE International Conference on Robotics and Automation (ICRA), pages 10248–10254, 2022. doi: 10.1109/ICRA46639.2022.9811898. 3

  69. [78]

    C. E. Pykett. End corrections, natural frequencies, tone colour and physical modelling of organ pipes,

  70. [79]

    The theory of sound, volume 2

    John William Strutt Baron Rayleigh. The theory of sound, volume 2. Macmillan, 1896. 2, 4

  71. [80]

    Pesto: Pitch estimation with self- supervised transposition-equivariant objective

    Alain Riou, Stefan Lattner, Gaëtan Hadjeres, and Geoffroy Peeters. Pesto: Pitch estimation with self- supervised transposition-equivariant objective. In International Society for Music Information Retrieval Conference (ISMIR), 2023. 10, 12, 25

  72. [81]

    Size, shape, and material properties of sound models

    Davide Rocchesso, Laura Ottaviani, Federico Fontana, and Federico Avanzini. Size, shape, and material properties of sound models. The sounding object, pages 95–110, 2003. 2

  73. [82]

    Identifying a sound-producing object’s direction of motion and change in speed

    Michael K Russell. Identifying a sound-producing object’s direction of motion and change in speed. Auditory Perception & Cognition, 6(3-4):353–368, 2023. 2

  74. [83]

    Detection and tracking of liquids with fully convolutional networks,

    Connor Schenck and Dieter Fox. Detection and tracking of liquids with fully convolutional networks,

  75. [84]

    Towards learning to perceive and reason about liquids

    Connor Schenck and Dieter Fox. Towards learning to perceive and reason about liquids. In International Symposium on Experimental Robotics, 2016. URL https://api.semanticscholar.org/CorpusID: 12918749

  76. [85]

    Perceiving and reasoning about liquids using fully convolutional networks

    Connor Schenck and Dieter Fox. Perceiving and reasoning about liquids using fully convolutional networks. The International Journal of Robotics Research, 37:452 – 471, 2017. URL https://api. semanticscholar.org/CorpusID:6123383. 3

  77. [86]

    Visual closed-loop control for pouring liquids

    Connor Schenck and Dieter Fox. Visual closed-loop control for pouring liquids. In IEEE International Conference on Robotics and Automation (ICRA) , pages 2629–2636, 2017. doi: 10.1109/ICRA.2017. 7989307. 3 20

  78. [87]

    You can hear the difference between hot and cold water, March 2017

    Tom Scott. You can hear the difference between hot and cold water, March 2017. URL https: //www.youtube.com/watch?v=Ri_4dDvcZeM. 2

  79. [88]

    Time-contrastive networks: Self-supervised learning from video

    Pierre Sermanet, Corey Lynch, Yevgen Chebotar, Jasmine Hsu, Eric Jang, Stefan Schaal, Sergey Levine, and Google Brain. Time-contrastive networks: Self-supervised learning from video. InIEEE International Conference on Robotics and Automation (ICRA), pages 1134–1141. IEEE, 2018. 3

  80. [89]

    Learning audio-visual speech representation by masked multimodal cluster prediction

    Bowen Shi, Wei-Ning Hsu, Kushal Lakhotia, and Abdelrahman Mohamed. Learning audio-visual speech representation by masked multimodal cluster prediction. arXiv:2201.02184, 2022. 3

  81. [90]

    Intuitive physical inference from sound

    James Traer and J McDermott. Intuitive physical inference from sound. In 2018 Conference on Cognitive Computational Neuroscience, pages 2018–1057, 2018. 2

  82. [91]

    Visualizing data using t-sne

    Laurens Van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of Machine Learning Research (JMLR), 9(11), 2008. 12

  83. [92]

    Attention is all you need

    A Vaswani. Attention is all you need. Advances in Neural Information Processing Systems (NeurIPS),

  84. [93]

    The sound of temperature: What information do pouring sounds convey concerning the temperature of a beverage

    Carlos Velasco, Russ Jones, Scott King, and Charles Spence. The sound of temperature: What information do pouring sounds convey concerning the temperature of a beverage. Journal of Sensory Studies, 28,

  85. [94]

    The sound of temperature: What information do pouring sounds convey concerning the temperature of a beverage

    Carlos Velasco, Russ Jones, Scott King, and Charles Spence. The sound of temperature: What information do pouring sounds convey concerning the temperature of a beverage. Journal of Sensory Studies, 28(5): 335–345, 2013. 3

  86. [95]

    The use of helmholtz resonance for measuring the volume of liquids and solids

    Emile S Webster and Clive E Davies. The use of helmholtz resonance for measuring the volume of liquids and solids. Sensors, 10(12):10663–10672, 2010. 2, 11

  87. [96]

    Analyzing liquid pouring sequences via audio-visual neural networks

    Justin Wilson, Auston Sterling, and Ming Lin. Analyzing liquid pouring sequences via audio-visual neural networks. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2019. 3, 12, 13, 14, 16, 25, 26

  88. [97]

    Physics 101: Learning physical object properties from unlabeled videos

    Jiajun Wu, Joseph J Lim, Hongyi Zhang, Joshua B Tenenbaum, and William T Freeman. Physics 101: Learning physical object properties from unlabeled videos. InBritish Machine Vision Conference (BMVC),

  89. [98]

    Liquid pouring monitoring via rich sensory inputs, 2018

    Tz-Ying Wu, Juan-Ting Lin, Tsun-Hsuang Wang, Chan-Wei Hu, Juan Carlos Niebles, and Min Sun. Liquid pouring monitoring via rich sensory inputs, 2018. 3

  90. [99]

    Merlot reserve: Neural script knowledge through vision and language and sound

    Rowan Zellers, Jiasen Lu, Ximing Lu, Youngjae Yu, Yanpeng Zhao, Mohammadreza Salehi, Aditya Kusupati, Jack Hessel, Ali Farhadi, and Yejin Choi. Merlot reserve: Neural script knowledge through vision and language and sound. In Conference on Computer Vision and Pattern Recogniti...

  91. [100]

    Pouring dynamics estimation using gated recurrent units, 2021

    Qi Zheng. Pouring dynamics estimation using gated recurrent units, 2021. 3

  92. [101]

    Psychoacoustics: Facts and models, volume 22

    Eberhard Zwicker and Hugo Fastl. Psychoacoustics: Facts and models, volume 22. Springer Science & Business Media, 2013. 2 21 A Appendix / supplemental material A.1 Dataset Recording setup. We use the OnePlus Nord CE 5G phone with its in-built microphone to record videos of liq...

  93. [145]

    Audio Engineering Society, 2018. 16

  94. [2016]

    URL https://ojs.aaai.org/index.php/ICAPS/article/ view/13787

    doi: 10.1609/icaps.v26i1.13787. URL https://ojs.aaai.org/index.php/ICAPS/article/ view/13787. 3

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.