paper-with-me

홈 › Papers

The Error-Feedback Framework: Better Rates for SGD with Delayed Gradients and Compressed Communication

2019-09-11 · Sebastian U. Stich, Sai Praneeth Karimireddy

We analyze (stochastic) gradient descent (SGD) with delayed updates on smooth quasi-convex and non-convex functions and derive concise, non-asymptotic, convergence rates. We show that the rate of convergence in all cases consists of two terms: (i) a stochastic term which is not affected by the delay, and (ii) a higher order deterministic term which is only linearly slowed down by the delay. Thus, in the presence of noise, the effects of the delay become negligible after a few iterations and the algorithm converges at the same optimal rate as standard SGD. This result extends a line of research that showed similar results in the asymptotic regime or for strongly-convex quadratic functions only. We further show similar results for SGD with more intricate form of delayed gradients---compressed gradients under error compensation and for local~SGD where multiple workers perform local steps before communicating with each other. In all of these settings, we improve upon the best known rates. These results show that SGD is robust to compressed and/or delayed stochastic gradient updates. This is in particular important for distributed parallel implementations, where asynchronous and communication efficient methods are the key to achieve linear speedups for optimization with multiple devices.

📄 PDF Abstract BibTeX arXiv:1909.05350

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Generalization bounds for mixing processes via delayed online-to-PAC conversions

2024-06-18 · Baptiste Abeles, Eugenio Clerico, Gergely Neu

We study the generalization error of statistical learning algorithms in a non-i.i.d. setting, where the training data is sampled from a stationary mixing process. We develop an analytic framework for this scenario based …

Generalization BoundsTime Series

Linearly Converging Error Compensated SGD

2020-10-23 · NeurIPS 2020 12 · Eduard Gorbunov, Dmitry Kovalev, Dmitry Makarenko, Peter Richtárik

In this paper, we propose a unified analysis of variants of distributed SGD with arbitrary compressions and delayed updates. Our framework is general enough to cover different variants of quantized SGD, Error-Compensated…

Quantization

Feed-Forward Optimization With Delayed Feedback for Neural Networks

2023-04-26 · Katharina Flügel, Daniel Coquelin, Marie Weiel, Charlotte Debus 외

Backpropagation has long been criticized for being biologically implausible, relying on concepts that are not viable in natural learning processes. This paper proposes an alternative approach to solve two core issues, i.…

Biologically-plausible TrainingComputational Efficiency

Biased Error Attribution in Multi-Agent Human-AI Systems Under Delayed Feedback

2026-03-24 · Teerthaa Parakh, Karen M. Feigh arxiv

Human decision-making is strongly influenced by cognitive biases, particularly under conditions of uncertainty and risk. While prior work has examined bias in single-step decisions with immediate outcomes and in human in…

Capacity-Constrained Online Convex Optimization with Delayed Feedback

2026-06-10 · Alexander Ryabchenko, Idan Attias, Daniel M. Roy arxiv

Online learning with delayed feedback typically assumes that the learner can track all pending rounds until their feedback arrives. In practice, tracking resources are finite, and feedback from untracked rounds is perman…