paper-with-me

Papers

Uncertainty Quantified Deep Learning and Regression Analysis Framework for Image Segmentation of Skin Cancer Lesions

2024-12-28 · Elhoucine Elfatimi, Pratik Shah

Deep learning models (DLMs) frequently achieve accurate segmentation and classification of tumors from medical images. However, DLMs lacking feedback on their image segmentation mechanisms, such as Dice coefficients and confidence in their performance, face challenges when processing previously unseen images in real-world clinical settings. Uncertainty estimates to identify DLM predictions at the cellular or single-pixel level that require clinician review can enhance trust. However, their deployment requires significant computational resources. This study reports two DLMs, one trained from scratch and another based on transfer learning, with Monte Carlo dropout or Bayes-by-backprop uncertainty estimations to segment lesions from the publicly available The International Skin Imaging Collaboration-19 dermoscopy image database with cancerous lesions. A novel approach to compute pixel-by-pixel uncertainty estimations of DLM segmentation performance in multiple clinical regions from a single dermoscopy image with corresponding Dice scores is reported for the first time. Image-level uncertainty maps demonstrated correspondence between imperfect DLM segmentation and high uncertainty levels in specific skin tissue regions, with or without lesions. Four new linear regression models that can predict the Dice performance of DLM segmentation using constants and uncertainty measures, either individually or in combination from lesions, tissue structures, and non-tissue pixel regions critical for clinical diagnosis and prognostication in skin images (Spearman's correlation, p < 0.05), are reported for the first time for low-compute uncertainty estimation workflows.

📄 PDF Abstract BibTeX arXiv:2412.20007

Code (1)

Prof-Pratik-Shah-Lab-UCI/skin_project_2024 공식 구현 tf

Tasks

Image SegmentationSegmentationSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…
Monte Carlo Dropout 설명 없음
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 제목 키워드 기반

Automated Learning of Interpretable Models with Quantified Uncertainty

2022-04-12 · G. F. Bomarito, P. E. Leser, N. C. M Strauss, K. M. Garbrecht 외

Interpretability and uncertainty quantification in machine learning can provide justification for decisions, promote scientific discovery and lead to a better understanding of model behavior. Symbolic regression provides…

BIG-bench Machine LearningInterpretable Machine Learningregressionscientific discovery+2

HybridFlow: Quantification of Aleatoric and Epistemic Uncertainty with a Single Hybrid Model

2025-10-06 · Peter Van Katwyk, Karianne J. Bergen arxiv

Uncertainty quantification is critical for ensuring robustness in high-stakes machine learning applications. We introduce HybridFlow, a modular hybrid architecture that unifies the modeling of aleatoric and epistemic unc…

Depth Estimation

Deep regression for uncertainty-aware and interpretable analysis of large-scale body MRI

2021-05-17 · Taro Langner, Robin Strand, Håkan Ahlström, Joel Kullberg

Large-scale medical studies such as the UK Biobank examine thousands of volunteer participants with medical imaging techniques. Combined with the vast amount of collected metadata, anatomical information from these image…

regression

Peri-Net-Pro: The neural processes with quantified uncertainty for crack patterns

2020-05-23 · Moonseop Kim, Guang Lin

This paper uses the peridynamic theory, which is well-suited to crack studies, to predict the crack patterns in a moving disk and classify them according to the modes and finally perform regression analysis. In that way,…

image-classificationImage Classificationregression

Uncertainty Characteristics Curves: A Systematic Assessment of Prediction Intervals

2021-06-01 · Jiri Navratil, Benjamin Elder, Matthew Arnold, Soumya Ghosh 외

Accurate quantification of model uncertainty has long been recognized as a fundamental requirement for trusted AI. In regression tasks, uncertainty is typically quantified using prediction intervals calibrated to a speci…

PredictionPrediction IntervalsregressionUncertainty Quantification