Poster Session 1 · Wednesday, December 3, 2025 11:00 AM → 2:00 PM
#2807
Near-Exponential Savings for Population Mean Estimation with Active Learning
Abstract
We study the problem of efficiently estimating the mean of a -class random variable, , using a limited number of labels, , in settings where the analyst has access to auxiliary information (i.e.,: covariates) that may be informative about . We propose an active learning algorithm ("PartiBandits") to estimate . The algorithm yields an estimate, , such that is , where is a constant and is the risk of the Bayes-optimal classifier.
PartiBandits is essentially a two-stage algorithm. In the first stage, it learns a partition of the unlabeled data that shrinks the average conditional variance of . In the second stage it uses a UCB-style subroutine ("WarmStart-UCB") to request labels from each stratum round-by-round. Both the main algorithm's and the subroutine's convergence rates are minimax optimal in classical settings.
PartiBandits bridges the UCB and disagreement-based approaches to active learning despite these two approaches being designed to tackle very different tasks. We illustrate our methods through simulation using nationwide electronic health records. Our methods can be implemented using the PartiBandits package in R.