REVIEW 3 major objections 6 minor 5 cited by
Gotta Hear Them All: Towards Sound Source Aware Audio Generation
T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Explicitly modeling local sound sources—detected visually and disambiguated in a cross-modal manifold—improves image-to-audio generation, the paper claims.
desk verdict A sound-source-aware audio generation system with real artifacts (VGGS3, SSMS, CMSS) and a plausible core idea, but the SOTA claim is inflated by tuning hyperparameters on the same VGG-SS test set used for the headline numbers. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the Cross-Modal Sound Source (CMSS) manifold: a joint semantic space, learned contrastively from single-source image-audio pairs, into which CLIP and CLAP embeddings of detected sound sources are projected so that matching visual and audio sources attract and non-matching sources repel. An auxiliary reconstructor maps CMSS embeddings back toward CLAP audio space so the manifold keeps audio character, and a Cross-Modal Contrastive Mask Regularization (CCMR) weakens the contrastive pressure on pairs that are already similar in both CLIP and CLAP space. A separate attention-based Sound Source Remixer takes the disambiguated CMSS embeddings, concatenated with their original CLIP embeddings, and mixes them into one CLAP embedding that is fed to the frozen pretrained AudioLDM generator.
What would settle it
A direct test: build a set of images in which the real sound maker is not visually detectable (a bird behind a wall, an offscreen engine) while detected objects are silent. If SS2A without a text prompt performs as well as SS2A with the prompt, or as well as a global-scene baseline, the visual source-perception step is not doing the load-bearing work; the measurable outcome is SSMS and CLIP-Score on that set.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that a sound source-aware conditioning path—visual detection of objects, cross-modal translation of text or audio prompts into the same semantic space, and contrastive disambiguation of each source before mixing—lets a frozen audio diffusion model produce audio that is more relevant and more immersive than conditioning on the global image alone. The paper builds this path as SS2A and evaluates it on both single-source and multi-source image-to-audio benchmarks. It reports that SS2A achieves the best relevance and competitive fidelity in general image-to-audio tests, is superior to all compared baselines on every metric in multi-source generation, and reaches competitive video-to-audio results after attaching a temporal aggregation module. It also introduces VGGS3, a dataset of single-sound-source image-audio pairs filtered from VGGSound, and a Sound Source Matching Score (SSMS) that measures localized relevance as an F1 score over predicted sound labels.
Load-bearing premise
The load-bearing premise is that the visual detector reliably finds the objects that actually make sound: any source that is missed, too small, visually ambiguous, or silent-but-cropped will be absent from, or pollute, the conditioning, and the rest of the pipeline cannot correct for that.
Editorial extensions
If this is right
- If SS2A is right, conditioning on detected local objects should improve audio fidelity and relevance on arbitrary images, with the largest gains in scenes that contain multiple sounding objects.
- A contrastive manifold trained only on single-source pairs transfers to multi-source mixing, so object-level audio semantics can be learned from simpler data and composed at generation time.
- Because all conditions are projected into one manifold, users can mix vision, text, and audio prompts to edit or steer a generated sound scene.
- The same source-level representation, combined with a positional temporal aggregator, yields competitive video-to-audio synthesis, suggesting source modeling is not image-specific.
- The SSMS metric gives a source-level relevance score that can be measured automatically and that the authors show can disagree with image-domain relevance scores like CLIP-Score.
Reading between the lines
- The detector threshold is a hidden bottleneck: if a real sound source has no visual bounding box, SS2A cannot condition on it, so the method's ceiling is tied to detection quality rather than to the manifold or remixer.
- Because SSMS relies on an audio classifier's predicted labels, it inherits that classifier's vocabulary and blind spots; extending SSMS to another label set or open vocabulary would test whether the metric itself is stable.
- The same architecture suggests a natural interactive editing loop: replacing or deleting one source token in the remixer's input should change only that part of the generated scene, which is testable as a controllability benchmark.
- The reported lower sensitivity to audio prompts indicates that supplying CLIP-style semantics for audio conditions, for instance through a Wav2CLIP-style translator, is a concrete next step suggested by the paper's own limitation section.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SS2A, a sound-source-aware image-to-audio generator. SS2A first perceives sound sources in an image with a visual detector (YOLOv8x), embeds the detected crops with CLIP and optionally takes text/audio prompts via CLIP/CLAP, projects these into a learned Cross-Modal Sound Source (CMSS) manifold using a contrastive objective with a new Cross-Modal Contrastive Mask Regularization (CCMR), and then mixes the source embeddings with an attention-based Sound Source Remixer before feeding the resulting CLAP embedding into a pretrained AudioLDM generator. The paper also introduces a new single-source dataset VGGS3, a new Sound Source Matching Score (SSMS) metric, and a temporal aggregation extension for video-to-audio. The experimental section reports objective and subjective results on VGGSound, VGG-SS, MUSIC, and ImageHear, together with ablations of the CMSS manifold, CCMR, Cycle Mix, and Remixer architecture.
Significance. If the central claim holds, the paper makes a useful contribution by showing that explicitly modeling local sound sources, rather than conditioning only on a global scene, improves the relevance and multi-source fidelity of generated audio. The VGGS3 dataset and SSMS metric are potentially reusable resources, and the multimodal composition experiments demonstrate an interesting new control modality. The evidence is extensive in terms of datasets, ablations, out-of-distribution tests, and human MOS. However, the paper's headline state-of-the-art claim is currently overstated: on general VGGSound and single-source VGG-SS, a baseline (V2A-Mapper) has better FAD scores, and the key multi-source VGG-SS results are obtained after selecting several hyperparameters on the same small test set. The work is therefore a promising empirical direction whose central claim needs a corrected evaluation protocol before it can be accepted at face value.
major comments (3)
- [Datasets and Tables 4, 8, 9, 10] The VGG-SS test set is used both for hyperparameter selection and for reporting final results. The paper states that VGG-SS has no official train-test split and randomly samples 4.5K pairs for training and 500 pairs for testing. The ablations then select CCMR alpha (Tab. 4), Cycle Mix sample size and iterations (Tab. 8), CMSS architecture variant (Tab. 9), and Remixer attention depth (Tab. 10) by evaluating on the same 500-pair test set that is reported in Tab. 2. Since the multi-source portion of VGG-SS contains only 38 pairs, repeated selection on this set likely inflates the reported multi-source gains. Please add a proper held-out validation split (or nested cross-validation) for all hyperparameter choices, report final results on a truly unseen test set, and provide confidence intervals or significance tests for the multi-source comparisons.
- [Abstract, Conclusion, and Tables 1-2] The claim that SS2A 'achieves state-of-the-art performance in extensive image-to-audio tasks' is broader than the data support. In Tab. 1, V2A-Mapper has better V-FAD (0.946 vs. 1.150) and C-FAD (5.516 vs. 6.716) on the general VGGSound test set. In Tab. 2, for single-source VGG-SS, V2A-Mapper also has better V-FAD (1.666 vs. 2.815) and C-FAD (13.583 vs. 15.150). The multi-source VGG-SS and MUSIC results are favorable to SS2A, and the relevance metrics and MOS favor SS2A, but the 'state-of-the-art in all metrics' language should be restricted to the multi-source setting, and the single-source fidelity trade-off should be discussed explicitly.
- [Matching Score] The SSMS metric is introduced as a contribution, but its key parameter N (the number of predicted labels) is fixed to 10 without sensitivity analysis, and its validity is argued mainly through the observation that it places Oracle below SS2A on CS. Please report SSMS for several values of N, compare SSMS against the human relevance MOS on the same set of samples, and analyze whether the BEATs label vocabulary covers the VGG-SS and MUSIC source categories. Without this, the metric's role as a clear measure of localized audio relevance is not fully established.
minor comments (6)
- [Equation (7)] The mask definition uses alpha twice, once as a coefficient and once as an exponent; the behavior is therefore hard to interpret. Consider renaming one of the two occurrences and adding a short explanation of how the mask scales with the CLIP and CLAP similarities.
- [Table 3] The header 'CMSS CLIP' is ambiguous; the caption should state explicitly which rows correspond to removing the CMSS embeddings and which to removing the CLIP embeddings.
- [Tables 8-10] The column header 'MS' is used for the metric that is called 'SSMS' in the main text and other tables; please use a consistent abbreviation throughout.
- [Temporal Aggregation, Eq. (11)-(12)] The text says 1024 is the positional embedding's frequency resolution, while 1024 appears as the base in the denominator of the positional encoding; please clarify the notation so that the reader understands the difference between the base and the resolution.
- [Abstract and Demo URL] The demo website URL uses 'SSV2A' while the method is named 'SS2A'; please align the naming to avoid confusion.
- [Ethical Statement] The paper says the curated dataset VGGS3 will be released, but no release link or availability statement is given; please include one in the final version.
Circularity Check
No significant circularity: the sound-source modeling claim is independently benchmarked; the VGG-SS hyperparameter selection is an evaluation-validity caveat, not a circular derivation.
full rationale
The derivation chain is self-contained rather than circular. The CMSS manifold is learned from VGGS3/VGG-SS single-source pairs with the explicit contrastive and reconstruction objectives in Eqs. (2)-(5); the Sound Source Remixer is trained on VGGSound with the objective in Eq. (9); and generation is decoded by a frozen pretrained AudioLDM. The claimed benefit of explicit sound-source modeling is tested against external baselines on VGGSound, VGG-SS, MUSIC, and ImageHear, and the key controlled ablation (Tab. 3) uses a fixed configuration across conditions rather than a fitted prediction, showing large gains from adding CMSS and CLIP semantics. The SSMS metric is a measurement tool built on the pretrained BEATs audio classifier; it is not a training objective, so it cannot force the reported improvements. Self-citations to V2A-Mapper and FRIEREN are used as baselines and building blocks, not as load-bearing justifications or uniqueness theorems. One genuine methodological caveat exists but is not circularity: the paper selects hyperparameters (CCMR alpha, CMSS architecture, Remixer depth, Cycle Mix counts) on the 500-pair VGG-SS test set, as stated in the dataset setup and Tables 4, 8, 9, and 10, which weakens the independence of those specific VGG-SS numbers. However, the central qualitative claim also survives a fixed-configuration ablation and out-of-distribution tests, so the paper's derivation does not reduce to its own inputs.
Assumptions & free parameters
free parameters (8)
- CCMR decay alpha =
0.35
- Cycle Mix sample size =
64
- Cycle Mix iterations =
64
- SSMS label count N =
10
- YOLOv8 confidence threshold =
0.25
- CaR segmentation confidence threshold =
0.5
- Classifier-free guidance dropout =
0.2
- KL regularization weights lambda_1 and lambda_2 =
not reported
assumptions (5)
- domain assumption Pretrained foundation models (CLIP, CLAP, AudioLDM, DALL-E-2 Prior, YOLOv8, BEATs) provide faithful semantic embeddings and generation quality.
- domain assumption Visual object detection is sufficient to identify sound sources in an image.
- domain assumption Single-source visual-audio pairs from VGG-SS, VGGS3, and translated LAION-630K pairs are representative enough to learn sound source disambiguation that generalizes to multi-source open-domain scenes.
- domain assumption A CLAP embedding captures the audio characteristics of a sound source, and mixing in this space is sufficient for AudioLDM to synthesize a coherent soundscape.
- domain assumption BEATs audio classifier labels are a valid proxy for the sound sources present in audio.
invented entities (1)
-
Cross-Modal Sound Source (CMSS) Manifold
Cite this review
Pith. "Pith review of Gotta Hear Them All: Towards Sound Source Aware Audio Generation." pith.science (2026). https://pith.science/paper/GVXUZCUR
@misc{pith2026241115447,
author = {Pith},
title = {Pith review of: Gotta Hear Them All: Towards Sound Source Aware Audio Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/GVXUZCUR}},
note = {Machine review of arXiv:2411.15447}
}
read the original abstract
Audio synthesis has broad applications in multimedia. Recent advancements have made it possible to generate relevant audios from inputs describing an audio scene, such as images or texts. However, the immersiveness and expressiveness of the generation are limited. One possible problem is that existing methods solely rely on the global scene and overlook details of local sounding objects (i.e., sound sources). To address this issue, we propose a Sound Source-Aware Audio (SS2A) generator. SS2A is able to locally perceive multimodal sound sources from a scene with visual detection and cross-modality translation. It then contrastively learns a Cross-Modal Sound Source (CMSS) Manifold to semantically disambiguate each source. Finally, we attentively mix their CMSS semantics into a rich audio representation, from which a pretrained audio generator outputs the sound. To model the CMSS manifold, we curate a novel single-sound-source visual-audio dataset VGGS3 from VGGSound. We also design a Sound Source Matching Score to clearly measure localized audio relevance. With the effectiveness of explicit sound source modeling, SS2A achieves state-of-the-art performance in extensive image-to-audio tasks. We also qualitatively demonstrate SS2A's ability to achieve intuitive synthesis control by compositing vision, text, and audio conditions. Furthermore, we show that our sound source modeling can achieve competitive video-to-audio performance with a straightforward temporal aggregation mechanism.
Figures
Figures from the paper (8 more)
Forward citations
Cited by 5 Pith papers
-
AV-Link: Temporally-Aligned Diffusion Features for Cross-Modal Audio-Video Generation
AV-Link unifies video-to-audio and audio-to-video generation by aligning frozen diffusion-model activations with temporally matched rotary position embeddings in a shared Fusion Block.
-
Sounding that Object: Interactive Object-Aware Image to Audio Generation
A latent diffusion audio model is trained to ground sound in image patches, then uses SAM segmentation masks at test time so users can generate audio for selected objects in a scene.
-
AudioGenie: A Training-Free Multi-Agent Framework for Diverse Multimodality-to-Multiaudio Generation
A training-free multi-agent framework that decomposes multimodal inputs into audio events, selects specialized generators, and self-corrects outputs to produce multiple audio types.
-
AGAV-Rater: Adapting Large Multimodal Model for AI-Generated Audio-Visual Quality Assessment
AGAV-Rater, an LMM fine-tuned in two stages, achieves state-of-the-art quality scores for AI-generated audio-visual content, text-to-audio, and text-to-music.
-
Sound Scene Synthesis at the DCASE 2024 Challenge
Four text-to-audio systems were evaluated against a human reference in the DCASE 2024 Task 7 challenge, with a 36% quality gap and strong but small-sample FAD-to-human correlation.
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Jinze Bai, Shuai Bai, Yunfei Chu, Zeyu Cui, Kai Dang, Xiaodong Deng, Yang Fan, Wenbin Ge, Yu Han, Fei Huang, et al. Qwen technical report. arXiv preprint arXiv:2309.16609, 2023
arXiv 2023
-
[3]
MaskGIT: masked generative image transformer
Huiwen Chang, Han Zhang, Lu Jiang, Ce Liu, and William T Freeman. MaskGIT: masked generative image transformer. In CVPR, pages 11315--11325, 2022
work page 2022
-
[4]
VGGSound : A large-scale audio-visual dataset
Honglie Chen, Weidi Xie, Andrea Vedaldi, and Andrew Zisserman. VGGSound : A large-scale audio-visual dataset. In ICASSP, pages 721--725, 2020 a
work page 2020
-
[5]
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 CVPR, pages 16867--16876, 2021
work page 2021
-
[6]
Visually indicated sound generation by perceptually optimized classification
Kan Chen, Chuanxi Zhang, Chen Fang, Zhaowen Wang, Trung Bui, and Ram Nevatia. Visually indicated sound generation by perceptually optimized classification. In ECCV Workshop, 2018
work page 2018
-
[7]
Deep cross-modal audio-visual generation
Lele Chen, Sudhanshu Srivastava, Zhiyao Duan, and Chenliang Xu. Deep cross-modal audio-visual generation. In Proceedings of the on Thematic Workshops of ACM Multimedia 2017, pages 349--357, 2017
work page 2017
-
[8]
Generating visually aligned sound from videos
Peihao Chen, Yang Zhang, Mingkui Tan, Hongdong Xiao, Deng Huang, and Chuang Gan. Generating visually aligned sound from videos. IEEE Transactions on Image Processing, 29: 0 8292--8302, 2020 b
work page 2020
Show all 69 references
-
[9]
BEATs: audio pre-training with acoustic tokenizers
Sanyuan Chen, Yu Wu, Chengyi Wang, Shujie Liu, Daniel Tompkins, Zhuo Chen, Wanxiang Che, Xiangzhan Yu, and Furu Wei. BEATs: audio pre-training with acoustic tokenizers. In ICML, pages 5178--5193, 2023
2023
-
[10]
The digital Foley : what Foley artists say about using audio synthesis
Balandino Di Donato and Iain McGregor. The digital Foley : what Foley artists say about using audio synthesis. In Audio Engineering Society Conference: AES 2024 International Audio for Games Conference. Audio Engineering Society, 2024
-
[11]
CLIPSonic: text-to-audio synthesis with unlabeled videos and pretrained language-vision models
Hao-Wen Dong, Xiaoyu Liu, Jordi Pons, Gautam Bhattacharya, Santiago Pascual, Joan Serr \`a , Taylor Berg-Kirkpatrick, and Julian McAuley. CLIPSonic: text-to-audio synthesis with unlabeled videos and pretrained language-vision models. In IEEE Workshop on Applications of Signal ...
2023
-
[12]
CLAP learning audio concepts from natural language supervision
Benjamin Elizalde, Soham Deshmukh, Mahmoud Al Ismail, and Huaming Wang. CLAP learning audio concepts from natural language supervision. In ICASSP, pages 1--5, 2023
2023
-
[13]
Taming transformers for high-resolution image synthesis
Patrick Esser, Robin Rombach, and Bjorn Ommer. Taming transformers for high-resolution image synthesis. In CVPR, pages 12873--12883, 2021
2021
-
[14]
FSD50K: an open dataset of human-labeled sound events
Eduardo Fonseca, Xavier Favory, Jordi Pons, Frederic Font, and Xavier Serra. FSD50K: an open dataset of human-labeled sound events. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 30: 0 829--852, 2021
2021
-
[15]
An ecological approach to auditory event perception
William W Gaver. An ecological approach to auditory event perception. Ecological Psychology, 5 0 (1): 0 1--29, 1993
1993
-
[16]
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 CVPR, pages 15180--15190, 2023
2023
-
[17]
Dimensionality reduction by learning an invariant mapping
Raia Hadsell, Sumit Chopra, and Yann LeCun. Dimensionality reduction by learning an invariant mapping. In CVPR, pages 1735--1742, 2006
2006
-
[18]
On clustering validation techniques
Maria Halkidi, Yannis Batistakis, and Michalis Vazirgiannis. On clustering validation techniques. Journal of Intelligent Information Systems, 17: 0 107--145, 2001
2001
-
[19]
CMCGAN: a uniform framework for cross-modal visual-audio mutual generation
Wangli Hao, Zhaoxiang Zhang, and He Guan. CMCGAN: a uniform framework for cross-modal visual-audio mutual generation. In AAAI, 2018
2018
-
[20]
The benefit of temporally-strong labels in audio event classification
Shawn Hershey, Daniel PW Ellis, Eduardo Fonseca, Aren Jansen, Caroline Liu, R Channing Moore, and Manoj Plakal. The benefit of temporally-strong labels in audio event classification. In ICASSP, pages 366--370, 2021
2021
-
[21]
Classifier-free diffusion guidance
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. In NeurIPS Workshop, 2021
2021
-
[22]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. In NeurIPS, pages 6840--6851, 2020
2020
-
[23]
Taming visually guided sound generation
Vladimir Iashin and Esa Rahtu. Taming visually guided sound generation. In BMVC, 2021
2021
-
[24]
Synchformer: efficient synchronization from sparse cues
Vladimir Iashin, Weidi Xie, Esa Rahtu, and Andrew Zisserman. Synchformer: efficient synchronization from sparse cues. In ICASSP, pages 5325--5329, 2024
2024
-
[25]
Iashin, Weidi Xie, Esa Rahtu, and Andrew Zisserman
Vladimir E. Iashin, Weidi Xie, Esa Rahtu, and Andrew Zisserman. Sparse in space and time: Audio-visual synchronisation with trainable selectors. In BMVC, 2022
2022
-
[26]
Ultralytics YOLOv8 , 2023
Glenn Jocher, Ayush Chaurasia, and Jing Qiu. Ultralytics YOLOv8 , 2023. Software
2023
-
[27]
Audio in vr: Effects of a soundscape and movement-triggered step sounds on presence
Angelika C Kern and Wolfgang Ellermeier. Audio in vr: Effects of a soundscape and movement-triggered step sounds on presence. Frontiers in Robotics and AI, 7: 0 20, 2020
2020
-
[28]
High-fidelity audio compression with improved RVQGAN
Rithesh Kumar, Prem Seetharaman, Alejandro Luebs, Ishaan Kumar, and Kundan Kumar. High-fidelity audio compression with improved RVQGAN . In NeurIPS, pages 27980--27993, 2023
2023
-
[29]
https://huggingface.co/nousr/conditioned-prior/tree/main/vit-l-14/aesthetic, 2024
LAION. https://huggingface.co/nousr/conditioned-prior/tree/main/vit-l-14/aesthetic, 2024. Website
2024
-
[30]
Mind the gap: understanding the modality gap in multi-modal contrastive representation learning
Weixin Liang, Yuhui Zhang, Yongchan Kwon, Serena Yeung, and James Zou. Mind the gap: understanding the modality gap in multi-modal contrastive representation learning. In NeurIPS, pages 17612--17625, 2022
2022
-
[31]
https://github.com/haoheliu/AudioLDM, 2024
Haohe Liu. https://github.com/haoheliu/AudioLDM, 2024. Website
2024
-
[32]
AudioLDM : Text-to-audio generation with latent diffusion models
Haohe Liu, Zehua Chen, Yi Yuan, Xinhao Mei, Xubo Liu, Danilo Mandic, Wenwu Wang, and Mark D Plumbley. AudioLDM : Text-to-audio generation with latent diffusion models. In ICML, pages 21450--21474, 2023 a
2023
-
[33]
AudioLDM 2: learning holistic audio generation with self-supervised pretraining
Haohe Liu, Yi Yuan, Xubo Liu, Xinhao Mei, Qiuqiang Kong, Qiao Tian, Yuping Wang, Wenwu Wang, Yuxuan Wang, and Mark D Plumbley. AudioLDM 2: learning holistic audio generation with self-supervised pretraining. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 32: ...
2024
-
[34]
Flow straight and fast: Learning to generate and transfer data with rectified flow
Xingchao Liu, Chengyue Gong, and Qiang Liu. Flow straight and fast: Learning to generate and transfer data with rectified flow. In ICLR, 2023 b
2023
-
[35]
Diff-Foley: synchronized video-to-audio synthesis with latent diffusion models
Simian Luo, Chuanhao Yan, Chenxu Hu, and Hang Zhao. Diff-Foley: synchronized video-to-audio synthesis with latent diffusion models. In NeurIPS, pages 48855--48876, 2023
2023
-
[36]
Recognition of sound sources and events
Stephen McAdams. Recognition of sound sources and events. Thinking in sound: The cognitive psychology of human audition, pages 146--198, 1993
1993
-
[37]
AVA: a large-scale database for aesthetic visual analysis
Naila Murray, Luca Marchesotti, and Florent Perronnin. AVA: a large-scale database for aesthetic visual analysis. In CVPR, pages 2408--2415, 2012
2012
-
[38]
https://huggingface.co/datasets/marianna13/BBCSoundEffects, 2024 a
Marianna Nezhurina. https://huggingface.co/datasets/marianna13/BBCSoundEffects, 2024 a . Website
2024
-
[39]
https://huggingface.co/datasets/marianna13/epidemic_sound_effects, 2024 b
Marianna Nezhurina. https://huggingface.co/datasets/marianna13/epidemic_sound_effects, 2024 b . Website
2024
-
[40]
https://github.com/openai/CLIP, 2022
OpenAI. https://github.com/openai/CLIP, 2022. Website
2022
-
[41]
https://storage.googleapis.com/openimages/web/index.html, 2024
OpenImagesV7. https://storage.googleapis.com/openimages/web/index.html, 2024. Website
2024
-
[42]
Visually indicated sounds
Andrew Owens, Phillip Isola, Josh McDermott, Antonio Torralba, Edward H Adelson, and William T Freeman. Visually indicated sounds. In CVPR, pages 2405--2413, 2016
2016
-
[43]
Masked generative video-to-audio transformers with enhanced synchronicity
Santiago Pascual, Chunghsin Yeh, Ioannis Tsiamas, and Joan Serr \`a . Masked generative video-to-audio transformers with enhanced synchronicity. arXiv preprint arXiv:2407.10387, 2024
2024 arXiv
-
[44]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. In ICML, pages 8748-...
2021
-
[45]
Hierarchical text-conditional image generation with CLIP latents
Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image generation with CLIP latents. arXiv preprint arXiv:2204.06125, 2022
2022 arXiv
-
[46]
Fr\'echet Audio Distance: a reference-free metric for evaluating music enhancement algorithms
Dominik Roblek, Kevin Kilgour, Matt Sharifi, and Mauricio Zuluaga. Fr\'echet Audio Distance: a reference-free metric for evaluating music enhancement algorithms. In Proc. Interspeech, pages 2350--2354, 2019
2019
-
[47]
Sound synthesis and sampling
Martin Russ. Sound synthesis and sampling. Routledge, 2012
2012
-
[48]
Finding a ``kneedle" in a haystack: Detecting knee points in system behavior
Ville Satopaa, Jeannie Albrecht, David Irwin, and Barath Raghavan. Finding a ``kneedle" in a haystack: Detecting knee points in system behavior. In IEEE Int. Conf. Distr. Comput. Syst. Worksh., pages 166--171, 2011
2011
-
[49]
Telecommunication Standardization Sector
International Telecommunication Union. Telecommunication Standardization Sector. Methods for subjective determination of transmission quality. International Telecommunication Union, 1996
1996
-
[50]
Audio deepfake approaches
Ousama A Shaaban, Remzi Yildirim, and Abubaker A Alguttar. Audio deepfake approaches. IEEE Access, 11: 0 132652--132682, 2023
2023
-
[51]
I hear your true colors: Image guided audio generation
Roy Sheffer and Yossi Adi. I hear your true colors: Image guided audio generation. In ICASSP, pages 1--5, 2023
2023
-
[52]
Efficient attention: Attention with linear complexities
Zhuoran Shen, Mingyuan Zhang, Haiyu Zhao, Shuai Yi, and Hongsheng Li. Efficient attention: Attention with linear complexities. In WACV, pages 3531--3539, 2021
2021
-
[53]
CLIP as RNN: segment countless visual concepts without training endeavor
Shuyang Sun, Runjia Li, Philip Torr, Xiuye Gu, and Siyang Li. CLIP as RNN: segment countless visual concepts without training endeavor. In CVPR, pages 13171--13182, 2024
2024
-
[54]
https://github.com/gudgud96/frechet-audio-distance, 2024
Haohao Tan. https://github.com/gudgud96/frechet-audio-distance, 2024. Website
2024
-
[55]
Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results
Antti Tarvainen and Harri Valpola. Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results. In NeurIPS, pages 1195--1204, 2017
2017
-
[56]
Neural discrete representation learning
Aaron Van Den Oord, Oriol Vinyals, et al. Neural discrete representation learning. NeurIPS, 30, 2017
2017
-
[57]
Gomez, ukasz Kaiser, and Illia Polosukhin
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, ukasz Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, page 6000–6010, 2017
2017
-
[58]
V2A-Mapper: a lightweight solution for vision-to-audio generation by connecting foundation models
Heng Wang, Jianbo Ma, Santiago Pascual, Richard Cartwright, and Weidong Cai. V2A-Mapper: a lightweight solution for vision-to-audio generation by connecting foundation models. In AAAI, pages 15492--15501, 2024 a
2024
-
[59]
FRIEREN : Efficient video-to-audio generation with rectified flow matching
Yongqi Wang, Wenxiang Guo, Rongjie Huang, Jiawei Huang, Zehan Wang, Fuming You, Ruiqi Li, and Zhou Zhao. FRIEREN : Efficient video-to-audio generation with rectified flow matching. In NeurIPS, 2024 b
2024
-
[60]
The emergence of deepfake technology: A review
Mika Westerlund. The emergence of deepfake technology: A review. Technology innovation management review, 9 0 (11), 2019
2019
-
[61]
Wav2CLIP : Learning robust audio representations from CLIP
Ho-Hsiang Wu, Prem Seetharaman, Kundan Kumar, and Juan Pablo Bello. Wav2CLIP : Learning robust audio representations from CLIP . In ICASSP, pages 4563--4567, 2022
2022
-
[62]
Large-scale contrastive language-audio pretraining with feature fusion and keyword-to-caption augmentation
Yusong Wu, Ke Chen, Tianyu Zhang, Yuchen Hui, Taylor Berg-Kirkpatrick, and Shlomo Dubnov. Large-scale contrastive language-audio pretraining with feature fusion and keyword-to-caption augmentation. In ICASSP, pages 1--5, 2023
2023
-
[63]
Seeing and Hearing: open-domain visual-audio generation with diffusion latent aligners
Yazhou Xing, Yingqing He, Zeyue Tian, Xintao Wang, and Qifeng Chen. Seeing and Hearing: open-domain visual-audio generation with diffusion latent aligners. In CVPR, pages 7151--7161, 2024
2024
-
[64]
Draw an Audio: leveraging multi-instruction for video-to-audio synthesis
Qi Yang, Binjie Mao, Zili Wang, Xing Nie, Pengfei Gao, Ying Guo, Cheng Zhen, Pengfei Yan, and Shiming Xiang. Draw an Audio: leveraging multi-instruction for video-to-audio synthesis. arXiv preprint arXiv:2409.06135, 2024
2024 arXiv
-
[65]
FoleyCrafter: bring silent videos to life with lifelike and synchronized sounds
Yiming Zhang, Yicheng Gu, Yanhong Zeng, Zhening Xing, Yuancheng Wang, Zhizheng Wu, and Kai Chen. FoleyCrafter: bring silent videos to life with lifelike and synchronized sounds. arXiv preprint arXiv:2407.01494, 2024
2024 arXiv
-
[66]
The sound of pixels
Hang Zhao, Chuang Gan, Andrew Rouditchenko, Carl Vondrick, Josh McDermott, and Antonio Torralba. The sound of pixels. In ECCV, pages 570--586, 2018
2018
-
[67]
Applications of deep learning to audio generation
Yuanjun Zhao, Xianjun Xia, and Roberto Togneri. Applications of deep learning to audio generation. IEEE Circuits and Systems Magazine, 19 0 (4): 0 19--38, 2019
2019
-
[68]
Audio--visual segmentation
Jinxing Zhou, Jianyuan Wang, Jiayi Zhang, Weixuan Sun, Jing Zhang, Stan Birchfield, Dan Guo, Lingpeng Kong, Meng Wang, and Yiran Zhong. Audio--visual segmentation. In ECCV, pages 386--403, 2022
2022
-
[69]
Visual to sound: Generating natural sound for videos in the wild
Yipin Zhou, Zhaowen Wang, Chen Fang, Trung Bui, and Tamara L Berg. Visual to sound: Generating natural sound for videos in the wild. In CVPR, pages 3550--3558, 2018
2018
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.