LGMLOct 21, 2023

Optimal Batched Best Arm Identification

arXiv:2310.14129v27 citationsh-index: 26
Originality Highly original
AI Analysis

This work addresses the problem of efficient decision-making in multi-armed bandits with limited policy switches for researchers and practitioners in machine learning and optimization.

The paper tackles the batched best arm identification problem by proposing Tri-BBAI and Opt-BBAI algorithms to identify the best arm with high probability while minimizing sample and batch complexities. Tri-BBAI achieves optimal sample complexity asymptotically in 3 batches, and Opt-BBAI extends this to near-optimal performance in non-asymptotic settings without relying on unbounded complexity events.

We study the batched best arm identification (BBAI) problem, where the learner's goal is to identify the best arm while switching the policy as less as possible. In particular, we aim to find the best arm with probability $1-δ$ for some small constant $δ>0$ while minimizing both the sample complexity (total number of arm pulls) and the batch complexity (total number of batches). We propose the three-batch best arm identification (Tri-BBAI) algorithm, which is the first batched algorithm that achieves the optimal sample complexity in the asymptotic setting (i.e., $δ\rightarrow 0$) and runs in $3$ batches in expectation. Based on Tri-BBAI, we further propose the almost optimal batched best arm identification (Opt-BBAI) algorithm, which is the first algorithm that achieves the near-optimal sample and batch complexity in the non-asymptotic setting (i.e., $δ$ is finite), while enjoying the same batch and sample complexity as Tri-BBAI when $δ$ tends to zero. Moreover, in the non-asymptotic setting, the complexity of previous batch algorithms is usually conditioned on the event that the best arm is returned (with a probability of at least $1-δ$), which is potentially unbounded in cases where a sub-optimal arm is returned. In contrast, the complexity of Opt-BBAI does not rely on such an event. This is achieved through a novel procedure that we design for checking whether the best arm is eliminated, which is of independent interest.

Foundations

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

Your Notes