《電子技術(shù)應(yīng)用》
您所在的位置:首頁 > 人工智能 > 设计应用 > 基于多尺度注意力融合网络的胃癌病理图像分割方法*
基于多尺度注意力融合网络的胃癌病理图像分割方法*
电子技术应用
张婷1,秦涵书1,赵若璇2
(1.重庆医科大学附属第一医院 信息中心,重庆 400016;2.重庆大学 光电技术与系统教育部重点实验室,重庆 400044)
摘要: 近年来,随着深度学习技术的发展,基于编解码的图像分割方法在病理图像自动化分析上的研究与应用也逐渐广泛,但由于胃癌病灶复杂多变、尺度变化大,加上数字化染色图像时易导致的边界模糊,目前仅从单一尺度设计的分割算法往往无法获得更精准的病灶边界。为优化胃癌病灶图像分割准确度,基于编解码网络结构,提出一种基于多尺度注意力融合网络的胃癌病灶图像分割算法。编码结构以EfficientNet作为特征提取器,在解码器中通过对多路径不同层级的特征进行提取和融合,实现了网络的深监督,在输出时采用空间和通道注意力对多尺度的特征图进行注意力筛选,同时在训练过程中应用综合损失函数来优化模型。实验结果表明,该方法在SEED数据集上Dice系数得分达到0.806 9,相比FCN和UNet系列网络一定程度上实现了更精细化的胃癌病灶分割。
中圖分類號(hào):TP391 文獻(xiàn)標(biāo)志碼:A DOI: 10.16157/j.issn.0258-7998.233934
中文引用格式: 張婷,秦涵書,趙若璇. 基于多尺度注意力融合網(wǎng)絡(luò)的胃癌病理圖像分割方法[J]. 電子技術(shù)應(yīng)用,2023,49(9):46-52.
英文引用格式: Zhang Ting,Qin Hanshu,Zhao Ruoxuan. Gastric cancer pathological image segmentation method based on multi-scale attention fusion network[J]. Application of Electronic Technique,2023,49(9):46-52.
Gastric cancer pathological image segmentation method based on multi-scale attention fusion network
Zhang Ting1,Qin Hanshu1,Zhao Ruoxuan2
(1.Information Center, The First Affiliated Hospital of Chongqing Medical University, Chongqing 400016, China; 2.Key Laboratory of Optoelectronic Technique System of the Ministry of Education, Chongqing University, Chongqing 400044,China)
Abstract: In recent years, with the development of deep learning technology, the research and application of image segmentation methods based on coding and decoding in the automatic analysis of pathological images have gradually become widespread. However, due to the complexity and variability of gastric cancer lesions, large scale changes, and the blurring of boundaries caused by digital staining images, segmentation algorithms designed solely from a single scale often cannot obtain more accurate lesion boundaries. To optimize the accuracy of gastric cancer lesion image segmentation, this paper proposes a gastric cancer image segmentation algorithm based on multi-scale attention fusion network using the coding and decoding network structure. The coding structure uses EfficientNet as the feature extractor. In the decoder, the deep supervision of the network is realized by extracting and fusing the features of different levels of multi-path. When outputting, the spatial and channel attention is used to screen the multi-scale feature map for attention. At the same time, the integrated loss function is used in the training process to optimize the model.The experimental results show that the Dice coefficient score of this method on the SEED data set is 0.806 9, which to some extent achieves more refined gastric cancer lesion segmentation compared to FCN and UNet series networks.
Key words : pathological image;image segmentation;attention fusion

0 引言

胃癌是全球第5位的常見癌癥和第4位的癌癥死亡原因[1],臨床上目前主要根據(jù)胃鏡活檢和醫(yī)生人工經(jīng)驗(yàn)來判斷切片病灶發(fā)展情況。臨床人工病理篩查需要花費(fèi)專業(yè)病理醫(yī)生大量的時(shí)間,且由于臨床經(jīng)驗(yàn)的差異和醫(yī)療資源的限制,也存在一定的漏診和誤診比率。近年來,隨著深度學(xué)習(xí)在計(jì)算機(jī)視覺領(lǐng)域的成功應(yīng)用,計(jì)算機(jī)輔助檢測(cè)在醫(yī)學(xué)上的應(yīng)用也越來越廣泛。

基于深度學(xué)習(xí)的醫(yī)用圖像分割方法可以有效提取病灶目標(biāo)區(qū)域,輔助醫(yī)生決策,提升診斷效率和準(zhǔn)確性。這些方法主要包括基于經(jīng)典的全卷積神經(jīng)網(wǎng)絡(luò)(Fully Convolution Networks ,FCN),以及UNet、UNet++系列和DeepLab系列等基于編解碼的分割網(wǎng)絡(luò)[2-7]。常用的基于編解碼的病理圖像分割網(wǎng)絡(luò)基本流程如圖1所示。以胃癌病灶圖像為例,首先輸入獲取的病理圖像,經(jīng)過圖像預(yù)處理(預(yù)處理階段一般包括圖像增強(qiáng)和圖像增廣等),之后送到編碼解碼網(wǎng)絡(luò),進(jìn)行圖像特征提取和圖像恢復(fù),對(duì)于網(wǎng)絡(luò)直接預(yù)測(cè)的分割結(jié)果可適當(dāng)增加部分后處理操作,包括形態(tài)學(xué)后處理等降噪方式來提升分割結(jié)果的精確性。其中特征提取網(wǎng)絡(luò)主要由卷積層、下采樣模塊和激活函數(shù)等組成,圖像恢復(fù)模塊是對(duì)特征提取后的特征圖進(jìn)行重點(diǎn)區(qū)域捕捉定位和大小恢復(fù),得到與輸入大小相對(duì)應(yīng)的輸出圖像,主要包括上采樣模塊、特征融合模塊和激活函數(shù)。最后輸出經(jīng)過反向傳播計(jì)算預(yù)測(cè)結(jié)果與標(biāo)注值之間的誤差,通過梯度下降設(shè)置合適的學(xué)習(xí)率迭代訓(xùn)練,得到損失函數(shù)極小值以優(yōu)化預(yù)測(cè)結(jié)果。



本文詳細(xì)內(nèi)容請(qǐng)下載:http://m.ihrv.cn/resource/share/2000005636




作者信息:

張婷1,秦涵書1,趙若璇2

(1.重慶醫(yī)科大學(xué)附屬第一醫(yī)院 信息中心,重慶 400016;2.重慶大學(xué) 光電技術(shù)與系統(tǒng)教育部重點(diǎn)實(shí)驗(yàn)室,重慶 400044)

微信圖片_20210517164139.jpg

此內(nèi)容為AET網(wǎng)站原創(chuàng),未經(jīng)授權(quán)禁止轉(zhuǎn)載。

相關(guān)內(nèi)容