paper-with-me

홈 › Papers

DN-DETR: Accelerate DETR Training by Introducing Query DeNoising

2022-03-02 · CVPR 2022 1 · Feng Li, Hao Zhang, Shilong Liu, Jian Guo, Lionel M. Ni, Lei Zhang

We present in this paper a novel denoising training method to speedup DETR (DEtection TRansformer) training and offer a deepened understanding of the slow convergence issue of DETR-like methods. We show that the slow convergence results from the instability of bipartite graph matching which causes inconsistent optimization goals in early training stages. To address this issue, except for the Hungarian loss, our method additionally feeds ground-truth bounding boxes with noises into Transformer decoder and trains the model to reconstruct the original boxes, which effectively reduces the bipartite graph matching difficulty and leads to a faster convergence. Our method is universal and can be easily plugged into any DETR-like methods by adding dozens of lines of code to achieve a remarkable improvement. As a result, our DN-DETR results in a remarkable improvement ($+1.9$AP) under the same setting and achieves the best result (AP $43.4$ and $48.6$ with $12$ and $50$ epochs of training respectively) among DETR-like methods with ResNet-$50$ backbone. Compared with the baseline under the same setting, DN-DETR achieves comparable performance with $50\%$ training epochs. Code is available at \url{https://github.com/FengLi-ust/DN-DETR}.

📄 PDF Abstract BibTeX arXiv:2203.01305

Code (17)

IDEA-Research/detrex 공식 구현 pytorch
fengli-ust/dn-detr 공식 구현 pytorch
idea-research/dn-detr 공식 구현 pytorch
2023-MindSpore-4/Code3/tree/main/detr mindspore
IDEA-opensource/DAB-DETR pytorch
IDEA-opensource/DN-DETR pytorch
IDEACVR/DINO pytorch
IDEACVR/MaskDINO pytorch
MindSpore-paper-code-3/code8/tree/main/detr mindspore
Tajamul21/Detection-Classification-and-Semantic_Segmentation-of-apples pytorch
alibaba/EasyCV pytorch
helq2612/biadt pytorch
horrible-dong/teamdetr pytorch
idea-research/dab-detr pytorch
idea-research/dino pytorch
idea-research/maskdino pytorch
slongliu/dab-detr pytorch

Tasks

DecoderObject Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Conditional DETR V2: Efficient Detection Transformer with Box Queries

2022-07-18 · Xiaokang Chen, Fangyun Wei, Gang Zeng, Jingdong Wang

In this paper, we are interested in Detection Transformer (DETR), an end-to-end object detection approach based on a transformer encoder-decoder architecture without hand-crafted postprocessing, such as NMS. Inspired by …

DecoderObjectobject-detectionObject Detection

SAP-DETR: Bridging the Gap Between Salient Points and Queries-Based Transformer Detector for Fast Model Convergency

2022-11-03 · CVPR 2023 1 · Yang Liu, Yao Zhang, Yixin Wang, Yang Zhang 외

Recently, the dominant DETR-based approaches apply central-concept spatial prior to accelerate Transformer detector convergency. These methods gradually refine the reference points to the center of target objects and imb…

Objectobject-detectionObject Detection

Group DETR: Fast DETR Training with Group-Wise One-to-Many Assignment

2022-07-26 · ICCV 2023 1 · Qiang Chen, Xiaokang Chen, Jian Wang, Shan Zhang 외

Detection transformer (DETR) relies on one-to-one assignment, assigning one ground-truth object to one prediction, for end-to-end detection without NMS post-processing. It is known that one-to-many assignment, assigning …

Data AugmentationDecoderObjectobject-detection+1

EASE-DETR: Easing the Competition among Object Queries

2024-01-01 · CVPR 2024 1 · Yulu Gao, Yifan Sun, Xudong Ding, Chuyang Zhao 외

This paper views the DETR's non-duplicate detection ability as a competition result among object queries. Around each object there are usually multiple queries within which only a single one can win the chance to bec…

DecoderObject

Semantic-Aligned Matching for Enhanced DETR Convergence and Multi-Scale Feature Fusion

2022-07-28 · Gongjie Zhang, Zhipeng Luo, Jiaxing Huang, Shijian Lu 외

The recently proposed DEtection TRansformer (DETR) has established a fully end-to-end paradigm for object detection. However, DETR suffers from slow training convergence, which hinders its applicability to various detect…

Objectobject-detectionObject Detection