Diffusion Probabilistic Multi-cue Level Set for Reducing Edge Uncertainty in Pancreas Segmentation
Yue Gou, Yuming Xing, Shengzhu Shi, Zhichang Guo
TL;DR
This work addresses the challenging task of pancreas segmentation in CT images, where small organ size, variable morphology, and low contrast compromise edge accuracy. It introduces Diff-mcs, a coarse-to-fine framework that uses a diffusion probabilistic model to generate a probabilistic prior for the pancreas and then refines edges with a multi-cue level set that fuses grayscale, texture, and prior information. The method achieves state-of-the-art Dice scores across AbdomenCT-1K, NIH, and MSD datasets (e.g., Stage1 Dice ~89.4, Stage2 Dice ~92.3 on AbdomenCT-1K), with ablation studies confirming the importance of rough position, texture cues, and the diffusion-based prior. Uncertainty analyses show improved edge robustness and reduced variability after the refinement, highlighting practical benefits for reliable pancreas delineation in clinical settings. The approach offers a principled integration of probabilistic priors and variational edge refinement, with code available at the provided GitHub repository.
Abstract
Accurately segmenting the pancreas remains a huge challenge. Traditional methods encounter difficulties in semantic localization due to the small volume and distorted structure of the pancreas, while deep learning methods encounter challenges in obtaining accurate edges because of low contrast and organ overlapping. To overcome these issues, we propose a multi-cue level set method based on the diffusion probabilistic model, namely Diff-mcs. Our method adopts a coarse-to-fine segmentation strategy. We use the diffusion probabilistic model in the coarse segmentation stage, with the obtained probability distribution serving as both the initial localization and prior cues for the level set method. In the fine segmentation stage, we combine the prior cues with grayscale cues and texture cues to refine the edge by maximizing the difference between probability distributions of the cues inside and outside the level set curve. The method is validated on three public datasets and achieves state-of-the-art performance, which can obtain more accurate segmentation results with lower uncertainty segmentation edges. In addition, we conduct ablation studies and uncertainty analysis to verify that the diffusion probability model provides a more appropriate initialization for the level set method. Furthermore, when combined with multiple cues, the level set method can better obtain edges and improve the overall accuracy. Our code is available at https://github.com/GOUYUEE/Diff-mcs.
