Turbo-Muon: Accelerating Orthogonality-Based Optimization with Pre-Conditioning
Thibaut Boissin, Thomas Massena, Franck Mamalet, Mathieu Serrurier
TL;DR
<3-5 sentence high-level summary> The paper addresses the computational bottleneck of orthogonalization in orthogonality-based optimizers like Muon by introducing Almost Orthogonal Preconditioning (AOL). AOL preconditioning accelerates the Newton-Schulz iterations and enables dropping one iteration, yielding up to 2.8x speedups in the NS approximation and 5-10% end-to-end training runtime gains in realistic language and vision tasks, without hyperparameter tuning. The authors provide a drop-in Turbo-Muon implementation with a fused Triton kernel, demonstrate robust performance across NanoGPT and CIFAR-10, and show that the remaining polar error remains manageable even under heavy-tailed gradient regimes. The work broadens the practical applicability of orthogonality-based optimization to medium-scale training by reducing overhead while preserving or improving convergence behavior.</paper_summary>
Abstract
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 preconditioning procedure that accelerates Newton-Schulz convergence and reduces its computational cost. We evaluate its impact and show that the overhead of our preconditioning can be made negligible. Furthermore, the faster convergence it enables allows us to remove one iteration out of the usual five without degrading approximation quality. Our publicly available implementation achieves up to a 2.8x speedup in the Newton-Schulz approximation. We also show that this has a direct impact on end-to-end training runtime with 5-10% improvement in realistic training scenarios across two efficiency-focused tasks. On challenging language or vision tasks, we validate that our method maintains equal or superior model performance while improving runtime. Crucially, these improvements require no hyperparameter tuning and can be adopted as a simple drop-in replacement. Our code is publicly available on github.
