Maximum Score Routing For Mixture-of-Experts
Bowen Dong, Yilong Fan, Yutao Sun, Zhenyu Li, Tengyu Pan, Xun Zhou, Jianyong Wang

TL;DR
MaxScore introduces a novel routing method for mixture-of-experts models that models routing as a minimum-cost maximum-flow problem, improving training loss and evaluation scores without capacity constraints.
Contribution
It proposes MaxScore, a new MoE routing paradigm that overcomes limitations of existing methods by modeling routing as a flow problem with a SoftTopk operator.
Findings
Lower training losses compared to baselines
Higher evaluation scores at same FLOPs
Effective routing without expert capacity constraints
Abstract
Routing networks in sparsely activated mixture-of-experts (MoE) dynamically allocate input tokens to top-k experts through differentiable sparse transformations, enabling scalable model capacity while preserving computational efficiency. Traditional MoE networks impose an expert capacity constraint to ensure GPU-friendly computation. However, this leads to token dropping when capacity is saturated and results in low hardware efficiency due to padding in underutilized experts. Removing the capacity constraint, in turn, compromises load balancing and computational efficiency. To address these issues, we propose Maximum Score Routing (), a novel MoE routing paradigm that models routing as a minimum-cost maximum-flow problem and integrates a SoftTopk operator. MaxScore resolves the fundamental limitations of iterative rerouting and optimal transport formulations,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsDistributed Sensor Networks and Detection Algorithms · Advanced Bandit Algorithms Research · Machine Learning and Algorithms
