Difficulty-Aware Label-Guided Denoising for Monocular 3D Object Detection
Soyul Lee, Seungmin Baek, Dongbo Min
TL;DR
This work tackles the ill-posed nature of monocular 3D object detection by introducing MonoDLGD, a training-time denoising framework that perturbs ground-truth labels guided by instance-level uncertainty. It couples a 3D-DAB query mechanism with a difficulty-aware perturbation and reconstruction pipeline to impose explicit geometric supervision, improving geometry-aware representation learning without adding inference cost. Across KITTI benchmarks, MonoDLGD delivers state-of-the-art 3D and BEV detection performance across Easy, Moderate, and Hard levels, especially under occlusion, distance, and truncation challenges. The approach demonstrates that uncertainty-guided denoising and depth-aware geometric supervision can significantly enhance monocular 3D perception, with broad compatibility to DETR-based detectors and practical training-time gains.
Abstract
Monocular 3D object detection is a cost-effective solution for applications like autonomous driving and robotics, but remains fundamentally ill-posed due to inherently ambiguous depth cues. Recent DETR-based methods attempt to mitigate this through global attention and auxiliary depth prediction, yet they still struggle with inaccurate depth estimates. Moreover, these methods often overlook instance-level detection difficulty, such as occlusion, distance, and truncation, leading to suboptimal detection performance. We propose MonoDLGD, a novel Difficulty-Aware Label-Guided Denoising framework that adaptively perturbs and reconstructs ground-truth labels based on detection uncertainty. Specifically, MonoDLGD applies stronger perturbations to easier instances and weaker ones into harder cases, and then reconstructs them to effectively provide explicit geometric supervision. By jointly optimizing label reconstruction and 3D object detection, MonoDLGD encourages geometry-aware representation learning and improves robustness to varying levels of object complexity. Extensive experiments on the KITTI benchmark demonstrate that MonoDLGD achieves state-of-the-art performance across all difficulty levels.
