Single Image Object Counting and Localizing using Active-Learning

 

Single Image Object Counting and Localizing using Active-Learning

Inbar Huberman-Spiegelglas and Raanan Fattal

Abstract

The need to count and localize repeating objects in an image arises in different scenarios, such as biological microscopy studies, productionlines inspection, and surveillance recordings analysis. The use of supervised Convoutional Neural Networks (CNNs) achieves accurate object detection when trained over large class-specific datasets. The labeling effort in this approach does not pay-off when the counting is required over few images of a unique object class.

We present a new method for counting and localizing repeating objects in single-image scenarios, assuming no pre-trained classifier is available. Our method trains a CNN over a small set of labels carefully collected from the input image in few active-learning iterations. At each iteration, the latent space of the network is analyzed to extract a minimal number of user-queries that strives to both sample the in-class manifold as thoroughly as possible as well as avoid redundant labels.

Compared with existing user-assisted counting methods, our active-learning iterations achieve state-of-the-art performance in terms of counting and localizing accuracy, number of user mouse clicks, and running-time. This evaluation was performed through a large user study over a wide range of image classes with diverse conditions of illumination and occlusions.

 

Links:

Manuscript
Supplemanrary material
Results
User-study dataset
 


def