PowerSGD: Practical Low-Rank Gradient Compression for Distributed Optimization
Thijs Vogels, Sai Praneeth Karimireddy, Martin Jaggi

TL;DR
PowerSGD introduces a low-rank gradient compression technique that accelerates distributed training by reducing communication overhead while maintaining test accuracy, demonstrating significant speedups in training convolutional networks and LSTMs.
Contribution
We propose PowerSGD, a scalable low-rank gradient compressor based on power iteration that achieves efficient aggregation and maintains accuracy, enabling faster distributed training.
Findings
Achieves consistent wall-clock speedups over standard SGD.
Reduces training times for convolutional networks and LSTMs.
Maintains test accuracy comparable to SGD.
Abstract
We study gradient compression methods to alleviate the communication bottleneck in data-parallel distributed optimization. Despite the significant attention received, current compression schemes either do not scale well or fail to achieve the target test accuracy. We propose a new low-rank gradient compressor based on power iteration that can i) compress gradients rapidly, ii) efficiently aggregate the compressed gradients using all-reduce, and iii) achieve test performance on par with SGD. The proposed algorithm is the only method evaluated that achieves consistent wall-clock speedups when benchmarked against regular SGD with an optimized communication backend. We demonstrate reduced training times for convolutional networks as well as LSTMs on common datasets. Our code is available at https://github.com/epfml/powersgd.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Compression Techniques · Medical Image Segmentation Techniques · Medical Imaging Techniques and Applications
MethodsPowerSGD · Stochastic Gradient Descent
