Add dataset card for SounDiT

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -1 +1,39 @@
1
- ### Coming soon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - other
4
+ tags:
5
+ - audio-to-image
6
+ - landscape-generation
7
+ - geo-contextual
8
+ ---
9
+
10
+ # SounDiT: Geo-Contextual Soundscape-to-Landscape Generation
11
+
12
+ [Project Page](https://gisense.github.io/SounDiT-Page/) | [Paper](https://huggingface.co/papers/2505.12734) | [GitHub](https://github.com/GISense/SounDiT)
13
+
14
+ This repository contains the datasets for **SounDiT**, a model designed for Geo-contextual Soundscape-to-Landscape (GeoS2L) generation. The task focuses on synthesizing geographically realistic landscape images from environmental soundscapes.
15
+
16
+ ## Dataset Description
17
+
18
+ To support the GeoS2L task, the authors constructed two large-scale geo-contextual multi-modal datasets:
19
+
20
+ * **SoundingSVI**: Pairs diverse environmental soundscapes with real-world landscape images (Street View Imagery).
21
+ * **SonicUrban**: A dataset focusing on urban environmental soundscapes and their corresponding landscape imagery.
22
+
23
+ These datasets provide the necessary pairings between environmental audio and visual geo-contextual scenes to enable the training of models that understand the relationship between soundscapes and landscapes.
24
+
25
+ ## Citation
26
+
27
+ If you use these datasets in your research, please cite the following paper:
28
+
29
+ ```bibtex
30
+ @misc{wang2025sounditgeocontextualsoundscapetolandscapegeneration,
31
+ title={SounDiT: Geo-Contextual Soundscape-to-Landscape Generation},
32
+ author={Junbo Wang and Haofeng Tan and Bowen Liao and Albert Jiang and Teng Fei and Qixing Huang and Zhengzhong Tu and Shan Ye and Yuhao Kang},
33
+ year={2025},
34
+ eprint={2505.12734},
35
+ archivePrefix={arXiv},
36
+ primaryClass={cs.SD},
37
+ url={https://arxiv.org/abs/2505.12734}
38
+ }
39
+ ```