LGOct 28, 2021

Selective Sampling for Online Best-arm Identification

arXiv:2110.14864v27 citations
Originality Incremental advance
AI Analysis

This addresses the trade-off between sample efficiency and decision speed in online learning, with applications in areas like binary classification, but it is incremental as it builds upon previous works in the field.

The paper tackles the problem of selective sampling for online best-arm identification, where a learner aims to identify the best option with high probability while minimizing labeled samples and stopping time, and provides an algorithm that nearly optimally achieves this trade-off with a simple geometric decision rule.

This work considers the problem of selective-sampling for best-arm identification. Given a set of potential options $\mathcal{Z}\subset\mathbb{R}^d$, a learner aims to compute with probability greater than $1-δ$, $\arg\max_{z\in \mathcal{Z}} z^{\top}θ_{\ast}$ where $θ_{\ast}$ is unknown. At each time step, a potential measurement $x_t\in \mathcal{X}\subset\mathbb{R}^d$ is drawn IID and the learner can either choose to take the measurement, in which case they observe a noisy measurement of $x^{\top}θ_{\ast}$, or to abstain from taking the measurement and wait for a potentially more informative point to arrive in the stream. Hence the learner faces a fundamental trade-off between the number of labeled samples they take and when they have collected enough evidence to declare the best arm and stop sampling. The main results of this work precisely characterize this trade-off between labeled samples and stopping time and provide an algorithm that nearly-optimally achieves the minimal label complexity given a desired stopping time. In addition, we show that the optimal decision rule has a simple geometric form based on deciding whether a point is in an ellipse or not. Finally, our framework is general enough to capture binary classification improving upon previous works.

Foundations

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

Your Notes