Fork-Merge Decoding: Enhancing Multimodal Understanding in Audio-Visual Large Language Models
Chaeyoung Jung, Youngjoon Jang, Jongmin Choi, Joon Son Chung
TL;DR
This work addresses modality bias in audio-visual large language models by proposing Fork-Merge Decoding (FMD), a training-free inference-time strategy that splits unimodal reasoning in an early fork phase and cohesive multimodal reasoning in a later merge phase. FMD is model- and fusion-agnostic, compatible with both token-wise and channel-wise fusion, and uses an attention-guided fusion to balance contributions without architectural changes. The authors validate FMD on VideoLLaMA2, video-SALMONN, and Qwen2.5-Omni across AVQA, MUSIC-AVQA, and AVHBench, reporting consistent gains in audio, video, and AV reasoning tasks, with pronounced improvements in AV captioning. The approach provides a computationally efficient, training-free means to mitigate modality bias and improve robust multimodal understanding in real-world AV-LLMs.
Abstract
The goal of this work is to enhance balanced multimodal understanding in audio-visual large language models (AV-LLMs) by addressing modality bias without additional training. In current AV-LLMs, audio and video features are typically processed jointly in the decoder. While this strategy facilitates unified multimodal understanding, it may introduce modality bias, where the model tends to over-rely on one modality due to imbalanced training signals. To mitigate this, we propose Fork-Merge Decoding (FMD), a simple yet effective inference-time strategy that requires no additional training or architectural modifications. FMD first performs modality-specific reasoning by processing audio-only and video-only inputs through the early decoder layers (fork), and then merges the resulting hidden states for joint reasoning in the remaining layers (merge). This separation allows each modality to be emphasized in the early stages while encouraging balanced contributions during integration. We validate our method on three representative AV-LLMs-VideoLLaMA2, video-SALMONN, and Qwen2.5-Omni-using three benchmark datasets. Experimental results show consistent gains in audio, video, and audio-visual reasoning tasks, highlighting the effectiveness of inference-time interventions for robust and efficient multimodal understanding.
