Skip to main content
QUICK REVIEW

[论文解读] Leveraging Uncertainty Estimates for Predicting Segmentation Quality

Terrance DeVries, Graham W. Taylor|ArXiv.org|Jul 2, 2018
Explainable Artificial Intelligence (XAI)参考文献 26被引用 58
一句话总结

作者提出一个两阶段框架,使用像素级不确定性图来预测图像级分割质量,并在皮肤病变分割上比较多种不确定性估计方法。

ABSTRACT

The use of deep learning for medical imaging has seen tremendous growth in the research community. One reason for the slow uptake of these systems in the clinical setting is that they are complex, opaque and tend to fail silently. Outside of the medical imaging domain, the machine learning community has recently proposed several techniques for quantifying model uncertainty (i.e.~a model knowing when it has failed). This is important in practical settings, as we can refer such cases to manual inspection or correction by humans. In this paper, we aim to bring these recent results on estimating uncertainty to bear on two important outputs in deep learning-based segmentation. The first is producing spatial uncertainty maps, from which a clinician can observe where and why a system thinks it is failing. The second is quantifying an image-level prediction of failure, which is useful for isolating specific cases and removing them from automated pipelines. We also show that reasoning about spatial uncertainty, the first output, is a useful intermediate representation for generating segmentation quality predictions, the second output. We propose a two-stage architecture for producing these measures of uncertainty, which can accommodate any deep learning-based medical segmentation pipeline.

研究动机与目标

  • Motivate the use of uncertainty estimates in medical image segmentation to support human-in-the-loop decision making.
  • Develop a modular two-stage architecture that jointly produces spatial uncertainty maps and an image-level segmentation quality prediction.
  • Evaluate multiple uncertainty estimation methods to determine their effectiveness for predicting segmentation quality.
  • Demonstrate that explicit spatial uncertainty improves segmentation quality prediction over baselines.

提出的方法

  • Train a semantic segmentation model f to output per-pixel logits and an uncertainty map z.
  • Compute a per-pixel predicted segmentation yhat from f.
  • Train a second network g to predict a segmentation quality metric v (e.g., Jaccard index) from (x, yhat, z).
  • Extract uncertainty maps using one of four methods: Maximum Softmax Probability, MC-Dropout, Heteroscedastic Classifier Neural Network (HCNN), or Learned Confidence Estimates (LCE).
  • Evaluate uncertainty-derived quality predictions against baselines using RMSE, detection error, AUROC, and AUPR.

实验结果

研究问题

  • RQ1Can pixel-level uncertainty maps improve the accuracy of image-level segmentation quality prediction?
  • RQ2Which uncertainty estimation techniques yield the best segmentation quality predictions in a medical imaging setting?
  • RQ3How does incorporating z (uncertainty) into g compare to using only (x, yhat) for predicting segmentation quality?
  • RQ4Is the two-stage approach robust across different uncertainty estimation methods?
  • RQ5What is the relative performance of the proposed method versus RCA and QualityNet for ISIC 2017 skin lesion segmentation?

主要发现

MethodRMSEDetection ErrorAUROCAUPR-PassAUPR-Fail
RCA0.438 ± 0.00743.8 ± 1.053.7 ± 1.474.4 ± 1.430.7 ± 0.9
QualityNet0.213 ± 0.00925.7 ± 2.780.9 ± 3.189.0 ± 2.369.1 ± 4.7
No Uncertainty0.198 ± 0.01127.3 ± 3.379.8 ± 3.888.5 ± 1.966.4 ± 7.9
Max Probability0.168 ± 0.01418.4 ± 3.088.4 ± 2.293.2 ± 1.680.5 ± 3.2
MC-dropout0.163 ± 0.01018.8 ± 1.488.1 ± 0.893.5 ± 1.378.1 ± 3.0
HCNN0.196 ± 0.02321.3 ± 1.885.5 ± 1.591.6 ± 1.476.2 ± 4.5
LCE0.167 ± 0.01919.3 ± 1.188.3 ± 1.493.6 ± 1.579.1 ± 3.9
  • Using explicit uncertainty information improves segmentation quality estimation over a no-uncertainty baseline.
  • Maximum softmax probability, MC-Dropout, and Learned Confidence Estimates perform similarly in this setting, offering improvements over baselines.
  • HCNN shows the least improvement among the uncertainty methods for segmentation quality prediction.
  • RCA performs poorly on ISIC 2017 data due to high variability in lesion appearance.
  • QualityNet performs roughly on par with the no-uncertainty baseline in this study.
  • The two-stage framework consistently reduces RMSE and detection error when uncertainty is incorporated.

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。