CLMar 29, 2025

S2MoE: Robust Sparse Mixture of Experts via Stochastic Learning

arXiv:2503.23007v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses a key training challenge in efficient large language models, offering an incremental improvement for researchers and practitioners in AI.

The paper tackles the problem of representation collapse in Sparse Mixture of Experts (SMoE) training for large language models by proposing S2MoE, which uses stochastic learning to handle deterministic and non-deterministic inputs, achieving performance comparable to other methods while reducing computational inference costs by 28%.

Sparse Mixture of Experts (SMoE) enables efficient training of large language models by routing input tokens to a select number of experts. However, training SMoE remains challenging due to the issue of representation collapse. Recent studies have focused on improving the router to mitigate this problem, but existing approaches face two key limitations: (1) expert embeddings are significantly smaller than the model's dimension, contributing to representation collapse, and (2) routing each input to the Top-K experts can cause them to learn overly similar features. In this work, we propose a novel approach called Robust Sparse Mixture of Experts via Stochastic Learning (S2MoE), which is a mixture of experts designed to learn from both deterministic and non-deterministic inputs via Learning under Uncertainty. Extensive experiments across various tasks demonstrate that S2MoE achieves performance comparable to other routing methods while reducing computational inference costs by 28%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes