SeeingSounds: Learning Audio-to-Visual Alignment via Text
Simone Carnemolla, Matteo Pennisi, Chiara Russo, Simone Palazzo, Daniela Giordano, Concetto Spampinato
TL;DR
SeeingSounds addresses audio-to-visual generation without requiring paired data by grounding audio in language and vision through a tri-modal alignment that uses frozen encoders and lightweight adapters. It maps audio to semantic text via a frozen language model and grounds text to vision through a CLIP-like encoder, while keeping the diffusion backbone frozen; only adapters are trained. This enables controllable, interpretable generation where audio transformations translate into textual prompts guiding the visuals. Empirical results across VEGAS, VGGSound, Landscape+Into the Wild, RAVDESS, and zero-shot ESC-50 demonstrate state-of-the-art performance and strong generalization, with efficient training and the ability to compose scenes from mixed audio sources.
Abstract
We introduce SeeingSounds, a lightweight and modular framework for audio-to-image generation that leverages the interplay between audio, language, and vision-without requiring any paired audio-visual data or training on visual generative models. Rather than treating audio as a substitute for text or relying solely on audio-to-text mappings, our method performs dual alignment: audio is projected into a semantic language space via a frozen language encoder, and, contextually grounded into the visual domain using a vision-language model. This approach, inspired by cognitive neuroscience, reflects the natural cross-modal associations observed in human perception. The model operates on frozen diffusion backbones and trains only lightweight adapters, enabling efficient and scalable learning. Moreover, it supports fine-grained and interpretable control through procedural text prompt generation, where audio transformations (e.g., volume or pitch shifts) translate into descriptive prompts (e.g., "a distant thunder") that guide visual outputs. Extensive experiments across standard benchmarks confirm that SeeingSounds outperforms existing methods in both zero-shot and supervised settings, establishing a new state of the art in controllable audio-to-visual generation.
