マルチモーダル磁気共鳴(MR)画像からの脳腫瘍の正確なセグメンテーションは、脳腫瘍の診断と治療に不可欠です。ただし、異なるモダリティ間でドメインシフトが存在するため、あるモダリティでトレーニングして別のモダリティで実行すると、ネットワークのパフォーマンスが劇的に低下します。たとえば、臨床アプリケーションで必要になることが多いT1画像でトレーニングしながらT2画像で実行します。これにより、ネットワークがラベル付きデータでトレーニングされてから、別のドメインからラベルなしデータに転送されることも禁止されます。これを克服するために、教師なしドメイン適応(UDA)メソッドは、ラベル付きソースデータとラベルなしターゲットデータ間のドメインシフトを軽減するための効果的なソリューションを提供します。この論文では、UDAスキームの下で新しい双方向グローバルからローカル(BiGL)適応フレームワークを提案します。具体的には、双方向画像合成およびセグメンテーションモジュールが提案され、画像から画像への変換器および共有加重セグメンテーションネットワークを含む、2つのドメインに対して生成された中間データ分布を使用して脳腫瘍をセグメント化します。さらに、グローバルからローカルへの整合性学習モジュールを提案して、統合された方法で堅牢な表現の配置を構築します。マルチモーダル脳MRベンチマークデータセットでの広範な実験は、提案された方法がいくつかの最先端の教師なしドメイン適応方法を大幅に上回っていることを示していますが、包括的なアブレーション研究は各主要コンポーネントの有効性を検証しています。メソッドの実装コードはhttps://github.com/KeleiHe/BiGLでリリースされます。
Accurate segmentation of brain tumors from multi-modal Magnetic Resonance (MR) images is essential in brain tumor diagnosis and treatment. However, due to the existence of domain shifts among different modalities, the performance of networks decreases dramatically when training on one modality and performing on another, e.g., train on T1 image while performing on T2 image, which is often required in clinical applications. This also prohibits a network from being trained on labeled data and then transferred to unlabeled data from a different domain. To overcome this, unsupervised domain adaptation (UDA) methods provide effective solutions to alleviate the domain shift between labeled source data and unlabeled target data. In this paper, we propose a novel Bidirectional Global-to-Local (BiGL) adaptation framework under a UDA scheme. Specifically, a bidirectional image synthesis and segmentation module is proposed to segment the brain tumor using the intermediate data distributions generated for the two domains, which includes an image-to-image translator and a shared-weighted segmentation network. Further, a global-to-local consistency learning module is proposed to build robust representation alignments in an integrated way. Extensive experiments on a multi-modal brain MR benchmark dataset demonstrate that the proposed method outperforms several state-of-the-art unsupervised domain adaptation methods by a large margin, while a comprehensive ablation study validates the effectiveness of each key component. The implementation code of our method will be released at https://github.com/KeleiHe/BiGL.