paper-with-me

홈 › Papers

Almost Cost-Free Communication in Federated Best Arm Identification

2022-08-19 · Kota Srinivas Reddy, P. N. Karthik, Vincent Y. F. Tan

We study the problem of best arm identification in a federated learning multi-armed bandit setup with a central server and multiple clients. Each client is associated with a multi-armed bandit in which each arm yields {\em i.i.d.}\ rewards following a Gaussian distribution with an unknown mean and known variance. The set of arms is assumed to be the same at all the clients. We define two notions of best arm -- local and global. The local best arm at a client is the arm with the largest mean among the arms local to the client, whereas the global best arm is the arm with the largest average mean across all the clients. We assume that each client can only observe the rewards from its local arms and thereby estimate its local best arm. The clients communicate with a central server on uplinks that entail a cost of $C\ge0$ units per usage per uplink. The global best arm is estimated at the server. The goal is to identify the local best arms and the global best arm with minimal total cost, defined as the sum of the total number of arm selections at all the clients and the total communication cost, subject to an upper bound on the error probability. We propose a novel algorithm {\sc FedElim} that is based on successive elimination and communicates only in exponential time steps and obtain a high probability instance-dependent upper bound on its total cost. The key takeaway from our paper is that for any $C\geq 0$ and error probabilities sufficiently small, the total number of arm selections (resp.\ the total cost) under {\sc FedElim} is at most~$2$ (resp.~$3$) times the maximum total number of arm selections under its variant that communicates in every time step. Additionally, we show that the latter is optimal in expectation up to a constant factor, thereby demonstrating that communication is almost cost-free in {\sc FedElim}. We numerically validate the efficacy of {\sc FedElim}.

📄 PDF Abstract BibTeX arXiv:2208.09215

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Q-Learning with Reference-Advantage Decomposition: Almost Optimal Regret and Logarithmic Communication Cost

2024-05-29 · Zhong Zheng, Haochen Zhang, Lingzhou Xue

In this paper, we consider model-free federated reinforcement learning for tabular episodic Markov decision processes. Under the coordination of a central server, multiple agents collaboratively explore the environment a…

Q-Learning

An Adaptive Clustering Scheme for Client Selections in Communication-Efficient Federated Learning

2025-04-11 · Yan-Ann Chen, Guan-Lin Chen

Federated learning is a novel decentralized learning architecture. During the training process, the client and server must continuously upload and receive model parameters, which consumes a lot of network transmission re…

Federated LearningHandwritten Digit Recognition

Regret-Optimal Q-Learning with Low Cost for Single-Agent and Federated Reinforcement Learning

2025-06-05 · Haochen Zhang, Zhong Zheng, Lingzhou Xue

Motivated by real-world settings where data collection and policy deployment -- whether for a single agent or across multiple agents -- are costly, we study the problem of on-policy single-agent reinforcement learning (R…

Q-LearningReinforcement Learning (RL)

Federated Best Arm Identification with Heterogeneous Clients

2022-10-14 · Zhirui Chen, P. N. Karthik, Vincent Y. F. Tan, Yeow Meng Chee

We study best arm identification in a federated multi-armed bandit setting with a central server and multiple clients, when each client has access to a {\em subset} of arms and each arm yields independent Gaussian observ…

One-Shot Federated Learning with Classifier-Free Diffusion Models

2025-02-12 · Obaidullah Zaland, Shutong Jin, Florian T. Pokorny, Monowar Bhuyan

Federated learning (FL) enables collaborative learning without data centralization but introduces significant communication costs due to multiple communication rounds between clients and the server. One-shot federated le…

BenchmarkingDataset GenerationFederated Learning