paper-with-me

Papers

Spectral Allocation: Why Muon Outperforms Adam, and How to Improve Muon

2026-08-26 · Xiaodong Wu, Wenyi Yu, Chao Zhang, Philip Woodland arxiv

Orthogonal optimisers such as Muon can substantially accelerate large language model pretraining relative to Adam, yet the mechanism remains incompletely understood. We investigate this through an out-of-sample spectral probing analysis of Transformer loss landscapes. At checkpoints along real training trajectories, we decompose each momentum buffer into its singular directions and estimate the loss-optimal step size along each direction on held-out data. The resulting spectral profile is anisotropic yet stable across batches and training stages, and consistent across the optimisers and model scales: a volatile head operating at the Edge-of-Stability supports a much smaller step size than the tolerant bulk, which permits substantially larger steps. This profile provides a unified spectral allocation account of why Muon outperforms Adam, which outperforms SGD. It also exposes a limitation of Muon's uniform scaling: it still underutilises the bulk. Guided by this finding, we introduce Spectral-Aware Muon (SAMuon), which holds the head at the Muon scale and amplifies the bulk using a static spectral prior. We provide two variants: the complete SAMuon follows the measured profile using a low-rank randomised SVD and the simplified SAMuon-lite uses a two-level approximation via rank-one power iteration. Neither method adds persistent optimiser state or notable extra FLOPs beyond Muon at scale, and the idealised exact-whitening versions of both retain Muon's asymptotic convergence rate under standard assumptions. Across "modded-nanogpt" models from 124M to 1B parameters, both variants outperform tuned AdamW and Muon (Scion implementation) baselines in all evaluated model-scale and batch-size configurations. SAMuon requires 13.3% to 24.0% fewer training tokens to reach the same validation loss as Muon, while SAMuon-lite retains most of this gain with near-zero wall-clock overhead.

📄 PDF Abstract BibTeX arXiv:2608.25990

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PolarAdamW: Disentangling Spectral Control and Schur Gauge-Equivariance in Matrix Optimisation

2026-05-08 · Haozhou Zhang arxiv

Muon's matrix-level update couples two distinct effects: spectral control via a polar map, and equivariance under orthogonal changes of multiplicity-space basis (Schur gauge-equivariance). We separate them with PolarAdam…

Muon in Vision Transformers: Optimizer-Recipe Interactions and Gradient Spectra

2026-05-23 · Ben S. Southworth, Shuai Jiang, Daniel McBride, Eric C. Cyr 외 arxiv

Muon is a recently developed matrix-aware optimizer that has shown strong results in transformer training, but its behavior in vision transformers (ViTs) is not yet well understood. We study Muon for ViT training, largel…

Image SegmentationData Augmentation

LionMuon: Alternating Spectral and Sign Descent for Efficient Training

2026-05-19 · Arman Bolatov, Artem Riabinin, Nikita Kornilov, Andrey Veprikov 외 arxiv

In large-scale optimization, the cheapness and effectiveness of update steps are the most crucial factors for a successful optimizer. Sign-based optimizers like Lion or Signum produce cheap per-step updates, whereas Muon…

Rethinking Muon Beyond Pretraining: Spectral Failures and High-Pass Remedies for VLA and RLVR

2026-05-19 · Chongyu Fan, Gaowen Liu, Mingyi Hong, Ramana Rao Kompella 외 arxiv

Muon is a matrix-aware optimizer that leverages Newton-Schulz (NS) iterations to enforce spectral gradient orthogonalization by driving all singular values of the momentum matrix toward 1. While this uniform spectral whi…

Computational EfficiencyReinforcement Learning

Conda: Column-Normalized Adam for Training Large Language Models Faster

2025-09-29 · Junjie Wang, Pan Zhou, Yiming Dong, Huan Li 외 arxiv

Large language models (LLMs) have demonstrated impressive generalization and emergent capabilities, yet their pre-training remains computationally expensive and sensitive to optimization dynamics. While Adam-based optimi…