Grounding DINO:将 DINO 与接地预训练相结合,实现开放集目标检测

Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection

张磊 Lei Zhang · IDEA Research · 2023-03-09 · arXiv:2303.05499 ↗ · 被引 4414

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

摘要 · Abstract

本文提出了一种名为 Grounding DINO 的开放集目标检测器,通过将基于 Transformer 的检测器 DINO 与接地预训练相结合,能够根据类别名称或指代表达等人类输入检测任意物体。开放集目标检测的关键解决方案是将语言引入封闭集检测器以实现开放集概念泛化。为了有效融合语言和视觉模态,我们将封闭集检测器概念性地分为三个阶段,并提出了一种紧密融合方案,包括特征增强器、语言引导的查询选择和用于跨模态融合的跨模态解码器。以往的工作主要在新颖类别上评估开放集目标检测,我们提出还对具有属性指定的物体的指代表达理解进行评估。Grounding DINO 在所有三种设置上均表现出色,包括 COCO、LVIS、ODinW 和 RefCOCO/+/g 基准测试。Grounding DINO 在 COCO 检测零样本迁移基准上达到了 52.5 AP,即未使用任何 COCO 训练数据。它在 ODinW 零样本基准上创下了新纪录,平均 AP 为 26.1。代码将在 https://github.com/IDEA-Research/GroundingDINO 提供。

In this paper, we present an open-set object detector, called Grounding DINO, by marrying Transformer-based detector DINO with grounded pre-training, which can detect arbitrary objects with human inputs such as category names or referring expressions. The key solution of open-set object detection is introducing language to a closed-set detector for open-set concept generalization. To effectively fuse language and vision modalities, we conceptually divide a closed-set detector into three phases and propose a tight fusion solution, which includes a feature enhancer, a language-guided query selection, and a cross-modality decoder for cross-modality fusion. While previous works mainly evaluate open-set object detection on novel categories, we propose to also perform evaluations on referring expression comprehension for objects specified with attributes. Grounding DINO performs remarkably well on all three settings, including benchmarks on COCO, LVIS, ODinW, and RefCOCO/+/g. Grounding DINO achieves a $52.5$ AP on the COCO detection zero-shot transfer benchmark, i.e., without any training data from COCO. It sets a new record on the ODinW zero-shot benchmark with a mean $26.1$ AP. Code will be available at \url{https://github.com/IDEA-Research/GroundingDINO}.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 16)

阅读逐段中英对照全文 →