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

End-to-End Object Detection with Transformers

About

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.

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

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP44.9
2454
Object DetectionCOCO (test-dev)
mAP44.9
1195
Instance SegmentationCOCO 2017 (val)--
1144
Object DetectionMS COCO (test-dev)
mAP@.564.7
677
Object DetectionCOCO (val)
mAP44.9
613
Object DetectionCOCO v2017 (test-dev)
mAP44.9
499
Instance SegmentationCOCO (test-dev)
APM43.5
380
Instance SegmentationCOCO 2017 (test-dev)--
253
Object DetectionMS-COCO 2017 (val)
mAP56.74
237
Panoptic SegmentationCOCO (val)
PQ45.1
219
Showing 10 of 82 rows
...

Other info

Code

Follow for update