Papers › End-to-End Object Detection with Transformers

End-to-End Object Detection with Transformers

26 May 2020ECCV 2020 8arXiv:2005.12872archive 2025-07-28

Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier, Alexander Kirillov, Sergey Zagoruyko

We present a new method that views object detection as a direct set prediction problem. Our approach streamlines the detection pipeline, effectively removing the need for many hand-designed components like a non-maximum suppression procedure or anchor generation that explicitly encode our prior knowledge about the task. The main ingredients of the new framework, called DEtection TRansformer or DETR, are a set-based global loss that forces unique predictions via bipartite matching, and a transformer encoder-decoder architecture. Given a fixed small set of learned object queries, DETR reasons about the relations of the objects and the global image context to directly output the final set of predictions in parallel. The new model is conceptually simple and does not require a specialized library, unlike many other modern detectors. DETR demonstrates accuracy and run-time performance on par with the well-established and highly-optimized Faster RCNN baseline on the challenging COCO object detection dataset. Moreover, DETR can be easily generalized to produce panoptic segmentation in a unified manner. We show that it significantly outperforms competitive baselines. Training code and pretrained models are available at https://github.com/facebookresearch/detr.

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="2005.12872")

Code

Syntology Ran 59 of 92 code samples harvested from 13 repositories linked to this paper; 33 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 8 ran · our draft was wrong; 48 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 2 ran; community (archive-listed): 89 samples from 12 repositories, 57 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

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

facebookresearch/detr officialmentioned in paperpytorchApache-2.0 report
DataXujing/TensorRT-DETR mentioned on GitHubpytorch report
IDEA-Research/detrex mentioned on GitHubpytorch report
JunnYu/x-transformers-paddle mentioned on GitHubjaxApache-2.0 report
LKLQQ/detr mentioned on GitHubmindsporeApache-2.0 report
Li-ai-cell/Interpretation_DETR mentioned on GitHubpytorch report
Saloni1Parekh609/MIDAS mentioned on GitHubpytorch report
Visual-Behavior/aloception mentioned on GitHubpytorch report
Visual-Behavior/detr-tensorflow mentioned on GitHubtf report
abdksyed/DETR mentioned on GitHubpytorchMIT report
ananyahjha93/swav mentioned on GitHubpytorchNOASSERTION report
benywon/ChiQA mentioned on GitHubpytorch report
clive819/Modified-DETR mentioned on GitHubpytorch report
facebookresearch/swav mentioned on GitHubpytorchNOASSERTION report
hsfzxjy/swavx mentioned on GitHubpytorch report
huggingface/transformers mentioned on GitHubpytorch report
longbai1006/surgical-vqla mentioned on GitHubpytorchMIT report
marcusnerva/hmn mentioned on GitHubpytorchMIT report
mlpc-ucsd/PRTR mentioned on GitHubpytorch report
pranavjadhav001/detr_keras mentioned on GitHubtf report
tahmid0007/DETR_FineTune mentioned on GitHubpytorch report
w-sugar/prtr mentioned on GitHubpytorch report
2023-MindSpore-1/ms-code-69 mindsporeApache-2.0 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

92 samples harvested; 59 ran; 2 honoured the contract we drafted; 33 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.

2ran · honoured contract
1ran · violated contract
8ran · our draft was wrong
48ran
33unverified

Licence: 19 of the 92 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 13 repositories linked to this paper, official or community; each sample names its own and says which. “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.

dice_loss facebookresearch/detr/models/segmentation.py official repository ran · violated contract fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · ac8fe530cdad4d8c · report
sigmoid_focal_loss facebookresearch/detr/models/segmentation.py official repository ran · our draft was wrong fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · 5c0711aada67957e · report
build_transformer facebookresearch/detr/models/transformer.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 302ec916d91b12a8 · report
BaseError alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · 6f3e4e43ff039081 · report
BottleNeck Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · 166ac89882b932d6 · report
BottleNeck Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) ran MIT (permissive) · 3a7615caf1c19859 · report
ConvBlock clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · e7741ce58fdf0670 · report
DETR DataXujing/TensorRT-DETR/model/detr.py community (archive-listed) ran Apache-2.0 (permissive) · a08f693477433cf5 · report
DecoderLayer Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · af5a7f149644b25e · report
DecoderLayer pranavjadhav001/detr_keras/detr/detr.py community (archive-listed) ran MIT (permissive) · 915b67b9468a4470 · report
DeformableDETR Li-ai-cell/Interpretation_DETR/models/deformable_detr.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 6e9d22c76a65085c · report
DenseBlock clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · dc4458eeece80ec3 · report
DenseNet clive819/Modified-DETR/models/detr.py community (archive-listed) ran no licence file found · pointer only · 2a3f28612aea2e52 · report
Encoder pranavjadhav001/detr_keras/detr/detr.py community (archive-listed) ran MIT (permissive) · afa0a513d38b46bc · report
EncoderLayer Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · e386b72d977ac828 · report
EncoderLayer pranavjadhav001/detr_keras/detr/detr.py community (archive-listed) ran MIT (permissive) · 2aa3afdcd66d8888 · report
FixedEmbedding Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · ec7f81ffdbd55a8d · report
FixedEmbedding Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) ran MIT (permissive) · 14483127db755736 · report
HungarianMatcher marcusnerva/hmn/models/hungary.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · cc9bf980c4abd872 · report
Joiner clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 516138a354d8a8b6 · report
KeyError alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · cd97bea208feabb0 · report
Linear Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · c8278aeb1cd2c753 · report
Linear Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) ran MIT (permissive) · b1d65c380b6c2141 · report
MLP clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 3465a25340dd9ced · report
MLP Li-ai-cell/Interpretation_DETR/models/deformable_detr.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 38f2143f420f7378 · report
MLP alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · 61eefc8cd1d96134 · report
MultiHeadAttention Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · d81ff048a53b3958 · report
MultiHeadAttention Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) ran MIT (permissive) · 595c977770d20ea9 · report
NestedTensor Li-ai-cell/Interpretation_DETR/models/deformable_detr.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · b3bc5ccabebb6be8 · report
PositionEmbeddingSine Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · 30bbae6bd017a72b · report
PositionEmbeddingSine clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 3f7df5ae93d75f73 · report
Registry alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · c9a86343969e354f · report
ResNet50Backbone Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · 4ccf2425db7e2edf · report
ResNet50Backbone Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) ran MIT (permissive) · f6fb3cc7cc9b79c8 · report
ResNetBase Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · 4d5b0985a478ce49 · report
ResNetBase Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) ran MIT (permissive) · 03e8c57dd4bc7e84 · report
ResidualBlock Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran MIT (permissive) · 71f64d952481419d · report
ResidualBlock Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) ran MIT (permissive) · 4530f047f9d8c2a8 · report
RuntimeError alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · 871157f97c91d2cb · report
SinePositionalEncoding alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · a47d44d68f6ee645 · report
Transformer clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · e7754ceb0d3ebd3f · report
TransformerDecoder clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 015ab94ccd1059d4 · report
TransformerDecoder alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · ee78371dbc19ce86 · report
TransformerDecoderLayer clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · e6df50cb4054a21d · report
TransformerDecoderLayer alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · 9c120638dc644120 · report
TransformerEncoder clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 6085c3edb73b1432 · report
TransformerEncoder alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · 8a4db2ad3894b67c · report
TransformerEncoderLayer clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 3e3613a79dc6d21d · report
TransformerEncoderLayer alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · 526d67b8881712d6 · report
TransitionLayer clive819/Modified-DETR/models/detr.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 8cf47b464bc0f064 · report
TypeError alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran Apache-2.0 (permissive) · b1bd1c1bd350e556 · report
_get_activation_fn alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 184de768ec89ba57 · report
_get_clones Li-ai-cell/Interpretation_DETR/models/deformable_detr.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 2987ca2d1c68e0cd · report
_get_clones alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · a044a67f7fbc0842 · report
buildBackbone clive819/Modified-DETR/models/detr.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 85412aff426c3960 · report
cxcywh2xyxy Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 51f528c6568ec2bc · report
getClones clive819/Modified-DETR/models/detr.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · e2883ab685be2301 · report
merge LKLQQ/detr/model_utils/config.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · b9e24c3e3e0e88a7 · report
nested_tensor_from_tensor_list Li-ai-cell/Interpretation_DETR/models/deformable_detr.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 58a69a8a71330322 · report
withPosEmbed clive819/Modified-DETR/models/detr.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · dfee3988cadd459d · report
DETR Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) unverified MIT (permissive) · 76939fc80775bf4c · report
DETR clive819/Modified-DETR/models/detr.py community (archive-listed) unverified no licence file found · pointer only · b623cf8db82439f6 · report
DETR Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) unverified MIT (permissive) · 3ef18650a72fd6e5 · report
DETR tahmid0007/DETR_FineTune/models/detr.py community (archive-listed) unverified Apache-2.0 (permissive) · 8bca9001c145c378 · report
Decoder pranavjadhav001/detr_keras/detr/detr.py community (archive-listed) unverified MIT (permissive) · 7cde3a2c2086bf81 · report
DecoderLayer Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) unverified MIT (permissive) · 8f0652e50cf5e88e · report
Detr pranavjadhav001/detr_keras/detr/detr.py community (archive-listed) unverified MIT (permissive) · 1fff7933c81752a0 · report
DetrTransformer alibaba/EasyCV/easycv/models/detection/detectors/detr/detr_transformer.py community (archive-listed) unverified Apache-2.0 (permissive) · 6c3e4ed3f765415b · report
EncoderLayer Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) unverified MIT (permissive) · 365feef25cdfddae · report
FrozenBatchNorm2D Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) unverified MIT (permissive) · eac14a02a01c9fef · report
FrozenBatchNorm2D Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) unverified MIT (permissive) · 489904fdbc4744b8 · report
Transformer Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) unverified MIT (permissive) · 8788012951b03bcd · report
Transformer mlpc-ucsd/PRTR/two_stage/lib/models/transformer.py community (archive-listed) unverified Apache-2.0 (permissive) · 7507c26a9f353a7a · report
Transformer Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) unverified MIT (permissive) · 96eb11ad4f60883d · report
Transformer pranavjadhav001/detr_keras/detr/detr.py community (archive-listed) unverified MIT (permissive) · f8f411f90ea10f1b · report
Transformer w-sugar/prtr/two_stage/lib/models/transformer.py community (archive-listed) unverified Apache-2.0 (permissive) · 3b1c3de9b6a7bc34 · report
TransformerDecoder Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) unverified MIT (permissive) · b500f1a1d4c6a31b · report
TransformerDecoder Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) unverified MIT (permissive) · c8dfba0da8dc5339 · report
TransformerEncoder Leonardo-Blanger/detr_tensorflow/detr_tensorflow/models/detr.py community (archive-listed) unverified MIT (permissive) · f75019a62f5a7aac · report
TransformerEncoder Visual-Behavior/detr-tensorflow/detr_tf/networks/detr.py community (archive-listed) unverified MIT (permissive) · e6b904745326551b · report
area_box_grad LKLQQ/detr/src/grad_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · 439ca3d20ddd3507 · report
box_cxcywh_to_xyxy LKLQQ/detr/src/box_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · 074307e51146fa09 · report
box_xyxy_to_cxcywh LKLQQ/detr/src/box_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · dbb0d0f90ff599c4 · report
box_xyxy_to_xywh LKLQQ/detr/src/box_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · c7dc3cdd056cc5f7 · report
dres_dwh LKLQQ/detr/src/grad_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · f111786e2550d75b · report
grad_xywh_to_cxcy LKLQQ/detr/src/grad_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · b825001fb2f9656b · report
numpy_one_hot LKLQQ/detr/src/criterion.py community (archive-listed) unverified Apache-2.0 (permissive) · ecf96aec72671319 · report
pad_image_to_max_size LKLQQ/detr/src/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · d22f5a2cc9a9741d · report
parse_cli_to_yaml LKLQQ/detr/model_utils/config.py community (archive-listed) unverified Apache-2.0 (permissive) · 85b09f6f153fd5d3 · report
parse_yaml LKLQQ/detr/model_utils/config.py community (archive-listed) unverified Apache-2.0 (permissive) · 96a9939953d5992d · report
prepare_data LKLQQ/detr/src/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · fa31404b74c4548c · report
softmax LKLQQ/detr/src/matcher.py community (archive-listed) unverified Apache-2.0 (permissive) · 4c36dfd151b487bb · report

