Papers › Single-Shot Refinement Neural Network for Object Detection

Single-Shot Refinement Neural Network for Object Detection

18 Nov 2017CVPR 2018 6arXiv:1711.06897archive 2025-07-28

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

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

PaperPDFConference PDFCode

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

Code

16 repositories listed; official and paper-mentioned ones first.

sfzhang15/RefineDet officialmentioned in papermentioned on GitHub report
ginn24/RefineDet-1 mentioned on GitHub report
jolibrain/caffe mentioned on GitHub report
kacerj3/caffe-refinedet mentioned on GitHub report
laycoding/FaceDetection mentioned on GitHub report
laycoding/PostiveDet mentioned on GitHub report
laycoding/renlianjiance mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

ObjectObject Detectionobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Object Detection COCO test-dev RefineDet512+ (ResNet-101) AP50 62.9 #180 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (ResNet-101) AP75 45.7 #180 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (ResNet-101) APL 54.1 #180 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (ResNet-101) APM 45.1 #180 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (ResNet-101) APS 25.6 #180 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (ResNet-101) box mAP 41.8 #180 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (VGG-16) AP50 58.7 #217 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (VGG-16) AP75 40.8 #217 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (VGG-16) APL 48.3 #217 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (VGG-16) APM 40.3 #217 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (VGG-16) APS 22.7 #217 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512+ (VGG-16) box mAP 37.6 #217 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512 (ResNet-101) AP50 57.5 #223 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512 (ResNet-101) AP75 39.5 #223 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512 (ResNet-101) APL 51.4 #223 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512 (ResNet-101) APM 39.9 #223 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512 (ResNet-101) APS 16.6 #223 of 225 Archive leaderboard report
Object Detection COCO test-dev RefineDet512 (ResNet-101) box mAP 36.4 #223 of 225 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConvolutionDense ConnectionsDropoutGlobal Average PoolingKaiming InitializationMax PoolingReLUResidual BlockResidual ConnectionSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections