paper-with-me

Papers

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

2023-07-19 · Qinji Yu, Nan Xi, Junsong Yuan, Ziyu Zhou, Kang Dang, Xiaowei Ding

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.

📄 PDF Abstract BibTeX arXiv:2307.09769

Code (1)

cscyqj/miccai23-protocontra-sfda 공식 구현 pytorch

Tasks

Contrastive LearningDomain AdaptationImage SegmentationMedical Image SegmentationSegmentationSemantic SegmentationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Multi Task Consistency Guided Source-Free Test-Time Domain Adaptation Medical Image Segmentation

2023-10-18 · Yanyu Ye, Zhenxi Zhang, Wei Wei, Chunna Tian

Source-free test-time adaptation for medical image segmentation aims to enhance the adaptability of segmentation models to diverse and previously unseen test sets of the target domain, which contributes to the generaliza…

Domain AdaptationImage SegmentationMedical Image SegmentationSegmentation+2

Robust Source-Free Domain Adaptation for Medical Image Segmentation based on Curriculum Learning

2025-10-09 · Ziqi Zhang, Yuexiang Li, Yawen Huang, Nanjun He 외 arxiv

Recent studies have uncovered a new research line, namely source-free domain adaptation, which adapts a model to target domains without using the source data. Such a setting can address the concerns on data privacy and s…

Source-Free Domain AdaptationMedical Image SegmentationPolyp Segmentation

Local-Global Pseudo-label Correction for Source-free Domain Adaptive Medical Image Segmentation

2023-08-28 · Yanyu Ye, Zhengxi Zhang, Chunna Tianb, Wei Wei

Domain shift is a commonly encountered issue in medical imaging solutions, primarily caused by variations in imaging devices and data sources. To mitigate this problem, unsupervised domain adaptation techniques have been…

Domain AdaptationImage SegmentationMedical Image SegmentationPseudo Label+4

Day-Night Adaptation: An Innovative Source-free Adaptation Framework for Medical Image Segmentation

2024-10-17 · Ziyang Chen, Yiwen Ye, Yongsheng Pan, Jingfeng Zhang 외

Distribution shifts widely exist in medical images acquired from different medical centres, hindering the deployment of semantic segmentation models trained on one centre (source domain) to another (target domain). While…

Domain AdaptationImage SegmentationMedical Image SegmentationSemantic Segmentation+3

MIAdapt: Source-free Few-shot Domain Adaptive Object Detection for Microscopic Images

2025-03-05 · Nimra Dilawar, Sara Nadeem, Javed Iqbal, Waqas Sultani 외

Existing generic unsupervised domain adaptation approaches require access to both a large labeled source dataset and a sufficient unlabeled target dataset during adaptation. However, collecting a large dataset, even if u…

Domain Adaptationobject-detectionObject DetectionUnsupervised Domain Adaptation