LGCVMLFeb 27, 2018

Adversarial Active Learning for Deep Networks: a Margin Based Approach

arXiv:1802.09841v1323 citations
Originality Incremental advance
AI Analysis

This work addresses the data annotation bottleneck for deep learning practitioners, offering an incremental improvement over existing uncertain sample selection methods.

The paper tackles the problem of reducing data annotation costs in deep neural network training by proposing an adversarial active learning strategy that selects examples near decision boundaries, demonstrating faster convergence on MNIST, Shoe-Bag, and Quick-Draw datasets.

We propose a new active learning strategy designed for deep neural networks. The goal is to minimize the number of data annotation queried from an oracle during training. Previous active learning strategies scalable for deep networks were mostly based on uncertain sample selection. In this work, we focus on examples lying close to the decision boundary. Based on theoretical works on margin theory for active learning, we know that such examples may help to considerably decrease the number of annotations. While measuring the exact distance to the decision boundaries is intractable, we propose to rely on adversarial examples. We do not consider anymore them as a threat instead we exploit the information they provide on the distribution of the input space in order to approximate the distance to decision boundaries. We demonstrate empirically that adversarial active queries yield faster convergence of CNNs trained on MNIST, the Shoe-Bag and the Quick-Draw datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes