🤖 AI Summary
To address the real-time, trustworthy inference requirements for LiDAR point cloud semantic segmentation in autonomous driving, existing sampling-based uncertainty estimation methods suffer from slow inference and poor calibration. This paper proposes the first sampling-agnostic confidence calibration framework, comprising an adaptive calibration error (ACE)-optimized deterministic confidence mapping, confidence–accuracy consistency modeling, and a lightweight post-processing module—enabling efficient, systematically underconfident calibration. The method ensures robustness in safety-critical scenarios while significantly improving efficiency: ACE is reduced by 42% and inference speed increases by 8.3×. Reliability diagrams empirically validate its stable underconfidence behavior, and comprehensive calibration metrics demonstrate superior performance over Monte Carlo sampling baselines.
📝 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.