LGAIJul 13

SOAP, Muon, and Beyond: Pushing LLM Pretraining Scales

arXiv:2607.2054816.5Has Code
Predicted impact top 6% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For large-scale LLM training, this work demonstrates that advanced optimizers can be practically scaled with stability and efficiency, offering a concrete path to faster convergence than AdamW.

Higher-order optimizers SOAP and Muon outperform AdamW in LLM pretraining at scales up to multi-billion parameters and trillions of tokens, with stable training at batch sizes up to 100M tokens where AdamW degrades. The authors introduce algorithmic fixes for SOAP instabilities and a layer-wise distributed optimizer for efficient scaling.

Higher-order optimizers such as Muon and SOAP offer faster convergence than AdamW, but their computational cost and numerical stability challenges have limited adoption at scale. In this work, we adapt and enhance preconditioned gradient methods to overcome the practical challenges of large-scale LLM pretraining. We first identify instabilities in SOAP at large batch sizes and propose algorithmic modifications including per-step QR orthogonalization and improved preconditioning strategies that eliminate loss spikes and enable stable training in these regimes. We then present a unified empirical study of SOAP, Muon, and AdamW using update-RMS matching to ensure fair learning rate transfer across optimizers. As part of this analysis, we empirically evaluate the orthogonalization quality of Muon. Our experiments on multi-billion-parameter models trained on trillions of tokens reveal that SOAP and Muon consistently outperform AdamW at the scales we tested. Notably, at batch sizes of up to 100M tokens for next-token prediction, these optimizers maintain training stability and quality while AdamW degrades. To enable efficient training at large scale, we introduce a layer-wise distributed optimizer compatible with Megatron-LM. Our implementation balances memory and hides communication while avoiding approximations to the optimizer computations, thus retaining their convergence benefits. Additionally, we identify and build specific system-level improvements to further accelerate our layer-wise implementation. To support the research community, we release a codebase that contains emerging algorithms for optimization: https://github.com/NVIDIA-NeMo/Emerging-Optimizers

Code Implementations1 repo
Foundations

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

Your Notes