The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A physics-motivated two-timescale tweak to Muon ('Bi-Maxwell') reaches the NanoGPT target loss notably earlier than the single-timescale baseline, with theory linking the gain to a two-timescale stress relaxation and empirical probes showing the optimal memory length grows during training.

A Physical Response-and-Memory Model for Muon Optimization
Yinze Hu, Hongjun Xiang, Xingao Gong, Hongyu Yu · August 24, 2026
arxiv quasi_experimental medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Yinze Hu unresolved corpus identity
  2. Hongjun Xiang unresolved corpus identity
  3. Xingao Gong unresolved corpus identity
  4. Hongyu Yu unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yinze Hu unresolved corpus identity
  2. Hongjun Xiang provider ID
  3. Xingao Gong unresolved corpus identity
  4. Hongyu Yu unresolved corpus identity
A physics-inspired model treating weight matrices as a responsive medium predicts that momentum should have multiple relaxation timescales, and replacing Muon’s single-timescale memory with a two-timescale Bi-Maxwell kernel speeds training to target loss on a public NanoGPT benchmark and is supported by probe measurements across trajectories.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

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.

Summary

Main Finding

The paper builds a physical model treating a trainable weight matrix as a responsive medium with memory, and uses that model to (1) derive why Muon’s semi‑orthogonalized momentum direction is effective (it is the maximally dissipative response under a constrained output‑side safety budget), and (2) explain the role and optimal timescale(s) of momentum (momentum = accumulated internal stress whose relaxation spectrum sets the optimal memory kernel). From this they propose Bi‑Maxwell, an optimizer that replaces the single‑timescale EMA momentum with a two‑timescale (fast + slow) stress memory. In controlled experiments on the public NanoGPT optimizer benchmark, swapping only the memory kernel to the two‑timescale form reduced steps-to-target: Bi‑Maxwell hit the target at step 2635 vs the standing record 2690 (55 steps earlier), and ~40 steps earlier than a tuned Muon baseline without additional add‑ons. Read‑only probe measurements across 8 independent runs are consistent with the model’s prediction that the optimal memory length should grow with training stage.

Key Points

  • Physical picture
    • Treat a weight block W as a responsive medium; define a mismatch potential Φ (batch loss), with conjugate driving force X = −∂Φ/∂W (the backprop gradient).
    • Structural rearrangement rate V = ˙W produces an output perturbation Vx; impose an output‑side safety budget (a bound on Aout(Vx) relative to Ain(x)).
    • Under that constraint, the direction of V that maximizes instantaneous dissipation (drop in Φ) is the semi‑orthogonalized momentum direction — providing a principled derivation of Muon’s update direction.
  • Momentum and memory
    • Momentum is interpreted as internal stress of the medium accumulated over past gradients.
    • The duration / kernel of averaging (EMA) is determined by the stress relaxation spectrum of the medium. Real media typically relax on multiple timescales; the minimal nontrivial discretization is two timescales (fast + slow).
  • Bi‑Maxwell optimizer
    • Keeps Muon’s spatial components (orthogonalization, scaling, etc.) intact and replaces the single‑timescale momentum with a two‑timescale (bi‑exponential) stress memory.
    • This modification alone (kernel swap) produced measurable speedups on a heavily tuned public benchmark.
  • Empirical support
    • Controlled kernel‑swap experiments held all other optimizer components constant and replaced only the memory kernel; Bi‑Maxwell reached the benchmark target sooner (2635 steps vs 2690 record).
    • A read‑only probe measured a proxy for the optimal memory length across 8 independent training trajectories; results are consistent with the prediction that optimal memory length increases later in training.
  • Scope and caveats
    • The derivation and conclusions are conditional on explicit model assumptions (responsive medium, output‑side safety budget, timescale separation). The authors discuss boundaries and relaxations in appendices.
    • Experiments are on the NanoGPT optimizer public benchmark and on the Muon stack; generalization to other architectures/datasets at large scale remains to be validated.

Data & Methods

  • Theoretical derivation
    • Define mismatch potential Φ (e.g., 1/2 Σ eα^2) and driving force X = −∂Φ/∂W (rank‑one for linear output; equals minibatch backprop gradient for general blocks).
    • Constrain per‑input output gain: require Aout(Vx) ≤ ε Ain(x) for all input directions x (an output‑side "safety budget").
    • Solve maximization of instantaneous dissipation P = Σij Xij Vij under that constraint → yields semi‑orthogonalized update direction (polar factor of momentum matrix) familiar from Muon.
    • Model stress relaxation with a relaxation spectrum H(τ); discretize to a two‑timescale kernel (fast + slow Maxwell elements) to obtain Bi‑Maxwell memory.
  • Experiments
    • Controlled kernel‑swap: on the modded‑NanoGPT public optimizer benchmark (community‑tuned Muon + add‑ons baseline), the authors swapped only the memory kernel from single EMA to two‑timescale EMA while holding all other components constant.
    • Measured steps‑to‑target loss and compared to the standing record and tuned baselines; also tested the swap on a bare tuned‑Muon baseline (no SOAP/add‑ons).
    • Read‑only probe: step‑by‑step measurement of a proxy for the optimal memory length across 8 independent training runs to observe stage‑dependent changes; cross‑hardware transfer and readout artefacts checked.
    • Appendices and Methods contain proofs, protocol details, per‑seed data and checks for alternative explanations.
  • Quantitative results reported
    • Bi‑Maxwell reached target at step 2635 vs the standing record 2690 (difference 55 steps).
    • On the bare tuned‑Muon baseline, Bi‑Maxwell reached the target ~40 steps earlier than the single‑timescale momentum.

Implications for AI Economics

  • Direct compute and cost savings
    • Fewer optimization steps to reach a target loss translate linearly into less compute, energy, and wall‑time for a training run. Even modest percentage reductions in steps scale to substantial dollar and energy savings at frontier scale (thousands of GPUs for weeks).
    • Because the benchmark baseline is heavily community‑tuned, measurable gains from a simple kernel change imply room for further low‑cost efficiency improvements in production training stacks.
  • Operational and stability benefits
    • A physically principled optimizer that explains stability and memory behavior may reduce ad‑hoc hyperparameter tuning costs and the number of failed or unstable runs, decreasing waste and operational overhead.
    • Stage‑dependent optimal memory suggests adaptive or probe‑driven momentum scheduling: implementing an adaptive memory length could yield additional runtime savings and reduce human tuning time.
  • Broader economic impacts
    • Small per‑run savings compound across many models and repeated experiments (research + production retraining), improving ROI on compute infrastructure and potentially lowering barriers to experimentation for smaller labs.
    • The physical modeling approach provides a scalable design pathway: principled optimizer innovations (e.g., multi‑timescale memory) are likely cheaper to deploy than large architecture/capacity scaling, so they can be high‑leverage for cost‑constrained organizations.
  • Cautions for deployment
    • Current empirical evidence is on a public NanoGPT benchmark and Muon stacks; firms should validate Bi‑Maxwell and the stage‑adaptive memory idea at their target scale and datasets before relying on the gains for cost projections.
    • Theoretical assumptions may not map exactly to all architectures and training regimes; further replication and stress‑testing (different model sizes, datasets, batch sizes, distributed settings) are advisable.

Overall, the paper offers a compact physical theory linking the geometry of Muon updates and the temporal design of momentum, produces a minimal and implementable optimizer modification (two‑timescale memory), and shows measurable, benchmarked step savings that have direct economic relevance when scaled to large training runs.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper combines a clear theoretical derivation with controlled empirical interventions (kernel-swap) on a public NanoGPT optimizer benchmark and read-only probe measurements across multiple trajectories; the empirical gains reported are modest but on a highly tuned community baseline. However, experiments appear limited to this benchmark and a small number of trajectories/seeds, with incomplete reporting of scale, datasets and full replication runs, so external validity and robustness are not yet firmly established. Methods Rigormedium — Theoretical assumptions are stated and the derivation links Muon's semi-orthogonalization and momentum to a dissipative physical model; the empirical test isolates the memory kernel (kernel-swap) and checks artefacts and cross-hardware transfer. Yet the experimental sample size, diversity of tasks/models, and details on hyperparameter robustness and seeds appear limited in the supplied text, limiting confidence in broad claims. SampleExperiments run on the public NanoGPT optimizer training benchmark (modded NanoGPT); a controlled kernel-swap experiment replaces the single-timescale momentum with a two-timescale (Bi-Maxwell) kernel while leaving other optimizer components fixed; read-only probe measurements were performed across 8 independent training trajectories; specific model sizes, datasets, batch sizes, number of full training seeds and exact hardware/AWS/GPU counts are not fully specified in the supplied excerpt. Themesproductivity innovation IdentificationDerives optimizer form from a physical model (responsive medium with memory) and then runs controlled 'kernel-swap' experiments in which only the momentum/memory kernel is exchanged (single-timescale → two-timescale) while holding other optimizer components and hyperparameters fixed; complements this with read-only probe measurements across 8 independent training trajectories and cross-hardware checks to support mechanistic claims. GeneralizabilityTested only on the modded NanoGPT public optimizer benchmark; unclear transfer to larger LLMs or other architectures/tasks (e.g., vision)., Results depend on Muon-based optimizer stack and other components (e.g., SOAP, Shampoo) used in the benchmark; gains may differ with different stacks or hyperparameter settings., Limited number of independent runs/seeds reported; sensitivity to random seed and dataset shuffling not fully quantified., Theoretical model relies on simplified physical assumptions (linear responsive medium, specific relaxation spectra); those assumptions may not hold across architectures or training regimes.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Under the paper's physical assumptions, Muon's semi-orthogonalized update direction is the maximally dissipative structural response subject to an output-side safety budget. Other positive Mismatch-potential release rate under an output perturbation constraint
Reading fidelity high
Study strength high
not reported
0.8
The paper interprets momentum as internal stress accumulated by the weight-matrix medium, with its effective averaging horizon determined by the stress-relaxation timescale. Other positive Optimizer memory or momentum relaxation
Reading fidelity high
Study strength medium
not reported
0.48
The paper proposes Bi-Maxwell, which replaces Muon's single-timescale momentum memory with a two-timescale stress memory while leaving the other components of Muon unchanged. Other positive Optimizer memory-kernel configuration
Reading fidelity high
Study strength medium
not reported
0.48
On the modded-nanogpt public NanoGPT optimizer benchmark, Bi-Maxwell reached the target loss at training step 2635, compared with the standing 2690-step record at the time. Task Completion Time positive Number of training steps required to reach the target loss
Reading fidelity high
Study strength medium
step 2635 versus 2690 steps
0.48
On the bare tuned-Muon baseline without SOAP or other add-ons, the proposed memory-kernel replacement reached the target loss 40 steps earlier. Task Completion Time positive Training steps required to reach the target loss
Reading fidelity high
Study strength medium
40 steps earlier
0.48
The paper predicts that the optimal momentum memory length should increase over the course of training because gradient directions change rapidly early in training and more slowly later. Task Completion Time positive Optimal momentum-memory length as a function of training stage
Reading fidelity high
Study strength medium
not reported
0.48
Step-by-step read-only measurements of a proxy for optimal memory length across eight independent training trajectories were consistent with the predicted increase in memory length over training. Task Completion Time positive Proxy for optimal momentum-memory length over training
Reading fidelity high
Study strength low
n=8
0.24
The authors characterize their empirical comparison as a controlled kernel-swap experiment in which only the memory kernel was exchanged and other components were held fixed. Task Completion Time positive Training performance attributable to the memory kernel
Reading fidelity high
Study strength medium
not reported
0.48

Notes