CVLGMar 7, 2025

Conformal Prediction for Image Segmentation Using Morphological Prediction Sets

arXiv:2503.05618v111 citationsh-index: 4MICCAI
Originality Synthesis-oriented
AI Analysis

This addresses uncertainty quantification for image segmentation, particularly in medical imaging, but is incremental as it applies existing conformal methods to a specific task.

The paper tackles uncertainty in binary image segmentation by using conformal prediction with morphological dilation to create prediction sets that include ground-truth masks with high probability, evaluated on medical imaging applications.

Image segmentation is a challenging task influenced by multiple sources of uncertainty, such as the data labeling process or the sampling of training data. In this paper we focus on binary segmentation and address these challenges using conformal prediction, a family of model- and data-agnostic methods for uncertainty quantification that provide finite-sample theoretical guarantees and applicable to any pretrained predictor. Our approach involves computing nonconformity scores, a type of prediction residual, on held-out calibration data not used during training. We use dilation, one of the fundamental operations in mathematical morphology, to construct a margin added to the borders of predicted segmentation masks. At inference, the predicted set formed by the mask and its margin contains the ground-truth mask with high probability, at a confidence level specified by the user. The size of the margin serves as an indicator of predictive uncertainty for a given model and dataset. We work in a regime of minimal information as we do not require any feedback from the predictor: only the predicted masks are needed for computing the prediction sets. Hence, our method is applicable to any segmentation model, including those based on deep learning; we evaluate our approach on several medical imaging applications.

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