paper-with-me

Papers

Diffusion-based 3D Object Detection with Random Boxes

2023-09-05 · Xin Zhou, Jinghua Hou, Tingting Yao, Dingkang Liang, Zhe Liu, Zhikang Zou, Xiaoqing Ye, Jianwei Cheng, Xiang Bai

3D object detection is an essential task for achieving autonomous driving. Existing anchor-based detection methods rely on empirical heuristics setting of anchors, which makes the algorithms lack elegance. In recent years, we have witnessed the rise of several generative models, among which diffusion models show great potential for learning the transformation of two distributions. Our proposed Diff3Det migrates the diffusion model to proposal generation for 3D object detection by considering the detection boxes as generative targets. During training, the object boxes diffuse from the ground truth boxes to the Gaussian distribution, and the decoder learns to reverse this noise process. In the inference stage, the model progressively refines a set of random boxes to the prediction results. We provide detailed experiments on the KITTI benchmark and achieve promising performance compared to classical anchor-based 3D detection methods.

📄 PDF Abstract BibTeX arXiv:2309.02049

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous DrivingDecoderObjectobject-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 제목 키워드 기반

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 rand…

DenoisingmodelObjectobject-detection+1

ReDiffDet: Rotation-equivariant Diffusion Model for Oriented Object Detection

2025-01-01 · CVPR 2025 1 · Jiaqi Zhao, Zeyu Ding, Yong Zhou, Hancheng Zhu 외

The diffusion model has been successfully applied to various detection tasks. However, it still faces several challenges when used for oriented object detection: objects that are arbitrarily rotated require the diffu…

DecoderDenoisingobject-detectionObject Detection+1

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

DiffusionTrack: Diffusion Model For Multi-Object Tracking

2023-08-19 · Run Luo, Zikai Song, Lintao Ma, JinLin Wei 외

Multi-object tracking (MOT) is a challenging vision task that aims to detect individual objects within a single frame and associate them across multiple frames. Recent MOT approaches can be categorized into two-stage tra…

DenoisingmodelMulti-Object TrackingObject+3

Diffusing More Objects for Semi-Supervised Domain Adaptation with Less Labeling

2023-12-19 · Leander van den Heuvel, Gertjan Burghouts, David W. Zhang, Gwenn Englebienne 외

For object detection, it is possible to view the prediction of bounding boxes as a reverse diffusion process. Using a diffusion model, the random bounding boxes are iteratively refined in a denoising step, conditioned on…

DenoisingDomain Adaptationobject-detectionObject Detection+1