Cooperation Does Matter: Exploring Multi-Order Bilateral Relations for Audio-Visual Segmentation
Qi Yang, Xing Nie, Tong Li, Pengfei Gao, Ying Guo, Cheng Zhen, Pengfei Yan, Shiming Xiang
TL;DR
This work tackles audio-visual segmentation by introducing COMBO, a transformer-based framework that jointly models pixel-level, modality-level, and temporal relationships. It introduces three bilateral entanglements: pixel entanglement via a Siam-Encoder Module (SEM) that leverages Maskige priors from a frozen foundation model, modality entanglement via a Bilateral-Fusion Module (BFM) for bidirectional audio-visual fusion, and temporal entanglement via an adaptive inter-frame consistency loss. The approach achieves state-of-the-art results on AVSBench-object and AVSBench-semantic datasets, with ablations validating the contributions of SEM, BFM, and L_{ada}. The Maskige-based pixel conditioning and memory-efficient cross-modal fusion offer a practical pathway to robust, pixel-precise AVS in real-world video data, and the framework provides a blueprint for integrating foundation-model priors with multimodal transformers.
Abstract
Recently, an audio-visual segmentation (AVS) task has been introduced, aiming to group pixels with sounding objects within a given video. This task necessitates a first-ever audio-driven pixel-level understanding of the scene, posing significant challenges. In this paper, we propose an innovative audio-visual transformer framework, termed COMBO, an acronym for COoperation of Multi-order Bilateral relatiOns. For the first time, our framework explores three types of bilateral entanglements within AVS: pixel entanglement, modality entanglement, and temporal entanglement. Regarding pixel entanglement, we employ a Siam-Encoder Module (SEM) that leverages prior knowledge to generate more precise visual features from the foundational model. For modality entanglement, we design a Bilateral-Fusion Module (BFM), enabling COMBO to align corresponding visual and auditory signals bi-directionally. As for temporal entanglement, we introduce an innovative adaptive inter-frame consistency loss according to the inherent rules of temporal. Comprehensive experiments and ablation studies on AVSBench-object (84.7 mIoU on S4, 59.2 mIou on MS3) and AVSBench-semantic (42.1 mIoU on AVSS) datasets demonstrate that COMBO surpasses previous state-of-the-art methods. Code and more results will be publicly available at https://yannqi.github.io/AVS-COMBO/.
