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

Pseudo-LiDAR++: Accurate Depth for 3D Object Detection in Autonomous Driving

About

Detecting objects such as cars and pedestrians in 3D plays an indispensable role in autonomous driving. Existing approaches largely rely on expensive LiDAR sensors for accurate depth information. While recently pseudo-LiDAR has been introduced as a promising alternative, at a much lower cost based solely on stereo images, there is still a notable performance gap. In this paper we provide substantial advances to the pseudo-LiDAR framework through improvements in stereo depth estimation. Concretely, we adapt the stereo network architecture and loss function to be more aligned with accurate depth estimation of faraway objects --- currently the primary weakness of pseudo-LiDAR. Further, we explore the idea to leverage cheaper but extremely sparse LiDAR sensors, which alone provide insufficient information for 3D detection, to de-bias our depth estimation. We propose a depth-propagation algorithm, guided by the initial depth estimates, to diffuse these few exact measurements across the entire depth map. We show on the KITTI object detection benchmark that our combined approach yields substantial improvements in depth estimation and stereo-based 3D object detection --- outperforming the previous state-of-the-art detection accuracy for faraway objects by 40%. Our code is available at https://github.com/mileyan/Pseudo_Lidar_V2.

Yurong You, Yan Wang, Wei-Lun Chao, Divyansh Garg, Geoff Pleiss, Bharath Hariharan, Mark Campbell, Kilian Q. Weinberger• 2019

Related benchmarks

TaskDatasetResultRank
Monocular Depth EstimationKITTI (Eigen)
Abs Rel0.098
502
3D Object DetectionKITTI car (test)
AP3D (Easy)61.11
195
3D Object DetectionKITTI car (val)--
62
Bird's Eye View Object Detection (Car)KITTI (test)
APBEV (Easy) @IoU=0.784.61
59
3D Object DetectionKITTI (val)
AP BEV (Overall)89.9
57
3D Object DetectionKITTI new (40 recall positions) (test)
AP3D (Moderate)42.43
38
Bird's Eye View DetectionKITTI (val)
APBEV (IoU=0.7, Easy)88.2
36
3D Object Detection (Car)KITTI (test)
AP3D (Easy) @ IoU=0.768.38
36
3D Object DetectionKITTI (test)
AP_R40 Easy14.93
30
Depth PredictionKITTI original (Eigen split)
Abs Rel0.098
29
Showing 10 of 20 rows

Other info

Code

Follow for update