Active Learning of Classifiers with Label and Seed Queries
Marco Bressan, Nicol\`o Cesa-Bianchi, Silvio Lattanzi, Andrea Paudice,, Maximilian Thiessen

TL;DR
This paper introduces a new active learning approach combining label and seed queries to efficiently learn classifiers with margin, extending previous methods and providing both upper and lower bounds on query complexity.
Contribution
It presents a novel algorithm that combines label and seed queries for efficient classifier learning with margin, improving over existing methods and analyzing query complexity bounds.
Findings
Achieves poly-time learning with O(m^2 log n) label and O(m log(m/γ)) seed queries.
Extends results to multiclass classifiers with a factorial overhead.
Provides lower bounds showing the necessity of seed and label queries in worst-case scenarios.
Abstract
We study exact active learning of binary and multiclass classifiers with margin. Given an -point set , we want to learn any unknown classifier on whose classes have finite strong convex hull margin, a new notion extending the SVM margin. In the standard active learning setting, where only label queries are allowed, learning a classifier with strong convex hull margin requires in the worst case queries. On the other hand, using the more powerful seed queries (a variant of equivalence queries), the target classifier could be learned in queries via Littlestone's Halving algorithm; however, Halving is computationally inefficient. In this work we show that, by carefully combining the two types of queries, a binary classifier can be learned in time using only $O(m^2…
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 · Algorithms and Data Compression · Optimization and Search Problems
MethodsSupport Vector Machine
