paper-with-me

홈 › Papers

BiCoLoR: Communication-Efficient Optimization with Bidirectional Compression and Local Training

2026-01-18 · Laurent Condat, Artavazd Maranjyan, Peter Richtárik arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.12400

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed OptimizationFederated Learning

Similar Papers 제목 키워드 기반

Communication-Efficient Distributed Learning with Local Immediate Error Compensation

2024-02-19 · Yifei Cheng, Li Shen, Linli Xu, Xun Qian 외

Gradient compression with error compensation has attracted significant attention with the target of reducing the heavy communication overhead in distributed learning. However, existing compression methods either perform …

Improving the Worst-Case Bidirectional Communication Complexity for Nonconvex Distributed Optimization under Function Similarity

2024-02-09 · Kaja Gruntkowska, Alexander Tyurin, Peter Richtárik

Effective communication between the server and workers plays a key role in distributed optimization. In this paper, we focus on optimizing the server-to-worker communication, uncovering inefficiencies in prevalent downli…

Distributed Optimization

Basis Matters: Better Communication-Efficient Second Order Methods for Federated Learning

2021-11-02 · Xun Qian, Rustem Islamov, Mher Safaryan, Peter Richtárik

Recent advances in distributed optimization have shown that Newton-type methods with proper communication compression mechanisms can guarantee fast local rates and low communication cost compared to first order methods. …

Distributed OptimizationFederated LearningSecond-order methods

Lower Bounds and Nearly Optimal Algorithms in Distributed Learning with Communication Compression

2022-06-08 · Xinmeng Huang, Yiming Chen, Wotao Yin, Kun Yuan

Recent advances in distributed optimization and learning have shown that communication compression is one of the most effective means of reducing communication. While there have been many results on convergence rates und…

Distributed Optimization

Distributed Online Convex Optimization with Compressed Communication: Optimal Regret and Applications

2026-04-10 · Sifan Yang, Dan-Yue Li, Lijun Zhang arxiv

Distributed online convex optimization (D-OCO) is a powerful paradigm for modeling distributed scenarios with streaming data. However, the communication cost between local learners and the central server is substantial i…