Reinforced Meta Active Learning
Michael Katz, Eli Kravchik

TL;DR
This paper introduces a reinforcement learning-based meta active learning method that dynamically learns to select the most informative data samples in stream-based settings, outperforming existing strategies without requiring pretraining.
Contribution
It presents a novel online meta active learning approach that learns informativeness measures directly from data using reinforcement learning, applicable to various classification tasks without pretraining.
Findings
Outperforms state-of-the-art active learning methods on real datasets
Learns an effective informativeness measure on the fly
Applicable to general classification problems without pretraining
Abstract
In stream-based active learning, the learning procedure typically has access to a stream of unlabeled data instances and must decide for each instance whether to label it and use it for training or to discard it. There are numerous active learning strategies which try to minimize the number of labeled samples required for training in this setting by identifying and retaining the most informative data samples. Most of these schemes are rule-based and rely on the notion of uncertainty, which captures how small the distance of a data sample is from the classifier's decision boundary. Recently, there have been some attempts to learn optimal selection strategies directly from the data, but many of them are still lacking generality for several reasons: 1) They focus on specific classification setups, 2) They rely on rule-based metrics, 3) They require offline pre-training of the active…
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 · Data Stream Mining Techniques · Machine Learning and Data Classification
