paper-with-me

Papers

Multiple Instance Detection Network with Online Instance Classifier Refinement

2017-04-01 · CVPR 2017 7 · Peng Tang, Xinggang Wang, Xiang Bai, Wenyu Liu

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.

📄 PDF Abstract BibTeX arXiv:1704.00138

Code (4)

ppengtang/oicr 공식 구현 pytorch
jd730/OICR-pytorch pytorch
ppengtang/pcl.pytorch pytorch
researchmm/WSOD2 pytorch

Tasks

Multiple Instance LearningObjectobject-detectionObject DetectionObject RecognitionWeakly Supervised Object Detection

Similar Papers 제목 키워드 기반

Instance Significance Guided Multiple Instance Boosting for Robust Visual Tracking

2015-01-19 · Jinwu Liu, Yao Lu, Tianfei Zhou

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 Tracking

PCL: Proposal Cluster Learning for Weakly Supervised Object Detection

2018-07-09 · Peng Tang, Xinggang Wang, Song Bai, Wei Shen 외

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+3

Online progressive instance-balanced sampling for weakly supervised object detection

2022-06-21 · M. Chen, Y. Tian, Z. Li, E. Li 외

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 Detection

Multiple instance active learning for object detection

2021-04-06 · CVPR 2021 1 · Tianning Yuan, Fang Wan, Mengying Fu, Jianzhuang Liu 외

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+2

PIGMIL: Positive Instance Detection via Graph Updating for Multiple Instance Learning

2016-12-12 · Dongkuan Xu, Jia Wu, Wei zhang, Yingjie Tian

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