Do Audio-Visual Segmentation Models Truly Segment Sounding Objects?
Jia Li, Wenjie Zhao, Ziru Huang, Yunhui Guo, Yapeng Tian
TL;DR
The paper tackles the problem that audio-visual segmentation (AVS) models often rely on visual salience rather than true audio-visual integration, leading to incorrect predictions when audio cues are absent or irrelevant. It introduces AVSBench-Robust, a benchmark with diverse negative audio conditions (silence, ambient noise, off-screen sounds) and two evaluation splits (S4 and MS3), plus a simple debiasing framework that combines balanced positive/negative audio-visual pairs with classifier-guided similarity learning and joint segmentation. Empirical results show that state-of-the-art methods exhibit strong visual bias under negative audio, while the proposed method achieves near-perfect false positive suppression and robust segmentation on both standard AVS benchmarks and challenging negative scenarios. The work offers a practical training strategy to improve AVS reliability in real-world multimodal scenarios and highlights the importance of evaluating robustness to negative audio in multimodal perception tasks.
Abstract
Unlike traditional visual segmentation, audio-visual segmentation (AVS) requires the model not only to identify and segment objects but also to determine whether they are sound sources. Recent AVS approaches, leveraging transformer architectures and powerful foundation models like SAM, have achieved impressive performance on standard benchmarks. Yet, an important question remains: Do these models genuinely integrate audio-visual cues to segment sounding objects? In this paper, we systematically investigate this issue in the context of robust AVS. Our study reveals a fundamental bias in current methods: they tend to generate segmentation masks based predominantly on visual salience, irrespective of the audio context. This bias results in unreliable predictions when sounds are absent or irrelevant. To address this challenge, we introduce AVSBench-Robust, a comprehensive benchmark incorporating diverse negative audio scenarios including silence, ambient noise, and off-screen sounds. We also propose a simple yet effective approach combining balanced training with negative samples and classifier-guided similarity learning. Our extensive experiments show that state-of-theart AVS methods consistently fail under negative audio conditions, demonstrating the prevalence of visual bias. In contrast, our approach achieves remarkable improvements in both standard metrics and robustness measures, maintaining near-perfect false positive rates while preserving highquality segmentation performance.
