Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Rethinking Sparse Mixture of Experts from a Unified Perspective

About

Sparse Mixture of Experts (SMoE) models scale the capacity of models while maintaining constant computational overhead. SMoE methods fall into two categories: Token Choice, which routes each token to a fixed number of experts, and Expert Choice, which assigns a fixed number of tokens to each expert. However, the use of fixed budgets for tokens or experts causes both approaches to select irrelevant token-expert pairs or overlook critical assignments, which degrades overall performance. To fill that gap, we rethink SMoE from a unified perspective through the lens of linear programming, which provides a general formulation for SMoE models. Furthermore, we introduce Unified Sparse Mixture of Experts (USMoE), a novel framework comprising a unified mechanism and a unified score to overcome these limitations. We provide both theoretical justification and empirical evidence demonstrating USMoE's effectiveness. Extensive evaluations across diverse data settings (clean and corrupted), multiple domains (including texts and vision tasks), and different learning approaches (training-free and training-based) show that USMoE not only delivers significant performance improvements over existing SMoE methods, but also enables more flexible expert selection budgets, reducing inference costs without compromising model performance. Our implementation is publicly available at https://github.com/giangdip2410/USMoE.

Giang Do, Hung Le, Truyen Tran• 2025

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText-103 (test)
Perplexity22.06
703
Intent ClassificationBanking77
Accuracy87.8
260
Image ClassificationSVHN
Top-1 Accuracy96.1
186
Image ClassificationCIFAR100
Average Accuracy67.3
150
Language ModelingOne Billion Word Benchmark (test)
Test Perplexity40.53
125
Text ClassificationSST-5
Accuracy40.1
119
Text ClassificationIMDB
Accuracy88.5
119
ReasoningARC-C--
112
Image ClassificationCIFAR-10--
75
Text ClassificationSST-2
Accuracy83.8
54
Showing 10 of 27 rows

Other info

Follow for update