Gluon: Making Muon & Scion Great Again! (Bridging Theory and Practice of LMO-based Optimizers for LLMs)
Artem Riabinin, Egor Shulgin, Kaja Gruntkowska, Peter Richtárik
TL;DR
This work addresses the gap between theory and practice in layerwise LMO-based optimizers for large models by introducing Gluon, a layerwise optimization framework paired with a generalized L0,L1-smoothness model. The approach yields adaptive, per-layer stepsizes and convergence guarantees for both deterministic and stochastic settings, recovering Muon/Scion as special cases. Empirical validation on NanoGPT-FineWeb and CIFAR-10 shows that the layerwise smoothness model holds during training and that theory-driven stepsizes closely match tuned values, with specialized per-layer norms outperforming Euclidean baselines. Overall, Gluon provides a rigorous, practically predictive foundation for structured, memory-efficient optimization in deep learning, bridging a long-standing theory-practice gap.
Abstract
Recent developments in deep learning optimization have brought about radically new algorithms based on the Linear Minimization Oracle (LMO) framework, such as $\sf Muon$ and $\sf Scion$. After over a decade of $\sf Adam$'s dominance, these LMO-based methods are emerging as viable replacements, offering several practical advantages such as improved memory efficiency, better hyperparameter transferability, and most importantly, superior empirical performance on large-scale tasks, including LLM training. However, a significant gap remains between their practical use and our current theoretical understanding: prior analyses (1) overlook the layer-wise LMO application of these optimizers in practice, and (2) rely on an unrealistic smoothness assumption, leading to impractically small stepsizes. To address both, we propose a new LMO-based method called $\sf Gluon$, capturing prior theoretically analyzed methods as special cases, and introduce a new refined generalized smoothness model that captures the layer-wise geometry of neural networks, matches the layer-wise practical implementation of $\sf Muon$ and $\sf Scion$, and leads to convergence guarantees with strong practical predictive power. Unlike prior results, our theoretical stepsizes closely match the fine-tuned values reported by Pethick et al. (2025). Our experiments with NanoGPT and CNN confirm that our assumption holds along the optimization trajectory, ultimately closing the gap between theory and practice.
