English

Sign-Based Optimizers Are Effective Under Heavy-Tailed Noise

Machine Learning 2026-05-11 v2 Computation and Language Optimization and Control

Abstract

While adaptive gradient methods are the workhorse of modern machine learning, sign-based optimization algorithms such as Lion and Muon have recently demonstrated superior empirical performance over AdamW in training large language models (LLM). However, a theoretical understanding of why sign-based updates outperform variance-adapted methods remains elusive. In this paper, we aim to bridge the gap between theory and practice through the lens of heavy-tailed gradient noise, a phenomenon frequently observed in language modeling tasks. Theoretically, we introduce a novel generalized heavy-tailed noise condition that captures the behavior of LLMs more accurately than standard finite variance assumptions. Under this noise model, we establish sharp convergence rates of SignSGD and Lion for generalized smooth function classes, matching or surpassing previous best-known bounds. Furthermore, we extend our analysis to Muon and Muonlight, providing what is, to our knowledge, the first rigorous analysis of matrix optimization under heavy-tailed stochasticity. These results offer a strong theoretical justification for the empirical superiority of sign-based optimizers, showcasing that they are naturally suited to handle the noisy gradients associated with heavy tails. Empirically, LLM pretraining experiments validate our theoretical insights and confirm that our proposed noise models are well-aligned with practice.

Keywords

Cite

@article{arxiv.2602.07425,
  title  = {Sign-Based Optimizers Are Effective Under Heavy-Tailed Noise},
  author = {Dingzhi Yu and Hongyi Tao and Yuanyu Wan and Luo Luo and Lijun Zhang},
  journal= {arXiv preprint arXiv:2602.07425},
  year   = {2026}
}

Comments

Code is available at https://github.com/Dingzhen230/Heavy-tailed-Noise-in-LLMs

R2 v1 2026-07-01T10:25:46.520Z