English

The Newton-Muon Optimizer

Optimization and Control 2026-04-03 v1 Artificial Intelligence Machine Learning

Abstract

The Muon optimizer has received considerable attention for its strong performance in training large language models, yet the design principle behind its matrix-gradient orthogonalization remains largely elusive. In this paper, we introduce a surrogate model that not only sheds new light on the design of Muon, but more importantly leads to a new optimizer. In the same spirit as the derivation of Newton's method, the surrogate approximates the loss as a quadratic function of the perturbation to a weight matrix WW using only three matrices: the gradient GG, an output-space curvature matrix HH, and the data matrix ZZ that stacks the layer inputs. By minimizing this surrogate in one step and adopting a certain isotropic assumption on the weights, we obtain the closed-form update rule (up to momentum and weight decay) WWηmsgn(G(ZZ)1)W \leftarrow W - \eta \cdot \mathrm{msgn}(G(ZZ^\top)^{-1}), where η\eta is the learning rate and msgn(X)=UV\mathrm{msgn}(X)=UV^\top if X=USVX=USV^\top is a compact singular value decomposition. This new optimization method, which we refer to as Newton-Muon, shows that standard Muon can be interpreted as an implicit Newton-type method that neglects the right preconditioning induced by the input second moment. Empirically, on a reproduction of the earliest publicly released Modded-NanoGPT speedrun configuration using Muon for GPT-2 pretraining, Newton-Muon reaches the target validation loss in 6\% fewer iteration steps and reduces wall-clock training time by about 4\%.

Keywords

Cite

@article{arxiv.2604.01472,
  title  = {The Newton-Muon Optimizer},
  author = {Zhehang Du and Weijie Su},
  journal= {arXiv preprint arXiv:2604.01472},
  year   = {2026}
}
R2 v1 2026-07-01T11:50:02.358Z