Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Uni3DETR: Unified 3D Detection Transformer

About

Existing point cloud based 3D detectors are designed for the particular scene, either indoor or outdoor ones. Because of the substantial differences in object distribution and point density within point clouds collected from various environments, coupled with the intricate nature of 3D metrics, there is still a lack of a unified network architecture that can accommodate diverse scenes. In this paper, we propose Uni3DETR, a unified 3D detector that addresses indoor and outdoor 3D detection within the same framework. Specifically, we employ the detection transformer with point-voxel interaction for object prediction, which leverages voxel features and points for cross-attention and behaves resistant to the discrepancies from data. We then propose the mixture of query points, which sufficiently exploits global information for dense small-range indoor scenes and local information for large-range sparse outdoor ones. Furthermore, our proposed decoupled IoU provides an easy-to-optimize training target for localization by disentangling the xy and z space. Extensive experiments validate that Uni3DETR exhibits excellent performance consistently on both indoor and outdoor 3D detection. In contrast to previous specialized detectors, which may perform well on some particular datasets but suffer a substantial degradation on different scenes, Uni3DETR demonstrates the strong generalization ability under heterogeneous conditions (Fig. 1). Codes are available at \href{https://github.com/zhenyuw16/Uni3DETR}{https://github.com/zhenyuw16/Uni3DETR}.

Zhenyu Wang, Yali Li, Xi Chen, Hengshuang Zhao, Shengjin Wang• 2023

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS68.5
941
3D Object DetectionnuScenes (test)
mAP65.2
829
3D Object DetectionScanNet V2 (val)
mAP@0.2571.7
352
3D Object DetectionnuScenes v1.0 (val)
mAP (Overall)61.7
190
3D Object DetectionScanNet
mAP@0.2571.7
123
3D Object DetectionSUN RGB-D v1 (val)
mAP@0.2567
81
3D Object DetectionSUN RGB-D (test)
mAP@0.250.67
64
3D Object DetectionKITTI new (40 recall positions) (test)
AP3D (Moderate)82.26
38
3D Object DetectionOMNI3D OUT
AP (KIT, 3D)35.1
18
3D Object DetectionS3DIS
mAP@0.2570.1
18
Showing 10 of 12 rows

Other info

Code

Follow for update