DCLGDec 19, 2022

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

arXiv:2212.09483v114 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses efficiency and scalability issues for federated learning systems in resource-constrained environments, representing an incremental improvement over existing methods.

The paper tackles the challenges of limited communication, dynamic networks, and client heterogeneity in federated learning by proposing FedCG, a framework with adaptive client selection and gradient compression, achieving up to 5.3x speedup in experiments.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes