Input Domain Aware MoE: Decoupling Routing Decisions from Task Optimization in Mixture of Experts
Yongxiang Hua, Haoyu Cao, Zhou Tao, Bocheng Li, Zihao Wu, Chaohu Liu, Linli Xu
TL;DR
The paper tackles the specialization–balance dilemma in sparse MoE for vision-language models by decoupling routing from task optimization. It introduces IDA-MoE, which grounds routing in the input distribution using a multi-component Gaussian Mixture Model and a component-based routing mechanism, complemented by a component reactivation strategy. The approach yields more decisive routing and better expert utilization without auxiliary load-balancing losses, achieving superior performance on VLM benchmarks with 2B-activated parameters and stable training. A key insight is that decoupled routing fosters natural load balance, improving robustness to distribution shifts and routing noise. Overall, IDA-MoE advances scalable, efficient MoE routing by aligning routing decisions with input structure rather than task-driven loss signals, improving both performance and resource utilization.
Abstract
Sparse Mixture of Experts (sMoE) has become a pivotal approach for scaling large vision-language models, offering substantial capacity while maintaining computational efficiency through dynamic, sparse activation of experts. However, existing routing mechanisms, typically based on similarity scoring, struggle to effectively capture the underlying input structure. This limitation leads to a trade-off between expert specialization and balanced computation, hindering both scalability and performance. We propose Input Domain Aware MoE, a novel routing framework that leverages a probabilistic mixture model to better partition the input space. By modeling routing probabilities as a mixture of distributions, our method enables experts to develop clear specialization boundaries while achieving balanced utilization. Unlike conventional approaches, our routing mechanism is trained independently of task-specific objectives, allowing for stable optimization and decisive expert assignments. Empirical results on vision-language tasks demonstrate that our method consistently outperforms existing sMoE approaches, achieving higher task performance and improved expert utilization balance.
