Synergistic Intra- and Cross-Layer Regularization Losses for MoE Expert Specialization
Abstract
Lay Summary
Large AI language models are often made more efficient by dividing their work among many smaller “expert” components, so that only a few experts are used for each piece of text. However, these experts can gradually become too similar to each other during training. When this happens, the model wastes capacity, and it becomes less clear which expert should handle which input. This paper introduces two simple training signals that help the experts develop clearer roles. The first encourages experts working on the same input to produce different kinds of internal responses, so they do not all learn the same behavior. The second encourages the model to follow more stable expert pathways across different layers, making its expert choices more consistent. These methods can be added to existing mixture-of-experts language models without changing their architecture. Across several training and evaluation settings, they improve model performance, make expert behavior more specialized, and support more stable routing, which can also help inference run more efficiently.