paper-with-me

홈 › Papers

Adaptive Control of Client Selection and Gradient Compression for Efficient Federated Learning

2022-12-19 · Zhida Jiang, Yang Xu, Hongli Xu, Zhiyuan Wang, Chen Qian

Federated learning (FL) allows multiple clients cooperatively train models without disclosing local data. However, the existing works fail to address all these practical concerns in FL: limited communication resources, dynamic network conditions and heterogeneous client properties, which slow down the convergence of FL. To tackle the above challenges, we propose a heterogeneity-aware FL framework, called FedCG, with adaptive client selection and gradient compression. Specifically, the parameter server (PS) selects a representative client subset considering statistical heterogeneity and sends the global model to them. After local training, these selected clients upload compressed model updates matching their capabilities to the PS for aggregation, which significantly alleviates the communication load and mitigates the straggler effect. We theoretically analyze the impact of both client selection and gradient compression on convergence performance. Guided by the derived convergence rate, we develop an iteration-based algorithm to jointly optimize client selection and compression ratio decision using submodular maximization and linear programming. Extensive experiments on both real-world prototypes and simulations show that FedCG can provide up to 5.3$\times$ speedup compared to other methods.

📄 PDF Abstract BibTeX arXiv:2212.09483

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Communication Compression for Distributed Learning without Control Variates

2024-12-05 · Tomas Ortega, Chun-Yin Huang, Xiaoxiao Li, Hamid Jafarkhani

Distributed learning algorithms, such as the ones employed in Federated Learning (FL), require communication compression to reduce the cost of client uploads. The compression methods used in practice are often biased, wh…

Federated LearningPrivacy Preserving

Communication-Efficient Federated Learning with Adaptive Number of Participants

2025-08-19 · Sergey Skorik, Vladislav Dorofeev, Gleb Molodtsov, Aram Avetisyan 외 arxiv

Rapid scaling of deep learning models has enabled performance gains across domains, yet it introduced several challenges. Federated Learning (FL) has emerged as a promising framework to address these concerns by enabling…

Federated LearningECG Classification

Communication Compression for Distributed Learning with Aggregate and Server-Guided Feedback

2025-12-27 · Tomas Ortega, Chun-Yin Huang, Xiaoxiao Li, Hamid Jafarkhani arxiv

Distributed learning, particularly Federated Learning (FL), faces a significant bottleneck in the communication cost, particularly the uplink transmission of client-to-server updates, which is often constrained by asymme…

Federated Learning

DAdaQuant: Doubly-adaptive quantization for communication-efficient Federated Learning

2021-10-31 · Robert Hönig, Yiren Zhao, Robert Mullins

Federated Learning (FL) is a powerful technique for training a model on a server with data from several clients in a privacy-preserving manner. In FL, a server sends the model to every client, who then train the model lo…

Federated LearningPrivacy PreservingQuantization

HeteRo-Select: Informativeness as the Participation Driver in Heterogeneous Federated Learning

2025-08-08 · Md. Akmol Masud, Md Abrar Jahin, Mahmud Hasan arxiv

Federated learning systems typically allocate gradient compression by link speed. This is sensible when bandwidth and data informativeness align. However, under non-IID data, these signals often decorrelate or invert. A …

Federated Learning