paper-with-me

홈 › Papers

Personalized Federated Learning with Communication Compression

2022-09-12 · El Houcine Bergou, Konstantin Burlachenko, Aritra Dutta, Peter Richtárik

In contrast to training traditional machine learning (ML) models in data centers, federated learning (FL) trains ML models over local datasets contained on resource-constrained heterogeneous edge devices. Existing FL algorithms aim to learn a single global model for all participating devices, which may not be helpful to all devices participating in the training due to the heterogeneity of the data across the devices. Recently, Hanzely and Richt\'{a}rik (2020) proposed a new formulation for training personalized FL models aimed at balancing the trade-off between the traditional global model and the local models that could be trained by individual devices using their private data only. They derived a new algorithm, called Loopless Gradient Descent (L2GD), to solve it and showed that this algorithms leads to improved communication complexity guarantees in regimes when more personalization is required. In this paper, we equip their L2GD algorithm with a bidirectional compression mechanism to further reduce the communication bottleneck between the local devices and the server. Unlike other compression-based algorithms used in the FL-setting, our compressed L2GD algorithm operates on a probabilistic communication protocol, where communication does not happen on a fixed schedule. Moreover, our compressed L2GD algorithm maintains a similar convergence rate as vanilla SGD without compression. To empirically validate the efficiency of our algorithm, we perform diverse numerical experiments on both convex and non-convex problems and using various compression techniques.

📄 PDF Abstract BibTeX arXiv:2209.05148

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPersonalized Federated Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Personalized Federated Learning with Bidirectional Communication Compression via One-Bit Random Sketching

2025-11-17 · Jiacheng Cheng, Xu Zhang, Guanghui Qiu, Yifang Zhang 외 arxiv

Federated Learning (FL) enables collaborative training across decentralized data, but faces key challenges of bidirectional communication overhead and client-side data heterogeneity. To address communication costs while …

Personalized Federated Learning

Communication-Efficient Personalized Federated Learning via Layer-Wise Multi-Threshold Random Sketching

2026-09-04 · Xu Zhang, Xingyu Hou, Jiacheng Cheng, Kaiyuan Feng 외 arxiv

Personalized federated learning (PFL) is a promising paradigm for collaborative learning over distributed devices, where edge nodes collaboratively train personalized models without sharing raw data. Although PFL address…

Personalized Federated Learning

Communication-Efficient Personalized Federal Graph Learning via Low-Rank Decomposition

2024-12-18 · Ruyue Liu, Rong Yin, Xiangzhen Bo, Xiaoshuai Hao 외

Federated graph learning (FGL) has gained significant attention for enabling heterogeneous clients to process their private graph data locally while interacting with a centralized server, thus maintaining privacy. Howeve…

Graph Learning

Strategies for Improving Communication Efficiency in Distributed and Federated Learning: Compression, Local Training, and Personalization

2025-09-10 · Kai Yi arxiv

Distributed and federated learning are essential paradigms for training models across decentralized data sources while preserving privacy, yet communication overhead remains a major bottleneck. This dissertation explores…

Federated LearningModel Compression

Federated Neural Compression Under Heterogeneous Data

2023-05-25 · Eric Lei, Hamed Hassani, Shirin Saeedi Bidokhti

We discuss a federated learned compression problem, where the goal is to learn a compressor from real-world data which is scattered across clients and may be statistically heterogeneous, yet share a common underlying rep…

Federated LearningPersonalized Federated Learning