Wang Haonan, Cao Peng, Yang Jinzhu, Zaiane Osmar
Computer Science and Engineering, Northeastern University, Shenyang, China.
Key Laboratory of Intelligent Computing in Medical Image of Ministry of Education, Northeastern University, Shenyang, China.
Health Inf Sci Syst. 2023 Jan 30;11(1):10. doi: 10.1007/s13755-022-00209-4. eCollection 2023 Dec.
Medical image segmentation is a challenging task due to the high variation in shape, size and position of infections or lesions in medical images. It is necessary to construct multi-scale representations to capture image contents from different scales. However, it is still challenging for U-Net with a simple skip connection to model the global multi-scale context. To overcome it, we proposed a dense skip-connection with cross co-attention in U-Net to solve the semantic gaps for an accurate automatic medical image segmentation. We name our method MCA-UNet, which enjoys two benefits: (1) it has a strong ability to model the multi-scale features, and (2) it jointly explores the spatial and channel attentions. The experimental results on the COVID-19 and IDRiD datasets suggest that our MCA-UNet produces more precise segmentation performance for the consolidation, ground-glass opacity (GGO), microaneurysms (MA) and hard exudates (EX). The source code of this work will be released via https://github.com/McGregorWwww/MCA-UNet/.
医学图像分割是一项具有挑战性的任务,因为医学图像中感染或病变的形状、大小和位置变化很大。有必要构建多尺度表示来从不同尺度捕获图像内容。然而,对于具有简单跳跃连接的U-Net来说,对全局多尺度上下文进行建模仍然具有挑战性。为了克服这一问题,我们在U-Net中提出了一种带有交叉协同注意力的密集跳跃连接,以解决语义差距,实现准确的自动医学图像分割。我们将我们的方法命名为MCA-UNet,它有两个优点:(1)它具有很强的多尺度特征建模能力,(2)它联合探索空间和通道注意力。在COVID-19和IDRiD数据集上的实验结果表明,我们的MCA-UNet在实变、磨玻璃影(GGO)、微动脉瘤(MA)和硬性渗出物(EX)方面产生了更精确的分割性能。这项工作的源代码将通过https://github.com/McGregorWwww/MCA-UNet/发布。