paper-with-me

Papers

On the Convergence of Muon and Beyond

2025-09-19 · Da Chang, Yongxiang Liu, Ganzhao Yuan arxiv

The Muon optimizer has demonstrated remarkable empirical success in handling matrix-structured parameters for training neural networks. However, a significant gap remains between its practical performance and theoretical understanding. Existing analyses show that the Muon variants achieve only a suboptimal ergodic convergence rate of $\mathcal{O}(T^{-1/4})$ in stochastic non-convex settings, where $T$ denotes the number of iterations. To study the theoretical limits of Muon, we analyze two momentum-based variance-reduced variants: the one-batch Muon-MVR1 and the two-batch Muon-MVR2. We provide the first rigorous proof that, under \textbf{horizon-free} learning-rate schedules, variance reduction enables Muon-MVR2 to attain the optimal anytime convergence rate $\widetilde{\mathcal{O}}(T^{-1/3})$, matching the lower bound for this problem class. Under the Polyak--Łojasiewicz (PL) condition, we establish anytime guarantees for Muon-MVR1 and Muon-MVR2: they attain best-iterate rates of $\widetilde{\mathcal{O}}(T^{-1/4})$ and $\widetilde{\mathcal{O}}(T^{-1/3})$ for the expected square-root suboptimality, and, given an additional uniform gradient bound along the iterates, achieve last-iterate rates of $\mathcal{O}(T^{-1/4})$ and $\mathcal{O}(T^{-1/3})$ for the objective gap, respectively. Experiments on CIFAR-10 and C4 support the practical effectiveness of the proposed variance-reduced Muon variants. Code is available at \href{https://github.com/MaeChd/MUON-MVR}{Muon-MVR} Codebase.

📄 PDF Abstract BibTeX arXiv:2509.15816

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

TEON: Tensorized Orthonormalization Beyond Layer-Wise Muon for Large Language Model Pre-Training

2026-01-30 · Ruijie Zhang, Yequan Zhao, Ziyue Liu, Zhengyang Wang 외 arxiv

The Muon optimizer has demonstrated strong empirical performance in pre-training large language models by performing matrix-level gradient (or momentum) orthogonalization in each layer independently. In this work, we pro…

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…

Beyond Adam: SOAP and Muon for Faster, Label-Efficient Training of Machine Learning Interatomic Potentials

2026-07-02 · Gil Harari, Yoel Zimmermann, Ola Tangen Kulseng, Laura Zichi 외 arxiv

Machine learning interatomic potentials (MLIPs) have become a hallmark of AI for scientific simulation. While efforts on new architectures and datasets have led to increasingly accurate and general models, the choice of …

MiMuon: Mixed Muon Optimizer with Improved Generalization for Large Models

2026-05-19 · Feihu Huang, Yuning Luo, Songcan Chen arxiv

Matrix-structured parameters frequently appear in many artificial intelligence models such as large language models. More recently, an efficient Muon optimizer is designed for matrix parameters of large-scale models, and…

Mathematical Induction