Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Instance-aware, Context-focused, and Memory-efficient Weakly Supervised Object Detection

About

Weakly supervised learning has emerged as a compelling tool for object detection by reducing the need for strong supervision during training. However, major challenges remain: (1) differentiation of object instances can be ambiguous; (2) detectors tend to focus on discriminative parts rather than entire objects; (3) without ground truth, object proposals have to be redundant for high recalls, causing significant memory consumption. Addressing these challenges is difficult, as it often requires to eliminate uncertainties and trivial solutions. To target these issues we develop an instance-aware and context-focused unified framework. It employs an instance-aware self-training algorithm and a learnable Concrete DropBlock while devising a memory-efficient sequential batch back-propagation. Our proposed method achieves state-of-the-art results on COCO ($12.1\% ~AP$, $24.8\% ~AP_{50}$), VOC 2007 ($54.9\% ~AP$), and VOC 2012 ($52.1\% ~AP$), improving baselines by great margins. In addition, the proposed method is the first to benchmark ResNet based models and weakly supervised video object detection. Code, models, and more details will be made available at: https://github.com/NVlabs/wetectron.

Zhongzheng Ren, Zhiding Yu, Xiaodong Yang, Ming-Yu Liu, Yong Jae Lee, Alexander G. Schwing, Jan Kautz• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionPASCAL VOC 2007 (test)--
821
Video Object DetectionImageNet VID (val)--
341
Object DetectionPASCAL VOC 2012 (test)
mAP53.9
270
Object DetectionMS-COCO 2017 (val)--
237
Instance SegmentationPASCAL VOC 2012 (val)
mAP @0.543.1
173
Object DetectionMS-COCO (val)
mAP0.124
138
Object LocalizationPASCAL VOC 2007 (trainval)
CorLoc68.8
118
Object DetectionMS-COCO 2017 (test)
AP12.4
82
Object DetectionVOC 2007 (test)
AP@5054.9
52
Object LocalizationPASCAL VOC 2012 (trainval)
CorLoc70.9
51
Showing 10 of 20 rows

Other info

Code

Follow for update