Calibrated and Efficient Sampling-Free Confidence Estimation for LiDAR Scene Semantic Segmentation
Hanieh Shojaei Miandashti, Qianqian Zou, Claus Brenner
TL;DR
The paper tackles the need for well-calibrated, reliable confidence estimates in LiDAR-based 3D semantic segmentation for safety-critical autonomous systems. It introduces a sampling-free method that models per-class logits as Gaussians and defines confidence as $P(X_1 \geq \max_{i\geq 2} X_i)$, deriving a closed-form lower bound $\prod_{i=2}^C \Phi_{1i}$ to quantify confidence without Monte Carlo sampling. Empirical results on SemanticKITTI and nuScenes with SalsaNext and RangeViT show the approach achieves accurate calibration (ACE substantially lower than MCP and temperature scaling) and produces underconfident predictions that favor safety. The method delivers significant inference-time speedups over sampling-based approaches (about 15–18× faster) with modest computational overhead, and its calibration improves further when combined with epistemic uncertainty models like deep ensembles or MC dropout. These findings support practical deployment of calibrated, uncertainty-aware LiDAR perception for real-time autonomous driving, with robust performance across architectures and datasets.
Abstract
Reliable deep learning models require not only accurate predictions but also well-calibrated confidence estimates to ensure dependable uncertainty estimation. This is crucial in safety-critical applications like autonomous driving, which depend on rapid and precise semantic segmentation of LiDAR point clouds for real-time 3D scene understanding. In this work, we introduce a sampling-free approach for estimating well-calibrated confidence values for classification tasks, achieving alignment with true classification accuracy and significantly reducing inference time compared to sampling-based methods. Our evaluation using the Adaptive Calibration Error (ACE) metric for LiDAR semantic segmentation shows that our approach maintains well-calibrated confidence values while achieving increased processing speed compared to a sampling baseline. Additionally, reliability diagrams reveal that our method produces underconfidence rather than overconfident predictions, an advantage for safety-critical applications. Our sampling-free approach offers well-calibrated and time-efficient predictions for LiDAR scene semantic segmentation.
