EvoMoE: Expert Evolution in Mixture of Experts for Multimodal Large Language Models
Linglin Jing, Yuting Gao, Zhigang Wang, Wang Lan, Yiwen Tang, Wenhai Wang, Kaipeng Zhang, Qingpei Guo

TL;DR
EvoMoE introduces a novel expert evolution and dynamic routing framework to improve multi-modal large language models by addressing expert homogenization and static routing limitations.
Contribution
The paper proposes EvoMoE, a new MoE tuning method with expert evolution and a dynamic token-aware router for better multi-modal model performance.
Findings
EvoMoE outperforms existing models on multiple benchmarks.
Dynamic routing improves expert specialization for different modalities.
Expert evolution reduces expert homogenization effectively.
Abstract
Recent advancements have shown that the Mixture of Experts (MoE) approach significantly enhances the capacity of large language models (LLMs) and improves performance on downstream tasks. Building on these promising results, multi-modal large language models (MLLMs) have increasingly adopted MoE techniques. However, existing multi-modal MoE tuning methods typically face two key challenges: expert uniformity and router rigidity. Expert uniformity occurs because MoE experts are often initialized by simply replicating the FFN parameters from LLMs, leading to homogenized expert functions and weakening the intended diversification of the MoE architecture. Meanwhile, router rigidity stems from the prevalent use of static linear routers for expert selection, which fail to distinguish between visual and textual tokens, resulting in similar expert distributions for image and text. To address…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsExpert finding and Q&A systems · Topic Modeling · Computational and Text Analysis Methods
MethodsMixture of Experts
