KeisukeImoto commited on
Commit
5fd1309
·
verified ·
1 Parent(s): b111c47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -25
README.md CHANGED
@@ -19,11 +19,8 @@ It can be used for a wide range of tasks, including cross-modal retrieval, multi
19
 
20
  If you use this dataset, please cite the following paper:
21
 
22
- ### Plain text
23
-
24
  Keisuke Imoto, Yamato Kojima, and Takao Tsuchiya, "Audio-Image Cross-Modal Retrieval with Onomatopoeic Images," arXiv:2605.17509, 2026.
25
 
26
- ### BibTeX
27
  ```bibtex
28
  @article{imoto2026audio,
29
  title={Audio-Image Cross-Modal Retrieval with Onomatopoeic Images},
@@ -32,34 +29,25 @@ Keisuke Imoto, Yamato Kojima, and Takao Tsuchiya, "Audio-Image Cross-Modal Retri
32
  year={2026}
33
  }
34
 
35
- ## Dataset Overview
36
-
37
- | Item | Description |
38
- |---|---|
39
- | Dataset name | Multimodal Image-Audio Onomatopoeia Dataset |
40
- | Short name | MIAO |
41
- | Modalities | Audio, image |
42
- | Audio content | Non-speech sound events |
43
- | Souond event classes | 50 |
44
- | Sound sets | 12 |
45
- | Sound clips | 600 |
46
- | Illustrators | 18 |
47
- | Onomatopoeic images | 900 |
48
 
 
49
 
50
- | Modality | Source / Creator | Variation axis | Items per class | Total |
51
  |---|---|---|---:|---:|
52
- | Audio | FSD50K CC0 clips | 12 sound sets | 12 clips | 600 clips |
53
- | Image | 18 illustrators recruited through 99designs | 18 illustrators | 18 images | 900 images |
54
 
55
- In the audio portion, each sound set contains one clip for each of the 50 acoustic event classes.
56
- In the image portion, each illustrator created one onomatopoeic image for each acoustic event class after listening to the corresponding audio clip.
57
 
58
- ## Data Composition
59
 
60
  ### Audio
61
 
62
- The audio portion contains **600 clips** from 50 acoustic event classes.
 
 
 
 
 
63
 
64
- ```text
65
- 50 acoustic event classes × 12 sound sets = 600 sound clips
 
19
 
20
  If you use this dataset, please cite the following paper:
21
 
 
 
22
  Keisuke Imoto, Yamato Kojima, and Takao Tsuchiya, "Audio-Image Cross-Modal Retrieval with Onomatopoeic Images," arXiv:2605.17509, 2026.
23
 
 
24
  ```bibtex
25
  @article{imoto2026audio,
26
  title={Audio-Image Cross-Modal Retrieval with Onomatopoeic Images},
 
29
  year={2026}
30
  }
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
+ ## Dataset Overview
34
 
35
+ | Modality | # sound event classes | # per class | Items per class | Total |
36
  |---|---|---|---:|---:|
37
+ | Audio | FSD50K (CC0 clips) | 50 | 12 clips | 600 clips |
38
+ | Image | Original images | 50 | 18 images | 900 images |
39
 
40
+ The audio clips are organized into 12 audio sets. Each audio set contains one clip for each sound event class.
41
+ The images were created by 18 illustrators. Each illustrator created one onomatopoeic image for each sound event class after listening to the corresponding audio clip.
42
 
43
+ ## Data Sources and Creation
44
 
45
  ### Audio
46
 
47
+ The audio clips were selected from the **CC0-licensed subset of FSD50K**.
48
+
49
+ ### Images
50
+
51
+ The onomatopoeic images were created by 18 illustrators recruited through the 99designs platform.
52
+ Each illustrator listened to 50 sound event clips and created one onomatopoeic image for each sound event class.
53