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

DETR3D: 3D Object Detection from Multi-view Images via 3D-to-2D Queries

About

We introduce a framework for multi-camera 3D object detection. In contrast to existing works, which estimate 3D bounding boxes directly from monocular images or use depth prediction networks to generate input for 3D object detection from 2D information, our method manipulates predictions directly in 3D space. Our architecture extracts 2D features from multiple camera images and then uses a sparse set of 3D object queries to index into these 2D features, linking 3D positions to multi-view images using camera transformation matrices. Finally, our model makes a bounding box prediction per object query, using a set-to-set loss to measure the discrepancy between the ground-truth and the prediction. This top-down approach outperforms its bottom-up counterpart in which object bounding box prediction follows per-pixel depth estimation, since it does not suffer from the compounding error introduced by a depth prediction model. Moreover, our method does not require post-processing such as non-maximum suppression, dramatically improving inference speed. We achieve state-of-the-art performance on the nuScenes autonomous driving benchmark.

Yue Wang, Vitor Guizilini, Tianyuan Zhang, Yilun Wang, Hang Zhao, Justin Solomon• 2021

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS43.4
941
3D Object DetectionnuScenes (test)
mAP41.2
829
3D Object DetectionNuScenes v1.0 (test)
mAP41.2
210
3D Object DetectionnuScenes v1.0 (val)
mAP (Overall)34.9
190
3D Object DetectionWaymo Open Dataset (val)--
175
3D Object DetectionWaymo Open Dataset LEVEL_1 (val)
3D AP10.1
46
Object DetectionnuScenes (val)
mAP34.9
41
3D Object DetectionnuScenes v1.1 (val)
NDS43.4
14
3D Object DetectionnuScenes-C Sunlight v1.0 (trainval)
mAP41.6
13
3D Object DetectionnuScenes-C Fog v1.0 (trainval)
mAP27.9
13
Showing 10 of 17 rows

Other info

Follow for update