Learning What To Hear: Boosting Sound-Source Association For Robust Audiovisual Instance Segmentation
Jinbae Seo, Hyeongjun Kwon, Kwonyoung Kim, Jiyoung Lee, Kwanghoon Sohn
TL;DR
The paper tackles audiovisual instance segmentation (AVIS) and the problem of visual bias that causes queries to attend to visually salient objects rather than sound sources. It introduces ACVIS, featuring an Audio-Centric Query Generator (ACQG) that uses cross-attention to produce sound-specific queries and a Sound-Aware Ordinal Counting (SAOC) loss to supervise the number of sounding objects via ordinal regression. On the AVISeg benchmark, ACVIS achieves improvements of +1.64 mAP, +0.60 HOTA, and +2.06 FSLA, validating that query specialization and counting supervision enhance audiovisual segmentation. By combining audio-driven query generation with monotonic counting constraints, the approach improves robustness in multi-source scenes and has potential applicability to broader multimodal segmentation tasks.
Abstract
Audiovisual instance segmentation (AVIS) requires accurately localizing and tracking sounding objects throughout video sequences. Existing methods suffer from visual bias stemming from two fundamental issues: uniform additive fusion prevents queries from specializing to different sound sources, while visual-only training objectives allow queries to converge to arbitrary salient objects. We propose Audio-Centric Query Generation using cross-attention, enabling each query to selectively attend to distinct sound sources and carry sound-specific priors into visual decoding. Additionally, we introduce Sound-Aware Ordinal Counting (SAOC) loss that explicitly supervises sounding object numbers through ordinal regression with monotonic consistency constraints, preventing visual-only convergence during training. Experiments on AVISeg benchmark demonstrate consistent improvements: +1.64 mAP, +0.6 HOTA, and +2.06 FSLA, validating that query specialization and explicit counting supervision are crucial for accurate audiovisual instance segmentation.
