paper-with-me

Papers

Spectral Flattening Is All Muon Needs: How Orthogonalization Controls Learning Rate and Convergence

2026-05-13 · Tien-Phat Nguyen, Truong Nguyen, Minh-Phuc Truong, Tuc Nguyen, James Bailey, Trung Le arxiv

Muon orthogonalizes the momentum buffer before each update, replacing its singular values with ones via Newton-Schulz iterations. This simple change lets Muon tolerate far larger learning rates and converge faster than other optimizers, but why? We show that the mechanism is spectral flattening, and develop two results around it. First, we prove that Muon's maximal stable step size scales with the average singular value of the gradient rather than the largest, which bottlenecks standard gradient descent. Second, we recast Muon as a preconditioned gradient method and show, under a Kronecker-factored curvature model, that it improves the effective convergence factor, with the improvement controlled by the spectrum of the gradient covariance. Extensive experiments validate both results: Muon remains stable at learning rates that cause SGD to diverge within the first few iterations, and reaches accuracy milestones several epochs earlier even at identical step sizes. Taken together, our results offer a principled, geometric explanation for Muon's empirical success.

📄 PDF Abstract BibTeX arXiv:2605.13079

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Preconditioning Benefits of Spectral Orthogonalization in Muon

2026-01-20 · Jianhao Ma, Yu Huang, Yuejie Chi, Yuxin Chen arxiv

The Muon optimizer, a matrix-structured algorithm that leverages spectral orthogonalization of gradients, is a milestone in the pretraining of large language models. However, the underlying mechanisms of Muon -- particul…

Muon$^p$: Muon with Fractional Spectral Powers

2026-06-11 · Yihe Dong, Will Sawin arxiv

Muon is an increasingly widely used optimizer that replaces a gradient $G=USV^\top$ with its polar factor $UV^\top$, thereby flattening the singular spectrum. However, full flattening discards singular-value information …

Denoise First, Orthogonalize Later: Understanding Momentum in Muon via Spectral Filtering

2026-06-02 · Xianliang Li, Zihan Zhang, Weiyang Liu, Han Bao arxiv

Muon has recently demonstrated strong empirical performance in large language model training, but the theoretical role of momentum in Muon remains unclear. Existing analyses of Muon either remove momentum to study spectr…

MUON+: Towards More Effective Muon via One Additional Normalization Step for LLM Pre-training

2026-02-25 · Ruijie Zhang, Yequan Zhao, Ziyue Liu, Zhengyang Wang 외 arxiv

Muon has recently emerged as a strong optimizer for large language model pre-training, orthogonalizing the momentum matrix via Newton--Schulz polar iterations. A natural intuition is that polar iterations, by flattening …

Reassessing Muon for Matrix Factorization

2026-07-14 · Ali Parviz, Gal Mishne, Alex Cloninger arxiv

Muon has recently emerged as a strong optimizer for large-scale deep learning, where it reshapes gradient updates through approximate orthogonalization and has been reported to outperform Adam and AdamW in large language…