Papers › The Newton-Muon Optimizer

The Newton-Muon Optimizer

1 Apr 2026arXiv:2604.01472added by Syntology

Zhehang Du, Weijie Su

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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 W using only three matrices: the gradient G, an output-space curvature matrix H, and the data matrix Z 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) W ←W - η·msgn(G(ZZ^⊤)⁻¹), where η is the learning rate and msgn(X)=UV^⊤ if X=USV^⊤ 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\%.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.01472")

Code

Syntology Ran 1 of 22 code samples harvested from 1 repository linked to this paper; 21 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

KellerJordan/modded-nanogpt found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 1 ran; 0 honoured the contract we drafted; 21 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
21unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from KellerJordan/modded-nanogpt. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

norm KellerJordan/modded-nanogpt/records/track_1_short/2024-12-04_ValueEmbed/train_gpt2.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4e63e6195b90a817 · report
add_legend KellerJordan/modded-nanogpt/records/track_3_optimization/make_figures.py found in paper text by Syntology unverified MIT (permissive) · c3231dd5161304ae · report
apply_rotary_emb KellerJordan/modded-nanogpt/records/track_1_short/2024-10-14_ModernArch/train_gpt2.py found in paper text by Syntology unverified MIT (permissive) · 0f4f2333e89a6c8c · report
apply_rotary_emb KellerJordan/modded-nanogpt/records/track_1_short/2024-10-09_SOAP/train_gpt2.py found in paper text by Syntology unverified MIT (permissive) · e00ba58b92a3a5b0 · report
backward KellerJordan/modded-nanogpt/train_gpt_medium.py found in paper text by Syntology unverified MIT (permissive) · b144323a9c6e08cd · report
backward_t KellerJordan/modded-nanogpt/train_gpt.py found in paper text by Syntology unverified MIT (permissive) · ada98d810430b292 · report
collect KellerJordan/modded-nanogpt/records/track_1_short/2026-05-07_XSAGatedLayers/analyze_sweep.py found in paper text by Syntology unverified MIT (permissive) · b5b22bb0a8c0ed23 · report
format_evidence KellerJordan/modded-nanogpt/records/track_3_optimization/make_figures.py found in paper text by Syntology unverified MIT (permissive) · c061af6669e19aa4 · report
get_lr KellerJordan/modded-nanogpt/records/track_1_short/2024-10-09_SOAP/train_gpt2.py found in paper text by Syntology unverified MIT (permissive) · 16290ad6274808ff · report
mm_backward_op KellerJordan/modded-nanogpt/train_gpt_medium.py found in paper text by Syntology unverified MIT (permissive) · 2a9e445529f71938 · report
mm_op KellerJordan/modded-nanogpt/train_gpt_medium.py found in paper text by Syntology unverified MIT (permissive) · 05ddce9e4507d60a · report
mm_t_op KellerJordan/modded-nanogpt/train_gpt.py found in paper text by Syntology unverified MIT (permissive) · e4294370eb7980a3 · report
muon_update KellerJordan/modded-nanogpt/records/track_3_optimization/train_gpt_simple.py found in paper text by Syntology unverified MIT (permissive) · e2d7543a51c8ea15 · report
rmsnorm KellerJordan/modded-nanogpt/records/track_1_short/2024-10-09_SOAP/train_gpt2.py found in paper text by Syntology unverified MIT (permissive) · ea051f315b60d0e7 · report
score_sequence KellerJordan/modded-nanogpt/evals/hellaswag.py found in paper text by Syntology unverified MIT (permissive) · 960f9b8115e925ee · report
t_lower_p KellerJordan/modded-nanogpt/records/track_1_short/2026-05-07_XSAGatedLayers/analyze_sweep.py found in paper text by Syntology unverified MIT (permissive) · 644144f36200f8e0 · report
welch KellerJordan/modded-nanogpt/records/track_1_short/2026-05-07_XSAGatedLayers/analyze_sweep.py found in paper text by Syntology unverified MIT (permissive) · a724304bec537d51 · report
zeropower_via_newtonschulz5 KellerJordan/modded-nanogpt/records/track_3_optimization/train_gpt_simple.py found in paper text by Syntology unverified MIT (permissive) · f21c15e79f628ed4 · report
zeropower_via_newtonschulz5 KellerJordan/modded-nanogpt/records/track_1_short/2024-10-10_Muon/train_gpt2.py found in paper text by Syntology unverified MIT (permissive) · 5728875012ffc26a · report
zeropower_via_newtonschulz5 KellerJordan/modded-nanogpt/records/track_1_short/2024-10-14_ModernArch/train_gpt2.py found in paper text by Syntology unverified MIT (permissive) · 063edbb4688922ba · report
zeropower_via_newtonschulz5 KellerJordan/modded-nanogpt/records/track_1_short/2024-12-04_ValueEmbed/train_gpt2.py found in paper text by Syntology unverified MIT (permissive) · 52f6a37650968e45 · report
zeropower_via_svd KellerJordan/modded-nanogpt/records/track_1_short/2024-10-10_Muon/train_gpt2.py found in paper text by Syntology unverified MIT (permissive) · 0aa8c57b206bf7e2 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.01472, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections