English

MiMuon: Mixed Muon Optimizer with Improved Generalization for Large Models

Machine Learning 2026-05-20 v1 Artificial Intelligence Optimization and Control Machine Learning

Abstract

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 shows markedly faster convergence than the vector-wise algorithms. Although some works have begun to study convergence properties (i.e., optimization error) of the Muon optimizer, its generalization properties (i.e., generalization error) is still not established. Thus, in this paper, we study generalization error of the Muon optimizer based on algorithmic stability and mathematical induction, and prove that the Muon has a generalization error of O(1NκT)O\big(\frac{1}{N\kappa^{T}}\big), where NN is training sample size, and TT denotes iteration number, and κ>0\kappa>0 denotes minimum difference between singular values of gradient estimate. To enhance generalization of the Muon, we propose an effective mixed Muon (MiMuon) optimizer by cautiously using orthogonalization of gradient, which is a hybrid of Muon and momentum-based SGD optimizers. Then we prove that our MiMuon optimizer has a lower generalization error of O(1N)O\big(\frac{1}{N}\big) than O(1NκT)O\big(\frac{1}{N\kappa^{T}}\big) of Muon optimizer, since κ\kappa generally is very small. Meanwhile, we also studied the convergence properties of our MiMuon algorithm, and prove that our MiMuon algorithm has the same convergence rate of O(1T1/4)O(\frac{1}{T^{1/4}}) as the Muon algorithm. Some numerical experimental results on training large models including Qwen3-0.6B and YOLO26m demonstrate efficiency of the MiMuon optimizer.

Keywords

Cite

@article{arxiv.2605.19619,
  title  = {MiMuon: Mixed Muon Optimizer with Improved Generalization for Large Models},
  author = {Feihu Huang and Yuning Luo and Songcan Chen},
  journal= {arXiv preprint arXiv:2605.19619},
  year   = {2026}
}

Comments

25 pages