CVAug 10, 2019

Object-Aware Instance Labeling for Weakly Supervised Object Detection

arXiv:1908.03792v158 citations
AI Analysis

This work addresses the challenge of training object detectors with only image-level annotations, which is an incremental improvement for computer vision applications.

The paper tackles the instance labeling problem in weakly supervised object detection by proposing methods to label regions covering whole objects and impose spatial restrictions on negative labels, resulting in significantly improved results on PASCAL VOC datasets compared to state-of-the-art approaches.

Weakly supervised object detection (WSOD), where a detector is trained with only image-level annotations, is attracting more and more attention. As a method to obtain a well-performing detector, the detector and the instance labels are updated iteratively. In this study, for more efficient iterative updating, we focus on the instance labeling problem, a problem of which label should be annotated to each region based on the last localization result. Instead of simply labeling the top-scoring region and its highly overlapping regions as positive and others as negative, we propose more effective instance labeling methods as follows. First, to solve the problem that regions covering only some parts of the object tend to be labeled as positive, we find regions covering the whole object focusing on the context classification loss. Second, considering the situation where the other objects contained in the image can be labeled as negative, we impose a spatial restriction on regions labeled as negative. Using these instance labeling methods, we train the detector on the PASCAL VOC 2007 and 2012 and obtain significantly improved results compared with other state-of-the-art approaches.

Foundations

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

Your Notes