Taming Modality Entanglement in Continual Audio-Visual Segmentation
Yuyang Hong, Qi Yang, Tao Zhang, Zili Wang, Zhaojin Fu, Kun Ding, Bin Fan, Shiming Xiang
TL;DR
The paper tackles the problem of fine-grained continual learning for audio-visual segmentation, introducing Continual Audio-Visual Segmentation (CAVS) and identifying two key modality-entanglement challenges: multi-modal semantic drift and co-occurrence confusion. It proposes Collision-based Multi-modal Rehearsal (CMR), comprising Multi-modal Sample Selection (MSS) to reinforce cross-modal alignment and Collision-based Sample Rehearsal (CSR) to bias rehearsal toward confusable old classes, with formal mechanisms to measure modality consistency and collision frequency. The authors instantiate AVSBench-derived incremental datasets (AVSBench-CI/CIS/CIM) and demonstrate that CMR achieves state-of-the-art performance across class-incremental AVS tasks, including ablations showing the effectiveness of MSS and CSR and their synergy. The work advances practical multi-modal continual learning by enabling more robust, pixel-level audio-visual segmentation under sequential task regimes, with strong evidence across CNN and Transformer backbones.
Abstract
Recently, significant progress has been made in multi-modal continual learning, aiming to learn new tasks sequentially in multi-modal settings while preserving performance on previously learned ones. However, existing methods mainly focus on coarse-grained tasks, with limitations in addressing modality entanglement in fine-grained continual learning settings. To bridge this gap, we introduce a novel Continual Audio-Visual Segmentation (CAVS) task, aiming to continuously segment new classes guided by audio. Through comprehensive analysis, two critical challenges are identified: 1) multi-modal semantic drift, where a sounding objects is labeled as background in sequential tasks; 2) co-occurrence confusion, where frequent co-occurring classes tend to be confused. In this work, a Collision-based Multi-modal Rehearsal (CMR) framework is designed to address these challenges. Specifically, for multi-modal semantic drift, a Multi-modal Sample Selection (MSS) strategy is proposed to select samples with high modal consistency for rehearsal. Meanwhile, for co-occurence confusion, a Collision-based Sample Rehearsal (CSR) mechanism is designed, allowing for the increase of rehearsal sample frequency of those confusable classes during training process. Moreover, we construct three audio-visual incremental scenarios to verify effectiveness of our method. Comprehensive experiments demonstrate that our method significantly outperforms single-modal continual learning methods.
