GLENet: Boosting 3D Object Detectors with Generative Label Uncertainty Estimation
Yifan Zhang, Qijian Zhang, Zhiyu Zhu, Junhui Hou, Yixuan Yuan
TL;DR
GLENet reframes 3D label uncertainty as the diversity of plausible ground-truth bounding boxes and uses a conditional variational autoencoder to model $p(X\vert C)$ via a latent variable $z$, enabling multiple plausible box samples and quantified label uncertainty for supervision. The method provides a plug-and-play module that feeds uncertainty into probabilistic detectors, supplemented by an Uncertainty-aware Quality Estimator (UAQE) and 3D Variance Voting to refine localization confidence and final boxes. Empirical results on KITTI and Waymo show consistent improvements across base detectors, with GLENet-VR achieving state-of-the-art single-modal performance on KITTI and strong gains at long ranges in Waymo. The work advances practical 3D detection by incorporating data-driven label ambiguity into training, regularizing localization and yielding more reliable, uncertainty-aware detections.
Abstract
The inherent ambiguity in ground-truth annotations of 3D bounding boxes, caused by occlusions, signal missing, or manual annotation errors, can confuse deep 3D object detectors during training, thus deteriorating detection accuracy. However, existing methods overlook such issues to some extent and treat the labels as deterministic. In this paper, we formulate the label uncertainty problem as the diversity of potentially plausible bounding boxes of objects. Then, we propose GLENet, a generative framework adapted from conditional variational autoencoders, to model the one-to-many relationship between a typical 3D object and its potential ground-truth bounding boxes with latent variables. The label uncertainty generated by GLENet is a plug-and-play module and can be conveniently integrated into existing deep 3D detectors to build probabilistic detectors and supervise the learning of the localization uncertainty. Besides, we propose an uncertainty-aware quality estimator architecture in probabilistic detectors to guide the training of the IoU-branch with predicted localization uncertainty. We incorporate the proposed methods into various popular base 3D detectors and demonstrate significant and consistent performance gains on both KITTI and Waymo benchmark datasets. Especially, the proposed GLENet-VR outperforms all published LiDAR-based approaches by a large margin and achieves the top rank among single-modal methods on the challenging KITTI test set. The source code and pre-trained models are publicly available at \url{https://github.com/Eaphan/GLENet}.
