SOTAVerified

Discriminative Active Learning

2019-07-15ICLR 2019Code Available0· sign in to hype

Daniel Gissin, Shai Shalev-Shwartz

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a new batch mode active learning algorithm designed for neural networks and large query batch sizes. The method, Discriminative Active Learning (DAL), poses active learning as a binary classification task, attempting to choose examples to label in such a way as to make the labeled set and the unlabeled pool indistinguishable. Experimenting on image classification tasks, we empirically show our method to be on par with state of the art methods in medium and large query batch sizes, while being simple to implement and also extend to other domains besides classification tasks. Our experiments also show that none of the state of the art methods of today are clearly better than uncertainty sampling when the batch size is relatively large, negating some of the reported results in the recent literature.

Tasks

Reproductions