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

Probabilistic and Geometric Depth: Detecting Objects in Perspective

About

3D object detection is an important capability needed in various practical applications such as driver assistance systems. Monocular 3D detection, as a representative general setting among image-based approaches, provides a more economical solution than conventional settings relying on LiDARs but still yields unsatisfactory results. This paper first presents a systematic study on this problem. We observe that the current monocular 3D detection can be simplified as an instance depth estimation problem: The inaccurate instance depth blocks all the other 3D attribute predictions from improving the overall detection performance. Moreover, recent methods directly estimate the depth based on isolated instances or pixels while ignoring the geometric relations across different objects. To this end, we construct geometric relation graphs across predicted objects and use the graph to facilitate depth estimation. As the preliminary depth estimation of each instance is usually inaccurate in this ill-posed setting, we incorporate a probabilistic representation to capture the uncertainty. It provides an important indicator to identify confident predictions and further guide the depth propagation. Despite the simplicity of the basic idea, our method, PGD, obtains significant improvements on KITTI and nuScenes benchmarks, achieving 1st place out of all monocular vision-only methods while still maintaining real-time efficiency. Code and models will be released at https://github.com/open-mmlab/mmdetection3d.

Tai Wang, Xinge Zhu, Jiangmiao Pang, Dahua Lin• 2021

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS42.8
941
3D Object DetectionnuScenes (test)
mAP38.6
829
3D Object DetectionNuScenes v1.0 (test)
mAP38.6
210
3D Object DetectionKITTI car (test)
AP3D (Easy)19.05
195
3D Object DetectionnuScenes v1.0 (val)
mAP (Overall)36.9
190
3D Object DetectionKITTI car (val)
AP 3D Easy12.72
62
3D Object DetectionKITTI (val)--
57
Object DetectionnuScenes (val)
mAP36.9
41
Monocular 3D Object DetectionKITTI (test)
AP3D R40 (Mod.)11.76
38
Bird's eye view object detectionKITTI official Leaderboard (test)
APBEV (Easy)26.89
29
Showing 10 of 19 rows

Other info

Code

Follow for update