Home

Awesome

Robust Source-Free Domain Adaptation for Fundus Image Segmentation

Datasets & Code for the WACV 2024 paper 'Robust Source-Free Domain Adaptation for Fundus Image Segmentation' Paper.

In this study, we propose a two-stage training strategy for robust domain adaptation. In the source training stage, we utilize adversarial sample augmentation to enhance the robustness and generalization capability of the source model. And in the target training stage, we propose a novel robust pseudo-label and pseudo-boundary (PLPB) method, which effectively utilizes unlabeled target data to generate pseudo labels and pseudo boundaries that enable model self-adaptation without requiring source data. Extensive experimental results on cross-domain fundus image segmentation confirm the effectiveness and versatility of our method.

Paper

Robust Source-Free Domain Adaptation for Fundus Image Segmentation WACV 2024 image

Pytorch implementation of our method PLPB.

Installation

git clone https://github.com/LinGrayy/PLPB
cd PLPB

Train

Acknowledgement

The code for source domain training is modified from BEAL and DPL.