paper-with-me

홈 › Papers

When and Why SignSGD Outperforms SGD: A Theoretical Study Based on $\ell_1$-norm Lower Bounds

2026-05-07 · Hongyi Tao, Dingzhi Yu, Lijun Zhang arxiv

Sign-based optimization algorithms, such as SignSGD and Muon, have garnered significant attention for their remarkable performance in training large foundation models. Despite this empirical success, we still lack a theoretical understanding of when and why these sign-based methods outperform vanilla SGD. The core obstacle is that under standard smoothness and finite variance conditions, SGD is known to be minimax optimal for finding stationary points measured by $\ell_2$-norms, thereby fundamentally precluding any complexity gains for sign-based methods in standard settings. To overcome this barrier, we analyze sign-based optimizers leveraging $\ell_1$-norm stationarity, $\ell_\infty$-smoothness, and a separable noise model, which can better capture the coordinate-wise nature of signed updates. Under this distinct problem geometry, we derive matched upper and lower bounds for SignSGD and explicitly characterize the problem class in which SignSGD provably dominates SGD. Specifically, we compare the \emph{upper bound of SignSGD} with the \emph{lower bound of SGD}, illustrating that SignSGD effectively reduces the complexity by a factor of $d$ under \emph{sparse noise}, where $d$ is the problem dimension. Furthermore, we elevate this framework to the matrix domain, providing an equivalent optimal lower bound for the Muon optimizer, proving that extending the sign operator to matrices preserves this optimal scaling with dimensionality. Finally, we bridge our theoretical bounds to practice, demonstrating that the theoretical superiority of SignSGD accurately predicts its faster convergence during the pretraining of a 124M parameter GPT-2 model.

📄 PDF Abstract BibTeX arXiv:2605.06615

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Laws of SignSGD in Linear Regression: When Does It Outperform SGD?

2026-03-02 · Jihwan Kim, Dogyoon Song, Chulhee Yun arxiv

We study scaling laws of signSGD under a power-law random features (PLRF) model that accounts for both feature and target decay. We analyze the population risk of a linear model trained with one-pass signSGD on Gaussian-…

SignSGD with Federated Voting

2024-03-25 · Chanho Park, H. Vincent Poor, Namyoon Lee

Distributed learning is commonly used for accelerating model training by harnessing the computational capabilities of multiple-edge devices. However, in practical applications, the communication delay emerges as a bottle…

Quantization

StoSignSGD: Unbiased Structural Stochasticity Fixes SignSGD for Training Large Language Models

2026-04-16 · Dingzhi Yu, Rui Pan, Yuxing Liu, Tong Zhang arxiv

Sign-based optimization algorithms, such as SignSGD, have garnered significant attention for their remarkable performance in distributed learning and training large foundation models. Despite their empirical superiority,…

Mathematical Reasoning

Robustness to Unbounded Smoothness of Generalized SignSGD

2022-08-23 · Michael Crawshaw, Mingrui Liu, Francesco Orabona, Wei zhang 외

Traditional analyses in non-convex optimization typically rely on the smoothness assumption, namely requiring the gradients to be Lipschitz. However, recent evidence shows that this smoothness condition does not capture …

Sign-MAML: Efficient Model-Agnostic Meta-Learning by SignSGD

2021-09-15 · Chen Fan, Parikshit Ram, Sijia Liu

We propose a new computationally-efficient first-order algorithm for Model-Agnostic Meta-Learning (MAML). The key enabling technique is to interpret MAML as a bilevel optimization (BLO) problem and leverage the sign-base…

Bilevel OptimizationFew-Shot Image Classificationimage-classificationImage Classification+1