PulseAugur
EN
LIVE 10:17:45

Turbo-Muon optimizer speeds up AI training with new pre-conditioning technique

Researchers have developed Turbo-Muon, a new pre-conditioning procedure designed to speed up Muon, an optimizer known for its strong performance in large-scale AI training. Turbo-Muon enhances the initialization of the Newton-Schulz iterations, reducing the number of matrix multiplications required and enabling the removal of one iteration. This optimization results in a noticeable reduction in Muon's overhead, leading to approximately 3% faster training times on various benchmarks without needing hyperparameter tuning. The method also offers theoretical insights into the update's geometry and potential robustness against feature collapse, with code available on GitHub, optax, and Hugging Face. AI

IMPACT This optimization could lead to faster and more efficient training of large-scale AI models, potentially reducing computational costs and accelerating research.

RANK_REASON The cluster describes a new optimization technique presented in an arXiv paper, detailing its methodology and empirical results. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Turbo-Muon optimizer speeds up AI training with new pre-conditioning technique

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Thibaut Boissin (IRIT-MISFIT), Thomas Massena (DTIPG - SNCF, IRIT-MISFIT), Franck Mamalet (IRIT-MISFIT), Mathieu Serrurier (IRIT-MISFIT) ·

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

    arXiv:2512.04632v2 Announce Type: replace 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…