Multiple Instance Detection Network with Online Instance Classifier Refinement
Of late, weakly supervised object detection is with great importance in object recognition. Based on deep learning, weakly supervised detectors have achieved many promising results. However, compared with fully supervised detection, it is more challenging to train deep network based detectors in a weakly supervised manner. Here we formulate weakly supervised detection as a Multiple Instance Learning (MIL) problem, where instance classifiers (object detectors) are put into the network as hidden nodes. We propose a novel online instance classifier refinement algorithm to integrate MIL and the instance classifier refinement procedure into a single deep network, and train the network end-to-end with only image-level supervision, i.e., without object location information. More precisely, instance labels inferred from weak supervision are propagated to their spatially overlapped instances to refine instance classifier online. The iterative instance classifier refinement procedure is implemented using multiple streams in deep network, where each stream supervises its latter stream. Weakly supervised object detection experiments are carried out on the challenging PASCAL VOC 2007 and 2012 benchmarks. We obtain 47% mAP on VOC 2007 that significantly outperforms the previous state-of-the-art.
Code (4)
Tasks
Multiple Instance LearningObjectobject-detectionObject DetectionObject RecognitionWeakly Supervised Object DetectionSimilar Papers 제목 키워드 기반
Instance Significance Guided Multiple Instance Boosting for Robust Visual Tracking
Multiple Instance Learning (MIL) recently provides an appealing way to alleviate the drifting problem in visual tracking. Following the tracking-by-detection framework, an online MILBoost approach is developed that seque…
Multiple Instance LearningVisual TrackingPCL: Proposal Cluster Learning for Weakly Supervised Object Detection
Weakly Supervised Object Detection (WSOD), using only image-level annotations to train object detectors, is of growing importance in object recognition. In this paper, we propose a novel deep network for WSOD. Unlike pre…
image-classificationMultiple Instance LearningObjectobject-detection+3Online progressive instance-balanced sampling for weakly supervised object detection
Based on multiple instance detection networks (MIDN), plenty of works have contributed tremendous efforts to weakly supervised object detection (WSOD). However, most methods neglect the fact that the overwhelming negativ…
object-detectionObject DetectionWeakly Supervised Object DetectionMultiple instance active learning for object detection
Despite the substantial progress of active learning for image recognition, there still lacks an instance-level active learning method specified for object detection. In this paper, we propose Multiple Instance Active Obj…
Active LearningActive Object DetectionMultiple Instance LearningObject+2PIGMIL: Positive Instance Detection via Graph Updating for Multiple Instance Learning
Positive instance detection, especially for these in positive bags (true positive instances, TPIs), plays a key role for multiple instance learning (MIL) arising from a specific classification problem only provided with …
Multiple Instance Learning