paper-with-me

Papers

Quantifying Predictive Uncertainty in Medical Image Analysis with Deep Kernel Learning

2021-06-01 · Zhiliang Wu, Yinchong Yang, Jindong Gu, Volker Tresp

Deep neural networks are increasingly being used for the analysis of medical images. However, most works neglect the uncertainty in the model's prediction. We propose an uncertainty-aware deep kernel learning model which permits the estimation of the uncertainty in the prediction by a pipeline of a Convolutional Neural Network and a sparse Gaussian Process. Furthermore, we adapt different pre-training methods to investigate their impacts on the proposed model. We apply our approach to Bone Age Prediction and Lesion Localization. In most cases, the proposed model shows better performance compared to common architectures. More importantly, our model expresses systematically higher confidence in more accurate predictions and less confidence in less accurate ones. Our model can also be used to detect challenging and controversial test samples. Compared to related methods such as Monte-Carlo Dropout, our approach derives the uncertainty information in a purely analytical fashion and is thus computationally more efficient.

📄 PDF Abstract BibTeX arXiv:2106.00638

Code (1)

ZhiliangWu/mDKL 공식 구현 pytorch

Tasks

Medical Image AnalysisPrediction

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…
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Sparse Bayesian Networks: Efficient Uncertainty Quantification in Medical Image Analysis

2024-06-11 · Zeinab Abboud, Herve Lombaert, Samuel Kadoury

Efficiently quantifying predictive uncertainty in medical images remains a challenge. While Bayesian neural networks (BNN) offer predictive uncertainty, they require substantial computational resources to train. Although…

Medical Image AnalysisUncertainty Quantification

A Simple Framework to Quantify Different Types of Uncertainty in Deep Neural Networks for Image Classification

2020-11-17 · Aria Khoshsirat

Quantifying uncertainty in a model's predictions is important as it enables the safety of an AI system to be increased by acting on the model's output in an informed manner. This is crucial for applications where the cos…

General Classificationimage-classificationImage ClassificationMedical Image Analysis

Objective Evaluation of Deep Uncertainty Predictions for COVID-19 Detection

2020-12-22 · Hamzeh Asgharnezhad, Afshar Shamsi, Roohallah Alizadehsani, Abbas Khosravi 외

Deep neural networks (DNNs) have been widely applied for detecting COVID-19 in medical images. Existing studies mainly apply transfer learning and other data representation strategies to generate accurate point estimates…

Transfer LearningUncertainty Quantification

Predictive uncertainty estimation in deep learning for lung carcinoma classification in digital pathology under real dataset shifts

2024-08-15 · Abdur R. Fayjie, Jutika Borah, Florencia Carbone, Jan Tack 외

Deep learning has shown tremendous progress in a wide range of digital pathology and medical image classification tasks. Its integration into safe clinical decision-making support requires robust and reliable models. How…

Decision MakingDiagnosticFew-Shot Learningimage-classification+3

Improving Aleatoric Uncertainty Quantification in Multi-Annotated Medical Image Segmentation with Normalizing Flows

2021-08-04 · M. M. A. Valiuddin, C. G. A. Viviers, R. J. G. van Sloun, P. H. N. de With 외

Quantifying uncertainty in medical image segmentation applications is essential, as it is often connected to vital decision-making. Compelling attempts have been made in quantifying the uncertainty in image segmentation …

Decision MakingImage SegmentationMedical Image SegmentationSegmentation+2