paper-with-me

홈 › Papers

Turbo-Muon: Almost-Orthogonal Pre-Conditioning for Fast Muon Updates

2025-12-04 · Thibaut Boissin, Thomas Massena, Franck Mamalet, Mathieu Serrurier arxiv

Orthogonality-based optimizers, such as Muon, have recently shown strong performance across large-scale training and community-driven efficiency challenges. However, these methods rely on a costly gradient orthogonalization step. Even efficient iterative approximations such as Newton-Schulz remain expensive, typically requiring dozens of matrix multiplications to converge. We introduce a pre-conditioning procedure that improves the initialization of the Newton--Schulz iterations while incurring negligible overhead. Furthermore, our pre-conditioning reduces the initial polar error and enables the removal of one Newton-Schulz iteration (out of the five iterations usually used in practice). The resulting implementation significantly reduces Muon's overhead. At the end-to-end training level, we observe consistent runtime improvements across speed-run and standard benchmarks, including $\sim$3% reductions in training time on multiple fast training benchmarks, while matching reference performance on both language and vision tasks. Crucially, these improvements require no hyperparameter tuning and can be adopted as a simple drop-in replacement. Beyond empirical gains, we provide theoretical insight into the geometry of the update and its potential robustness against feature collapse. Our code is publicly available on github, in optax and huggingface kernels.

📄 PDF Abstract BibTeX arXiv:2512.04632

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

2026-04-11 · Ziyue Liu, Ruijie Zhang, Zhengyang Wang, Yequan Zhao 외 arxiv

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, the orthogonalization qua…

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…

NorMuon: Making Muon more efficient and scalable

2025-10-07 · Zichong Li, Liming Liu, Chen Liang, Weizhu Chen 외 arxiv

The choice of optimizer significantly impacts the training efficiency and computational costs of large language models (LLMs). Recently, the Muon optimizer has demonstrated promising results by orthogonalizing parameter …

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 appr…

Protein Language Model

CacheMuon: Using Temporal Preconditioning To Approximate Polar Factor

2026-06-15 · Bishnu Dev, Sushil Bohara, Martin Takáč, Samuel Horváth arxiv

Muon is an optimizer that computes updates using the polar factor of the momentum matrix and has shown strong empirical performance across a range of training settings. A key component of Muon is the Newton-Schulz iterat…