--- license: mit task_categories: - audio-classification - text-to-video language: - en tags: - audio-visual - physical-properties - pitch-estimation pretty_name: Sound-of-Water 50 size_categories: - n<1K configs: - config_name: default data_files: - split: train path: "splits/train.csv" - split: test_I path: "splits/test_I.csv" - split: test_II path: "splits/test_II.csv" - split: test_III path: "splits/test_III.csv" --- # 🚰 The Sound of Water: Inferring Physical Properties from Pouring Liquids This dataset is associated with the paper "The Sound of Water: Inferring Physical Properties from Pouring Liquids".
*Key insight*: As water is poured, the fundamental frequency that we hear changes predictably over time as a function of physical properties (e.g., container dimensions). **TL;DR**: We present a method to infer physical properties of liquids from *just* the sound of pouring. We show in theory how *pitch* can be used to derive various physical properties such as container height, flow rate, etc. Then, we train a pitch detection network (`wav2vec2`) using simulated and real data. The resulting model can predict the physical properties of pouring liquids with high accuracy. The latent representations learned also encode information about liquid mass and container shape. ## 📑 Table of Contents - [🚰 The Sound of Water: Inferring Physical Properties from Pouring Liquids](#-the-sound-of-water-inferring-physical-properties-from-pouring-liquids) - [📑 Table of Contents](#-table-of-contents) - [📚 Dataset Overview](#-dataset-overview) - [🎥 Video and 🎧 audio samples](#-video-and--audio-samples) - [🗂️ Splits](#️-splits) - [📝 Annotations](#-annotations) - [Container measurements and other metadata](#container-measurements-and-other-metadata) - [Container bounding boxes](#container-bounding-boxes) - [🎬 YouTube samples](#-youtube-samples) - [📜 Citation](#-citation) - [🙏 Acknowledgements](#-acknowledgements) - [🙅🏻 Potential Biases](#-potential-biases) ## 📚 Dataset Overview We collect a dataset of 805 clean videos that show the action of pouring water in a container. Our dataset spans over 50 unique containers made of 5 different materials, 4 different shapes and with hot and cold water. Some example containers are shown below.
The dataset is stored in the following directory structure: ```sh SoundOfWater/ |-- annotations |-- assets |-- audios |-- README.md |-- splits |-- videos `-- youtube_samples 6 directories, 1 file ``` ## 🎥 Video and 🎧 audio samples The video and audio samples are stored in the `./videos/` and `./audios/` directories, respectively. Note that we have trimmed the videos between the precise start and end of the pouring action. If you need untrimmed videos, please contact us separately and we may be able to help. The metadata for each video is a row in "./annotations/localisation.csv". ## 🗂️ Splits We create four splits of the dataset. All of the splits can be found in the `./splits/` directory. The splits are as follows:
Split | Opacity | Shapes | Containers | Videos | Description | |||
---|---|---|---|---|---|---|---|---|
Transparent | Opaque | Cylinder | Semi-cone | Bottle | ||||
Train | ✓ | ✗ | ✓ | ✓ | ✗ | 18 | 195 | Transparent cylinder-like containers |
Test I | ✓ | ✗ | ✓ | ✓ | ✗ | 13 | 54 | Test set with seen containers |
Test II | ✗ | ✓ | ✓ | ✓ | ✗ | 19 | 327 | Test set with unseen containers |
Test III | ✓ | ✓ | ✓ | ✓ | ✓ | 25 | 434 | Shape clf. with unseen containers |