Diffusion Models for Implicit Image Segmentation Ensembles
Julia Wolleb, Robin Sandkühler, Florentin Bieder, Philippe Valmaggia, Philippe C. Cattin
TL;DR
This paper addresses semantic segmentation of brain tumors in MRIs with reliable uncertainty estimation. It introduces a diffusion-model–based segmentation framework that conditions a DDPM on the input MRI to produce image-specific masks and a distribution of segmentations. The key contributions are training the DDPM on ground-truth masks with MRI priors, enabling implicit ensemble generation and pixel-wise uncertainty maps, and demonstrating competitive performance on BRATS2020. The work offers a practical approach to uncertainty-aware segmentation in clinical settings, highlighting the trade-off between accuracy and sampling speed.
Abstract
Diffusion models have shown impressive performance for generative modelling of images. In this paper, we present a novel semantic segmentation method based on diffusion models. By modifying the training and sampling scheme, we show that diffusion models can perform lesion segmentation of medical images. To generate an image specific segmentation, we train the model on the ground truth segmentation, and use the image as a prior during training and in every step during the sampling process. With the given stochastic sampling process, we can generate a distribution of segmentation masks. This property allows us to compute pixel-wise uncertainty maps of the segmentation, and allows an implicit ensemble of segmentations that increases the segmentation performance. We evaluate our method on the BRATS2020 dataset for brain tumor segmentation. Compared to state-of-the-art segmentation models, our approach yields good segmentation results and, additionally, detailed uncertainty maps.
