Improving Sound Source Localization with Joint Slot Attention on Image and Audio
Inho Kim, Youngkil Song, Jicheol Park, Won Hwa Kim, Suha Kwak
TL;DR
This work tackles sound source localization in image-audio pairs under self-supervision by introducing joint slot attention (JSA) that jointly decomposes image and audio features into target and off-target slots. Target slots drive contrastive learning via InfoNCE and enable pixel-level localization through cross-modal attention ca^{a,v}, while cross-modal attention matching aligns intra- and inter-modal attentions to improve feature-level correspondence. A false-negative mitigation strategy using $k$-reciprocal nearest neighbors and a slot divergence loss further enhance slot distinctiveness and learning stability, complemented by a reconstruction loss during training. Inference leverages the cross-modal attention map, refined with Image-Query based Refinement (IQR) to produce accurate spatial localization without external priors. The method achieves state-of-the-art results on three benchmarks (Flickr-SoundNet, VGG-Sound, AVSBench) and substantially improves cross-modal retrieval, demonstrating strong multi-modal understanding beyond saliency detection and enabling robust SSL in noisy real-world data.
Abstract
Sound source localization (SSL) is the task of locating the source of sound within an image. Due to the lack of localization labels, the de facto standard in SSL has been to represent an image and audio as a single embedding vector each, and use them to learn SSL via contrastive learning. To this end, previous work samples one of local image features as the image embedding and aggregates all local audio features to obtain the audio embedding, which is far from optimal due to the presence of noise and background irrelevant to the actual target in the input. We present a novel SSL method that addresses this chronic issue by joint slot attention on image and audio. To be specific, two slots competitively attend image and audio features to decompose them into target and off-target representations, and only target representations of image and audio are used for contrastive learning. Also, we introduce cross-modal attention matching to further align local features of image and audio. Our method achieved the best in almost all settings on three public benchmarks for SSL, and substantially outperformed all the prior work in cross-modal retrieval.
