Unsupervised Domain Adaptation via Similarity-based Prototypes for Cross-Modality Segmentation
Ziyu Ye, Chen Ju, Chaofan Ma, Xiaoyun Zhang
TL;DR
This work tackles unsupervised domain adaptation for cross-modality medical image segmentation by introducing a unified, end-to-end framework that explicitly aligns features to class-wise prototypes. It leverages a cycle-consistent architecture with two generators to translate between domains and computes class-wise prototypes from embedded representations, storing them in feature dictionaries to enable cross-image, contrastive learning. The method introduces a cosine-based class-wise similarity loss and a dictionary-driven prototype contrastive loss, improving intra-class consistency and inter-class separability while reducing domain gaps. Empirical results on the MRI-to-CT task in the MMWH dataset show state-of-the-art Dice scores and competitive boundary metrics, validating the effectiveness of prototype-based alignment for cross-modality segmentation in clinical imaging contexts.
Abstract
Deep learning models have achieved great success on various vision challenges, but a well-trained model would face drastic performance degradation when applied to unseen data. Since the model is sensitive to domain shift, unsupervised domain adaptation attempts to reduce the domain gap and avoid costly annotation of unseen domains. This paper proposes a novel framework for cross-modality segmentation via similarity-based prototypes. In specific, we learn class-wise prototypes within an embedding space, then introduce a similarity constraint to make these prototypes representative for each semantic class while separable from different classes. Moreover, we use dictionaries to store prototypes extracted from different images, which prevents the class-missing problem and enables the contrastive learning of prototypes, and further improves performance. Extensive experiments show that our method achieves better results than other state-of-the-art methods.
