paper-with-me

홈 › Papers

DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection

2022-03-07 · Hao Zhang, Feng Li, Shilong Liu, Lei Zhang, Hang Su, Jun Zhu, Lionel M. Ni, Heung-Yeung Shum

We present DINO (\textbf{D}ETR with \textbf{I}mproved de\textbf{N}oising anch\textbf{O}r boxes), a state-of-the-art end-to-end object detector. % in this paper. DINO improves over previous DETR-like models in performance and efficiency by using a contrastive way for denoising training, a mixed query selection method for anchor initialization, and a look forward twice scheme for box prediction. DINO achieves $49.4$AP in $12$ epochs and $51.3$AP in $24$ epochs on COCO with a ResNet-50 backbone and multi-scale features, yielding a significant improvement of $\textbf{+6.0}$\textbf{AP} and $\textbf{+2.7}$\textbf{AP}, respectively, compared to DN-DETR, the previous best DETR-like model. DINO scales well in both model size and data size. Without bells and whistles, after pre-training on the Objects365 dataset with a SwinL backbone, DINO obtains the best results on both COCO \texttt{val2017} ($\textbf{63.2}$\textbf{AP}) and \texttt{test-dev} (\textbf{$\textbf{63.3}$AP}). Compared to other models on the leaderboard, DINO significantly reduces its model size and pre-training data size while achieving better results. Our code will be available at \url{https://github.com/IDEACVR/DINO}.

📄 PDF Abstract BibTeX arXiv:2203.03605

Code (16)

IDEACVR/DINO 공식 구현 pytorch
IDEA-Research/Grounded-Segment-Anything pytorch
IDEA-Research/detrex pytorch
IDEA-opensource/DAB-DETR pytorch
IDEA-opensource/DN-DETR pytorch
IDEACVR/MaskDINO pytorch
NVlabs/FasterViT pytorch
PaddlePaddle/PaddleDetection/tree/develop/configs/dino paddle
alibaba/EasyCV pytorch
horrible-dong/teamdetr pytorch
idea-research/dab-detr pytorch
idea-research/dino pytorch
idea-research/dn-detr pytorch
idea-research/maskdino pytorch
lucasjinreal/yolov7_d2 pytorch
xiuqhou/relation-detr pytorch

Tasks

Object DetectionReal-Time Object Detection

Similar Papers 제목 키워드 기반

Mask DINO: Towards A Unified Transformer-based Framework for Object Detection and Segmentation

2022-06-06 · CVPR 2023 1 · Feng Li, Hao Zhang, Huaizhe xu, Shilong Liu 외

In this paper we present Mask DINO, a unified object detection and segmentation framework. Mask DINO extends DINO (DETR with Improved Denoising Anchor Boxes) by adding a mask prediction branch which supports all image se…

Image SegmentationInstance SegmentationObject DetectionPanoptic Segmentation+2

Detection Transformers Under the Knife: A Neuroscience-Inspired Approach to Ablations

2025-07-29 · Nils Hütten, Florian Hölken, Hasan Tercan, Tobias Meisen arxiv

In recent years, Explainable AI has gained traction as an approach to enhancing model interpretability and transparency, particularly in complex models such as detection transformers. Despite rapid advancements, a substa…

Taming Detection Transformers for Medical Object Detection

2023-06-27 · Marc K. Ickler, Michael Baumgartner, Saikat Roy, Tassilo Wald 외

The accurate detection of suspicious regions in medical images is an error-prone and time-consuming process required by many routinely performed diagnostic procedures. To support clinicians during this difficult task, se…

DiagnosticMedical Object DetectionObjectobject-detection+1

DAB-DETR: Dynamic Anchor Boxes are Better Queries for DETR

2022-01-28 · ICLR 2022 4 · Shilong Liu, Feng Li, Hao Zhang, Xiao Yang 외

We present in this paper a novel query formulation using dynamic anchor boxes for DETR (DEtection TRansformer) and offer a deeper understanding of the role of queries in DETR. This new formulation directly uses box coord…

2D Object DetectionObject Detection

Teach-DETR: Better Training DETR with Teachers

2022-11-22 · Linjiang Huang, Kaixin Lu, Guanglu Song, Liang Wang 외

In this paper, we present a novel training scheme, namely Teach-DETR, to learn better DETR-based detectors from versatile teacher detectors. We show that the predicted boxes from teacher detectors are effective medium to…