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

MonoDGP: Monocular 3D Object Detection with Decoupled-Query and Geometry-Error Priors

About

Perspective projection has been extensively utilized in monocular 3D object detection methods. It introduces geometric priors from 2D bounding boxes and 3D object dimensions to reduce the uncertainty of depth estimation. However, due to depth errors originating from the object's visual surface, the height of the bounding box often fails to represent the actual projected central height, which undermines the effectiveness of geometric depth. Direct prediction for the projected height unavoidably results in a loss of 2D priors, while multi-depth prediction with complex branches does not fully leverage geometric depth. This paper presents a Transformer-based monocular 3D object detection method called MonoDGP, which adopts perspective-invariant geometry errors to modify the projection formula. We also try to systematically discuss and explain the mechanisms and efficacy behind geometry errors, which serve as a simple but effective alternative to multi-depth prediction. Additionally, MonoDGP decouples the depth-guided decoder and constructs a 2D decoder only dependent on visual features, providing 2D priors and initializing object queries without the disturbance of 3D detection. To further optimize and fine-tune input tokens of the transformer decoder, we also introduce a Region Segment Head (RSH) that generates enhanced features and segment embeddings. Our monocular method demonstrates state-of-the-art performance on the KITTI benchmark without extra data. Code is available at https://github.com/PuFanqi23/MonoDGP.

Fanqi Pu, Yifan Wang, Jiru Deng, Wenming Yang• 2024

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)26.35
195
3D Object DetectionKITTI car (val)
AP 3D Easy30.76
62
Bird's Eye View Object Detection (Car)KITTI (test)
APBEV (Easy) @IoU=0.735.24
59
Bird's Eye View (BEV) DetectionKITTI Cars (IoU3D ≥ 0.7) (test)
APBEV R40 (Easy)35.24
52
Monocular 3D Object DetectionKITTI (test)
AP3D R40 (Mod.)18.72
38
Monocular 3D Object DetectionKITTI car category (val)
AP 3D (R40)22.34
37
3D Object Detection (Vehicle)Waymo Open Dataset LEVEL_2 (val)
3D AP (Overall)4
31
3D Object Detection (Cyclists)KITTI (test)--
27
Monocular 3D Object DetectionWaymo Open Dataset 79 (val)
AP@0.5 (3D, L1)1.24e+3
24
3D Object Detection (Pedestrian)KITTI (test)
AP3D|R40 (Easy)15.04
22
Showing 10 of 17 rows

Other info

Code

Follow for update