GLENet: Boosting 3D Object Detectors with Generative Label Uncertainty Estimation
Yifan Zhang, Qijian Zhang, Zhiyu Zhu, Junhui Hou, Yixuan Yuan

TL;DR
GLENet introduces a generative approach to model label uncertainty in 3D object detection, improving accuracy by accounting for ambiguous annotations and integrating uncertainty estimation into existing detectors.
Contribution
It proposes GLENet, a novel generative framework based on variational autoencoders, to model plausible bounding box variations and enhance 3D detection performance.
Findings
Significant performance improvements on KITTI and Waymo datasets.
Outperforms all published LiDAR-based methods on KITTI test set.
Effective integration of uncertainty estimation into existing detectors.
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…
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 · Human Pose and Action Recognition · 3D Surveying and Cultural Heritage
MethodsTest · Balanced Selection
