Papers › Muon with Nesterov Momentum: Heavy-Tailed Noise and (Randomized) Inexact Polar Decomposition

Muon with Nesterov Momentum: Heavy-Tailed Noise and (Randomized) Inexact Polar Decomposition

7 May 2026arXiv:2605.06884added by Syntology

Sayantan Choudhury, Xiaoran Cheng, Martin Takáč, Sen Na, Mladen Kolar

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

Most first-order optimizers treat matrix-valued parameters as vectors, ignoring the intrinsic geometry of hidden-layer weights in neural networks. Muon addresses this mismatch by updating along the polar factor of a momentum matrix, but its theoretical understanding has lagged behind practice. In particular, practical implementations incorporate Nesterov momentum, compute the polar factor only approximately, and operate with stochastic gradients that may be heavy-tailed. We close this gap by developing a convergence theory for Muon with Nesterov momentum and inexact polar decomposition in non-convex matrix optimization under heavy-tailed noise. Our analysis builds on a unified framework for inexact polar decomposition that captures practical iterative approximations such as Newton-Schulz and quantifies how their errors propagate through the optimization dynamics. Under this framework, we establish an optimal iteration and sample complexity of O (ε^((-(3α-2))/(α-1)) ) for finding an ε-stationary point, where α∈(1,2] denotes the heavy-tail index. For the inexact-polar setting with σ₁=0, we also provide guarantees that do not require prior knowledge of α. We analyze a randomized low-rank polar decomposition that is substantially more efficient than full-space methods while remaining compatible with our theory. Numerical experiments further demonstrate the effectiveness of the proposed inexact and randomized variants.

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="2605.06884")

Code

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

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

Xiaoran-Cheng/muon-randomized-svd 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

18 samples harvested; 9 ran; 0 honoured the contract we drafted; 9 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.

9ran
9unverified

Licence: 18 of the 18 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 Xiaoran-Cheng/muon-randomized-svd. “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.

batch_crop Xiaoran-Cheng/muon-randomized-svd/cifar10/legacy/airbench94.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · ec520ee882f0b378 · report
batch_flip_lr Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · edd47cb681681aaa · report
evaluate Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/utils.py found in paper text by Syntology ran no licence file found · pointer only · 5d81a95405659114 · report
get_patches Xiaoran-Cheng/muon-randomized-svd/cifar10/legacy/airbench94.py found in paper text by Syntology ran no licence file found · pointer only · 68dce0deb8b45a56 · report
infer Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/utils.py found in paper text by Syntology ran no licence file found · pointer only · 3e1420c785b4714e · report
make_net93 Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/lib_airbench93.py found in paper text by Syntology ran no licence file found · pointer only · 35f2b8124a9eeb69 · report
make_net94 Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/lib_airbench94.py found in paper text by Syntology ran no licence file found · pointer only · eb4e45e96f4ac5ca · report
make_net95 Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/lib_airbench95.py found in paper text by Syntology ran no licence file found · pointer only · 082d51b724c5b0da · report
round_up_to_multiple Xiaoran-Cheng/muon-randomized-svd/nanogpt/train_gpt.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 1e472c5f6e5419da · report
cubic_ns_theoretical Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench94_muon.py found in paper text by Syntology unverified no licence file found · pointer only · a925da5a80f8e04e · report
mm_t_op Xiaoran-Cheng/muon-randomized-svd/nanogpt/train_gpt.py found in paper text by Syntology unverified no licence file found · pointer only · e4294370eb7980a3 · report
quintic_ns_empirical Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench94_muon.py found in paper text by Syntology unverified no licence file found · pointer only · eb4b6088ac190a92 · report
quintic_ns_theoretical Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench94_muon.py found in paper text by Syntology unverified no licence file found · pointer only · 52e11ffe09043998 · report
train93 Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/lib_airbench93.py found in paper text by Syntology unverified no licence file found · pointer only · 007184ac0fadb5a4 · report
train94 Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/lib_airbench94.py found in paper text by Syntology unverified no licence file found · pointer only · 76206a2719d48904 · report
train95 Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/lib_airbench95.py found in paper text by Syntology unverified no licence file found · pointer only · 6c193743c3aae9e6 · report
train96 Xiaoran-Cheng/muon-randomized-svd/cifar10/airbench/lib_airbench96.py found in paper text by Syntology unverified no licence file found · pointer only · fe957266968b7dd2 · report
zeropower_via_newtonschulz5 Xiaoran-Cheng/muon-randomized-svd/cifar10/research/airbench94_muon_simple.py found in paper text by Syntology unverified no licence file found · pointer only · f3ac1549c0a496f4 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.06884, was issued in May 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