paper-with-me

Papers

Client Selection for Generalization in Accelerated Federated Learning: A Multi-Armed Bandit Approach

2023-03-18 · Dan Ben Ami, Kobi Cohen, Qing Zhao

Federated learning (FL) is an emerging machine learning (ML) paradigm used to train models across multiple nodes (i.e., clients) holding local data sets, without explicitly exchanging the data. It has attracted a growing interest in recent years due to its advantages in terms of privacy considerations, and communication resources. In FL, selected clients train their local models and send a function of the models to the server, which consumes a random processing and transmission time. The server updates the global model and broadcasts it back to the clients. The client selection problem in FL is to schedule a subset of the clients for training and transmission at each given time so as to optimize the learning performance. In this paper, we present a novel multi-armed bandit (MAB)-based approach for client selection to minimize the training latency without harming the ability of the model to generalize, that is, to provide reliable predictions for new observations. We develop a novel algorithm to achieve this goal, dubbed Bandit Scheduling for FL (BSFL). We analyze BSFL theoretically, and show that it achieves a logarithmic regret, defined as the loss of BSFL as compared to a genie that has complete knowledge about the latency means of all clients. Furthermore, simulation results using synthetic and real datasets demonstrate that BSFL is superior to existing methods.

📄 PDF Abstract BibTeX arXiv:2303.10373

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningScheduling

Similar Papers 제목 키워드 기반

ProbSelect: Stochastic Client Selection for GPU-Accelerated Compute Devices in the 3D Continuum

2025-11-11 · Andrija Stanisic, Stefan Nastic arxiv

Integration of edge, cloud and space devices into a unified 3D continuum imposes significant challenges for client selection in federated learning systems. Traditional approaches rely on continuous monitoring and histori…

Federated Learning

DPP-based Client Selection for Federated Learning with Non-IID Data

2023-03-30 · Yuxuan Zhang, Chao Xu, Howard H. Yang, Xijun Wang 외

This paper proposes a client selection (CS) method to tackle the communication bottleneck of federated learning (FL) while concurrently coping with FL's data heterogeneity issue. Specifically, we first analyze the effect…

Federated Learning

FedARKS: Federated Aggregation via Robust and Discriminative Knowledge Selection and Integration for Person Re-identification

2026-03-06 · Xin Xu, Binchang Ma, Zhixi Yu, Wei Liu arxiv

The application of federated domain generalization in person re-identification (FedDG-ReID) aims to enhance the model's generalization ability in unseen domains while protecting client data privacy. However, existing mai…

Person Re-IdentificationDomain GeneralizationFederated Learning

Efficient Data Distribution Estimation for Accelerated Federated Learning

2024-06-03 · Yuanli Wang, Lei Huang

Federated Learning(FL) is a privacy-preserving machine learning paradigm where a global model is trained in-situ across a large number of distributed edge devices. These systems are often comprised of millions of user de…

Federated LearningPrivacy Preserving

Pisces: Efficient Federated Learning via Guided Asynchronous Training

2022-06-18 · Zhifeng Jiang, Wei Wang, Baochun Li, Bo Li

Federated learning (FL) is typically performed in a synchronous parallel manner, where the involvement of a slow client delays a training iteration. Current FL systems employ a participant selection strategy to select fa…

Federated LearningNavigate