Stable Diffusion Segmentation for Biomedical Images with Single-step Reverse Process
About
Diffusion models have demonstrated their effectiveness across various generative tasks. However, when applied to medical image segmentation, these models encounter several challenges, including significant resource and time requirements. They also necessitate a multi-step reverse process and multiple samples to produce reliable predictions. To address these challenges, we introduce the first latent diffusion segmentation model, named SDSeg, built upon stable diffusion (SD). SDSeg incorporates a straightforward latent estimation strategy to facilitate a single-step reverse process and utilizes latent fusion concatenation to remove the necessity for multiple samples. Extensive experiments indicate that SDSeg surpasses existing state-of-the-art methods on five benchmark datasets featuring diverse imaging modalities. Remarkably, SDSeg is capable of generating stable predictions with a solitary reverse step and sample, epitomizing the model's stability as implied by its name. The code is available at https://github.com/lin-tianyu/Stable-Diffusion-Seg
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Medical Image Segmentation | ISIC 2018 | Dice Score88.1 | 92 | |
| Medical Image Segmentation | CVC-ClinicDB | Dice Score93.6 | 68 | |
| Lesion Segmentation | LI | mDice76.6 | 18 | |
| Lesion Segmentation | BL | mDice78.7 | 18 | |
| Lesion Segmentation | CP | mDice86.6 | 18 | |
| Lesion Segmentation | WA | mDice85.1 | 18 | |
| Lesion Segmentation | BT | mDice81.2 | 18 | |
| Lesion Segmentation | ADC | mDice91.3 | 18 | |
| Medical Image Segmentation | REF | Dice88.7 | 6 | |
| Medical Image Segmentation | QaTa | Dice77.6 | 6 |