Papers › How to Scale Mixture-of-Experts: From muP to the Maximally Scale-Stable Parameterization

How to Scale Mixture-of-Experts: From muP to the Maximally Scale-Stable Parameterization

13 May 2026arXiv:2605.14200added by Syntology

Leena Chennuru Vankadara, Moritz Haas, Luke Hayward, Sebastian Bordt, Alessandro Breccia

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Recent frontier large language models predominantly rely on Mixture-of-Experts (MoE) architectures. Despite empirical progress, there is still no principled understanding of how hyperparameters should scale with network width N, expert width Nₑ, number of experts M, sparsity K, and depth L to ensure both stability and optimal performance at scale. We take a principled step toward resolving this gap by analyzing three different scaling regimes: (I) co-scaling N≍Nₑ, (II) co-scaling N≍M≍K, and (III) full proportional scaling of N, Nₑ, M, and K. For each regime, we develop a novel Dynamical Mean Field Theory (DMFT) description of the limiting training dynamics of MoEs that provides a formal foundation for our analysis. Within this framework, we derive the unique parameterization for SGD and Adam satisfying all maximal-update (μ) desiderata. We then show that the resulting $μ$P prescription does not reliably induce monotonic improvement with scale or robust learning-rate transfer. We trace these pathologies to scale-dependent observables in the aggregation dynamics, which motivates a refined set of desiderata that we term maximal scale stability. Guided by this principle, we derive a Maximally Scale-Stable Parameterization (MSSP) for both SGD and Adam in all three scaling regimes, and characterize the corresponding limiting dynamics - qualitatively distinct from the $μ$P limit - through a separate DMFT analysis. Experiments verify that MSSP robustly recovers learning rate transfer and monotonic improvement with scale across regimes. Combined with existing depth-scaling theory, these results provide a complete scaling prescription for MoE architectures as a function of width, depth, expert width, and number of experts.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.14200")

Code

Syntology Ran 14 of 25 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong; 9 ran with no contract checked.

By repository: found in paper text by Syntology: 25 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vankadara-lab/mssp-moe found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 14 ran; 1 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
9ran
11unverified

Licence: 0 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from vankadara-lab/mssp-moe. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CausalSelfAttention vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran MIT (permissive) · 79206b63d6c2a4cc · report
Expert vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran MIT (permissive) · eb4439589ee0f401 · report
MLP vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 89edafb2b7dd86d4 · report
MLPExperts vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran MIT (permissive) · 0701f790e1bfa186 · report
MOEManager vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran MIT (permissive) · d6fd8fe0a21c5705 · report
MupBottleneck vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran MIT (permissive) · c4dfde8cc3a53a1e · report
MupDense vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran MIT (permissive) · cb99fcd3b1f748d2 · report
MupFixedE vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran MIT (permissive) · b0c26f0b82672510 · report
ScalingConfig vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran MIT (permissive) · c4751b9b12f74641 · report
apply_rope vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 5d32ec6879733f85 · report
build_rope_cache vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 60caeaf416ffdf78 · report
classify_parameter vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 5bc29c2859687b6c · report
compute_fans vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 68a803a8db3489f0 · report
is_input_like vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology ran · violated contract MIT (permissive) · 4053fe32ebf78105 · report
Block vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · 6a082740ae6a704b · report
GPT vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · c21ab39f1c8ed9db · report
MonitorMoELayer vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · 908e9b4c72c5ccfd · report
MupAllScale vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · 137a06276c29cba3 · report
MupBaselineAllScale vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · 731519ad66b94ad5 · report
MupBottleneckNoExpertDownInit vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · e46ca229f04a0481 · report
NanoMoELayer vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · 0401dd09f1f20363 · report
Router vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · b19d401a089c2b4d · report
SoftMoELayer vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · 0d725e3597c5b8d0 · report
StandardScaling vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · 03ca8589472f37ff · report
get_scaling_config vankadara-lab/mssp-moe/transformer-moe-experiments/model.py found in paper text by Syntology unverified MIT (permissive) · f9f552a09c0196b1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.14200, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections