Fetching from the wire…
Public story · 2026-08-24 · high
A periodic update preserves Muon's quality edge over AdamW while cutting the compute cost that erased those gains at scale.
Why now: The paper is new to the August 24, 2026 coverage, and its efficiency numbers haven't been tested outside its own benchmarks yet.
A periodic Muon variant cuts diffusion transformer training time up to 24%, per a paper on periodic row-wise Muon.
The tradeoff matters to anyone training diffusion transformers past a few billion parameters. Muon already beats AdamW on generative quality by 12.9% to 19.1%, and that edge holds from 1.3 billion to 15 billion parameters. But it recomputes a full spectral correction on every step, a five-step Newton-Schulz iteration plus full-momentum storage. That overhead grows enough at scale to cut into the value of the gain.
The row-wise substitute swaps in a cheaper constrained update most steps, saving the full computation for once every K steps. Quality held within 0.5% of standard Muon at 1.3 billion to 4 billion parameters, and improved 4.5% at 9 billion.
Step time fell 15.7% to 24.3% end to end. Communication volume fell 66.7%, since the row-wise update moves far less data between steps than the full spectral computation.
Each link below shares sources, entities, or timing with this story.
Shared entity: Muon / Same source domain / Earlier coverage / Downstream implication
Both cover Muon; reported by the same outlet (arxiv.org); earlier Muon coverage from 2026-06-23.
Shared entity: Muon / Same source domain / Earlier coverage / Tension
Both cover Muon; reported by the same outlet (arxiv.org); earlier Muon coverage from 2026-03-19.
Shared entity: Muon / Same source domain / Earlier coverage
Both cover Muon; reported by the same outlet (arxiv.org); earlier Muon coverage from 2026-08-06.
Shared entity: Muon / Shared topic / Earlier coverage
Both cover Muon; overlapping topics (full, muon); earlier Muon coverage from 2026-03-04.
Shared entity: AdamW / Same source domain / Earlier coverage
Both cover AdamW; reported by the same outlet (arxiv.org); earlier AdamW coverage from 2026-02-28.
Shared entity: Muon / Same source domain / Earlier coverage
Both cover Muon; reported by the same outlet (arxiv.org); earlier Muon coverage from 2026-02-22.
Same source domain / Shared topic / Tension
Reported by the same outlet (arxiv.org); overlapping topics (diffusion, step); pushes against this story (but).
Same source domain / Shared topic
Reported by the same outlet (arxiv.org); overlapping topics (cutting, step).