paper-with-me

홈 › Papers

Uncertainty Estimation and Out-of-Distribution Detection for LiDAR Scene Semantic Segmentation

2024-10-11 · Hanieh Shojaei, Qianqian Zou, Max Mehltretter

Safe navigation in new environments requires autonomous vehicles and robots to accurately interpret their surroundings, relying on LiDAR scene segmentation, out-of-distribution (OOD) obstacle detection, and uncertainty computation. We propose a method to distinguish in-distribution (ID) from OOD samples and quantify both epistemic and aleatoric uncertainties using the feature space of a single deterministic model. After training a semantic segmentation network, a Gaussian Mixture Model (GMM) is fitted to its feature space. OOD samples are detected by checking if their squared Mahalanobis distances to each Gaussian component conform to a chi-squared distribution, eliminating the need for an additional OOD training set. Given that the estimated mean and covariance matrix of a multivariate Gaussian distribution follow Gaussian and Inverse-Wishart distributions, multiple GMMs are generated by sampling from these distributions to assess epistemic uncertainty through classification variability. Aleatoric uncertainty is derived from the entropy of responsibility values within Gaussian components. Comparing our method with deep ensembles and logit-sampling for uncertainty computation demonstrates its superior performance in real-world applications for quantifying epistemic and aleatoric uncertainty, as well as detecting OOD samples. While deep ensembles miss some highly uncertain samples, our method successfully detects them and assigns high epistemic uncertainty.

📄 PDF Abstract BibTeX arXiv:2410.08687

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesOut-of-Distribution DetectionScene SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

LiDAR-MIMO: Efficient Uncertainty Estimation for LiDAR-based 3D Object Detection

2022-06-01 · Matthew Pitropov, Chengjie Huang, Vahdat Abdelzad, Krzysztof Czarnecki 외

The estimation of uncertainty in robotic vision, such as 3D object detection, is an essential component in developing safe autonomous systems aware of their own performance. However, the deployment of current uncertainty…

3D Object DetectionObjectobject-detectionObject Detection

LMD: Light-weight Prediction Quality Estimation for Object Detection in Lidar Point Clouds

2023-06-13 · Tobias Riedlinger, Marius Schubert, Sarina Penquitt, Jan-Marcel Kezmann 외

Object detection on Lidar point cloud data is a promising technology for autonomous driving and robotics which has seen a significant rise in performance and accuracy during recent years. Particularly uncertainty estimat…

Autonomous Drivingobject-detectionObject Detection

Harnessing Uncertainty-aware Bounding Boxes for Unsupervised 3D Object Detection

2024-08-01 · Ruiyang Zhang, Hu Zhang, Hang Yu, Zhedong Zheng

Unsupervised 3D object detection aims to identify objects of interest from unlabeled raw data, such as LiDAR points. Recent approaches usually adopt pseudo 3D bounding boxes (3D bboxes) from clustering algorithm to initi…

3D Object Detectionobject-detectionObject Detection

Out-of-Distribution Detection in LiDAR Semantic Segmentation Using Epistemic Uncertainty from Hierarchical GMMs

2025-10-08 · Hanieh Shojaei Miandashti, Claus Brenner arxiv

In addition to accurate scene understanding through precise semantic segmentation of LiDAR point clouds, detecting out-of-distribution (OOD) objects, instances not encountered during training, is essential to prevent the…

Out-of-Distribution DetectionLIDAR Semantic SegmentationScene UnderstandingPoint Clouds

Query2Uncertainty: Robust Uncertainty Quantification and Calibration for 3D Object Detection under Distribution Shift

2026-05-06 · Till Beemelmanns, Alexey Nekrasov, Stefan Vilceanu, Jonas Steinhaus 외 arxiv

Reliable uncertainty estimation for 3D object detection is critical for deploying safe autonomous systems, yet modern detectors remain poorly calibrated, especially under distribution shifts. Although post-hoc calibratio…

3D Object DetectionDensity Estimation