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

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

3 Jun 2020CVPR 2021 1arXiv:2006.02334archive 2025-07-28

Siyuan Qiao, Liang-Chieh Chen, Alan Yuille

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.

PaperPDFConference PDFCodeCode Syntology ran

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

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.02334")

Code

Syntology Ran 0 of 4 code samples harvested from 1 repository linked to this paper; 4 have no recorded run.

By repository: community (archive-listed): 4 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

joe-siyuan-qiao/DetectoRS officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
FenHua/Robust_Logo_Detection mentioned on GitHubpytorch report
TeamA2020/Practice mentioned on GitHubpytorchApache-2.0 report
Vishal-V/tf-models mentioned on GitHubtfMIT report
open-mmlab/mmdetection pytorchApache-2.0 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

4 samples harvested; 0 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4unverified

Licence: 0 of the 4 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Vishal-V/tf-models. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

augment Vishal-V/tf-models/onlyBN/resnet_cifar.py community (archive-listed) unverified MIT (permissive) · 454488534eefb92a · report
download_data Vishal-V/tf-models/finegan/dataset.py community (archive-listed) unverified MIT (permissive) · cabdcb9cf748ec42 · report
normalize Vishal-V/tf-models/onlyBN/resnet_cifar.py community (archive-listed) unverified MIT (permissive) · 1498fe39a90c1c70 · report
scheduler Vishal-V/tf-models/onlyBN/resnet_cifar.py community (archive-listed) unverified MIT (permissive) · 02ec52619ce805da · report

Tasks

Instance SegmentationObjectObject DetectionPanoptic SegmentationSegmentationSemantic Segmentationobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) AP50 72.0 #28 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) AP75 53.3 #28 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) APL 61.5 #28 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) APM 50.9 #28 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) APS 31.6 #28 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) mask AP 48.5 #28 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) AP50 71.1 #33 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) AP75 51.6 #33 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) APL 59.6 #33 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) APM 49.5 #33 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) APS 30.3 #33 of 112 Archive leaderboard report
Instance Segmentation COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) mask AP 47.1 #33 of 112 Archive leaderboard report
Object Detection AI-TOD DetectoRS (ResNet-50-FPN) AP 14.8 #4 of 7 Archive leaderboard report
Object Detection AI-TOD DetectoRS (ResNet-50-FPN) AP50 32.8 #4 of 7 Archive leaderboard report
Object Detection AI-TOD DetectoRS (ResNet-50-FPN) AP75 11.4 #4 of 7 Archive leaderboard report
Object Detection AI-TOD DetectoRS (ResNet-50-FPN) APm 28.0 #4 of 7 Archive leaderboard report
Object Detection AI-TOD DetectoRS (ResNet-50-FPN) APs 28.3 #4 of 7 Archive leaderboard report
Object Detection AI-TOD DetectoRS (ResNet-50-FPN) APt 10.8 #4 of 7 Archive leaderboard report
Object Detection AI-TOD DetectoRS (ResNet-50-FPN) APvt 0.0 #4 of 7 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) AP50 74.2 #48 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) AP75 61.1 #48 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) APL 68.1 #48 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) APM 58.4 #48 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) APS 37.7 #48 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) box mAP 55.7 #48 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) AP50 73.5 #53 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) AP75 60.1 #53 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) APL 66.4 #53 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) APM 57.3 #53 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) APS 37.4 #53 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, multi-scale) box mAP 54.7 #53 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, single-scale) AP50 71.6 #65 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, single-scale) AP75 58.5 #65 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, single-scale) APL 66.9 #65 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, single-scale) APM 56.5 #65 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, single-scale) APS 33.9 #65 of 225 Archive leaderboard report
Object Detection COCO test-dev DetectoRS (ResNeXt-101-32x4d, single-scale) box mAP 53.3 #65 of 225 Archive leaderboard report
Panoptic Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) PQ 50 #15 of 38 Archive leaderboard report
Panoptic Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) PQst 37.2 #15 of 38 Archive leaderboard report
Panoptic Segmentation COCO test-dev DetectoRS (ResNeXt-101-64x4d, multi-scale) PQth 58.5 #15 of 38 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 PoolingConvolutionDilated ConvolutionGlobal Average PoolingRFPSACSigmoid Activation

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