Robust Conformal Volume Estimation in 3D Medical Images
Benjamin Lambert, Florence Forbes, Senan Doyle, Michel Dojat
TL;DR
This work tackles uncertainty quantification in 3D medical image volumetry when covariate shifts violate exchangeability in standard conformal prediction. It introduces Weighted Conformal Prediction (WCP) that reweights calibration samples using density ratios, and facilitates efficient density-ratio estimation by leveraging latent representations from a multi-head segmentation network. The method is evaluated on synthetic data with controlled shifts and real BraTS brain tumor MRI data, showing that latent-based WCP recovers target coverage under moderate covariate shifts and maintains calibrated intervals, albeit with wider widths, while Standard CP struggles under shift. The approach provides a scalable path to calibrated volumetric intervals in clinical workflows, with public code availability for replication and adoption.
Abstract
Volumetry is one of the principal downstream applications of 3D medical image segmentation, for example, to detect abnormal tissue growth or for surgery planning. Conformal Prediction is a promising framework for uncertainty quantification, providing calibrated predictive intervals associated with automatic volume measurements. However, this methodology is based on the hypothesis that calibration and test samples are exchangeable, an assumption that is in practice often violated in medical image applications. A weighted formulation of Conformal Prediction can be framed to mitigate this issue, but its empirical investigation in the medical domain is still lacking. A potential reason is that it relies on the estimation of the density ratio between the calibration and test distributions, which is likely to be intractable in scenarios involving high-dimensional data. To circumvent this, we propose an efficient approach for density ratio estimation relying on the compressed latent representations generated by the segmentation model. Our experiments demonstrate the efficiency of our approach to reduce the coverage error in the presence of covariate shifts, in both synthetic and real-world settings. Our implementation is available at https://github.com/benolmbrt/wcp_miccai
