Papers › Insights on Muon from Simple Quadratics

Insights on Muon from Simple Quadratics

12 Feb 2026arXiv:2602.11948added by Syntology

Antoine Gonon, Andreea-Alexandra Muşat, Nicolas Boumal

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

Muon updates weight matrices along (approximate) polar factors of the gradients and has shown strong empirical performance in large-scale training. Existing attempts at explaining its performance largely focus on single-step comparisons (on quadratic proxies) and worst-case guarantees that treat the inexactness of the polar-factor as a nuisance ``to be argued away''. We show that already on simple strongly convex functions such as L(W)=1/2W_F², these perspectives are insufficient, suggesting that understanding Muon requires going beyond local proxies and pessimistic worst-case bounds. Instead, our analysis exposes two observations that already affect behavior on simple quadratics and are not well captured by prevailing abstractions: (i) approximation error in the polar step can qualitatively alter discrete-time dynamics and improve reachability and finite-time performance -- an effect practitioners exploit to tune Muon, but that existing theory largely treats as a pure accuracy compromise; and (ii) structural properties of the objective affect finite-budget constants beyond the prevailing conditioning-based explanations. Thus, any general theory covering these cases must either incorporate these ingredients explicitly or explain why they are irrelevant in the regimes of interest.

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

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

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

agonon/muon-on-quadratics 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

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

19unverified

Licence: 0 of the 19 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 agonon/muon-on-quadratics. “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.

build_instance agonon/muon-on-quadratics/muon/data.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · ec53bb5c75652e76 · report
build_results_by_kind agonon/muon-on-quadratics/plot_improvement_bars.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 6319d8bd2ed13c09 · report
compare agonon/muon-on-quadratics/muon/runner.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 1af94b2c0fe0f0bf · report
extract_kind agonon/muon-on-quadratics/muon/plotting.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 15b2a1a2f7e72da8 · report
find_instance_dirs agonon/muon-on-quadratics/plot_A_eigs_row.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 4f7610c619c3e3c2 · report
find_instance_dirs agonon/muon-on-quadratics/plot_improvement_bars.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 1bf7cdfa82f8b8cb · report
grad_fro_norm agonon/muon-on-quadratics/muon/runner.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 5960dd486e0bc04a · report
load_eigs agonon/muon-on-quadratics/plot_A_eigs_row.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 552c1eb34631107b · report
make_X_from_singular_values agonon/muon-on-quadratics/muon/data.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 0b247f30af0fc801 · report
make_algo_specs agonon/muon-on-quadratics/main_experiments.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 9ec7028f61ce34b2 · report
make_s agonon/muon-on-quadratics/muon/data.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · d740fafb9af74c9c · report
make_scheduler_from_spec agonon/muon-on-quadratics/main_experiments.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · c21ba68ea456a1ad · report
median_ranges_best_lr agonon/muon-on-quadratics/muon/plotting_improvement_bars.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 7baca9b8aced0821 · report
newtonschulz5 agonon/muon-on-quadratics/muon/projections.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 54c444464a2705ee · report
plot_family_drilldowns agonon/muon-on-quadratics/muon/plotting.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 9910f7de9736cf8a · report
plot_traces_side_by_side agonon/muon-on-quadratics/muon/plotting.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 1b5cec9a3492ff74 · report
polar_exact agonon/muon-on-quadratics/muon/projections.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 22d4698f79ef6672 · report
run agonon/muon-on-quadratics/muon/runner.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · bb3178d49685d225 · report
select_best_lr_run agonon/muon-on-quadratics/muon/plotting_improvement_bars.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · f487c9785bb4e779 · report

Results from the paper

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