Papers › A Physical Response-and-Memory Model for Muon Optimization

A Physical Response-and-Memory Model for Muon Optimization

24 Aug 2026arXiv:2608.22994added by Syntology

Yinze Hu, Hongjun Xiang, Xingao Gong, Hongyu Yu

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

Training large language models is costly. How low a loss the same compute can ultimately reach depends on how each step's gradient is converted into a weight update; the rule that performs this conversion is the optimizer. From SGD and AdamW to the recent Muon, effective update rules have mostly been shaped by engineering intuition and then selected on benchmarks. Muon semi-orthogonalizes the momentum matrix before applying the update and has kept breaking records on public training benchmarks; yet why the semi-orthogonalized direction works, and over how long a history the momentum should average, are two questions at present answered mainly by experience. Here we treat the weight matrix during training as a responsive medium with memory and build a physical model for it, in which both questions find answers: the semi-orthogonalized direction is the maximally dissipative response under an output-side safety budget, which explains why it works; momentum is the internal stress accumulated by the medium; how long it should average is set by the relaxation of this stress, and a real medium relaxes on more than one timescale, the simplest form being one fast and one slow. On this basis we propose the Bi-Maxwell optimizer. The framework further yields a testable consequence: gradient directions change fast early in training and more slowly later, so the optimal memory length should grow with training stage; step-by-step measurements of a proxy for it by a read-only probe across 8 independent training trajectories are consistent with this consequence. Replacing the memory kernel alone, from a single timescale to two, brings training to the target loss in noticeably fewer steps on a public large-language-model optimizer benchmark.

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

Code

Syntology Ran 16 of 20 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · honoured contract; 3 ran · violated contract; 10 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

orange4664/bimaxwell-track3-reproduction 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

20 samples harvested; 16 ran; 2 honoured the contract we drafted; 4 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.

2ran · honoured contract
3ran · violated contract
10ran · our draft was wrong
1ran · fixture could not drive it
4unverified

Licence: 20 of the 20 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 orange4664/bimaxwell-track3-reproduction. “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.

_ns_inner orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 4c5caaeadd512d58 · report
bounded_trust_gate orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · f29235831eec7dd1 · report
early_trust_floor_for_step orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 730a72cc97f0361d · report
gram_frobenius_norm_estimate orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 77e9519a772625de · report
is_attn_param orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 183b10ffbfa21ec3 · report
is_attn_proj_param orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 7b9d5f143ab16957 · report
muon_update orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · c6b79e26c521b25a · report
scale_radial_update orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 477f88f3d4613108 · report
should_soap_param orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 61ebeac6b99f1e86 · report
soap_basis_qr orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 216f11965e436420 · report
soap_eigenbasis orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 53667017b85dbc3a · report
soap_precondition_momentum orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a22ce6e6b9dfc9eb · report
target_radius_after_update orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 6ac07cf43231f4c6 · report
tensor_cosine orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · f39fe7cee6911d97 · report
trust_gate orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 32543a283b95aa67 · report
zeropower_via_newtonschulz5 orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · c9dd31c1e98b4ebf · report
Muon orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology unverified no licence file found · pointer only · b0ccd1aba8c26d17 · report
norm_preserving_blend orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology unverified no licence file found · pointer only · 8e5f7c6e37c5ad58 · report
rescale_to_radius orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology unverified no licence file found · pointer only · 5a77b27aefe42108 · report
soap_update_preconditioner orange4664/bimaxwell-track3-reproduction/record_2635_submission/train_gpt_bimaxwell_2635.py found in paper text by Syntology unverified no licence file found · pointer only · eb477477ea927265 · report

Results from the paper

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