BiCoLoR: Communication-Efficient Optimization with Bidirectional Compression and Local Training
Laurent Condat, Artavazd Maranjyan, Peter Richtárik
TL;DR
BiCoLoR tackles the communication bottleneck in distributed optimization by marrying Local Training with bidirectional unbiased compression. It introduces a stochastic primal–dual framework that decouples uplink and downlink compression and uses dual variables for variance reduction, achieving accelerated $TotalCom$ complexity in both strongly convex and general convex heterogeneous settings. Theoretical results show linear convergence when $\mu>0$ and accelerated sublinear convergence in the general convex case, with $TotalCom$ scaling $\tilde{\mathcal{O}}(d\sqrt{\kappa})$ under practical compression, and with decoupled uplink/downlink variances. Empirically, BiCoLoR outperforms existing bidirectional-CC baselines on logistic regression benchmarks, setting a new standard for communication-efficient distributed optimization.
Abstract
Slow and costly communication is often the main bottleneck in distributed optimization, especially in federated learning where it occurs over wireless networks. We introduce BiCoLoR, a communication-efficient optimization algorithm that combines two widely used and effective strategies: local training, which increases computation between communication rounds, and compression, which encodes high-dimensional vectors into short bitstreams. While these mechanisms have been combined before, compression has typically been applied only to uplink (client-to-server) communication, leaving the downlink (server-to-client) side unaddressed. In practice, however, both directions are costly. We propose BiCoLoR, the first algorithm to combine local training with bidirectional compression using arbitrary unbiased compressors. This joint design achieves accelerated complexity guarantees in both convex and strongly convex heterogeneous settings. Empirically, BiCoLoR outperforms existing algorithms and establishes a new standard in communication efficiency.
