paper-with-me

Papers

Decentralized Stochastic Optimization and Gossip Algorithms with Compressed Communication

2019-02-01 · Anastasia Koloskova, Sebastian U. Stich, Martin Jaggi

We consider decentralized stochastic optimization with the objective function (e.g. data samples for machine learning task) being distributed over $n$ machines that can only communicate to their neighbors on a fixed communication graph. To reduce the communication bottleneck, the nodes compress (e.g. quantize or sparsify) their model updates. We cover both unbiased and biased compression operators with quality denoted by $\omega \leq 1$ ($\omega=1$ meaning no compression). We (i) propose a novel gossip-based stochastic gradient descent algorithm, CHOCO-SGD, that converges at rate $\mathcal{O}\left(1/(nT) + 1/(T \delta^2 \omega)^2\right)$ for strongly convex objectives, where $T$ denotes the number of iterations and $\delta$ the eigengap of the connectivity matrix. Despite compression quality and network connectivity affecting the higher order terms, the first term in the rate, $\mathcal{O}(1/(nT))$, is the same as for the centralized baseline with exact communication. We (ii) present a novel gossip algorithm, CHOCO-GOSSIP, for the average consensus problem that converges in time $\mathcal{O}(1/(\delta^2\omega) \log (1/\epsilon))$ for accuracy $\epsilon > 0$. This is (up to our knowledge) the first gossip algorithm that supports arbitrary compressed messages for $\omega > 0$ and still exhibits linear convergence. We (iii) show in experiments that both of our algorithms do outperform the respective state-of-the-art baselines and CHOCO-SGD can reduce communication by at least two orders of magnitudes.

📄 PDF Abstract BibTeX arXiv:1902.00340

Code (3)

Adirlou/OptML_Project
JYWa/MATCHA pytorch
epfml/ChocoSGD pytorch

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Decentralized Parameter-Free Online Learning with Compressed Gossip

2026-05-27 · Tomas Ortega, Hamid Jafarkhani arxiv

We study decentralized online convex optimization when agents communicate over a graph and messages may be compressed. Classical decentralized online methods typically require learning-rate choices that depend on the hor…

On the Benefits of Multiple Gossip Steps in Communication-Constrained Decentralized Optimization

2020-11-20 · Abolfazl Hashemi, Anish Acharya, Rudrajit Das, Haris Vikalo 외

In decentralized optimization, it is common algorithmic practice to have nodes interleave (local) gradient descent iterations with gossip (i.e. averaging over the network) steps. Motivated by the training of large-scale …

DoCoM: Compressed Decentralized Optimization with Near-Optimal Sample Complexity

2022-02-01 · Chung-Yiu Yau, Hoi-To Wai

This paper proposes the Doubly Compressed Momentum-assisted stochastic gradient tracking algorithm $\texttt{DoCoM}$ for communication-efficient decentralized optimization. The algorithm features two main ingredients to a…

GoSGD: Distributed Optimization for Deep Learning with Gossip Exchange

2018-04-04 · Michael Blot, David Picard, Matthieu Cord

We address the issue of speeding up the training of convolutional neural networks by studying a distributed method adapted to stochastic gradient descent. Our parallel optimization setup uses several threads, each applyi…

Deep LearningDistributed Optimization

Near-Optimal Decentralized Stochastic Convex Optimization over Networks

2026-06-03 · Nitai Kluger, Amit Attia, Tomer Koren arxiv

We study decentralized stochastic smooth convex optimization, where $M$ workers minimize an average objective using local stochastic gradients and neighbor-only communication over a fixed gossip network. A central questi…