Crab: A Unified Audio-Visual Scene Understanding Model with Explicit Cooperation
Henghui Du, Guangyao Li, Chang Zhou, Chunjie Zhang, Alan Zhao, Di Hu
TL;DR
Crab addresses the challenge of unified audio-visual scene understanding by enforcing explicit cross-task cooperation through an auxiliary AV-UIE dataset and a modular interaction-aware LoRA. The model uses a unified audio-visual interface (visual, audio, segmentation) feeding a large language model, with a router-guided multi-head LoRA ensuring distinct data-interaction capabilities are learned without destructive interference. Training occurs in two stages: feature alignment and instruction-tuning on AV-UIE, with explicit reasoning prompts enriching task relationships. Empirical results across AVE, AVVP, MUSIC-AVQA, AVS, and Ref-AVS demonstrate state-of-the-art or competitive performance, with ablations confirming the benefits of explicit reasoning and dynamic LoRA routing for cross-task transfer and specialization.
Abstract
In recent years, numerous tasks have been proposed to encourage model to develop specified capability in understanding audio-visual scene, primarily categorized into temporal localization, spatial localization, spatio-temporal reasoning, and pixel-level understanding. Instead, human possesses a unified understanding ability for diversified tasks. Therefore, designing an audio-visual model with general capability to unify these tasks is of great value. However, simply joint training for all tasks can lead to interference due to the heterogeneity of audiovisual data and complex relationship among tasks. We argue that this problem can be solved through explicit cooperation among tasks. To achieve this goal, we propose a unified learning method which achieves explicit inter-task cooperation from both the perspectives of data and model thoroughly. Specifically, considering the labels of existing datasets are simple words, we carefully refine these datasets and construct an Audio-Visual Unified Instruction-tuning dataset with Explicit reasoning process (AV-UIE), which clarifies the cooperative relationship among tasks. Subsequently, to facilitate concrete cooperation in learning stage, an interaction-aware LoRA structure with multiple LoRA heads is designed to learn different aspects of audiovisual data interaction. By unifying the explicit cooperation across the data and model aspect, our method not only surpasses existing unified audio-visual model on multiple tasks, but also outperforms most specialized models for certain tasks. Furthermore, we also visualize the process of explicit cooperation and surprisingly find that each LoRA head has certain audio-visual understanding ability. Code and dataset: https://github.com/GeWu-Lab/Crab
