DC-Seg: Disentangled Contrastive Learning for Brain Tumor Segmentation with Missing Modalities
About
Accurate segmentation of brain images typically requires the integration of complementary information from multiple image modalities. However, clinical data for all modalities may not be available for every patient, creating a significant challenge. To address this, previous studies encode multiple modalities into a shared latent space. While somewhat effective, it remains suboptimal, as each modality contains distinct and valuable information. In this study, we propose DC-Seg (Disentangled Contrastive Learning for Segmentation), a new method that explicitly disentangles images into modality-invariant anatomical representation and modality-specific representation, by using anatomical contrastive learning and modality contrastive learning respectively. This solution improves the separation of anatomical and modality-specific features by considering the modality gaps, leading to more robust representations. Furthermore, we introduce a segmentation-based regularizer that enhances the model's robustness to missing modalities. Extensive experiments on the BraTS 2020 and a private white matter hyperintensity(WMH) segmentation dataset demonstrate that DC-Seg outperforms state-of-the-art methods in handling incomplete multimodal brain tumor segmentation tasks with varying missing modalities, while also demonstrate strong generalizability in WMH segmentation. The code is available at https://github.com/CuCl-2/DC-Seg.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Brain Tumor Segmentation | BraTS Whole 2020 | Dice Coefficient87.25 | 26 | |
| Brain Tumor Segmentation | BraTS Enhancing 2020 | Dice Coefficient63.21 | 11 | |
| Brain Tumor Segmentation | BraTS Core 2020 | Dice Coefficient77.99 | 11 | |
| Tumor Core Segmentation | BraTS 2020 | Average Dice79.63 | 8 | |
| Enhancing Tumor Segmentation | BraTS 2020 | T2 Score47.76 | 6 | |
| Whole Tumor Segmentation | BraTS 2020 | Score (T2)86.72 | 6 | |
| Multimodal MRI Segmentation | MSD Prostate Peripheral Zone (test) | Dice (T2)79.21 | 3 |