LASER: Linear Compression in Wireless Distributed Optimization
Ashok Vardhan Makkuva, Marco Bondaschi, Thijs Vogels, Martin Jaggi, Hyeji Kim, Michael C. Gastpar
TL;DR
LASER tackles communication bottlenecks in wireless distributed optimization by exploiting low-rank gradient structure for linear compression and noisy-channel transmission. It uses PowerSGD to produce rank-$r$ factors, performs error feedback, and allocates power across factors to improve signal fidelity; the server reconstructs the gradient as a product of received factors. Theoretical analysis shows convergence rates matching SGD up to a channel-dependent additive term $\lambda_{\text{LASER}}$, significantly smaller than $\lambda_{\text{Z-SGD}}$ under typical regimes. Empirically, LASER yields substantial perplexity and accuracy gains on GPT language modeling and image classification under noise, while reducing data transfer by up to two orders of magnitude, demonstrating practical viability for wireless distributed learning.
Abstract
Data-parallel SGD is the de facto algorithm for distributed optimization, especially for large scale machine learning. Despite its merits, communication bottleneck is one of its persistent issues. Most compression schemes to alleviate this either assume noiseless communication links, or fail to achieve good performance on practical tasks. In this paper, we close this gap and introduce LASER: LineAr CompreSsion in WirEless DistRibuted Optimization. LASER capitalizes on the inherent low-rank structure of gradients and transmits them efficiently over the noisy channels. Whilst enjoying theoretical guarantees similar to those of the classical SGD, LASER shows consistent gains over baselines on a variety of practical benchmarks. In particular, it outperforms the state-of-the-art compression schemes on challenging computer vision and GPT language modeling tasks. On the latter, we obtain $50$-$64 \%$ improvement in perplexity over our baselines for noisy channels.
