结合空间注意力的U-net腺体细胞图像分割方法

Mingmin Gong, Aijun Chen, Hao Feng
{"title":"结合空间注意力的U-net腺体细胞图像分割方法","authors":"Mingmin Gong, Aijun Chen, Hao Feng","doi":"10.1109/ICAICA52286.2021.9498180","DOIUrl":null,"url":null,"abstract":"Glandular cell image segmentation is an important auxiliary analysis method for judging whether glandular cells are diseased. The segmentation of gland cell images helps doctors make reliable disease diagnosis and improve diagnosis efficiency. U-net is a convolutional neural network commonly used in the field of medical image segmentation. It surpasses traditional image segmentation methods in performance of a variety of medical image segmentation tasks. However, U-net still has certain limitations. Because U-net is a symmetrical convolutional neural network model, while increasing the input image resolution, the number of convolutional layers in the network will double, which will lead to the network The deepening of the level makes the training of the network more difficult. Although U-net uses layer jump connections to combine low-level features and high-level features to improve network performance, since low-level features contain a large number of redundant features and background noise, direct splicing of low-level features and high-level features will bring a lot of redundancy. Excess information, which easily leads to a decrease in the accuracy and robustness of the network model. In order to solve these problems, this paper proposes a U-net model based on spatial attention. This model uses a new lightweight spatial attention module in the layer jump connection, which can effectively eliminate low-level features. Redundant information and highlighting the key features in low-level features will ultimately enable the improved spatial attention U-net to have higher segmentation accuracy and robustness. The method proposed in this paper has been experimentally verified on the Warwick-QU dataset. The experimental results show that compared with other improved U-net and traditional segmentation methods, the U-net based on spatial attention proposed in this paper has higher segmentation accuracy with only a small increase in training parameters.","PeriodicalId":121979,"journal":{"name":"2021 IEEE International Conference on Artificial Intelligence and Computer Applications (ICAICA)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":"{\"title\":\"U-net gland cell image segmentation method combined with spatial attention\",\"authors\":\"Mingmin Gong, Aijun Chen, Hao Feng\",\"doi\":\"10.1109/ICAICA52286.2021.9498180\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Glandular cell image segmentation is an important auxiliary analysis method for judging whether glandular cells are diseased. The segmentation of gland cell images helps doctors make reliable disease diagnosis and improve diagnosis efficiency. U-net is a convolutional neural network commonly used in the field of medical image segmentation. It surpasses traditional image segmentation methods in performance of a variety of medical image segmentation tasks. However, U-net still has certain limitations. Because U-net is a symmetrical convolutional neural network model, while increasing the input image resolution, the number of convolutional layers in the network will double, which will lead to the network The deepening of the level makes the training of the network more difficult. Although U-net uses layer jump connections to combine low-level features and high-level features to improve network performance, since low-level features contain a large number of redundant features and background noise, direct splicing of low-level features and high-level features will bring a lot of redundancy. Excess information, which easily leads to a decrease in the accuracy and robustness of the network model. In order to solve these problems, this paper proposes a U-net model based on spatial attention. This model uses a new lightweight spatial attention module in the layer jump connection, which can effectively eliminate low-level features. Redundant information and highlighting the key features in low-level features will ultimately enable the improved spatial attention U-net to have higher segmentation accuracy and robustness. The method proposed in this paper has been experimentally verified on the Warwick-QU dataset. The experimental results show that compared with other improved U-net and traditional segmentation methods, the U-net based on spatial attention proposed in this paper has higher segmentation accuracy with only a small increase in training parameters.\",\"PeriodicalId\":121979,\"journal\":{\"name\":\"2021 IEEE International Conference on Artificial Intelligence and Computer Applications (ICAICA)\",\"volume\":\"11 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2021-06-28\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"1\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2021 IEEE International Conference on Artificial Intelligence and Computer Applications (ICAICA)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ICAICA52286.2021.9498180\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2021 IEEE International Conference on Artificial Intelligence and Computer Applications (ICAICA)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ICAICA52286.2021.9498180","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

摘要

腺体细胞图像分割是判断腺体细胞是否病变的重要辅助分析方法。腺体细胞图像的分割有助于医生进行可靠的疾病诊断,提高诊断效率。U-net是一种常用于医学图像分割领域的卷积神经网络。它在各种医学图像分割任务的性能上超越了传统的图像分割方法。但是,U-net仍然有一定的局限性。由于U-net是一种对称卷积神经网络模型,在增加输入图像分辨率的同时,网络中的卷积层数将翻倍,这将导致网络层次的加深使得网络的训练更加困难。虽然U-net采用层跳连接将低级特征和高级特征结合起来提高网络性能,但由于低级特征包含大量冗余特征和背景噪声,低级特征和高级特征直接拼接会带来大量冗余。信息过多,容易导致网络模型的准确性和鲁棒性降低。为了解决这些问题,本文提出了一种基于空间注意力的U-net模型。该模型在层跃连接中使用了新的轻量级空间注意模块,可以有效地消除底层特征。冗余信息和在底层特征中突出关键特征,最终使改进的空间注意力U-net具有更高的分割精度和鲁棒性。本文提出的方法已经在Warwick-QU数据集上进行了实验验证。实验结果表明,与其他改进的U-net和传统的U-net分割方法相比,本文提出的基于空间注意力的U-net在训练参数增加很小的情况下,具有更高的分割精度。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
U-net gland cell image segmentation method combined with spatial attention
Glandular cell image segmentation is an important auxiliary analysis method for judging whether glandular cells are diseased. The segmentation of gland cell images helps doctors make reliable disease diagnosis and improve diagnosis efficiency. U-net is a convolutional neural network commonly used in the field of medical image segmentation. It surpasses traditional image segmentation methods in performance of a variety of medical image segmentation tasks. However, U-net still has certain limitations. Because U-net is a symmetrical convolutional neural network model, while increasing the input image resolution, the number of convolutional layers in the network will double, which will lead to the network The deepening of the level makes the training of the network more difficult. Although U-net uses layer jump connections to combine low-level features and high-level features to improve network performance, since low-level features contain a large number of redundant features and background noise, direct splicing of low-level features and high-level features will bring a lot of redundancy. Excess information, which easily leads to a decrease in the accuracy and robustness of the network model. In order to solve these problems, this paper proposes a U-net model based on spatial attention. This model uses a new lightweight spatial attention module in the layer jump connection, which can effectively eliminate low-level features. Redundant information and highlighting the key features in low-level features will ultimately enable the improved spatial attention U-net to have higher segmentation accuracy and robustness. The method proposed in this paper has been experimentally verified on the Warwick-QU dataset. The experimental results show that compared with other improved U-net and traditional segmentation methods, the U-net based on spatial attention proposed in this paper has higher segmentation accuracy with only a small increase in training parameters.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信