Bounded Memory Active Learning through Enriched Queries
Max Hopkins, Daniel Kane, Shachar Lovett, Michal Moshkovitz

TL;DR
This paper introduces a bounded-memory active learning framework using enriched queries, enabling efficient learning of classifiers like decision trees and halfspaces with minimal memory and query costs.
Contribution
It proposes a streaming variant of enriched-query active learning and introduces lossless sample compression as a key concept for memory-efficient learning.
Findings
Efficient learning of axis-aligned rectangles, decision trees, and halfspaces with small compression schemes.
The proposed method achieves query-optimal and computationally efficient learning in bounded memory.
Introduction of a novel streaming active learning model with enriched queries.
Abstract
The explosive growth of easily-accessible unlabeled data has lead to growing interest in active learning, a paradigm in which data-hungry learning algorithms adaptively select informative examples in order to lower prohibitively expensive labeling costs. Unfortunately, in standard worst-case models of learning, the active setting often provides no improvement over non-adaptive algorithms. To combat this, a series of recent works have considered a model in which the learner may ask enriched queries beyond labels. While such models have seen success in drastically lowering label costs, they tend to come at the expense of requiring large amounts of memory. In this work, we study what families of classifiers can be learned in bounded memory. To this end, we introduce a novel streaming-variant of enriched-query active learning along with a natural combinatorial parameter called lossless…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Algorithms and Data Compression · Computability, Logic, AI Algorithms
