Zhang Zhongzhou, Chen Yingyu, Yu Hui, Wang Zhiwen, Wang Shanshan, Fan Fenglei, Shan Hongming, Zhang Yi
IEEE Trans Med Imaging. 2025 May;44(5):1988-2001. doi: 10.1109/TMI.2024.3523319. Epub 2025 May 2.
Learning a generalizable medical image segmentation model is an important but challenging task since the unseen (testing) domains may have significant discrepancies from seen (training) domains due to different vendors and scanning protocols. Existing segmentation methods, typically built upon domain generalization (DG), aim to learn multi-source domain-invariant features through data or feature augmentation techniques, but the resulting models either fail to characterize global domains during training or cannot sense unseen domain information during testing. To tackle these challenges, we propose a domain Unifying and Adapting network (UniAda) for generalizable medical image segmentation, a novel "unifying while training, adapting while testing" paradigm that can learn a domain-aware base model during training and dynamically adapt it to unseen target domains during testing. First, we propose to unify the multi-source domains into a global inter-source domain via a novel feature statistics update mechanism, which can sample new features for the unseen domains, facilitating the training of a domain base model. Second, we leverage the uncertainty map to guide the adaptation of the trained model for each testing sample, considering the specific target domain may be outside the global inter-source domain. Extensive experimental results on two public cross-domain medical datasets and one in-house cross-domain dataset demonstrate the strong generalization capacity of the proposed UniAda over state-of-the-art DG methods. The source code of our UniAda is available at https://github.com/ZhouZhang233/UniAda.
学习一个可通用的医学图像分割模型是一项重要但具有挑战性的任务,因为由于不同的供应商和扫描协议,未见过的(测试)域可能与见过的(训练)域存在显著差异。现有的分割方法通常基于域泛化(DG)构建,旨在通过数据或特征增强技术学习多源域不变特征,但由此产生的模型要么在训练期间无法表征全局域,要么在测试期间无法感知未见过的域信息。为了应对这些挑战,我们提出了一种用于可通用医学图像分割的域统一与自适应网络(UniAda),这是一种新颖的“训练时统一,测试时自适应”范式,它可以在训练期间学习一个域感知基础模型,并在测试期间将其动态适应于未见过的目标域。首先,我们提出通过一种新颖的特征统计更新机制将多源域统一为一个全局源间域,该机制可以为未见过的域采样新特征,便于训练域基础模型。其次,考虑到特定目标域可能在全局源间域之外,我们利用不确定性图来指导对每个测试样本的训练模型进行自适应调整。在两个公共跨域医学数据集和一个内部跨域数据集上的大量实验结果表明,所提出的UniAda比现有最先进的DG方法具有更强的泛化能力。我们的UniAda源代码可在https://github.com/ZhouZhang233/UniAda获取。