paper-with-me

홈 › Papers

Delving into Localization Errors for Monocular 3D Object Detection

2021-03-30 · CVPR 2021 1 · Xinzhu Ma, Yinmin Zhang, Dan Xu, Dongzhan Zhou, Shuai Yi, Haojie Li, Wanli Ouyang

Estimating 3D bounding boxes from monocular images is an essential component in autonomous driving, while accurate 3D object detection from this kind of data is very challenging. In this work, by intensive diagnosis experiments, we quantify the impact introduced by each sub-task and found the localization error' is the vital factor in restricting monocular 3D detection. Besides, we also investigate the underlying reasons behind localization errors, analyze the issues they might bring, and propose three strategies. First, we revisit the misalignment between the center of the 2D bounding box and the projected center of the 3D object, which is a vital factor leading to low localization accuracy. Second, we observe that accurately localizing distant objects with existing technologies is almost impossible, while those samples will mislead the learned network. To this end, we propose to remove such samples from the training set for improving the overall performance of the detector. Lastly, we also propose a novel 3D IoU oriented loss for the size estimation of the object, which is not affected by localization error'. We conduct extensive experiments on the KITTI dataset, where the proposed method achieves real-time detection and outperforms previous methods by a large margin. The code will be made available at: https://github.com/xinzhuma/monodle.

📄 PDF Abstract BibTeX arXiv:2103.16237

Code (1)

xinzhuma/monodle 공식 구현 pytorch

Tasks

3D Object Detection3D Object Detection From Monocular ImagesAutonomous DrivingMonocular 3D Object DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Delving into Motion-Aware Matching for Monocular 3D Object Tracking

2023-08-22 · ICCV 2023 1 · Kuan-Chih Huang, Ming-Hsuan Yang, Yi-Hsuan Tsai

Recent advances of monocular 3D object detection facilitate the 3D multi-object tracking task based on low-cost camera sensors. In this paper, we find that the motion cue of objects along different time frames is critica…

3D Multi-Object Tracking3D Object Detection3D Object TrackingMonocular 3D Object Detection+5

DebSDF: Delving into the Details and Bias of Neural Indoor Scene Reconstruction

2023-08-29 · Yuting Xiao, Jingwei Xu, Zehao Yu, Shenghua Gao

In recent years, the neural implicit surface has emerged as a powerful representation for multi-view surface reconstruction due to its simplicity and state-of-the-art performance. However, reconstructing smooth and detai…

Indoor Scene ReconstructionSurface Reconstruction

GMM: Delving into Gradient Aware and Model Perceive Depth Mining for Monocular 3D Detection

2023-06-30 · Weixin Mao, Jinrong Yang, Zheng Ge, Lin Song 외

Depth perception is a crucial component of monoc-ular 3D detection tasks that typically involve ill-posed problems. In light of the success of sample mining techniques in 2D object detection, we propose a simple yet effe…

2D Object Detection3D Object DetectionDepth EstimationDepth Prediction+3

MoNet3D: Towards Accurate Monocular 3D Object Localization in Real Time

2020-06-29 · ICML 2020 1 · Xichuan Zhou, Yicong Peng, Chunqiao Long, Fengbo Ren 외

Monocular multi-object detection and localization in 3D space has been proven to be a challenging task. The MoNet3D algorithm is a novel and effective framework that can predict the 3D position of each object in a monocu…

Monocular 3D Object LocalizationObjectobject-detectionObject Detection+2

Map-Free Visual Relocalization Enhanced by Instance Knowledge and Depth Knowledge

2024-08-23 · Mingyu Xiao, Runze Chen, Haiyong Luo, Fang Zhao 외

Map-free relocalization technology is crucial for applications in autonomous navigation and augmented reality, but relying on pre-built maps is often impractical. It faces significant challenges due to limitations in mat…

Autonomous Navigation