Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Source-Free Domain Adaptation for Medical Image Segmentation via Prototype-Anchored Feature Alignment and Contrastive Learning

About

Unsupervised domain adaptation (UDA) has increasingly gained interests for its capacity to transfer the knowledge learned from a labeled source domain to an unlabeled target domain. However, typical UDA methods require concurrent access to both the source and target domain data, which largely limits its application in medical scenarios where source data is often unavailable due to privacy concern. To tackle the source data-absent problem, we present a novel two-stage source-free domain adaptation (SFDA) framework for medical image segmentation, where only a well-trained source segmentation model and unlabeled target data are available during domain adaptation. Specifically, in the prototype-anchored feature alignment stage, we first utilize the weights of the pre-trained pixel-wise classifier as source prototypes, which preserve the information of source features. Then, we introduce the bi-directional transport to align the target features with class prototypes by minimizing its expected cost. On top of that, a contrastive learning stage is further devised to utilize those pixels with unreliable predictions for a more compact target feature distribution. Extensive experiments on a cross-modality medical segmentation task demonstrate the superiority of our method in large domain discrepancy settings compared with the state-of-the-art SFDA approaches and even some UDA methods. Code is available at https://github.com/CSCYQJ/MICCAI23-ProtoContra-SFDA.

Qinji Yu, Nan Xi, Junsong Yuan, Ziyu Zhou, Kang Dang, Xiaowei Ding• 2023

Related benchmarks

TaskDatasetResultRank
Polyp SegmentationKvasir (test)
Dice Coefficient68.9
82
Polyp SegmentationKvasir-SEG CVC-ClinicDB (test)
Dice78
23
Medical Image SegmentationMS-CMRSeg (target)
Average DSC72.5
13
Abdominal SegmentationAMOS MR → CT
Liver75.6
9
Abdominal SegmentationAMOS CT → MR
Liver95.5
9
Cardiac structure segmentationCardiac adaptation US -> MR (test)
DICE (LV)5.2
9
Brain Tumor SegmentationBraTS T1n→T2w
DICE TC0.7
9
Brain Tumor SegmentationBraTS T2w→T1n
Dice TC0.7
9
Brain Tumor SegmentationBraTS T2f→T1c
Dice TC2.6
9
Cardiac structure segmentationCardiac adaptation MR -> US (test)
DICE (LV)1.2
9
Showing 10 of 11 rows

Other info

Code

Follow for update