paper-with-me

Papers

Near-Optimal Regret for Distributed Adversarial Bandits: A Black-Box Approach

2026-02-06 · Hao Qiu, Mengxiao Zhang, Nicolò Cesa-Bianchi arxiv

We study distributed adversarial bandits, where $N$ agents cooperate to minimize the global average loss while observing only their own local losses. We show that the minimax regret for this problem is $\tildeΘ(\sqrt{(ρ^{-1/2}+K/N)T})$, where $T$ is the horizon, $K$ is the number of actions, and $ρ$ is the spectral gap of the communication matrix. Our algorithm, based on a novel black-box reduction to bandits with delayed feedback, requires agents to communicate only through gossip. It achieves an upper bound that significantly improves over the previous best bound $\tilde{O}(ρ^{-1/3}(KT)^{2/3})$ of Yi and Vojnovic (2023). We complement this result with a matching lower bound, showing that the problem's difficulty decomposes into a communication cost $ρ^{-1/4}\sqrt{T}$ and a bandit cost $\sqrt{KT/N}$. We further demonstrate the versatility of our approach by deriving first-order and best-of-both-worlds bounds in the distributed adversarial setting. Finally, we extend our framework to distributed linear bandits in $R^d$, obtaining a regret bound of $\tilde{O}(\sqrt{(ρ^{-1/2}+1/N)dT})$, achieved with only $O(d)$ communication cost per agent and per round via a volumetric spanner.

📄 PDF Abstract BibTeX arXiv:2602.06404

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distributed Bandit Learning: Near-Optimal Regret with Efficient Communication

2019-04-12 · ICLR 2020 1 · Yuanhao Wang, Jiachen Hu, Xiaoyu Chen, Li-Wei Wang

We study the problem of regret minimization for distributed bandits learning, in which $M$ agents work collaboratively to minimize their total regret under the coordination of a central server. Our goal is to design comm…

Multi-Armed Bandits

An algorithm with nearly optimal pseudo-regret for both stochastic and adversarial bandits

2016-05-27 · Peter Auer, Chao-Kai Chiang

We present an algorithm that achieves almost optimal pseudo-regret bounds against adversarial and stochastic bandits. Against adversarial bandits the pseudo-regret is $O(K\sqrt{n \log n})$ and against stochastic bandits …

Hybrid Regret Bounds for Combinatorial Semi-Bandits and Adversarial Linear Bandits

2021-12-01 · NeurIPS 2021 12 · Shinji Ito

This study aims to develop bandit algorithms that automatically exploit tendencies of certain environments to improve performance, without any prior knowledge regarding the environments. We first propose an algorithm for…

Nearly-Optimal Algorithm for Adversarial Kernelized Bandits

2026-05-11 · Shogo Iwazaki arxiv

This paper studies kernelized bandits (also known as Gaussian process bandits) in an adversarial environment, where the reward functions in a known reproducing kernel Hilbert space (RKHS) may be adversarially chosen at e…

Bypassing the Simulator: Near-Optimal Adversarial Linear Contextual Bandits

2023-09-02 · NeurIPS 2023 11

We consider the adversarial linear contextual bandit problem, where the loss vectors are selected fully adversarially and the per-round action set (i.e. the context) is drawn from a fixed distribution. Existing methods f…

Computational EfficiencyMulti-Armed Bandits