Categorical Depth Distribution Network for Monocular 3D Object Detection

Monocular 3D object detection is a key problem for autonomous vehicles, as it provides a solution with simple configuration compared to typical multi-sensor systems. The main challenge in monocular 3D detection lies in accurately predicting object depth, which must be inferred from object and scene cues due to the lack of direct range measurement. Many methods attempt to directly estimate depth to assist in 3D detection, but show limited performance as a result of depth inaccuracy. Our proposed solution, Categorical Depth Distribution Network (CaDDN), uses a predicted categorical depth distribution for each pixel to project rich contextual feature information to the appropriate depth interval in 3D space. We then use the computationally efficient bird's-eye-view projection and single-stage detector to produce the final output bounding boxes. We design CaDDN as a fully differentiable end-to-end approach for joint depth estimation and object detection. We validate our approach on the KITTI 3D object detection benchmark, where we rank 1st among published monocular methods. We also provide the first monocular 3D detection results on the newly released Waymo Open Dataset. We provide a code release for CaDDN which is made available.

PDF Abstract CVPR 2021 PDF CVPR 2021 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Monocular 3D Object Detection KITTI Cars Easy CaDDN AP Easy 19.17 # 4
Monocular 3D Object Detection KITTI Cars Hard CaDDN AP Hard 11.46 # 4
Monocular 3D Object Detection KITTI Cars Moderate CaDDN AP Medium 13.41 # 11
Monocular 3D Object Detection KITTI Cyclist Easy CaDDN AP Easy 7.00 # 2
Monocular 3D Object Detection KITTI Cyclist Hard CaDDN AP Hard 3.30 # 2
Monocular 3D Object Detection KITTI Cyclist Moderate CaDDN AP Medium 3.41 # 2
Monocular 3D Object Detection KITTI Pedestrian Easy CaDDN AP Easy 12.87 # 3
Monocular 3D Object Detection KITTI Pedestrian Hard CaDDN AP Hard 6.76 # 3
Monocular 3D Object Detection KITTI Pedestrian Moderate CaDDN AP Medium 8.14 # 3

Methods