English

Muon$^2$: Boosting Muon via Adaptive Second-Moment Preconditioning

Machine Learning 2026-04-14 v1 Artificial Intelligence

Abstract

Muon has emerged as a promising optimizer for large-scale foundation model pre-training by exploiting the matrix structure of neural network updates through iterative orthogonalization. However, its practical efficiency is limited by the need for multiple Newton--Schulz (NS) iterations per optimization step, which introduces non-trivial computation and communication overhead. We propose Muon2^2, an extension of Muon that applies Adam-style adaptive second-moment preconditioning before orthogonalization. Our key insight is that the core challenge of polar approximation in Muon lies in the ill-conditioned momentum matrix, of which the spectrum is substantially improved by Muon2^2, leading to faster convergence toward a practically sufficient orthogonalization. We further characterize the practical orthogonalization quality via directional alignment, under which Muon2^2 demonstrates dramatic improvement over Muon at each polar step. Across GPT and LLaMA pre-training experiments from 60M to 1.3B parameters, Muon2^2 consistently outperforms Muon and recent Muon variants while reducing NS iterations by 40\%. We further introduce Muon2^2-F, a memory-efficient factorized variant that preserves most of the gains of Muon2^2 with negligible memory overhead.

Cite

@article{arxiv.2604.09967,
  title  = {Muon$^2$: Boosting Muon via Adaptive Second-Moment Preconditioning},
  author = {Ziyue Liu and Ruijie Zhang and Zhengyang Wang and Yequan Zhao and Yupeng Su and Zi Yang and Zheng Zhang},
  journal= {arXiv preprint arXiv:2604.09967},
  year   = {2026}
}

Comments

Preprint, subject to update

R2 v1 2026-07-01T12:03:57.594Z