CVMay 20, 2019

Learning to Count Objects with Few Exemplar Annotations

arXiv:1905.07898v18 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reducing annotation costs for object counting in applications like parking lot monitoring and retail inventory, though it is incremental as it builds on existing detection methods.

The paper tackles object counting with incomplete annotations by proposing a positiveness-focused object detector that propagates labels from few exemplars, improving mAP@0.5 from 4.58% to 72.44% on a car counting dataset and from 14.16% to 53.73% on a product counting dataset.

In this paper, we study the problem of object counting with incomplete annotations. Based on the observation that in many object counting problems the target objects are normally repeated and highly similar to each other, we are particularly interested in the setting when only a few exemplar annotations are provided. Directly applying object detection with incomplete annotations will result in severe accuracy degradation due to its improper handling of unlabeled object instances. To address the problem, we propose a positiveness-focused object detector (PFOD) to progressively propagate the incomplete labels before applying the general object detection algorithm. The PFOD focuses on the positive samples and ignore the negative instances at most of the learning time. This strategy, though simple, dramatically boosts the object counting accuracy. On the CARPK dataset for parking lot car counting, we improved mAP@0.5 from 4.58% to 72.44% using only 5 training images each with 5 bounding boxes. On the Drink35 dataset for shelf product counting, the mAP@0.5 is improved from 14.16% to 53.73% using 10 training images each with 5 bounding boxes.

Foundations

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

Your Notes