paper-with-me

홈 › Papers

Federated Learning under Heterogeneous and Correlated Client Availability

2023-01-11 · Angelo Rodio, Francescomaria Faticanti, Othmane Marfoq, Giovanni Neglia, Emilio Leonardi

The enormous amount of data produced by mobile and IoT devices has motivated the development of federated learning (FL), a framework allowing such devices (or clients) to collaboratively train machine learning models without sharing their local data. FL algorithms (like FedAvg) iteratively aggregate model updates computed by clients on their own datasets. Clients may exhibit different levels of participation, often correlated over time and with other clients. This paper presents the first convergence analysis for a FedAvg-like FL algorithm under heterogeneous and correlated client availability. Our analysis highlights how correlation adversely affects the algorithm's convergence rate and how the aggregation strategy can alleviate this effect at the cost of steering training toward a biased model. Guided by the theoretical analysis, we propose CA-Fed, a new FL algorithm that tries to balance the conflicting goals of maximizing convergence speed and minimizing model bias. To this purpose, CA-Fed dynamically adapts the weight given to each client and may ignore clients with low availability and large correlation. Our experimental results show that CA-Fed achieves higher time-average accuracy and a lower standard deviation than state-of-the-art AdaFed and F3AST, both on synthetic and real datasets.

📄 PDF Abstract BibTeX arXiv:2301.04632

Code (1)

arodio/ca-fed 공식 구현 pytorch

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Efficient Federated Learning against Heterogeneous and Non-stationary Client Unavailability

2024-09-26 · Ming Xiang, Stratis Ioannidis, Edmund Yeh, Carlee Joe-Wong 외

Addressing intermittent client availability is critical for the real-world deployment of federated learning algorithms. Most prior work either overlooks the potential non-stationarity in the dynamics of client unavailabi…

Federated Learning

Federated Learning Under Intermittent Client Availability and Time-Varying Communication Constraints

2022-05-13 · Monica Ribero, Haris Vikalo, Gustavo de Veciana

Federated learning systems facilitate training of global models in settings where potentially heterogeneous data is distributed across a large number of clients. Such systems operate in settings with intermittent client …

BenchmarkingFederated Learning

Debiasing Federated Learning with Correlated Client Participation

2024-10-02 · Zhenyu Sun, Ziyang Zhang, Zheng Xu, Gauri Joshi 외

In cross-device federated learning (FL) with millions of mobile clients, only a small subset of clients participate in training in every communication round, and Federated Averaging (FedAvg) is the most popular algorithm…

Federated Learning

Cumulative Utility Parity for Fair Federated Learning under Intermittent Client Participation

2026-02-14 · Stefan Behfar, Richard Mortier arxiv

In real-world federated learning (FL) systems, client participation is intermittent, heterogeneous, and often correlated with data characteristics or resource constraints. Existing fairness approaches in FL primarily foc…

Federated Learning

Semi-decentralized Federated Time Series Prediction with Client Availability Budgets

2025-09-03 · Yunkai Bao, Reza Safarzadeh, Xin Wang, Steve Drew arxiv

Federated learning (FL) effectively promotes collaborative training among distributed clients with privacy considerations in the Internet of Things (IoT) scenarios. Despite of data heterogeneity, FL clients may also be c…

Time Series PredictionFederated Learning