CVFeb 10, 2018

Collaborative Learning for Weakly Supervised Object Detection

arXiv:1802.03531v150 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing labeling costs for object detection while maintaining accuracy, though it is incremental as it builds on existing architectures like WSDDN and Faster-RCNN.

The paper tackles the accuracy drop in weakly supervised object detection by proposing a collaborative learning framework that jointly trains weakly and strongly supervised learners with feature sharing and prediction consistency, achieving improved performance on PASCAL VOC datasets.

Weakly supervised object detection has recently received much attention, since it only requires image-level labels instead of the bounding-box labels consumed in strongly supervised learning. Nevertheless, the save in labeling expense is usually at the cost of model accuracy. In this paper, we propose a simple but effective weakly supervised collaborative learning framework to resolve this problem, which trains a weakly supervised learner and a strongly supervised learner jointly by enforcing partial feature sharing and prediction consistency. For object detection, taking WSDDN-like architecture as weakly supervised detector sub-network and Faster-RCNN-like architecture as strongly supervised detector sub-network, we propose an end-to-end Weakly Supervised Collaborative Detection Network. As there is no strong supervision available to train the Faster-RCNN-like sub-network, a new prediction consistency loss is defined to enforce consistency of predictions between the two sub-networks as well as within the Faster-RCNN-like sub-networks. At the same time, the two detectors are designed to partially share features to further guarantee the model consistency at perceptual level. Extensive experiments on PASCAL VOC 2007 and 2012 data sets have demonstrated the effectiveness of the proposed framework.

Foundations

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

Your Notes