TL;DR
The paper introduces CaDDN, a novel monocular 3D object detection method that predicts categorical depth distributions to improve accuracy, achieving top performance on KITTI and new results on Waymo datasets.
Contribution
CaDDN is a fully differentiable end-to-end network that estimates depth as a categorical distribution, enhancing monocular 3D detection accuracy.
Findings
Achieved 1st place on KITTI monocular 3D detection benchmark.
Provided the first monocular 3D detection results on the Waymo dataset.
Demonstrated improved depth estimation and detection performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSpatial Pyramid Pooling · Batch Normalization · 1x1 Convolution · Dilated Convolution · Atrous Spatial Pyramid Pooling · DeepLabv3
