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

Delving into Localization Errors for Monocular 3D Object Detection

About

Estimating 3D bounding boxes from monocular images is an essential component in autonomous driving, while accurate 3D object detection from this kind of data is very challenging. In this work, by intensive diagnosis experiments, we quantify the impact introduced by each sub-task and found the `localization error' is the vital factor in restricting monocular 3D detection. Besides, we also investigate the underlying reasons behind localization errors, analyze the issues they might bring, and propose three strategies. First, we revisit the misalignment between the center of the 2D bounding box and the projected center of the 3D object, which is a vital factor leading to low localization accuracy. Second, we observe that accurately localizing distant objects with existing technologies is almost impossible, while those samples will mislead the learned network. To this end, we propose to remove such samples from the training set for improving the overall performance of the detector. Lastly, we also propose a novel 3D IoU oriented loss for the size estimation of the object, which is not affected by `localization error'. We conduct extensive experiments on the KITTI dataset, where the proposed method achieves real-time detection and outperforms previous methods by a large margin. The code will be made available at: https://github.com/xinzhuma/monodle.

Xinzhu Ma, Yinmin Zhang, Dan Xu, Dongzhan Zhou, Shuai Yi, Haojie Li, Wanli Ouyang• 2021

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)17.23
195
3D Object DetectionKITTI car (val)--
62
Bird's Eye View Object Detection (Car)KITTI (test)
APBEV (Easy) @IoU=0.724.79
59
3D Object DetectionKITTI (test)
3D AP (Easy)17.23
43
3D Object DetectionKITTI official (test)
3D AP (Easy)17.23
43
Monocular 3D Object DetectionKITTI (test)
AP3D R40 (Mod.)14.14
38
Monocular 3D Object DetectionKITTI car category (val)--
37
3D Object Detection (Car)KITTI (test)
AP3D (Easy) @ IoU=0.717.23
36
3D Object DetectionRope3D (val)
AP (IoU=0.5, Car)51.7
31
Bird's eye view object detectionKITTI official Leaderboard (test)
APBEV (Easy)24.79
29
Showing 10 of 29 rows

Other info

Code

Follow for update