TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Single-Shot Refinement Neural Network for Object Detection

Single-Shot Refinement Neural Network for Object Detection

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

2017-11-18CVPR 2018 6object-detectionObject Detection
PaperPDFCodeCodeCodeCodeCodeCodeCodeCodeCode(official)CodeCodeCodeCodeCodeCodeCode

Abstract

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

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAP5062.9RefineDet512+ (ResNet-101)
Object DetectionCOCO test-devAP7545.7RefineDet512+ (ResNet-101)
Object DetectionCOCO test-devAPL54.1RefineDet512+ (ResNet-101)
Object DetectionCOCO test-devAPM45.1RefineDet512+ (ResNet-101)
Object DetectionCOCO test-devAPS25.6RefineDet512+ (ResNet-101)
Object DetectionCOCO test-devbox mAP41.8RefineDet512+ (ResNet-101)
Object DetectionCOCO test-devAP5058.7RefineDet512+ (VGG-16)
Object DetectionCOCO test-devAP7540.8RefineDet512+ (VGG-16)
Object DetectionCOCO test-devAPL48.3RefineDet512+ (VGG-16)
Object DetectionCOCO test-devAPM40.3RefineDet512+ (VGG-16)
Object DetectionCOCO test-devAPS22.7RefineDet512+ (VGG-16)
Object DetectionCOCO test-devbox mAP37.6RefineDet512+ (VGG-16)
Object DetectionCOCO test-devAP5057.5RefineDet512 (ResNet-101)
Object DetectionCOCO test-devAP7539.5RefineDet512 (ResNet-101)
Object DetectionCOCO test-devAPL51.4RefineDet512 (ResNet-101)
Object DetectionCOCO test-devAPM39.9RefineDet512 (ResNet-101)
Object DetectionCOCO test-devAPS16.6RefineDet512 (ResNet-101)
Object DetectionCOCO test-devbox mAP36.4RefineDet512 (ResNet-101)
3DCOCO test-devAP5062.9RefineDet512+ (ResNet-101)
3DCOCO test-devAP7545.7RefineDet512+ (ResNet-101)
3DCOCO test-devAPL54.1RefineDet512+ (ResNet-101)
3DCOCO test-devAPM45.1RefineDet512+ (ResNet-101)
3DCOCO test-devAPS25.6RefineDet512+ (ResNet-101)
3DCOCO test-devbox mAP41.8RefineDet512+ (ResNet-101)
3DCOCO test-devAP5058.7RefineDet512+ (VGG-16)
3DCOCO test-devAP7540.8RefineDet512+ (VGG-16)
3DCOCO test-devAPL48.3RefineDet512+ (VGG-16)
3DCOCO test-devAPM40.3RefineDet512+ (VGG-16)
3DCOCO test-devAPS22.7RefineDet512+ (VGG-16)
3DCOCO test-devbox mAP37.6RefineDet512+ (VGG-16)
3DCOCO test-devAP5057.5RefineDet512 (ResNet-101)
3DCOCO test-devAP7539.5RefineDet512 (ResNet-101)
3DCOCO test-devAPL51.4RefineDet512 (ResNet-101)
3DCOCO test-devAPM39.9RefineDet512 (ResNet-101)
3DCOCO test-devAPS16.6RefineDet512 (ResNet-101)
3DCOCO test-devbox mAP36.4RefineDet512 (ResNet-101)
2D ClassificationCOCO test-devAP5062.9RefineDet512+ (ResNet-101)
2D ClassificationCOCO test-devAP7545.7RefineDet512+ (ResNet-101)
2D ClassificationCOCO test-devAPL54.1RefineDet512+ (ResNet-101)
2D ClassificationCOCO test-devAPM45.1RefineDet512+ (ResNet-101)
2D ClassificationCOCO test-devAPS25.6RefineDet512+ (ResNet-101)
2D ClassificationCOCO test-devbox mAP41.8RefineDet512+ (ResNet-101)
2D ClassificationCOCO test-devAP5058.7RefineDet512+ (VGG-16)
2D ClassificationCOCO test-devAP7540.8RefineDet512+ (VGG-16)
2D ClassificationCOCO test-devAPL48.3RefineDet512+ (VGG-16)
2D ClassificationCOCO test-devAPM40.3RefineDet512+ (VGG-16)
2D ClassificationCOCO test-devAPS22.7RefineDet512+ (VGG-16)
2D ClassificationCOCO test-devbox mAP37.6RefineDet512+ (VGG-16)
2D ClassificationCOCO test-devAP5057.5RefineDet512 (ResNet-101)
2D ClassificationCOCO test-devAP7539.5RefineDet512 (ResNet-101)
2D ClassificationCOCO test-devAPL51.4RefineDet512 (ResNet-101)
2D ClassificationCOCO test-devAPM39.9RefineDet512 (ResNet-101)
2D ClassificationCOCO test-devAPS16.6RefineDet512 (ResNet-101)
2D ClassificationCOCO test-devbox mAP36.4RefineDet512 (ResNet-101)
2D Object DetectionCOCO test-devAP5062.9RefineDet512+ (ResNet-101)
2D Object DetectionCOCO test-devAP7545.7RefineDet512+ (ResNet-101)
2D Object DetectionCOCO test-devAPL54.1RefineDet512+ (ResNet-101)
2D Object DetectionCOCO test-devAPM45.1RefineDet512+ (ResNet-101)
2D Object DetectionCOCO test-devAPS25.6RefineDet512+ (ResNet-101)
2D Object DetectionCOCO test-devbox mAP41.8RefineDet512+ (ResNet-101)
2D Object DetectionCOCO test-devAP5058.7RefineDet512+ (VGG-16)
2D Object DetectionCOCO test-devAP7540.8RefineDet512+ (VGG-16)
2D Object DetectionCOCO test-devAPL48.3RefineDet512+ (VGG-16)
2D Object DetectionCOCO test-devAPM40.3RefineDet512+ (VGG-16)
2D Object DetectionCOCO test-devAPS22.7RefineDet512+ (VGG-16)
2D Object DetectionCOCO test-devbox mAP37.6RefineDet512+ (VGG-16)
2D Object DetectionCOCO test-devAP5057.5RefineDet512 (ResNet-101)
2D Object DetectionCOCO test-devAP7539.5RefineDet512 (ResNet-101)
2D Object DetectionCOCO test-devAPL51.4RefineDet512 (ResNet-101)
2D Object DetectionCOCO test-devAPM39.9RefineDet512 (ResNet-101)
2D Object DetectionCOCO test-devAPS16.6RefineDet512 (ResNet-101)
2D Object DetectionCOCO test-devbox mAP36.4RefineDet512 (ResNet-101)
16kCOCO test-devAP5062.9RefineDet512+ (ResNet-101)
16kCOCO test-devAP7545.7RefineDet512+ (ResNet-101)
16kCOCO test-devAPL54.1RefineDet512+ (ResNet-101)
16kCOCO test-devAPM45.1RefineDet512+ (ResNet-101)
16kCOCO test-devAPS25.6RefineDet512+ (ResNet-101)
16kCOCO test-devbox mAP41.8RefineDet512+ (ResNet-101)
16kCOCO test-devAP5058.7RefineDet512+ (VGG-16)
16kCOCO test-devAP7540.8RefineDet512+ (VGG-16)
16kCOCO test-devAPL48.3RefineDet512+ (VGG-16)
16kCOCO test-devAPM40.3RefineDet512+ (VGG-16)
16kCOCO test-devAPS22.7RefineDet512+ (VGG-16)
16kCOCO test-devbox mAP37.6RefineDet512+ (VGG-16)
16kCOCO test-devAP5057.5RefineDet512 (ResNet-101)
16kCOCO test-devAP7539.5RefineDet512 (ResNet-101)
16kCOCO test-devAPL51.4RefineDet512 (ResNet-101)
16kCOCO test-devAPM39.9RefineDet512 (ResNet-101)
16kCOCO test-devAPS16.6RefineDet512 (ResNet-101)
16kCOCO test-devbox mAP36.4RefineDet512 (ResNet-101)

Related Papers

A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15ECORE: Energy-Conscious Optimized Routing for Deep Learning Models at the Edge2025-07-08Beyond One Shot, Beyond One Perspective: Cross-View and Long-Horizon Distillation for Better LiDAR Representations2025-07-07