Active Learning with Weak Supervision for Gaussian Processes
Amanda Olmin, Jakob Lindqvist, Lennart Svensson, Fredrik Lindsten
TL;DR
The paper extends Gaussian Process active learning to a weakly supervised setting by enabling simultaneous selection of data points and annotation precision within a budget. It introduces a BALD-inspired acquisition that optimizes mutual information per annotation cost, modeling weak labels with variance terms that scale as $\gamma/\alpha$. Empirical results on synthetic data, UCI benchmarks, and classification tasks demonstrate that acquiring many low-precision annotations can outperform a few high-precision ones by enabling broader input-space exploration, with gains particularly pronounced when annotation costs are uneven. The approach is general to regression and classification, leveraging EP for GP classification to obtain tractable MI estimates, and offers a practical framework for cost-aware active learning in real-world annotation pipelines.
Abstract
Annotating data for supervised learning can be costly. When the annotation budget is limited, active learning can be used to select and annotate those observations that are likely to give the most gain in model performance. We propose an active learning algorithm that, in addition to selecting which observation to annotate, selects the precision of the annotation that is acquired. Assuming that annotations with low precision are cheaper to obtain, this allows the model to explore a larger part of the input space, with the same annotation budget. We build our acquisition function on the previously proposed BALD objective for Gaussian Processes, and empirically demonstrate the gains of being able to adjust the annotation precision in the active learning loop.
