CVAIHCLGSep 5, 2024

Improving Uncertainty-Error Correspondence in Deep Bayesian Medical Image Segmentation

arXiv:2409.03470v11 citationsh-index: 6Has Code
AI Analysis

This work addresses the need for semi-automated quality assessment in medical image segmentation to reduce manual labor, though it is incremental as it builds on prior methods for uncertainty-error correspondence.

The paper tackles the problem of improving the utility of Bayesian uncertainty maps in medical image segmentation by training a FlipOut model with an Accuracy-vs-Uncertainty loss to suppress uncertainty in accurate regions while maintaining it in inaccurate ones, achieving this on head-and-neck CT and prostate MR datasets with results showing successful suppression compared to a baseline.

Increased usage of automated tools like deep learning in medical image segmentation has alleviated the bottleneck of manual contouring. This has shifted manual labour to quality assessment (QA) of automated contours which involves detecting errors and correcting them. A potential solution to semi-automated QA is to use deep Bayesian uncertainty to recommend potentially erroneous regions, thus reducing time spent on error detection. Previous work has investigated the correspondence between uncertainty and error, however, no work has been done on improving the "utility" of Bayesian uncertainty maps such that it is only present in inaccurate regions and not in the accurate ones. Our work trains the FlipOut model with the Accuracy-vs-Uncertainty (AvU) loss which promotes uncertainty to be present only in inaccurate regions. We apply this method on datasets of two radiotherapy body sites, c.f. head-and-neck CT and prostate MR scans. Uncertainty heatmaps (i.e. predictive entropy) are evaluated against voxel inaccuracies using Receiver Operating Characteristic (ROC) and Precision-Recall (PR) curves. Numerical results show that when compared to the Bayesian baseline the proposed method successfully suppresses uncertainty for accurate voxels, with similar presence of uncertainty for inaccurate voxels. Code to reproduce experiments is available at https://github.com/prerakmody/bayesuncertainty-error-correspondence

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes