ImitAL: Learned Active Learning Strategy on Synthetic Data
Julius Gonsior, Maik Thiele, Wolfgang Lehner

TL;DR
ImitAL introduces a novel, learned active learning query strategy that optimally combines informativeness and representativeness heuristics, trained on synthetic data and evaluated across diverse real datasets.
Contribution
The paper presents ImitAL, a domain-independent active learning strategy that encodes query selection as a learning-to-rank problem and learns an optimal heuristic combination.
Findings
ImitAL outperforms 7 existing strategies on 13 datasets.
Training on synthetic data generalizes well to real datasets.
The learned strategy effectively balances informativeness and representativeness.
Abstract
Active Learning (AL) is a well-known standard method for efficiently obtaining annotated data by first labeling the samples that contain the most information based on a query strategy. In the past, a large variety of such query strategies has been proposed, with each generation of new strategies increasing the runtime and adding more complexity. However, to the best of our our knowledge, none of these strategies excels consistently over a large number of datasets from different application domains. Basically, most of the the existing AL strategies are a combination of the two simple heuristics informativeness and representativeness, and the big differences lie in the combination of the often conflicting heuristics. Within this paper, we propose ImitAL, a domain-independent novel query strategy, which encodes AL as a learning-to-rank problem and learns an optimal combination between both…
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 · Data Stream Mining Techniques
