Learning Geometry-Guided Depth via Projective Modeling for Monocular 3D Object Detection
Yinmin Zhang, Xinzhu Ma, Shuai Yi, Jun Hou, Zhihui Wang, Wanli Ouyang, Dan Xu
TL;DR
This work tackles monocular 3D object detection by explicitly tying depth to multiple 2D/3D geometry elements through a principled projective formulation. It integrates a geometry-guided depth module into an end-to-end network, enabling geometry-aware representation learning that directly refines depth without extra post-processing. The authors introduce a holistic geometric formula, implement it as a network module, and address 2D-3D misalignment with a robust baseline; on KITTI, the method achieves state-of-the-art monocular results with about a $2.80 ext{p.}$ AP$_{40}$ gain on the moderate setting and real-time performance. This approach improves depth estimation quality and 3D localization by leveraging pose, dimensions, and projection geometry, offering practical implications for autonomous driving systems.
Abstract
As a crucial task of autonomous driving, 3D object detection has made great progress in recent years. However, monocular 3D object detection remains a challenging problem due to the unsatisfactory performance in depth estimation. Most existing monocular methods typically directly regress the scene depth while ignoring important relationships between the depth and various geometric elements (e.g. bounding box sizes, 3D object dimensions, and object poses). In this paper, we propose to learn geometry-guided depth estimation with projective modeling to advance monocular 3D object detection. Specifically, a principled geometry formula with projective modeling of 2D and 3D depth predictions in the monocular 3D object detection network is devised. We further implement and embed the proposed formula to enable geometry-aware deep representation learning, allowing effective 2D and 3D interactions for boosting the depth estimation. Moreover, we provide a strong baseline through addressing substantial misalignment between 2D annotation and projected boxes to ensure robust learning with the proposed geometric formula. Experiments on the KITTI dataset show that our method remarkably improves the detection performance of the state-of-the-art monocular-based method without extra data by 2.80% on the moderate test setting. The model and code will be released at https://github.com/YinminZhang/MonoGeo.
