Uncertainty-aware segmentation quality prediction via deep learning Bayesian modeling: comprehensive evaluation and interpretation on skin cancer and liver segmentation

Image segmentation is a critical step in computational biomedical image analysis, typically evaluated using metrics like the Dice coefficient during training and validation. However, in clinical settings without manual annotations, assessing segmentation quality becomes challenging, and models lacki...

Descripción completa

Detalles Bibliográficos
Autores: Okkath Krishnanunni, Sikha, Riera-Marin, Meritxell, Galdran, Adrian, García López, Javier, Rodriguez-Comas, Júlia, Piella Fenoy, Gemma, González Ballester, Miguel Ángel, 1973-
Tipo de recurso: artículo
Estado:Versión publicada
Fecha de publicación:2025
País:España
Institución:Universitat Pompeu Fabra
Repositorio:Repositorio Digital de la UPF
OAI Identifier:oai:dnet:rdupf_______::765180d0cf7bab14a231fc00b78f679e
Acceso en línea:https://hdl.handle.net/10230/72828
http://dx.doi.org/10.1016/j.compmedimag.2025.102547
Access Level:acceso abierto
Palabra clave:Image segmentation
Ground-truth free performance evaluation
Uncertainty quantification
Uncertainty aggregate score
Explainable AI
Descripción
Sumario:Image segmentation is a critical step in computational biomedical image analysis, typically evaluated using metrics like the Dice coefficient during training and validation. However, in clinical settings without manual annotations, assessing segmentation quality becomes challenging, and models lacking reliability indicators face adoption barriers. To address this gap, we propose a novel framework for predicting segmentation quality without requiring ground truth annotations during test time. Our approach introduces two complementary frameworks: one leveraging predicted segmentation and uncertainty maps, and another integrating the original input image, uncertainty maps, and predicted segmentation maps. We present Bayesian adaptations of two benchmark segmentation models -SwinUNet and Feature Pyramid Network with ResNet50- using Monte Carlo Dropout, Ensemble, and Test Time Augmentation to quantify uncertainty. We evaluate four uncertainty estimates -confidence map, entropy, mutual information, and expected pairwise Kullback-Leibler divergence- on 2D skin lesion and 3D liver segmentation datasets, analyzing their correlation with segmentation quality metrics. Our framework achieves an R score of 93.25 and Pearson correlation of 96.58 on the HAM10000 dataset, outperforming previous segmentation quality assessment methods. For 3D liver segmentation, Test Time Augmentation with entropy achieves an R score of 85.03 and a Pearson correlation of 65.02, demonstrating cross-modality robustness. Additionally, we propose an aggregation strategy that combines multiple uncertainty estimates into a single score per image, offering a more robust and comprehensive assessment of segmentation quality compared to evaluating each measure independently. The proposed uncertainty-aware segmentation quality prediction network is interpreted using gradient-based methods such as Grad-CAM and feature embedding analysis through UMAP. These techniques provide insights into the model's behavior and reliability, helping to assess the impact of incorporating uncertainty into the segmentation quality prediction pipeline. The code is available at: https://github.com/sikha2552/Uncertainty-Aware-Segmentation-Quality-Prediction-Bayesian-Modeling-with-Comprehensive-Evaluation-.