Active Classification with Uncertainty Comparison Queries
Zhenghang Cui, Issei Sato

TL;DR
This paper introduces a new uncertainty-based pairwise comparison oracle for active binary classification, improving efficiency by reducing unnecessary sorting and effectively handling noisy feedback.
Contribution
It proposes a novel uncertainty comparison oracle and an adaptive labeling algorithm that enhances active learning efficiency and threshold inference in noisy environments.
Findings
The proposed oracle effectively identifies higher uncertainty data points.
The adaptive algorithm improves label efficiency in noisy settings.
Theoretical and empirical results validate the approach's effectiveness.
Abstract
Noisy pairwise comparison feedback has been incorporated to improve the overall query complexity of interactively learning binary classifiers. The \textit{positivity comparison oracle} is used to provide feedback on which is more likely to be positive given a pair of data points. Because it is impossible to infer accurate labels using this oracle alone \textit{without knowing the classification threshold}, existing methods still rely on the traditional \textit{explicit labeling oracle}, which directly answers the label given a data point. Existing methods conduct sorting on all data points and use explicit labeling oracle to find the classification threshold. The current methods, however, have two drawbacks: (1) they needs unnecessary sorting for label inference; (2) quick sort is naively adapted to noisy feedback and negatively affects practical performance. In order to avoid 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Data Stream Mining Techniques · Algorithms and Data Compression
