MoME: Mixture of Multimodal Experts for Generalist Multimodal Large Language Models
Leyang Shen, Gongwei Chen, Rui Shao, Weili Guan, Liqiang Nie
TL;DR
This work addresses the persistent gap where generalist multimodal LLMs underperform specialist models due to task interference across vision-language tasks. It introduces MoME, a dual-mixture architecture comprising MoVE for vision and MoLE for language, featuring an Adaptive Deformable Transformation to harmonize heterogeneous vision features and sparsely gated adapters to route language processing. The approach demonstrates strong, task-dependent specialization through instance-level routing for vision and sentence-embedding-guided routing for language, validated on 24 VL datasets with notable gains over baselines. The result is a scalable framework that enhances generalist VL understanding while maintaining comparable computation, with publicly released code paving the way for broader adoption in multimodal AI research.
Abstract
Multimodal large language models (MLLMs) have demonstrated impressive capabilities across various vision-language tasks. However, a generalist MLLM typically underperforms compared with a specialist MLLM on most VL tasks, which can be attributed to task interference. In this paper, we propose a mixture of multimodal experts (MoME) to mitigate task interference and obtain a generalist MLLM. Our MoME is composed of two key components, a mixture of vision experts (MoVE) and a mixture of language experts (MoLE). MoVE can adaptively modulate the features transformed from various vision encoders, and has a strong compatibility in transformation architecture. MoLE incorporates sparsely gated experts into LLMs to achieve painless improvements with roughly unchanged inference costs. In response to task interference, our MoME specializes in both vision and language modality to adapt to task discrepancies. Extensive experiments show that MoME significantly improves the performance of generalist MLLMs across various VL tasks. The source code is released at https://github.com/JiuTian-VL/MoME
