Selective Sampling for Online Best-arm Identification
Romain Camilleri, Zhihan Xiong, Maryam Fazel, Lalit Jain, Kevin, Jamieson

TL;DR
This paper studies an adaptive sampling method for efficiently identifying the best option in a set, balancing the number of samples taken and the confidence in the decision, with applications to classification.
Contribution
It introduces a nearly optimal algorithm for selective sampling that characterizes the trade-off between label complexity and stopping time, with a simple geometric decision rule.
Findings
Provides a theoretical characterization of the label-sampling trade-off.
Proposes an algorithm that nearly minimizes label complexity for a given stopping time.
Extends the framework to binary classification problems.
Abstract
This work considers the problem of selective-sampling for best-arm identification. Given a set of potential options , a learner aims to compute with probability greater than , where is unknown. At each time step, a potential measurement is drawn IID and the learner can either choose to take the measurement, in which case they observe a noisy measurement of , 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsMachine Learning and Algorithms · Advanced Bandit Algorithms Research · Data Stream Mining Techniques
