bodhisattamaiti commited on
Commit
e8a1e16
·
verified ·
1 Parent(s): 1a8c226

update readme

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -1,4 +1,46 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
4
- The project deals with sound sensitivity visualization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ SoundSensitivityVis is a structured prompt benchmark designed to study how generative models translate acoustic attributes into visual representations. The dataset consists of 1,000 carefully constructed prompts that combine diverse environments with abstract sound profiles, enabling controlled exploration of sound-to-visual mapping in image generation systems.
5
+ Each prompt is composed of three core components:
6
+ (1) a base environment (e.g., forest trail, lighthouse coast),
7
+ (2) environment-specific contextual details (e.g., dense foliage, rocky shoreline), and
8
+ (3) sound-derived visual cues (e.g., heavy atmosphere for low-frequency rumble, sharp contrast for high-pitched signals).
9
+ These components are combined into a final prompt that is designed to be expressive, consistent, and compatible with a wide range of generative models.
10
+ The dataset defines sound in terms of abstract acoustic properties—such as loudness, frequency characteristics, temporal patterns, and texture—rather than specific sound sources. This abstraction allows the dataset to focus on property-level cross-modal alignment, where acoustic features are translated into corresponding visual attributes like lighting, contrast, composition, and texture.
11
+ To support controlled experimentation, each environment–sound profile pair is associated with multiple guidance-scale values, enabling the study of how varying levels of prompt conditioning influence the visual manifestation of sound-related cues.
12
+ SoundSensitivityVis is intentionally model-agnostic and does not include generation-specific parameters such as seeds, resolution, or inference steps. This allows users to apply the prompts across different generative frameworks without constraints.
13
+
14
+ 🎯 Intended Use
15
+ SoundSensitivityVis is designed to support:
16
+ Evaluation of sound-conditioned visual generation
17
+ Cross-modal alignment studies between acoustic and visual domains
18
+ Prompt engineering and sensitivity analysis
19
+ Comparative evaluation across generative models
20
+ Analysis of how abstract sensory attributes influence visual outputs
21
+ The dataset can also serve as a foundation for multimodal research involving audio-to-image generation, as well as combined emotion and sound conditioning.
22
+
23
+ ⚠️ Limitations
24
+ The dataset contains only textual prompts and does not include generated images.
25
+ Sound profiles are represented abstractly and may be interpreted differently by different models.
26
+ The prompts avoid human subjects to ensure consistent rendering across models, which may limit certain expressive scenarios.
27
+
28
+ 🔄 Future Extensions
29
+ SoundSensitivityVis is designed to be extensible. Potential future directions include:
30
+ Inclusion of real-world sound sources and audio clips
31
+ Expansion to additional acoustic dimensions and profiles
32
+ Integration with emotion-conditioned prompts (e.g., combining EmotionVis and SoundSensitivityVis)
33
+ Human evaluation annotations for perceptual alignment
34
+ Multimodal datasets linking audio, text, and generated images
35
+
36
+ 🤝 Contributors
37
+ - Debshree Chowdhury, Bodhisatta Maiti
38
+
39
+
40
+ 📝 Citation
41
+ @dataset{soundsensitivityvis,
42
+ title = {SoundSensitivityVis: A Prompt Benchmark for Visual Response to Acoustic Attributes},
43
+ author = {Debshree Chowdhury and Bodhisatta Maiti},
44
+ year = {2026},
45
+ note = {Hugging Face Dataset},
46
+ }