MoE Adapter for Large Audio Language Models: Sparsity, Disentanglement, and Gradient-Conflict-Free
Yishu Lei, Shuwei He, Jing Hu, Dan Zhang, Xianlong Luo, Danxiang Zhu, Shikun Feng, Rui Liu, Jingzhou He, Yu Sun, Hua Wu, Haifeng Wang
TL;DR
The paper tackles gradient conflicts when extending LLMs to audio by introducing a sparse Mixture-of-Experts (MoE) Adapter that decouples heterogeneous acoustic attributes. By routing audio tokens to specialized experts while retaining shared components, the MoE-Adapter achieves better knowledge reasoning and paralinguistic understanding without increasing computational cost compared to dense baselines. Empirical results on a 1.7B backbone show consistent gains across MMSU, OBQA, and MMAU, and analyses reveal improved gradient alignment and constructive transfer between modalities. This approach offers a scalable pathway to more capable multimodal foundation models with efficient inference and interpretable expert specializations.
Abstract
Extending the input modality of Large Language Models~(LLMs) to the audio domain is essential for achieving comprehensive multimodal perception. However, it is well-known that acoustic information is intrinsically \textit{heterogeneous}, entangling attributes such as speech, music, and environmental context. Existing research is limited to a dense, parameter-shared adapter to model these diverse patterns, which induces \textit{gradient conflict} during optimization, as parameter updates required for distinct attributes contradict each other. To address this limitation, we introduce the \textit{\textbf{MoE-Adapter}}, a sparse Mixture-of-Experts~(MoE) architecture designed to decouple acoustic information. Specifically, it employs a dynamic gating mechanism that routes audio tokens to specialized experts capturing complementary feature subspaces while retaining shared experts for global context, thereby mitigating gradient conflicts and enabling fine-grained feature learning. Comprehensive experiments show that the MoE-Adapter achieves superior performance on both audio semantic and paralinguistic tasks, consistently outperforming dense linear baselines with comparable computational costs. Furthermore, we will release the related code and models to facilitate future research.
