Papers › DN-DETR: Accelerate DETR Training by Introducing Query DeNoising
DN-DETR: Accelerate DETR Training by Introducing Query DeNoising
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}.
In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2203.01305")
Code
Syntology Ran 15 of 22 code samples harvested from 6 repositories linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong; 7 ran · fixture could not drive it; 3 ran with no contract checked.
By repository: official repository: 12 samples from 2 repositories, 10 ran; community (archive-listed): 10 samples from 4 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
17 repositories listed; official and paper-mentioned ones first.
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
22 samples harvested; 15 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.
Licence: 9 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.
Harvested from 6 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.
Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.
Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.
144d10b49baeb8a6 · report
a33aa40d1ec31a21 · report
c8ea5508b3ca2db0 · report
95bd488170c50d24 · report
ac8fe530cdad4d8c · report
9db6a2fdc3039d38 · report
1455637eb5d8b21d · report
49611009ffc9cf17 · report
5c0711aada67957e · report
61bf152e6a42a184 · report
ddbe621fd9f33a35 · report
a82091666b9db8cf · report
1a575c1c202174f0 · report
7205a619c51dd0ee · report
82ab53eb37ba2bf3 · report
4c82654ae6131ecc · report
c53ec291fabfc643 · report
2f7664c2aea20776 · report
107172bd7583403e · report
947c7bd4504c7501 · report
376e5a5c1b978006 · report
fd0493bda2a2352e · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Object Detection | COCO minival | DN-Deformable-DETR-R50++ | AP50 | 67.6 | #85 of 220 | Archive leaderboard | report |
| Object Detection | COCO minival | DN-Deformable-DETR-R50++ | AP75 | 53.8 | #85 of 220 | Archive leaderboard | report |
| Object Detection | COCO minival | DN-Deformable-DETR-R50++ | APL | 65.4 | #85 of 220 | Archive leaderboard | report |
| Object Detection | COCO minival | DN-Deformable-DETR-R50++ | APM | 52.6 | #85 of 220 | Archive leaderboard | report |
| Object Detection | COCO minival | DN-Deformable-DETR-R50++ | APS | 31.3 | #85 of 220 | Archive leaderboard | report |
| Object Detection | COCO minival | DN-Deformable-DETR-R50++ | Params (M) | 47 | #85 of 220 | Archive leaderboard | report |
| Object Detection | COCO minival | DN-Deformable-DETR-R50++ | box AP | 49.5 | #85 of 220 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections