Papers › DynMuon: A Dynamic Spectral Shaping View of Muon

DynMuon: A Dynamic Spectral Shaping View of Muon

16 May 2026arXiv:2605.17109added by Syntology

Fangzhou Wu, Rikhav Shah, Sandeep Silwal, Qiuyi Zhang

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

In recent years, Muon has emerged as the dominant method for training large language models, and transformers more broadly. The essential difference, when compared to standard gradient descent methods, is to replace the usual update matrix M=UΣV^⊤ with its polar factor UV^⊤. In this work, we consider a class of Muon-like updates, where we replace the update M with UΣᵖ V^⊤ for some parameter p. We call this a "spectral-shaping" operation, and develop a theory of how to pick p which depends on (a) local curvature of the loss function, (b) noise stemming from stochastic gradients and label noise, and (c) training stage. Our theory and experimentation reveal a previously overlooked behavior: positive p helps early by emphasizing high-curvature directions and accelerating signal contraction, while mildly negative p helps later by reallocating update strength toward low-curvature directions that still contain useful training signals. Building on the insight, we propose DynMuon, an efficient dynamic spectral shaping method that schedules p from positive to mildly negative over training. Extensive experiments across model sizes, architectures, and training settings show that DynMuon consistently achieves lower validation loss than Muon, while requiring 10.6-26.5% fewer steps to reach the same target loss. Our code is available at https://github.com/fzwark/DynMuon.

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.17109")

Code

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

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

fzwark/DynMuon 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

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

5ran
8unverified

Licence: 0 of the 13 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 fzwark/DynMuon. “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.

adjust_lr_rms_norm fzwark/DynMuon/dynmuon/muon.py found in paper text by Syntology ran MIT (permissive) · 108dabd52e56fd7a · report
make_work_view fzwark/DynMuon/dynmuon/dion2.py found in paper text by Syntology ran fingerprinted MIT (permissive) · c3fd994cb3f31ec3 · report
muon_update_newton_schulz fzwark/DynMuon/dynmuon/dynmuon.py found in paper text by Syntology ran MIT (permissive) · 55f3b260f2d8ad92 · report
pad_batch fzwark/DynMuon/dynmuon/opt_utils.py found in paper text by Syntology ran MIT (permissive) · c87588f218c6b548 · report
tensor_list_to_batch fzwark/DynMuon/dynmuon/dion.py found in paper text by Syntology ran MIT (permissive) · d4a192aee47e233b · report
apply_rotary_emb fzwark/DynMuon/models/gpt_model.py found in paper text by Syntology unverified MIT (permissive) · 0f4f2333e89a6c8c · report
dynmuon_spectral_transform fzwark/DynMuon/dynmuon/dynmuon.py found in paper text by Syntology unverified MIT (permissive) · 236cf49c684e8b2b · report
fractional_orthonormalize_update fzwark/DynMuon/dynmuon/dion2.py found in paper text by Syntology unverified MIT (permissive) · 7389be48732fd21c · report
muon_update_pre_orthogonalize fzwark/DynMuon/dynmuon/dynmuon.py found in paper text by Syntology unverified MIT (permissive) · dd589cd9a5cfb32c · report
normuon_normalization fzwark/DynMuon/dynmuon/normuon.py found in paper text by Syntology unverified MIT (permissive) · a3f2d02d0570518a · report
topk_and_orthonormalize fzwark/DynMuon/dynmuon/dion2.py found in paper text by Syntology unverified MIT (permissive) · c519983769c2088e · report
zeropower_via_newtonschulz5 fzwark/DynMuon/dynmuon/muon_reference.py found in paper text by Syntology unverified MIT (permissive) · 2c92c3e5770228d4 · report
zeropower_via_newtonschulz5 fzwark/DynMuon/dynmuon/newton_schulz_triton.py found in paper text by Syntology unverified MIT (permissive) · fbcadf5bf33cd8bd · report

Results from the paper

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