089-dn-detr-accelerate-detr-training-by-introducing-query-denoising
Science Score: 28.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org, scholar.google -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: SZU-AdvTech-2023
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 1.52 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Citation
https://github.com/SZU-AdvTech-2023/089-DN-DETR-Accelerate-DETR-Training-by-Introducing-Query-DeNoising/blob/main/
**DN-DETR**: Accelerate DETR Training by Introducing Query DeNoising ======== By [Feng Li*](https://fengli-ust.github.io/), [Hao Zhang*](https://haozhang534.github.io/), [Shilong Liu](https://scholar.google.com/citations?hl=zh-CN&user=nkSVY3MAAAAJ), [Jian Guo](https://idea.edu.cn/en/about-team/jian_guo.html), [Lionel M.Ni](https://scholar.google.com/citations?hl=zh-CN&user=OzMYwDIAAAAJ), and [Lei Zhang](https://scholar.google.com/citations?hl=zh-CN&user=fIlGZToAAAAJ). This repository is an official implementation of the [DN-DETR](https://arxiv.org/pdf/2203.01305.pdf). Accepted to **CVPR 2022** (score **112**, **Oral** presentation). Code is avaliable now. [[CVPR paper link](https://openaccess.thecvf.com/content/CVPR2022/papers/Li_DN-DETR_Accelerate_DETR_Training_by_Introducing_Query_DeNoising_CVPR_2022_paper.pdf)] [[extended version paper link](https://arxiv.org/pdf/2203.01305.pdf)] [[](https://www.zhihu.com/question/517340666/answer/2381304399)] ## Introduction DN-DETR DETRDEtection TRansformer DETR DN-DETR DETR Transformer GT bounding boxesDN-DETR DETR-likeDN-DETR ## Method DAB-DETR ground truthGT Transformer ( x , y , w , h ) Transformer GT boxes vanilla DETR DETR   ## Model #### 50 epoch setting
| name | backbone | box AP | Log/Config/Checkpoint | ||
|---|---|---|---|---|---|
| 0 | DN-DETR-R50 | R50 | 44.41 | Google Drive / BaiDu  | Table 1 |
| 2 | DN-DETR-R50-DC5 | R50 | 46.3 | Google Drive / BaiDu | Table 1 |
| 5 | DN-DAB-Deformbale-DETR (Deformbale Encoder Only)3 |
R50 | 48.6 | Google Drive / BaiDu  | Table 3 |
| 6 | DN-DAB-Deformable-DETR-R50-v24 | R50 | 49.5 (48.4 in 24 epochs) | Google Drive / BaiDu  | Optimized implementation with deformable attention in both encoder and decoder. See DAB-DETR for more details. |
Owner
- Name: SZU-AdvTech-2023
- Login: SZU-AdvTech-2023
- Kind: organization
- Repositories: 1
- Profile: https://github.com/SZU-AdvTech-2023
Citation (citation.txt)
@inproceedings{REPO089,
author = "Li, Feng and Zhang, Hao and Liu, Shilong and Guo, Jian and Ni, Lionel M and Zhang, Lei",
booktitle = "Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition",
pages = "13619--13627",
title = "{DN-DETR: Accelerate DETR Training by Introducing Query DeNoising}",
year = "2022"
}