Papers › Sound2Vision: Generating Diverse Visuals from Audio through Cross-Modal Latent Alignment

Sound2Vision: Generating Diverse Visuals from Audio through Cross-Modal Latent Alignment

9 Dec 2024arXiv:2412.06209archive 2025-07-28

Kim Sung-Bin, Arda Senocak, Hyunwoo Ha, Tae-Hyun Oh

How does audio describe the world around us? In this work, we propose a method for generating images of visual scenes from diverse in-the-wild sounds. This cross-modal generation task is challenging due to the significant information gap between auditory and visual signals. We address this challenge by designing a model that aligns audio-visual modalities by enriching audio features with visual information and translating them into the visual latent space. These features are then fed into the pre-trained image generator to produce images. To enhance image quality, we use sound source localization to select audio-visual pairs with strong cross-modal correlations. Our method achieves substantially better results on the VEGAS and VGGSound datasets compared to previous work and demonstrates control over the generation process through simple manipulations to the input waveform or latent space. Furthermore, we analyze the geometric properties of the learned embedding space and demonstrate that our learning approach effectively aligns audio-visual signals for cross-modal generation. Based on this analysis, we show that our method is agnostic to specific design choices, showing its generalizability by integrating various model architectures and different types of audio-visual data.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.06209")

Code

Syntology Ran 5 of 18 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 5 ran · our draft was wrong.

By repository: official repository: 18 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

postech-ami/Sound2Scene officialmentioned on GitHubjaxMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 5 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · our draft was wrong
13unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from postech-ami/Sound2Scene. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

D_arch postech-ami/Sound2Scene/BigGAN_PyTorch/BigGAN.py official repository ran · our draft was wrong MIT (permissive) · 85eb95cce203dfc7 · report
G_arch postech-ami/Sound2Scene/BigGAN_PyTorch/BigGAN.py official repository ran · our draft was wrong MIT (permissive) · e8c308c9283407d7 · report
conv1x1 postech-ami/Sound2Scene/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 postech-ami/Sound2Scene/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
gram_schmidt postech-ami/Sound2Scene/BigGAN_PyTorch/layers.py official repository ran · our draft was wrong MIT (permissive) · c41836f3e51fa8f1 · report
D_arch postech-ami/Sound2Scene/BigGAN_PyTorch/BigGANdeep.py official repository unverified MIT (permissive) · a99a05ac52533be9 · report
G_arch postech-ami/Sound2Scene/BigGAN_PyTorch/BigGANdeep.py official repository unverified MIT (permissive) · 44d6a6343f6eb182 · report
loss_dcgan_dis postech-ami/Sound2Scene/BigGAN_PyTorch/losses.py official repository unverified MIT (permissive) · 982a26492dc6b7fb · report
loss_dcgan_gen postech-ami/Sound2Scene/BigGAN_PyTorch/losses.py official repository unverified MIT (permissive) · 6c34831223553b6f · report
loss_hinge_dis postech-ami/Sound2Scene/BigGAN_PyTorch/losses.py official repository unverified MIT (permissive) · 290cd37ab0098d5c · report
pnorm postech-ami/Sound2Scene/data_utils/resnet.py official repository unverified MIT (permissive) · 2dda002928dada98 · report
power_iteration postech-ami/Sound2Scene/BigGAN_PyTorch/layers.py official repository unverified MIT (permissive) · 28d3a35157f2916d · report
proj postech-ami/Sound2Scene/BigGAN_PyTorch/layers.py official repository unverified MIT (permissive) · 4015ab1f3ab9b881 · report
resnet18 postech-ami/Sound2Scene/models/resnet.py official repository unverified MIT (permissive) · 7ea5cc09a613ac25 · report
resnet50 postech-ami/Sound2Scene/data_utils/resnet.py official repository unverified MIT (permissive) · 49107fabd560ec05 · report
resnext50_32x4d postech-ami/Sound2Scene/data_utils/resnet.py official repository unverified MIT (permissive) · d01e23c94cc7b92c · report
retrieve_latents postech-ami/Sound2Scene/src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip_img2img_sound2scene.py official repository unverified MIT (permissive) · 98bcd15cf273e3b4 · report
showImage postech-ami/Sound2Scene/train_sound2vision.py official repository unverified MIT (permissive) · 8e9b27c0a20eb509 · report

Tasks

Sound Source Localization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections