CVAug 13, 2021

Is Pseudo-Lidar needed for Monocular 3D Object detection?

arXiv:2108.06417v1407 citations
Originality Highly original
AI Analysis

This work addresses the need for simpler and more robust 3D object detection from single images, particularly for autonomous driving applications, by offering a novel end-to-end approach that outperforms existing methods.

The paper tackles the problem of monocular 3D object detection by proposing an end-to-end single-stage detector that avoids the limitations of pseudo-lidar methods, achieving state-of-the-art results such as 16.34% and 9.28% AP for Cars and Pedestrians on KITTI-3D and 41.5% mAP on NuScenes.

Recent progress in 3D object detection from single images leverages monocular depth estimation as a way to produce 3D pointclouds, turning cameras into pseudo-lidar sensors. These two-stage detectors improve with the accuracy of the intermediate depth estimation network, which can itself be improved without manual labels via large-scale self-supervised learning. However, they tend to suffer from overfitting more than end-to-end methods, are more complex, and the gap with similar lidar-based detectors remains significant. In this work, we propose an end-to-end, single stage, monocular 3D object detector, DD3D, that can benefit from depth pre-training like pseudo-lidar methods, but without their limitations. Our architecture is designed for effective information transfer between depth estimation and 3D detection, allowing us to scale with the amount of unlabeled pre-training data. Our method achieves state-of-the-art results on two challenging benchmarks, with 16.34% and 9.28% AP for Cars and Pedestrians (respectively) on the KITTI-3D benchmark, and 41.5% mAP on NuScenes.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes