Advancing Expert Specialization for Better MoE
Hongcan Guo, Haolang Lu, Guoshun Nan, Bolun Chu, Jialin Zhuang, Yuan Yang, Wenhao Che, Sicong Leng, Qimei Cui, Xudong Jiang
TL;DR
This work tackles the conflict between expert specialization and routing uniformity in MoE models caused by auxiliary load-balancing losses. It introduces two gradient-consistent objectives, an orthogonality loss $\\mathcal{L}_{o}$ and a variance loss $\\mathcal{L}_{v}$, which promote distinct expert representations and diversified routing without sacrificing load balancing. The authors provide a theoretical compatibility framework and empirically validate improvements across 11 benchmarks and multiple MoE architectures, achieving up to 23.79% relative gains with no architectural changes. The approach demonstrates that loss-level innovations can unlock MoE efficiency and specialization, enabling better downstream performance in domain-specific settings while maintaining computational efficiency.
Abstract
Mixture-of-Experts (MoE) models enable efficient scaling of large language models (LLMs) by activating only a subset of experts per input. However, we observe that the commonly used auxiliary load balancing loss often leads to expert overlap and overly uniform routing, which hinders expert specialization and degrades overall performance during post-training. To address this, we propose a simple yet effective solution that introduces two complementary objectives: (1) an orthogonality loss to encourage experts to process distinct types of tokens, and (2) a variance loss to encourage more discriminative routing decisions. Gradient-level analysis demonstrates that these objectives are compatible with the existing auxiliary loss and contribute to optimizing the training process. Experimental results over various model architectures and across multiple benchmarks show that our method significantly enhances expert specialization. Notably, our method improves classic MoE baselines with auxiliary loss by up to 23.79%, while also maintaining load balancing in downstream tasks, without any architectural modifications or additional components. We will release our code to contribute to the community.
