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

Single-Shot Refinement Neural Network for Object Detection

About

For object detection, the two-stage approach (e.g., Faster R-CNN) has been achieving the highest accuracy, whereas the one-stage approach (e.g., SSD) has the advantage of high efficiency. To inherit the merits of both while overcoming their disadvantages, in this paper, we propose a novel single-shot based detector, called RefineDet, that achieves better accuracy than two-stage methods and maintains comparable efficiency of one-stage methods. RefineDet consists of two inter-connected modules, namely, the anchor refinement module and the object detection module. Specifically, the former aims to (1) filter out negative anchors to reduce search space for the classifier, and (2) coarsely adjust the locations and sizes of anchors to provide better initialization for the subsequent regressor. The latter module takes the refined anchors as the input from the former to further improve the regression and predict multi-class label. Meanwhile, we design a transfer connection block to transfer the features in the anchor refinement module to predict locations, sizes and class labels of objects in the object detection module. The multi-task loss function enables us to train the whole network in an end-to-end way. Extensive experiments on PASCAL VOC 2007, PASCAL VOC 2012, and MS COCO demonstrate that RefineDet achieves state-of-the-art detection accuracy with high efficiency. Code is available at https://github.com/sfzhang15/RefineDet

Shifeng Zhang, Longyin Wen, Xiao Bian, Zhen Lei, Stan Z. Li• 2017

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (test-dev)
mAP41.8
1195
Object DetectionPASCAL VOC 2007 (test)
mAP85.8
821
Object DetectionMS COCO (test-dev)
mAP@.562.9
677
Object DetectionCOCO v2017 (test-dev)
mAP33
499
Object DetectionPASCAL VOC 2012 (test)
mAP86.8
270
Image ClassificationImageNet (test)--
235
Object DetectionPASCAL VOC 2007 (test)
mAP81.8
59
Region ProposalMS-COCO (val)
AR@10050.2
13
Showing 8 of 8 rows

Other info

Code

Follow for update