paper-with-me

홈 › Papers

LASG: Lazily Aggregated Stochastic Gradients for Communication-Efficient Distributed Learning

2020-02-26 · Tianyi Chen, Yuejiao Sun, Wotao Yin

This paper targets solving distributed machine learning problems such as federated learning in a communication-efficient fashion. A class of new stochastic gradient descent (SGD) approaches have been developed, which can be viewed as the stochastic generalization to the recently developed lazily aggregated gradient (LAG) method --- justifying the name LASG. LAG adaptively predicts the contribution of each round of communication and chooses only the significant ones to perform. It saves communication while also maintains the rate of convergence. However, LAG only works with deterministic gradients, and applying it to stochastic gradients yields poor performance. The key components of LASG are a set of new rules tailored for stochastic gradients that can be implemented either to save download, upload, or both. The new algorithms adaptively choose between fresh and stale stochastic gradients and have convergence rates comparable to the original SGD. LASG achieves impressive empirical performance --- it typically saves total communication by an order of magnitude.

📄 PDF Abstract BibTeX arXiv:2002.11360

Code (1)

sunyuejiao/lasg pytorch

Tasks

Federated Learning

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 제목 키워드 기반

Communication-Efficient Distributed Learning via Lazily Aggregated Quantized Gradients

2019-09-17 · NeurIPS 2019 12 · Jun Sun, Tianyi Chen, Georgios B. Giannakis, Zaiyue Yang

The present paper develops a novel aggregated gradient approach for distributed machine learning that adaptively compresses the gradient communication. The key idea is to first quantize the computed gradients, and then s…

LAG: Lazily Aggregated Gradient for Communication-Efficient Distributed Learning

2018-05-25 · NeurIPS 2018 12 · Tianyi Chen, Georgios B. Giannakis, Tao Sun, Wotao Yin

This paper presents a new class of gradient methods for distributed machine learning that adaptively skip the gradient calculations to learn with reduced communication and computation. Simple rules are designed to detect…

A-LAQ: Adaptive Lazily Aggregated Quantized Gradient

2022-10-31 · Afsaneh Mahmoudi, José Mairton Barros Da Silva Júnior, Hossein S. Ghadikolaei, Carlo Fischione

Federated Learning (FL) plays a prominent role in solving machine learning problems with data distributed across clients. In FL, to reduce the communication overhead of data between clients and the server, each client co…

Federated Learning

LAGC: Lazily Aggregated Gradient Coding for Straggler-Tolerant and Communication-Efficient Distributed Learning

2019-05-22 · Jingjing Zhang, Osvaldo Simeone

Gradient-based distributed learning in Parameter Server (PS) computing architectures is subject to random delays due to straggling worker nodes, as well as to possible communication bottlenecks between PS and workers. So…

Locally Asynchronous Stochastic Gradient Descent for Decentralised Deep Learning

2022-03-24 · Tomer Avidor, Nadav Tal Israel

Distributed training algorithms of deep neural networks show impressive convergence speedup properties on very large problems. However, they inherently suffer from communication related slowdowns and communication topolo…

Deep Learningimage-classificationImage Classification