paper-with-me

Papers

DiffusionDet: Diffusion Model for Object Detection

2022-11-17 · ICCV 2023 1 · Shoufa Chen, Peize Sun, Yibing Song, Ping Luo

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.

📄 PDF Abstract BibTeX arXiv:2211.09788

Code (3)

shoufachen/diffusiondet 공식 구현 pytorch
SnailDev/github-hot-hub pytorch
lonnyzhang423/github-hot-hub pytorch

Tasks

DenoisingmodelObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

RGBX-DiffusionDet: A Framework for Multi-Modal RGB-X Object Detection Using DiffusionDet

2025-05-05 · Eliraz Orfaig, Inna Stainvas, Igal Bilik

This work introduces RGBX-DiffusionDet, an object detection framework extending the DiffusionDet model to fuse the heterogeneous 2D data (X) with RGB imagery via an adaptive multimodal encoder. To enable cross-modal inte…

object-detectionObject Detection

3DifFusionDet: Diffusion Model for 3D Object Detection with Robust LiDAR-Camera Fusion

2023-11-07 · Xinhao Xiang, Simon Dräger, Jiawei Zhang

Good 3D object detection performance from LiDAR-Camera sensors demands seamless feature alignment and fusion strategies. We propose the 3DifFusionDet framework in this paper, which structures 3D object detection as a den…

3D Object DetectionDenoisingObjectobject-detection+1

Innovative Horizons in Aerial Imagery: LSKNet Meets DiffusionDet for Advanced Object Detection

2023-11-21 · Ahmed Sharshar, Aleksandr Matsun

In the realm of aerial image analysis, object detection plays a pivotal role, with significant implications for areas such as remote sensing, urban planning, and disaster management. This study addresses the inherent cha…

Objectobject-detectionObject Detection

Enhanced Automotive Object Detection via RGB-D Fusion in a DiffusionDet Framework

2024-06-05 · Eliraz Orfaig, Inna Stainvas, Igal Bilik

Vision-based autonomous driving requires reliable and efficient object detection. This work proposes a DiffusionDet-based framework that exploits data fusion from the monocular camera and depth sensor to provide the RGB …

Autonomous Drivingobject-detectionObject Detection

FlowDet: Unifying Object Detection and Generative Transport Flows

2025-12-18 · Enis Baty, C. P. Bridges, Simon Hadfield arxiv

We present FlowDet, the first formulation of object detection using modern Conditional Flow Matching techniques. This work follows from DiffusionDet, which originally framed detection as a generative denoising problem in…

Object Detection