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

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

About

Many modern object detectors demonstrate outstanding performances by using the mechanism of looking and thinking twice. In this paper, we explore this mechanism in the backbone design for object detection. At the macro level, we propose Recursive Feature Pyramid, which incorporates extra feedback connections from Feature Pyramid Networks into the bottom-up backbone layers. At the micro level, we propose Switchable Atrous Convolution, which convolves the features with different atrous rates and gathers the results using switch functions. Combining them results in DetectoRS, which significantly improves the performances of object detection. On COCO test-dev, DetectoRS achieves state-of-the-art 55.7% box AP for object detection, 48.5% mask AP for instance segmentation, and 50.0% PQ for panoptic segmentation. The code is made publicly available.

Siyuan Qiao, Liang-Chieh Chen, Alan Yuille• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP45.9
2454
Object DetectionCOCO (test-dev)
mAP55.7
1195
Object DetectionCOCO (val)--
613
Instance SegmentationCOCO (test-dev)
APM50.9
380
Panoptic SegmentationCOCO (test-dev)
PQ50
162
Object DetectionAI-TOD (test)
AP@0.532.8
88
Object DetectionVisDrone (val)
AP5049.3
66
Panoptic SegmentationCOCO 2017 (test-dev)
PQ49.6
41
Object DetectionEvDET200K (test)
mAP@.50:.9549.1
19
Object DetectionAI-TOD v2 (val)
AP12.9
11
Showing 10 of 10 rows

Other info

Code

Follow for update