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.

PDF ICML 2020 PDF

Datasets


  Add Datasets introduced or used in this paper

Results from the Paper


  Submit results from this paper to get state-of-the-art GitHub badges and help the community compare results to other papers.

Methods


No methods listed for this paper. Add relevant methods here