CVAIJun 3

Instance-Level Post Hoc Uncertainty Quantification in Object Detection

arXiv:2606.0465646.6
AI Analysis

Provides a practical post hoc uncertainty quantification method for safety-critical object detection in autonomous driving, though incremental in approach.

The paper tackles instance-level uncertainty quantification in object detection for autonomous driving, proposing MC-GLM that achieves efficient post hoc uncertainty estimation with constant Monte Carlo samples. Experiments on nuScenes with CenterPoint show good uncertainty quality.

Object detection is a safety-critical component of autonomous driving. It is essential to quantify the uncertainty in bounding-box predictions for safety assurance. Post hoc uncertainty quantification without retraining aligns with real-world deployment requirements; therefore, we employ the Laplace approximation. Because instance-level uncertainty is needed, linearized inference methods that require multiple backpropagations are not time-efficient, and sampling-based methods are not fully post hoc. We propose Monte-Carlo generalized linearized model (MC-GLM), which provides instance-level and approximately post hoc uncertainty quantification. The number of samples required in the Monte Carlo step is constant and independent of the number of output instances, so it can be parallelized. Experiments on the nuScenes dataset with the CenterPoint detector validate the effectiveness of our method, and the resulting uncertainties exhibit good quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes