English

Controlled LLM Training on Spectral Sphere

Machine Learning 2026-03-06 v3 Artificial Intelligence

Abstract

Scaling large models requires optimization strategies that ensure rapid convergence grounded in stability. Maximal Update Parametrization (μ\boldsymbol{\mu}P) provides a theoretical safeguard for width-invariant Θ(1)\Theta(1) activation control, whereas emerging optimizers like Muon are only ``half-aligned'' with these constraints: they control updates but allow weights to drift. To address this limitation, we introduce the \textbf{Spectral Sphere Optimizer (SSO)}, which enforces strict module-wise spectral constraints on both weights and their updates. By deriving the steepest descent direction on the spectral sphere, SSO realizes a fully μ\boldsymbol{\mu}P-aligned optimization process. To enable large-scale training, we implement SSO as an efficient parallel algorithm within Megatron. Through extensive pretraining on diverse architectures, including Dense 1.7B, MoE 8B-A1B, and 200-layer DeepNet models, SSO consistently outperforms AdamW and Muon. Furthermore, we observe significant practical stability benefits, including improved MoE router load balancing, suppressed outliers, and strictly bounded activations.

Keywords

Cite

@article{arxiv.2601.08393,
  title  = {Controlled LLM Training on Spectral Sphere},
  author = {Tian Xie and Haoming Luo and Haoyu Tang and Yiwen Hu and Jason Klein Liu and Qingnan Ren and Yang Wang and Wayne Xin Zhao and Rui Yan and Bing Su and Chong Luo and Baining Guo},
  journal= {arXiv preprint arXiv:2601.08393},
  year   = {2026}
}
R2 v1 2026-07-01T09:02:30.122Z