Active Learning with Partial Feedback
Peiyun Hu, Zachary C. Lipton, Anima Anandkumar, Deva Ramanan

TL;DR
This paper introduces active learning with partial feedback (ALPF), a realistic setting where the learner asks binary questions to narrow down class labels, improving efficiency in annotating datasets like Tiny ImageNet.
Contribution
The paper proposes ALPF, a novel active learning framework that handles partial labels through binary questions, with strategies for sampling and learning from partial labels, demonstrated on image classification.
Findings
Achieves 26% relative accuracy improvement over baselines.
Reduces annotation cost by 42% compared to full labeling.
Surprisingly, active learners may target easier examples when considering costs.
Abstract
While many active learning papers assume that the learner can simply ask for a label and receive it, real annotation often presents a mismatch between the form of a label (say, one among many classes), and the form of an annotation (typically yes/no binary feedback). To annotate examples corpora for multiclass classification, we might need to ask multiple yes/no questions, exploiting a label hierarchy if one is available. To address this more realistic setting, we propose active learning with partial feedback (ALPF), where the learner must actively choose both which example to label and which binary question to ask. At each step, the learner selects an example, asking if it belongs to a chosen (possibly composite) class. Each answer eliminates some classes, leaving the learner with a partial label. The learner may then either ask more questions about the same example (until an exact…
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 · Machine Learning and Data Classification · Algorithms and Data Compression
