DiffusionDet: Diffusion Model for Object Detection
About
We propose DiffusionDet, a new framework that formulates object detection as a denoising diffusion process from noisy boxes to object boxes. During the training stage, object boxes diffuse from ground-truth boxes to random distribution, and the model learns to reverse this noising process. In inference, the model refines a set of randomly generated boxes to the output results in a progressive way. Our work possesses an appealing property of flexibility, which enables the dynamic number of boxes and iterative evaluation. The extensive experiments on the standard benchmarks show that DiffusionDet achieves favorable performance compared to previous well-established detectors. For example, DiffusionDet achieves 5.3 AP and 4.8 AP gains when evaluated with more boxes and iteration steps, under a zero-shot transfer setting from COCO to CrowdHuman. Our code is available at https://github.com/ShoufaChen/DiffusionDet.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | AP46.1 | 2454 | |
| Object Detection | LVIS v1.0 (val) | APbbox42 | 518 | |
| Object Detection | FDTOOTH (test) | AP75 (FD)55.52 | 14 | |
| Object Detection | Crohn's Disease MRE proprietary (test) | AP @ IoU=10%0.4913 | 12 | |
| Object Detection | MM-AU V2 1.0 (test) | mAP5070.1 | 11 | |
| Object Detection | MM-AU accident window V2 1.0 (test) | mAP500.66 | 11 | |
| Object Detection | MM-AU 1.0 (val) | mAP5073.1 | 11 | |
| Object Detection | MM-AU 1.0 (test) | mAP5073.3 | 11 | |
| Object Detection | MM-AU accident window 1.0 (test) | mAP5071.8 | 11 | |
| Object Detection | GlaS (testB) | F1 Score69.18 | 5 |