CVApr 17, 2022

Entropy-based Active Learning for Object Detection with Progressive Diversity Constraint

arXiv:2204.07965v1109 citationsh-index: 23
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing annotation effort for computer vision practitioners, but it is incremental as it builds on existing active learning methods for object detection.

The paper tackles the challenge of high annotation costs in object detection by proposing a hybrid active learning approach that jointly considers instance-level uncertainty and diversity, achieving state-of-the-art results on MS COCO and Pascal VOC datasets.

Active learning is a promising alternative to alleviate the issue of high annotation cost in the computer vision tasks by consciously selecting more informative samples to label. Active learning for object detection is more challenging and existing efforts on it are relatively rare. In this paper, we propose a novel hybrid approach to address this problem, where the instance-level uncertainty and diversity are jointly considered in a bottom-up manner. To balance the computational complexity, the proposed approach is designed as a two-stage procedure. At the first stage, an Entropy-based Non-Maximum Suppression (ENMS) is presented to estimate the uncertainty of every image, which performs NMS according to the entropy in the feature space to remove predictions with redundant information gains. At the second stage, a diverse prototype (DivProto) strategy is explored to ensure the diversity across images by progressively converting it into the intra-class and inter-class diversities of the entropy-based class-specific prototypes. Extensive experiments are conducted on MS COCO and Pascal VOC, and the proposed approach achieves state of the art results and significantly outperforms the other counterparts, highlighting its superiority.

Foundations

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

Your Notes