paper-with-me

홈 › Papers

Tight analyses of first-order methods with error feedback

2025-06-05 · Daniel Berg Thomsen, Adrien Taylor, Aymeric Dieuleveut

Communication between agents often constitutes a major computational bottleneck in distributed learning. One of the most common mitigation strategies is to compress the information exchanged, thereby reducing communication overhead. To counteract the degradation in convergence associated with compressed communication, error feedback schemes -- most notably $\mathrm{EF}$ and $\mathrm{EF}^{21}$ -- were introduced. In this work, we provide a tight analysis of both of these methods. Specifically, we find the Lyapunov function that yields the best possible convergence rate for each method -- with matching lower bounds. This principled approach yields sharp performance guarantees and enables a rigorous, apples-to-apples comparison between $\mathrm{EF}$, $\mathrm{EF}^{21}$, and compressed gradient descent. Our analysis is carried out in a simplified yet representative setting, which allows for clean theoretical insights and fair comparison of the underlying mechanisms.

📄 PDF Abstract BibTeX arXiv:2506.05271

Code (1)

danielbergthomsen/error-feedback-tight 공식 구현

Similar Papers 제목 키워드 기반

A Tight Theory of Error Feedback Algorithms in Distributed Optimization

2026-05-29 · Daniel Berg Thomsen, Adrien Taylor, Aymeric Dieuleveut arxiv

Communication costs are a major bottleneck in distributed learning and first-order optimization. A common approach to alleviate this issue is to compress the gradient information exchanged between agents. However, such c…

Distributed Optimization

Tight Analyses for Non-Smooth Stochastic Gradient Descent

2018-12-13 · Nicholas J. A. Harvey, Christopher Liaw, Yaniv Plan, Sikander Randhawa

Consider the problem of minimizing functions that are Lipschitz and strongly convex, but not necessarily differentiable. We prove that after $T$ steps of stochastic gradient descent, the error of the final iterate is $O(…

Lower Generalization Bounds for GD and SGD in Smooth Stochastic Convex Optimization

2023-03-19 · Peiyuan Zhang, Jiaye Teng, Jingzhao Zhang

This work studies the generalization error of gradient methods. More specifically, we focus on how training steps $T$ and step-size $\eta$ might affect generalization in smooth stochastic convex optimization (SCO) proble…

Generalization BoundsLearning Theory

Tight Runtime Guarantees From Understanding the Population Dynamics of the GSEMO Multi-Objective Evolutionary Algorithm

2025-05-02 · Benjamin Doerr, Martin Krejca, Andre Opris

The global simple evolutionary multi-objective optimizer (GSEMO) is a simple, yet often effective multi-objective evolutionary algorithm (MOEA). By only maintaining non-dominated solutions, it has a variable population s…

On the Accuracy of Newton Step and Influence Function Data Attributions

2025-12-14 · Ittai Rubinstein, Samuel B. Hopkins arxiv

Data attribution aims to explain model predictions by estimating how they would change if certain training points were removed, and is used in a wide range of applications, from interpretability and credit assignment to …