paper-with-me

홈 › Papers

Beyond Muon: MUD (MomentUm Decorrelation) for Faster Transformer Training

2026-03-18 · Ben S. Southworth, Stephen Thomas arxiv

Orthogonalized-momentum optimizers such as Muon improve transformer training by approximately whitening/orthogonalizing matrix-valued momentum updates via a short polar-decomposition iteration. However, polar-factor approximations typically require multiple large matrix multiplications, and the resulting overhead can be substantial and hardware-dependent. We introduce MUD (MomentUm Decorrelation), a complementary whitening approach that replaces Muon's polar update with a triangular (Cholesky-like) whitening surrogate inspired by classical Gram--Schmidt and Gauss-Seidel ideas. We show that row-orthonormal matrices are fixed points of the MUD map, relate the inner step to symmetric Gauss-Seidel preconditioning of the Gram matrix, and prove quadratic local convergence near the fixed point. In terms of time-to-perplexity, MUD yields consistent 10-50\% wall-clock improvements over tuned AdamW and Muon in time-to-perplexity, typically converging slightly slower per step than Muon but with substantially lower optimizer overhead -- relative to Muon, MUD improves peak tokens/s by roughly $1.3-2.6\times$ across most settings and up to nearly $3\times$ on GPT-2 large on an A100. We also demonstrate training a ESM-2 150M protein language model, where MUD matches Muon-level validation perplexity in significantly less wall-clock time.

📄 PDF Abstract BibTeX arXiv:2603.17970

Code (0)

등록된 구현이 없습니다.

Tasks

Protein Language Model

Similar Papers 제목 키워드 기반

Towards Understanding the Power and Limits of the Muon Optimizer: A River-Valley Perspective

2026-06-19 · Tianqi Shen, Jinji Yang, Runze Shi, Jianhao Ma 외 arxiv

Recently, Muon has gained substantial attention as an appealing alternative to Adam-like optimizers, with many works highlighting its advantages through spectral normalization and improved conditioning. Yet this positive…

Convergence of Muon with Newton-Schulz

2026-01-27 · Gyu Yeol Kim, Min-hwan Oh arxiv

We analyze Muon as originally proposed and used in practice -- using the momentum orthogonalization with a few Newton-Schulz steps. The prior theoretical results replace this key step in Muon with an exact SVD-based pola…

Scaling Muon for Diffusion Transformers

2026-08-21 · Chenghao Li, Xiao Han, Xinxin Huang, Wei Liu 외 arxiv

The matrix-aware optimizer Muon improves large model training by balancing updates across singular directions, yet its scaling behavior and end-to-end efficiency on large Diffusion Transformers (DiTs) remain unclear. We …

Error Feedback for Muon and Friends

2025-10-01 · Kaja Gruntkowska, Alexander Gaponov, Zhirayr Tovmasyan, Peter Richtárik arxiv

Recent optimizers like Muon, Scion, and Gluon have pushed the frontier of large-scale deep learning by exploiting layer-wise linear minimization oracles (LMOs) over non-Euclidean norm balls, capturing neural network stru…

Muon is Provably Faster with Momentum Variance Reduction

2025-12-18 · Xun Qian, Hussein Rammal, Dmitry Kovalev, Peter Richtárik arxiv

Recent empirical research has demonstrated that deep learning optimizers based on the linear minimization oracle (LMO) over specifically chosen Non-Euclidean norm balls, such as Muon and Scion, outperform Adam-type metho…