Few-shot Unsupervised Domain Adaptation for Multi-modal Cardiac Image Segmentation
Mingxuan Gu, Sulaiman Vesal, Ronak Kosti, Andreas Maier

TL;DR
This paper introduces a few-shot unsupervised domain adaptation method for cardiac image segmentation that effectively adapts models using only one unlabeled target sample, addressing data scarcity in medical imaging.
Contribution
The paper proposes FUDA, a novel approach that generates diverse target-style images from a single sample using RAIN and trains segmentation models with these images, advancing UDA in data-limited scenarios.
Findings
Improves Dice score by 0.33 in target domain
Achieves 0.28 Dice score improvement in one-shot setting
Demonstrates effectiveness with only one unlabeled target sample
Abstract
Unsupervised domain adaptation (UDA) methods intend to reduce the gap between source and target domains by using unlabeled target domain and labeled source domain data, however, in the medical domain, target domain data may not always be easily available, and acquiring new samples is generally time-consuming. This restricts the development of UDA methods for new domains. In this paper, we explore the potential of UDA in a more challenging while realistic scenario where only one unlabeled target patient sample is available. We call it Few-shot Unsupervised Domain adaptation (FUDA). We first generate target-style images from source images and explore diverse target styles from a single target patient with Random Adaptive Instance Normalization (RAIN). Then, a segmentation network is trained in a supervised manner with the generated target images. Our experiments demonstrate that FUDA…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Multimodal Machine Learning Applications
MethodsAdaptive Instance Normalization · Instance Normalization
