OBMO: One Bounding Box Multiple Objects for Monocular 3D Object Detection
Chenxi Huang, Tong He, Haidong Ren, Wenxiao Wang, Binbin Lin, Deng Cai

TL;DR
This paper introduces OBMO, a simple module that improves monocular 3D object detection by using pseudo labels to better learn depth, significantly boosting performance on KITTI and Waymo benchmarks.
Contribution
The paper proposes OBMO, a plug-and-play module that utilizes pseudo labels with quality scores to enhance depth learning in monocular 3D detection.
Findings
Significant performance improvements on KITTI and Waymo benchmarks.
Boosts in BEV and 3D mAP metrics for monocular detectors.
Enhanced training stability and depth estimation accuracy.
Abstract
Compared to typical multi-sensor systems, monocular 3D object detection has attracted much attention due to its simple configuration. However, there is still a significant gap between LiDAR-based and monocular-based methods. In this paper, we find that the ill-posed nature of monocular imagery can lead to depth ambiguity. Specifically, objects with different depths can appear with the same bounding boxes and similar visual features in the 2D image. Unfortunately, the network cannot accurately distinguish different depths from such non-discriminative visual features, resulting in unstable depth training. To facilitate depth learning, we propose a simple yet effective plug-and-play module, \underline{O}ne \underline{B}ounding Box \underline{M}ultiple \underline{O}bjects (OBMO). Concretely, we add a set of suitable pseudo labels by shifting the 3D bounding box along the viewing frustum. To…
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
TopicsAdvanced Neural Network Applications · Robotics and Sensor-Based Localization · Video Surveillance and Tracking Methods
