Acceleration for Compressed Gradient Descent in Distributed Optimization
Due to the high communication cost in distributed and federated learning problems, methods relying on sparsification or quantization of communicated messages are becoming increasingly popular. While in other contexts the best performing gradient-type methods invariably rely on some form of acceleration to reduce the number of iterations, there are no methods which combine the benefits of both gradient compression and acceleration. In this paper, we remedy this situation and propose the first {\em accelerated compressed gradient descent (ACGD)} methods. In the single machine regime, we prove that ACGD enjoys the rate $O((1+\omega)\sqrt{\nicefrac{L}{\mu}}\log \nicefrac{1}{\epsilon})$ for $\mu$-strongly convex problems and $O((1+\omega)\sqrt{\nicefrac{L}{\epsilon}})$ for convex problems, respectively, where $L$ is the smoothness constant and $\omega$ is the variance parameter of an unbiased compression operator. Our results improve upon the existing non-accelerated rates $O\left((1+\omega)\nicefrac{L}{\mu}\log \nicefrac{1}{\epsilon}\right)$ and $O\left((1+\omega)\nicefrac{L}{\epsilon}\right)$, respectively, and recover the best known rates of accelerated gradient descent as a special case when no compression ($\omega=0$) is applied. We further propose a distributed variant of ACGD and establish the rate $\tilde{O}\left(\omega+\sqrt{\nicefrac{L}{\mu}} +\sqrt{(\nicefrac{\omega}{n}+\sqrt{\nicefrac{\omega}{n}})\nicefrac{\omega L}{\mu}}\right)$, where $n$ is the number of machines and $\tilde{O}$ hides the logarithmic factor $\log \nicefrac{1}{\epsilon}$ . This improves upon the previous best result $\tilde{O}\left(\omega + \nicefrac{L}{\mu}+\nicefrac{\omega L}{n\mu} \right)$ achieved by the DIANA method. Finally, we conduct several experiments on real-world datasets which corroborate our theoretical results and confirm the practical superiority of our methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Distributed OptimizationFederated LearningQuantizationSimilar Papers 제목 키워드 기반
Acceleration for Compressed Gradient Descent in Distributed and Federated Optimization
Due to the high communication cost in distributed and federated learning problems, methods relying on compression of communicated messages are becoming increasingly popular. While in other contexts the best performing gr…
Federated LearningCANITA: Faster Rates for Distributed Convex Optimization with Communication Compression
Due to the high communication cost in distributed and federated learning, methods relying on compressed communication are becoming increasingly popular. Besides, the best theoretically and practically performing gradient…
Distributed OptimizationFederated LearningTrustworthiness of Stochastic Gradient Descent in Distributed Learning
Distributed learning (DL) uses multiple nodes to accelerate training, enabling efficient optimization of large-scale models. Stochastic Gradient Descent (SGD), a key optimization algorithm, plays a central role in this p…
Flattened one-bit stochastic gradient descent: compressed distributed optimization with controlled variance
We propose a novel algorithm for distributed stochastic gradient descent (SGD) with compressed gradient communication in the parameter-server framework. Our gradient compression technique, named flattened one-bit stochas…
Distributed OptimizationQuantizationCommunication-Compressed Adaptive Gradient Method for Distributed Nonconvex Optimization
Due to the explosion in the size of the training datasets, distributed learning has received growing interest in recent years. One of the major bottlenecks is the large communication cost between the central server and t…