paper-with-me

홈 › Papers

SignSVRG: fixing SignSGD via variance reduction

2023-05-22 · Evgenii Chzhen, Sholom Schechtman

We consider the problem of unconstrained minimization of finite sums of functions. We propose a simple, yet, practical way to incorporate variance reduction techniques into SignSGD, guaranteeing convergence that is similar to the full sign gradient descent. The core idea is first instantiated on the problem of minimizing sums of convex and Lipschitz functions and is then extended to the smooth case via variance reduction. Our analysis is elementary and much simpler than the typical proof for variance reduction methods. We show that for smooth functions our method gives $\mathcal{O}(1 / \sqrt{T})$ rate for expected norm of the gradient and $\mathcal{O}(1/T)$ rate in the case of smooth convex functions, recovering convergence results of deterministic methods, while preserving computational advantages of SignSGD.

📄 PDF Abstract BibTeX arXiv:2305.13187

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

signSGD: Compressed Optimisation for Non-Convex Problems

2018-02-13 · ICML 2018 7 · Jeremy Bernstein, Yu-Xiang Wang, Kamyar Azizzadenesheli, Anima Anandkumar

Training large neural networks requires distributing learning across multiple workers, where the cost of communicating gradients can be a significant bottleneck. signSGD alleviates this problem by transmitting just the s…

Efficient Sign-Based Optimization: Accelerating Convergence via Variance Reduction

2024-06-01 · Wei Jiang, Sifan Yang, Wenhao Yang, Lijun Zhang

Sign stochastic gradient descent (signSGD) is a communication-efficient method that transmits only the sign of stochastic gradients for parameter updating. Existing literature has demonstrated that signSGD can achieve a …

Magnitude Matters: Fixing SIGNSGD Through Magnitude-Aware Sparsification in the Presence of Data Heterogeneity

2023-02-19 · Richeng Jin, Xiaofan He, Caijun Zhong, Zhaoyang Zhang 외

Communication overhead has become one of the major bottlenecks in the distributed training of deep neural networks. To alleviate the concern, various gradient compression methods have been proposed, and sign-based algori…

Federated Learning

Convergence of Sign-based Random Reshuffling Algorithms for Nonconvex Optimization

2023-10-24 · Zhen Qin, Zhishuai Liu, Pan Xu

signSGD is popular in nonconvex optimization due to its communication efficiency. Yet, existing analyses of signSGD rely on assuming that data are sampled with replacement in each iteration, contradicting the practical i…

Phases of Muon: When Muon Eclipses SignSGD

2026-05-10 · Elliot Paquette, Noah Marshall, Lucas Benigni, Guangyuan Wang 외 arxiv

Recently, Muon and related spectral optimizers have demonstrated strong empirical performance as scalable stochastic methods, often outperforming Adam. Yet their behaviour remains poorly understood. We analyze stochastic…