Skip to content

mrsempress/OBMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

OBMO

Paper

https://ieeexplore.ieee.org/document/10325411

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, One Bounding Box Multiple Objects (OBMO). Concretely, we add a set of suitable pseudo labels by shifting the 3D bounding box along the viewing frustum. To constrain the pseudo-3D labels to be reasonable, we carefully design two label scoring strategies to represent their quality. In contrast to the original hard depth labels, such soft pseudo labels with quality scores allow the network to learn a reasonable depth range, boosting training stability and thus improving final performance. Extensive experiments on KITTI and Waymo benchmarks show that our method significantly improves state-of-the-art monocular 3D detectors by a significant margin (The improvements under the moderate setting on KITTI validation set are $$1.82\sim 10.91%$$ mAP in BEV and $$1.18\sim 9.36%$$ mAP in 3D). Codes have been released at https://github.com/mrsempress/OBMO.

Codes

The OBMO module embedded in PatchNet is at https://github.com/mrsempress/OBMO_GUPNet.

The OBMO module embedded in GUPNet is at https://github.com/mrsempress/OBMO_GUPNet.

Citation

If you find this project helpful for your research, please consider citing the report and giving a star.

@ARTICLE{10325411,
  author={Huang, Chenxi and He, Tong and Ren, Haidong and Wang, Wenxiao and Lin, Binbin and Cai, Deng},
  journal={IEEE Transactions on Image Processing}, 
  title={OBMO: One Bounding Box Multiple Objects for Monocular 3D Object Detection}, 
  year={2023},
  volume={32},
  number={},
  pages={6570-6581},
  keywords={Three-dimensional displays;Object detection;Visualization;Training;Feature extraction;Detectors;Convolution;3D object detection;monocular images;depth ambiguity;camera project principles},
  doi={10.1109/TIP.2023.3333225}}

About

OBMO: One Bounding Box Multiple Objects for Monocular 3D Object Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published