paper-with-me

홈 › Papers

Uncertainty Estimation for Safety-critical Scene Segmentation via Fine-grained Reward Maximization

2023-11-05 · NeurIPS 2023 11 · Hongzheng Yang, Cheng Chen, Yueyao Chen, Markus Scheppach, Hon Chi Yip, Qi Dou

Uncertainty estimation plays an important role for future reliable deployment of deep segmentation models in safety-critical scenarios such as medical applications. However, existing methods for uncertainty estimation have been limited by the lack of explicit guidance for calibrating the prediction risk and model confidence. In this work, we propose a novel fine-grained reward maximization (FGRM) framework, to address uncertainty estimation by directly utilizing an uncertainty metric related reward function with a reinforcement learning based model tuning algorithm. This would benefit the model uncertainty estimation through direct optimization guidance for model calibration. Specifically, our method designs a new uncertainty estimation reward function using the calibration metric, which is maximized to fine-tune an evidential learning pre-trained segmentation model for calibrating prediction risk. Importantly, we innovate an effective fine-grained parameter update scheme, which imposes fine-grained reward-weighting of each network parameter according to the parameter importance quantified by the fisher information matrix. To the best of our knowledge, this is the first work exploring reward optimization for model uncertainty estimation in safety-critical vision tasks. The effectiveness of our method is demonstrated on two large safety-critical surgical scene segmentation datasets under two different uncertainty estimation settings. With real-time one forward pass at inference, our method outperforms state-of-the-art methods by a clear margin on all the calibration metrics of uncertainty estimation, while maintaining a high task accuracy for the segmentation results. Code is available at \url{https://github.com/med-air/FGRM}.

📄 PDF Abstract BibTeX arXiv:2311.02719

Code (1)

med-air/fgrm 공식 구현 pytorch

Tasks

Scene SegmentationSegmentation

Similar Papers 제목 키워드 기반

Calibrated and Efficient Sampling-Free Confidence Estimation for LiDAR Scene Semantic Segmentation

2024-11-18 · Hanieh Shojaei Miandashti, Qianqian Zou, Claus Brenner

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 autonomo…

Autonomous DrivingLIDAR Semantic SegmentationScene UnderstandingSegmentation+1

Bayesian Neural Networks for 2D MRI Segmentation

2023-11-24 · Lohith Konathala

Uncertainty quantification is vital for safety-critical Deep Learning applications like medical image segmentation. We introduce BA U-Net, an uncertainty-aware model for MRI segmentation that integrates Bayesian Neural N…

Deep LearningImage SegmentationMedical Image SegmentationMRI segmentation+3

Learning Uncertainty For Safety-Oriented Semantic Segmentation In Autonomous Driving

2021-05-28 · Victor Besnier, David Picard, Alexandre Briot

In this paper, we show how uncertainty estimation can be leveraged to enable safety critical image segmentation in autonomous driving, by triggering a fallback behavior if a target accuracy cannot be guaranteed. We intro…

Autonomous DrivingImage SegmentationSemantic Segmentation

Confidence is Not Reliability: Rethinking MC Dropout in Brain Tumour Segmentation

2026-06-17 · Xin Ci Wong, Duygu Sarikaya, Kieran Zucker, Marc De Kamps 외 arxiv

Glioma segmentation in multiparametric MRI is a critical component of treatment planning. A segmentation model that fails silently on treatment-critical sub-regions represents a patient safety risk that overlap-based met…

Enhancing Self-Driving Segmentation in Adverse Weather Conditions: A Dual Uncertainty-Aware Training Approach to SAM Optimization

2025-09-05 · Dharsan Ravindran, Kevin Wang, Zhuoyuan Cao, Saleh Abdelrahman 외 arxiv

Recent advances in vision foundation models, such as the Segment Anything Model (SAM) and its successor SAM2, have achieved state-of-the-art performance on general image segmentation benchmarks. However, these models str…

Medical Image SegmentationAutonomous DrivingScene Recognition