English

Active Learning for Deep Object Detection via Probabilistic Modeling

Computer Vision and Pattern Recognition 2021-08-24 v2

Abstract

Active learning aims to reduce labeling costs by selecting only the most informative samples on a dataset. Few existing works have addressed active learning for object detection. Most of these methods are based on multiple models or are straightforward extensions of classification methods, hence estimate an image's informativeness using only the classification head. In this paper, we propose a novel deep active learning approach for object detection. Our approach relies on mixture density networks that estimate a probabilistic distribution for each localization and classification head's output. We explicitly estimate the aleatoric and epistemic uncertainty in a single forward pass of a single model. Our method uses a scoring function that aggregates these two types of uncertainties for both heads to obtain every image's informativeness score. We demonstrate the efficacy of our approach in PASCAL VOC and MS-COCO datasets. Our approach outperforms single-model based methods and performs on par with multi-model based methods at a fraction of the computing cost.

Keywords

Cite

@article{arxiv.2103.16130,
  title  = {Active Learning for Deep Object Detection via Probabilistic Modeling},
  author = {Jiwoong Choi and Ismail Elezi and Hyuk-Jae Lee and Clement Farabet and Jose M. Alvarez},
  journal= {arXiv preprint arXiv:2103.16130},
  year   = {2021}
}

Comments

ICCV 2021, includes supplementary material