paper-with-me

홈 › Papers

The Unreasonable Effectiveness of Greedy Algorithms in Multi-Armed Bandit with Many Arms

2020-02-24 · Mohsen Bayati, Nima Hamidi, Ramesh Johari, Khashayar Khosravi

We investigate a Bayesian $k$-armed bandit problem in the \emph{many-armed} regime, where $k \geq \sqrt{T}$ and $T$ represents the time horizon. Initially, and aligned with recent literature on many-armed bandit problems, we observe that subsampling plays a key role in designing optimal algorithms; the conventional UCB algorithm is sub-optimal, whereas a subsampled UCB (SS-UCB), which selects $\Theta(\sqrt{T})$ arms for execution under the UCB framework, achieves rate-optimality. However, despite SS-UCB's theoretical promise of optimal regret, it empirically underperforms compared to a greedy algorithm that consistently chooses the empirically best arm. This observation extends to contextual settings through simulations with real-world data. Our findings suggest a new form of \emph{free exploration} beneficial to greedy algorithms in the many-armed context, fundamentally linked to a tail event concerning the prior distribution of arm rewards. This finding diverges from the notion of free exploration, which relates to covariate variation, as recently discussed in contextual bandit literature. Expanding upon these insights, we establish that the subsampled greedy approach not only achieves rate-optimality for Bernoulli bandits within the many-armed regime but also attains sublinear regret across broader distributions. Collectively, our research indicates that in the many-armed regime, practitioners might find greater value in adopting greedy algorithms.

📄 PDF Abstract BibTeX arXiv:2002.10121

Code (2)

khashayarkhv/many-armed-bandit 공식 구현
jehankairasvakharia/Santa_2020_Jehan

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Unreasonable Effectiveness of Greedy Algorithms in Multi-Armed Bandit with Many Arms

2020-12-01 · NeurIPS 2020 12 · Mohsen Bayati, Nima Hamidi, Ramesh Johari, Khashayar Khosravi

We study the structure of regret-minimizing policies in the {\em many-armed} Bayesian multi-armed bandit problem: in particular, with $k$ the number of arms and $T$ the time horizon, we consider the case where $k \geq \s…

Multi-Armed Bandits

Be Greedy in Multi-Armed Bandits

2021-01-04 · Matthieu Jedor, Jonathan Louëdec, Vianney Perchet

The Greedy algorithm is the simplest heuristic in sequential decision problem that carelessly takes the locally optimal choice at each round, disregarding any advantages of exploring and/or information gathering. Theoret…

Multi-Armed Bandits

Stochastic Online Greedy Learning with Semi-bandit Feedbacks

2015-12-01 · NeurIPS 2015 12 · Tian Lin, Jian Li, Wei Chen

The greedy algorithm is extensively studied in the field of combinatorial optimization for decades. In this paper, we address the online learning problem when the input to the greedy algorithm is stochastic with unknown …

Combinatorial Optimization

Budgeted Combinatorial Multi-Armed Bandits

2022-02-08 · Debojit Das, Shweta Jain, Sujit Gujar

We consider a budgeted combinatorial multi-armed bandit setting where, in every round, the algorithm selects a super-arm consisting of one or more arms. The goal is to minimize the total expected regret after all rounds …

Multi-Armed Bandits

The Epoch-Greedy Algorithm for Multi-armed Bandits with Side Information

2007-12-01 · NeurIPS 2007 12 · John Langford, Tong Zhang

We present Epoch-Greedy, an algorithm for multi-armed bandits with observable side information. Epoch-Greedy has the following properties: No knowledge of a time horizon $T$ is necessary. The regret incurred by Epoch-Gre…

Multi-Armed Bandits