Noise-Consistent Siamese-Diffusion for Medical Image Synthesis and Segmentation
Kunpeng Qiu, Zhiqiang Gao, Zhiying Zhou, Mingjie Sun, Yongxin Guo
TL;DR
The paper addresses data scarcity in medical image segmentation by introducing Siamese-Diffusion, a dual-path diffusion framework that couples Mask-Diffusion (mask-only) with Image-Diffusion (mask+image) and uses a Noise Consistency Loss to steer Mask-Diffusion toward high-fidelity, morphologically rich minima. A Dense Hint Input module and Online-Augmentation further enhance priors and data volume, while sampling relies on Mask-Diffusion to maintain diversity. Across five datasets, the approach yields superior image quality (FID, KID, CLIP-I, LPIPS, CMMD, MOS) and improves segmentation performance (notably SANet by 3.6% mDice and 4.4% mIoU on Polyps; UNet by 1.52% and 1.64% on ISIC2018). The findings demonstrate that high-fidelity morphology coupled with morphological diversity enhances downstream segmentation reliability, offering a scalable path for data augmentation in medical imaging. The work provides a practical, code-supported framework for generating diverse, high-quality synthetic data to bolster segmentation models under limited annotation regimes.
Abstract
Deep learning has revolutionized medical image segmentation, yet its full potential remains constrained by the paucity of annotated datasets. While diffusion models have emerged as a promising approach for generating synthetic image-mask pairs to augment these datasets, they paradoxically suffer from the same data scarcity challenges they aim to mitigate. Traditional mask-only models frequently yield low-fidelity images due to their inability to adequately capture morphological intricacies, which can critically compromise the robustness and reliability of segmentation models. To alleviate this limitation, we introduce Siamese-Diffusion, a novel dual-component model comprising Mask-Diffusion and Image-Diffusion. During training, a Noise Consistency Loss is introduced between these components to enhance the morphological fidelity of Mask-Diffusion in the parameter space. During sampling, only Mask-Diffusion is used, ensuring diversity and scalability. Comprehensive experiments demonstrate the superiority of our method. Siamese-Diffusion boosts SANet's mDice and mIoU by 3.6% and 4.4% on the Polyps, while UNet improves by 1.52% and 1.64% on the ISIC2018. Code is available at GitHub.
