LGMLJun 23, 2021

Random Effect Bandits

arXiv:2106.12200v24 citations
Originality Incremental advance
AI Analysis

This addresses the issue of prior sensitivity in bandit algorithms for decision-making under uncertainty, representing an incremental improvement.

The paper tackles the problem of prior misspecification in multi-armed bandits by introducing a random-effect model where arm means are drawn from an unknown distribution, and it shows that their ReUCB algorithm reduces Bayes regret and outperforms Thompson sampling in experiments.

This paper studies regret minimization in a multi-armed bandit. It is well known that side information, such as the prior distribution of arm means in Thompson sampling, can improve the statistical efficiency of the bandit algorithm. While the prior is a blessing when correctly specified, it is a curse when misspecified. To address this issue, we introduce the assumption of a random-effect model to bandits. In this model, the mean arm rewards are drawn independently from an unknown distribution, which we estimate. We derive a random-effect estimator of the arm means, analyze its uncertainty, and design a UCB algorithm ReUCB that uses it. We analyze ReUCB and derive an upper bound on its $n$-round Bayes regret, which improves upon not using the random-effect structure. Our experiments show that ReUCB can outperform Thompson sampling, without knowing the prior distribution of arm means.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes