paper-with-me

홈 › Papers

Federated Learning with Compression: Unified Analysis and Sharp Guarantees

2020-07-02 · Farzin Haddadpour, Mohammad Mahdi Kamani, Aryan Mokhtari, Mehrdad Mahdavi

In federated learning, communication cost is often a critical bottleneck to scale up distributed optimization algorithms to collaboratively learn a model from millions of devices with potentially unreliable or limited communication and heterogeneous data distributions. Two notable trends to deal with the communication overhead of federated algorithms are gradient compression and local computation with periodic communication. Despite many attempts, characterizing the relationship between these two approaches has proven elusive. We address this by proposing a set of algorithms with periodical compressed (quantized or sparsified) communication and analyze their convergence properties in both homogeneous and heterogeneous local data distribution settings. For the homogeneous setting, our analysis improves existing bounds by providing tighter convergence rates for both strongly convex and non-convex objective functions. To mitigate data heterogeneity, we introduce a local gradient tracking scheme and obtain sharp convergence rates that match the best-known communication complexities without compression for convex, strongly convex, and nonconvex settings. We complement our theoretical results and demonstrate the effectiveness of our proposed methods by several experiments on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2007.01154

Code (1)

MLOPTPSU/FedTorch 공식 구현 pytorch

Tasks

Distributed OptimizationFederated Learning

Similar Papers 제목 키워드 기반

FedSGM: A Unified Framework for Constraint Aware, Bidirectionally Compressed, Multi-Step Federated Optimization

2026-01-23 · Antesh Upadhyay, Sang Bin Moon, Abolfazl Hashemi arxiv

We introduce FedSGM, a unified framework for federated constrained optimization that addresses four major challenges in federated learning (FL): functional constraints, communication bottlenecks, local updates, and parti…

Federated Learning

Beyond Johnson-Lindenstrauss: Uniform Bounds for Sketched Bilinear Forms

2025-09-26 · Rohan Deb, Qiaobo Li, Mayank Shrivastava, Arindam Banerjee arxiv

Uniform bounds on sketched inner products of vectors or matrices underpin several important computational and statistical results in machine learning and randomized algorithms, including the Johnson-Lindenstrauss (J-L) l…

Federated Learning

Communication-Efficient Gradient Descent-Accent Methods for Distributed Variational Inequalities: Unified Analysis and Local Updates

2023-06-08 · Siqi Zhang, Sayantan Choudhury, Sebastian U Stich, Nicolas Loizou

Distributed and federated learning algorithms and techniques associated primarily with minimization problems. However, with the increase of minimax optimization and variational inequality problems in machine learning, th…

Federated Learning

Beyond Trade-offs: A Unified Framework for Privacy, Robustness, and Communication Efficiency in Federated Learning

2025-08-18 · Yue Xia, Tayyebeh Jahani-Nezhad, Rawad Bitar arxiv

We propose Fed-DPRoC, a novel federated learning framework designed to jointly provide differential privacy (DP), Byzantine robustness, and communication efficiency. Central to our approach is the concept of robust-compa…

Federated Learning

Sketched Adaptive Federated Deep Learning: A Sharp Convergence Analysis

2024-11-11 · Zhijie Chen, Qiaobo Li, Arindam Banerjee

Combining gradient compression methods (e.g., CountSketch, quantization) and adaptive optimizers (e.g., Adam, AMSGrad) is a desirable goal in federated learning (FL), with potential benefits on both fewer communication r…

Deep LearningFederated LearningQuantization