Bridging the Inter-Domain Gap through Low-Level Features for Cross-Modal Medical Image Segmentation
Pengfei Lyu, Pak-Hei Yeung, Xiaosheng Yu, Jing Xia, Jianning Chi, Chengdong Wu, Jagath C. Rajapakse

TL;DR
This paper introduces LowBridge, a simple yet effective unsupervised domain adaptation framework for cross-modal medical image segmentation that leverages shared low-level features like edges to improve performance across different imaging modalities.
Contribution
The paper proposes a model-agnostic UDA framework that uses edge-based generative modeling to bridge the inter-domain gap in medical image segmentation, achieving state-of-the-art results.
Findings
Outperforms eleven existing UDA methods across multiple datasets.
Demonstrates robustness and generality across different generative and segmentation models.
Achieves significant improvements in cross-modal medical image segmentation tasks.
Abstract
This paper addresses the task of cross-modal medical image segmentation by exploring unsupervised domain adaptation (UDA) approaches. We propose a model-agnostic UDA framework, LowBridge, which builds on a simple observation that cross-modal images share some similar low-level features (e.g., edges) as they are depicting the same structures. Specifically, we first train a generative model to recover the source images from their edge features, followed by training a segmentation model on the generated source images, separately. At test time, edge features from the target images are input to the pretrained generative model to generate source-style target domain images, which are then segmented using the pretrained segmentation network. Despite its simplicity, extensive experiments on various publicly available datasets demonstrate that \proposed achieves state-of-the-art performance,…
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 · Advanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis
