LGMay 11

Muown: Row-Norm Control for Muon Optimization

arXiv:2605.1079772.7
Predicted impact top 22% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners training large language models, Muown offers a more robust and performant optimizer that reduces hyperparameter sensitivity and avoids training instabilities.

Muown addresses spectral norm drift in Muon optimization by controlling row magnitudes, achieving improved perplexity over Muon, SOAP, AdamW, and Lion across GPT-style pre-training from 124M to 2.7B parameters, with reduced sensitivity to weight decay and negligible overhead.

Muon has emerged as a strong competitor to AdamW for language model pre-training, yet its behavior at scale is sensitive to weight decay. Recent work has observed that, for Muon without decoupled weight decay, the spectral norm of weight matrices drifts upward over training. Through a decomposition of the spectral norm into a row-magnitude factor and a row-coherence factor, we identify the former as the empirical driver of this drift under Muon, while the latter remains well-behaved along the trajectory. Motivated by this diagnosis, we introduce Muown, a drop-in replacement for Muon that treats the row-magnitude vector as an explicit optimizer variable, updating it under the $\ell_\infty$ geometry induced by the decomposition, while applying Muon unchanged to the remaining direction component. We prove that Muown attains the optimal non-convex rates in both deterministic and stochastic regimes under a dual norm aligned with the underlying geometries and with a stochastic noise coefficient that empirically remains below that of Muon throughout training. Across GPT-style pre-training on FineWeb-Edu with model sizes from 124M up to 2.7B parameters, Muown improves perplexity over Muon, SOAP, AdamW, and Lion. It also widens the plateau of near-optimal learning rates across model scales, reduces sensitivity to weight decay, and avoids the spectral norm drift at negligible step-time overhead when appropriately sharded.

Foundations

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

Your Notes