paper-with-me

홈 › Papers

Multi-Armed Bandits with Network Interference

2024-05-28 · Abhineet Agarwal, Anish Agarwal, Lorenzo Masoero, Justin Whitehouse

Online experimentation with interference is a common challenge in modern applications such as e-commerce and adaptive clinical trials in medicine. For example, in online marketplaces, the revenue of a good depends on discounts applied to competing goods. Statistical inference with interference is widely studied in the offline setting, but far less is known about how to adaptively assign treatments to minimize regret. We address this gap by studying a multi-armed bandit (MAB) problem where a learner (e-commerce platform) sequentially assigns one of possible $\mathcal{A}$ actions (discounts) to $N$ units (goods) over $T$ rounds to minimize regret (maximize revenue). Unlike traditional MAB problems, the reward of each unit depends on the treatments assigned to other units, i.e., there is interference across the underlying network of units. With $\mathcal{A}$ actions and $N$ units, minimizing regret is combinatorially difficult since the action space grows as $\mathcal{A}^N$. To overcome this issue, we study a sparse network interference model, where the reward of a unit is only affected by the treatments assigned to $s$ neighboring units. We use tools from discrete Fourier analysis to develop a sparse linear representation of the unit-specific reward $r_n: [\mathcal{A}]^N \rightarrow \mathbb{R} $, and propose simple, linear regression-based algorithms to minimize regret. Importantly, our algorithms achieve provably low regret both when the learner observes the interference neighborhood for all units and when it is unknown. This significantly generalizes other works on this topic which impose strict conditions on the strength of interference on a known network, and also compare regret to a markedly weaker optimal action. Empirically, we corroborate our theoretical findings via numerical simulations.

📄 PDF Abstract BibTeX arXiv:2405.18621

Code (1)

aagarwal1996/NetworkMAB 공식 구현

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Graph-Dependent Regret Bounds in Multi-Armed Bandits with Interference

2025-03-10 · Fateme Jamshidi, Mohammad ShahverdiKondori, Negar Kiyavash

Multi-armed bandits (MABs) are frequently used for online sequential decision-making in applications ranging from recommending personalized content to assigning treatments to patients. A recurring challenge in the applic…

Multi-Armed BanditsSequential Decision Making

Multi-Armed Bandits with Interference

2024-02-02 · Su Jia, Peter Frazier, Nathan Kallus

Experimentation with interference poses a significant challenge in contemporary online platforms. Prior research on experimentation with interference has concentrated on the final output of a policy. The cumulative perfo…

Multi-Armed Bandits

Communication-Efficient Collaborative Regret Minimization in Multi-Armed Bandits

2023-01-26 · Nikolai Karpov, Qin Zhang

In this paper, we study the collaborative learning model, which concerns the tradeoff between parallelism and communication overhead in multi-agent multi-armed bandits. For regret minimization in multi-armed bandits, we …

Multi-agent Reinforcement LearningMulti-Armed Banditsreinforcement-learningReinforcement Learning (RL)

Design-Based Bandits Under Network Interference: Trade-Off Between Regret and Statistical Inference

2025-10-09 · Zichen Wang, Haoyang Hong, Chuanhao Li, Haoxuan Li 외 arxiv

In multi-armed bandits with network interference (MABNI), the action taken by one node can influence the rewards of others, creating complex interdependence. While existing research on MABNI largely concentrates on minim…

Multi-Armed Bandits

Batched Multi-armed Bandits Problem

2019-04-03 · NeurIPS 2019 12 · Zijun Gao, Yanjun Han, Zhimei Ren, Zhengqing Zhou

In this paper, we study the multi-armed bandit problem in the batched setting where the employed policy must split data into a small number of batches. While the minimax regret for the two-armed stochastic bandits has be…

Multi-Armed Bandits