Convergence Bound and Critical Batch Size of Muon Optimizer
Naoki Sato, Hiroki Naganuma, Hideaki Iiduka
TL;DR
This work addresses the theoretical understanding of Muon, a matrix-structured optimizer that orthogonalizes momentum to exploit parameter geometry. It provides convergence guarantees for four practical configurations (with/without Nesterov momentum and with/without weight decay) and derives the critical batch size to minimize training cost, supported by experiments on vision and language modeling tasks. Key findings show that weight decay tightens bounds and that a learning-rate condition $\eta \le 1/\lambda$ promotes stability, with the critical batch size depending on momentum and decay parameters. Collectively, the results offer both theoretical insight and practical guidance for deploying Muon in large-scale settings, highlighting its potential as a competitive alternative to AdamW and other baselines.
Abstract
Muon, a recently proposed optimizer that leverages the inherent matrix structure of neural network parameters, has demonstrated strong empirical performance, indicating its potential as a successor to standard optimizers such as AdamW. This paper presents theoretical analysis to support its practical success. We provide convergence proofs for Muon across four practical settings, systematically examining its behavior with and without the inclusion of Nesterov momentum and weight decay. Our analysis covers the standard configuration using both, thereby elucidating its real-world performance. We then demonstrate that the addition of weight decay yields strictly tighter theoretical bounds and clarify the interplay between the weight decay coefficient and the learning rate. Finally, we derive the critical batch size for Muon that minimizes the computational cost of training. Our analysis identifies the hyperparameters governing this value, and our experiments validate the corresponding theoretical findings across workloads including image classification and language modeling task.
