端到端目标检测与 Transformer

End-to-End Object Detection with Transformers

尼古拉·卡里翁 Nicolas Carion · Meta AI · 2020-05-26 · arXiv:2005.12872 ↗ · 被引 18832

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们提出了一种新方法,将目标检测视为直接的集合预测问题。该方法简化了检测流程,有效去除了许多手工设计的组件,如非极大值抑制过程或锚点生成,这些组件显式编码了我们对任务的先验知识。新框架称为 DEtection TRansformer(DETR),其主要组成部分是一个基于集合的全局损失,通过二分匹配强制唯一预测,以及一个 Transformer 编码器-解码器架构。给定一组固定的小型学习对象查询,DETR 推理对象之间的关系和全局图像上下文,直接并行输出最终的预测集合。与许多其他现代检测器不同,新模型概念简单,不需要专门的库。DETR 在具有挑战性的 COCO 目标检测数据集上,其准确性和运行时间性能与成熟且高度优化的 Faster RCNN 基线相当。此外,DETR 可以轻松泛化以统一方式生成全景分割。我们展示了它显著优于竞争基线。训练代码和预训练模型可在 https://github.com/facebookresearch/detr 获取。

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.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 16)

阅读逐段中英对照全文 →