Digital Medical Research Center, School of Basic Medical Sciences, Fudan University, Shanghai, 200032, China.
Shanghai Key Lab of Medical Image Computing and Computer Assisted Intervention, Shanghai, 200032, China.
Med Biol Eng Comput. 2024 Oct;62(10):3179-3191. doi: 10.1007/s11517-024-03130-y. Epub 2024 May 25.
Accurate brain tumor segmentation with multi-modal MRI images is crucial, but missing modalities in clinical practice often reduce accuracy. The aim of this study is to propose a mixture-of-experts and semantic-guided network to tackle the issue of missing modalities in brain tumor segmentation. We introduce a transformer-based encoder with novel mixture-of-experts blocks. In each block, four modality experts aim for modality-specific feature learning. Learnable modality embeddings are employed to alleviate the negative effect of missing modalities. We also introduce a decoder guided by semantic information, designed to pay higher attention to various tumor regions. Finally, we conduct extensive comparison experiments with other models as well as ablation experiments to validate the performance of the proposed model on the BraTS2018 dataset. The proposed model can accurately segment brain tumor sub-regions even with missing modalities. It achieves an average Dice score of 0.81 for the whole tumor, 0.66 for the tumor core, and 0.52 for the enhanced tumor across the 15 modality combinations, achieving top or near-top results in most cases, while also exhibiting a lower computational cost. Our mixture-of-experts and sematic-guided network achieves accurate and reliable brain tumor segmentation results with missing modalities, indicating its significant potential for clinical applications. Our source code is already available at https://github.com/MaggieLSY/MESG-Net .
多模态 MRI 图像的精确脑肿瘤分割至关重要,但临床实践中缺失模态往往会降低准确性。本研究旨在提出一种混合专家和语义引导网络来解决脑肿瘤分割中缺失模态的问题。我们引入了一种基于转换器的编码器,具有新颖的混合专家模块。在每个模块中,四个模态专家旨在进行特定模态的特征学习。可学习的模态嵌入被用来减轻缺失模态的负面影响。我们还引入了一个由语义信息引导的解码器,旨在对各种肿瘤区域给予更高的关注。最后,我们在 BraTS2018 数据集上进行了广泛的比较实验和消融实验,以验证所提出模型在缺失模态情况下的性能。即使在缺失模态的情况下,所提出的模型也可以准确地分割脑肿瘤子区域。它在 15 种模态组合中实现了整个肿瘤的平均 Dice 得分为 0.81,肿瘤核心的平均 Dice 得分为 0.66,增强肿瘤的平均 Dice 得分为 0.52,在大多数情况下取得了最高或接近最高的结果,同时还具有较低的计算成本。我们的混合专家和语义引导网络在缺失模态的情况下实现了准确可靠的脑肿瘤分割结果,表明其在临床应用中具有重要的潜力。我们的源代码已经在 https://github.com/MaggieLSY/MESG-Net 上可用。