paper-with-me

Papers

Enhancing Uncertainty Estimation in Semantic Segmentation via Monte-Carlo Frequency Dropout

2025-01-20 · Tal Zeevi, Lawrence H. Staib, John A. Onofrey

Monte-Carlo (MC) Dropout provides a practical solution for estimating predictive distributions in deterministic neural networks. Traditional dropout, applied within the signal space, may fail to account for frequency-related noise common in medical imaging, leading to biased predictive estimates. A novel approach extends Dropout to the frequency domain, allowing stochastic attenuation of signal frequencies during inference. This creates diverse global textural variations in feature maps while preserving structural integrity -- a factor we hypothesize and empirically show is contributing to accurately estimating uncertainties in semantic segmentation. We evaluated traditional MC-Dropout and the MC-frequency Dropout in three segmentation tasks involving different imaging modalities: (i) prostate zones in biparametric MRI, (ii) liver tumors in contrast-enhanced CT, and (iii) lungs in chest X-ray scans. Our results show that MC-Frequency Dropout improves calibration, convergence, and semantic uncertainty, thereby improving prediction scrutiny, boundary delineation, and has the potential to enhance medical decision-making.

📄 PDF Abstract BibTeX arXiv:2501.11258

Code (1)

talze/frequency-dropout 공식 구현 pytorch

Tasks

Decision MakingSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Uncertainty estimation in Deep Learning for Panoptic segmentation

2023-04-04 · Michael Smith, Frank Ferrie

As deep learning-based computer vision algorithms continue to advance the state of the art, their robustness to real-world data continues to be an issue, making it difficult to bring an algorithm from the lab to the real…

Deep Learningimage-classificationImage ClassificationPanoptic Segmentation+2

A Comparative Study on Multi-task Uncertainty Quantification in Semantic Segmentation and Monocular Depth Estimation

2024-05-27 · Steven Landgraf, Markus Hillemann, Theodor Kapler, Markus Ulrich

Deep neural networks excel in perception tasks such as semantic segmentation and monocular depth estimation, making them indispensable in safety-critical applications like autonomous driving and industrial inspection. Ho…

Autonomous DrivingDepth EstimationMonocular Depth EstimationMulti-Task Learning+2

Instance-wise Uncertainty for Class Imbalance in Semantic Segmentation

2024-07-17 · Luís Almeida, Inês Dutra, Francesco Renna

Semantic segmentation is a fundamental computer vision task with a vast number of applications. State of the art methods increasingly rely on deep learning models, known to incorrectly estimate uncertainty and being over…

SegmentationSemantic SegmentationUncertainty Quantification

Enhanced Uncertainty Estimation in Ultrasound Image Segmentation with MSU-Net

2024-07-31 · Rohini Banerjee, Cecilia G. Morales, Artur Dubrawski

Efficient intravascular access in trauma and critical care significantly impacts patient outcomes. However, the availability of skilled medical personnel in austere environments is often limited. Autonomous robotic ultra…

Image SegmentationSegmentationSemantic Segmentation

Sampling-free Epistemic Uncertainty Estimation Using Approximated Variance Propagation

2019-08-01 · ICCV 2019 10 · Janis Postels, Francesco Ferroni, Huseyin Coskun, Nassir Navab 외

We present a sampling-free approach for computing the epistemic uncertainty of a neural network. Epistemic uncertainty is an important quantity for the deployment of deep neural networks in safety-critical applications, …

Semantic Segmentation