CVAIFeb 23, 2021

Weakly-supervised multi-class object localization using only object counts as labels

arXiv:2102.11743v1
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing annotation effort for object localization in computer vision, though it is incremental as it builds on existing weakly-supervised methods.

The paper tackles the problem of localizing multiple object classes in images using only object count labels, achieving over 99% test accuracy on most datasets.

We demonstrate the use of an extensive deep neural network to localize instances of objects in images. The EDNN is naturally able to accurately perform multi-class counting using only ground truth count values as labels. Without providing any conceptual information, object annotations, or pixel segmentation information, the neural network is able to formulate its own conceptual representation of the items in the image. Using images labelled with only the counts of the objects present,the structure of the extensive deep neural network can be exploited to perform localization of the objects within the visual field. We demonstrate that a trained EDNN can be used to count objects in images much larger than those on which it was trained. In order to demonstrate our technique, we introduce seven new data sets: five progressively harder MNIST digit-counting data sets, and two datasets of 3d-rendered rubber ducks in various situations. On most of these datasets, the EDNN achieves greater than 99% test set accuracy in counting objects.

Foundations

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

Your Notes