# Dual Active Sampling on Batch-Incremental Active Learning

**Authors:** Johan Phan, Massimiliano Ruocco, and Francesco Scibilia

arXiv: 1905.09247 · 2019-05-23

## TL;DR

This paper introduces Dual Active Sampling (DAS), a simple and efficient batch-mode active learning method for CNNs that selects informative samples based on disagreement between two models, improving performance on CIFAR-10.

## Contribution

The paper proposes DAS, a novel, computationally simple active learning approach using model disagreement, outperforming some existing methods on CIFAR-10.

## Key findings

- DAS improves sample selection efficiency.
- DAS achieves better results with less computational cost.
- DAS outperforms core-set method on CIFAR-10.

## Abstract

Recently, Convolutional Neural Networks (CNNs) have shown unprecedented success in the field of computer vision, especially on challenging image classification tasks by relying on a universal approach, i.e., training a deep model on a massive dataset of supervised examples. While unlabeled data are often an abundant resource, collecting a large set of labeled data, on the other hand, are very expensive, which often require considerable human efforts. One way to ease out this is to effectively select and label highly informative instances from a pool of unlabeled data (i.e., active learning). This paper proposed a new method of batch-mode active learning, Dual Active Sampling(DAS), which is based on a simple assumption, if two deep neural networks (DNNs) of the same structure and trained on the same dataset give significantly different output for a given sample, then that particular sample should be picked for additional training. While other state of the art methods in this field usually require intensive computational power or relying on a complicated structure, DAS is simpler to implement and, managed to get improved results on Cifar-10 with preferable computational time compared to the core-set method.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.09247/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1905.09247/full.md

## References

10 references — full list in the complete paper: https://tomesphere.com/paper/1905.09247/full.md

---
Source: https://tomesphere.com/paper/1905.09247