Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Active Learning by Feature Mixing

About

The promise of active learning (AL) is to reduce labelling costs by selecting the most valuable examples to annotate from a pool of unlabelled data. Identifying these examples is especially challenging with high-dimensional data (e.g. images, videos) and in low-data regimes. In this paper, we propose a novel method for batch AL called ALFA-Mix. We identify unlabelled instances with sufficiently-distinct features by seeking inconsistencies in predictions resulting from interventions on their representations. We construct interpolations between representations of labelled and unlabelled instances then examine the predicted labels. We show that inconsistencies in these predictions help discovering features that the model is unable to recognise in the unlabelled instances. We derive an efficient implementation based on a closed-form solution to the optimal interpolation causing changes in predictions. Our method outperforms all recent AL approaches in 30 different settings on 12 benchmarks of images, videos, and non-visual data. The improvements are especially significant in low-data regimes and on self-trained vision transformers, where ALFA-Mix outperforms the state-of-the-art in 59% and 43% of the experiments respectively.

Amin Parvaneh, Ehsan Abbasnejad, Damien Teney, Reza Haffari, Anton van den Hengel, Javen Qinfeng Shi• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationDTD
Accuracy55.6
419
Image ClassificationCIFAR100
Accuracy69.9
331
Image ClassificationImageNet
Top-1 Accuracy64.5
324
Image ClassificationCIFAR10
Accuracy89.6
240
Video ClassificationHMDB 23 (test)
Top-1 Acc78.3
33
Active Learning Label AcquisitionMNIST
Time (s)52
8
Active Learning Label AcquisitionSVHN
Time (seconds)2.11e+4
7
Showing 7 of 7 rows

Other info

Code

Follow for update