CVMar 15, 2018

Pseudo Mask Augmented Object Detection

arXiv:1803.05858v251 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reducing annotation costs for object detection by leveraging weak supervision, though it is incremental as it builds on existing joint detection-segmentation frameworks.

The authors tackled object detection using only bounding box annotations by creating pseudo masks from instance segmentation networks and refining them with graphical inference, achieving improved detection performance on PASCAL VOC datasets.

In this work, we present a novel and effective framework to facilitate object detection with the instance-level segmentation information that is only supervised by bounding box annotation. Starting from the joint object detection and instance segmentation network, we propose to recursively estimate the pseudo ground-truth object masks from the instance-level object segmentation network training, and then enhance the detection network with top-down segmentation feedbacks. The pseudo ground truth mask and network parameters are optimized alternatively to mutually benefit each other. To obtain the promising pseudo masks in each iteration, we embed a graphical inference that incorporates the low-level image appearance consistency and the bounding box annotations to refine the segmentation masks predicted by the segmentation network. Our approach progressively improves the object detection performance by incorporating the detailed pixel-wise information learned from the weakly-supervised segmentation network. Extensive evaluation on the detection task in PASCAL VOC 2007 and 2012 [12] verifies that the proposed approach is effective.

Foundations

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

Your Notes