Tasks

2D Object DetectionDecoderObjectObject DetectionPanoptic SegmentationReal-Time Object Detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Object Detection COCO minival DETR-DC5 (ResNet-101) AP50 64.7 #120 of 220 Archive leaderboard report
Object Detection COCO minival DETR-DC5 (ResNet-101) AP75 47.7 #120 of 220 Archive leaderboard report
Object Detection COCO minival DETR-DC5 (ResNet-101) APL 62.3 #120 of 220 Archive leaderboard report
Object Detection COCO minival DETR-DC5 (ResNet-101) APM 49.5 #120 of 220 Archive leaderboard report
Object Detection COCO minival DETR-DC5 (ResNet-101) APS 23.7 #120 of 220 Archive leaderboard report
Object Detection COCO minival DETR-DC5 (ResNet-101) box AP 44.9 #120 of 220 Archive leaderboard report
Object Detection COCO minival Faster RCNN-R101-FPN+ AP50 63.9 #136 of 220 Archive leaderboard report
Object Detection COCO minival Faster RCNN-R101-FPN+ AP75 47.8 #136 of 220 Archive leaderboard report
Object Detection COCO minival Faster RCNN-R101-FPN+ APL 56 #136 of 220 Archive leaderboard report
Object Detection COCO minival Faster RCNN-R101-FPN+ APM 48.1 #136 of 220 Archive leaderboard report
Object Detection COCO minival Faster RCNN-R101-FPN+ APS 27.2 #136 of 220 Archive leaderboard report
Object Detection COCO minival Faster RCNN-R101-FPN+ box AP 44 #136 of 220 Archive leaderboard report
Object Detection COCO-O DETR (ResNet-50) Average mAP 17.1 #36 of 45 Archive leaderboard report
Object Detection COCO-O DETR (ResNet-50) Effective Robustness -1.82 #36 of 45 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) AP 33 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) PQ 45.1 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) PQst 37 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) PQth 50.5 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) RQ 55.5 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) RQst 46 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) RQth 61.7 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) SQ 79.9 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) SQst 78.5 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival DETR-R101 (ResNet-101) SQth 80.9 #25 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ AP 39.7 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ PQ 44.1 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ PQst 33.6 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ PQth 51.0 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ RQ 53.3 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ RQst 42.1 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ RQth 60.6 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ SQ 79.5 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ SQst 74.0 #27 of 31 Archive leaderboard report
Panoptic Segmentation COCO minival PanopticFPN++ SQth 83.2 #27 of 31 Archive leaderboard report
Real-Time Object Detection COCO (Common Objects in Context) Faster RCNN-FPN+ FPS (V100, b=1) 26 #74 of 82 Archive leaderboard report
Real-Time Object Detection COCO (Common Objects in Context) Faster RCNN-FPN+ box AP 42 #74 of 82 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

Absolute Position EncodingsAdamAttentionBPEConvolutionDense ConnectionsDetrDropoutFeedforward NetworkLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerReLUResidual ConnectionSoftmaxTransformer

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