• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

一种用于超声图像分割的多通道多孔卷积网络。

A multiple-channel and atrous convolution network for ultrasound image segmentation.

机构信息

School of Information Science and Engineering, Yunnan University, Kunming, Yunnan, 650091, China.

Yunnan Vocational Institute of Energy Technology, Qujing, Yunnan, 655001, China.

出版信息

Med Phys. 2020 Dec;47(12):6270-6285. doi: 10.1002/mp.14512. Epub 2020 Oct 18.

DOI:10.1002/mp.14512
PMID:33007105
Abstract

PURPOSE

Ultrasound image segmentation is a challenging task due to a low signal-to-noise ratio and poor image quality. Although several approaches based on the convolutional neural network (CNN) have been applied to ultrasound image segmentation, they have weak generalization ability. We propose an end-to-end, multiple-channel and atrous CNN designed to extract a greater amount of semantic information for segmentation of ultrasound images.

METHOD

A multiple-channel and atrous convolution network is developed, referred to as MA-Net. Similar to U-Net, MA-Net is based on an encoder-decoder architecture and includes five modules: the encoder, atrous convolution, pyramid pooling, decoder, and residual skip pathway modules. In the encoder module, we aim to capture more information with multiple-channel convolution and use large kernel convolution instead of small filters in each convolution operation. In the last layer, atrous convolution and pyramid pooling are used to extract multi-scale features. The architecture of the decoder is similar to that of the encoder module, except that up-sampling is used instead of down-sampling. Furthermore, the residual skip pathway module connects the subnetworks of the encoder and decoder to optimize learning from the deeper layer and improve the accuracy of segmentation. During the learning process, we adopt multi-task learning to enhance segmentation performance. Five types of datasets are used in our experiments. Because the original training data are limited, we apply data augmentation (e.g., horizontal and vertical flipping, random rotations, and random scaling) to our training data. We use the Dice score, precision, recall, Hausdorff distance (HD), average symmetric surface distance (ASD), and root mean square symmetric surface distance (RMSD) as the metrics for segmentation evaluation. Meanwhile, Friedman test was performed as the nonparametric statistical analysis to evaluate the algorithms.

RESULTS

For the datasets of brachia plexus (BP), fetal head, and lymph node segmentations, MA-Net achieved average Dice scores of 0.776, 0.973, and 0.858, respectively; with average precisions of 0.787, 0.968, and 0.854, respectively; average recalls of 0.788, 0.978, and 0.885, respectively; average HDs (mm) of 13.591, 10.924, and 19.245, respectively; average ASDs (mm) of 4.822, 4.152, and 4.312, respectively; and average RMSDs (mm) of 4.979, 4.161, and 4.930, respectively. Compared with U-Net, U-Net++, M-Net, and Dilated U-Net, the average performance of the MA-Net increased by approximately 5.68%, 2.85%, 6.59%, 36.03%, 23.64%, and 31.71% for Dice, precision, recall, HD, ASD, and RMSD, respectively. Moreover, we verified the generalization of MA-Net segmentation to lower grade brain glioma MRI and lung CT images. In addition, the MA-Net achieved the highest mean rank in the Friedman test.

CONCLUSION

The proposed MA-Net accurately segments ultrasound images with high generalization, and therefore, it offers a useful tool for diagnostic application in ultrasound images.

摘要

目的

由于信号噪声比较低且图像质量较差,超声图像分割是一项具有挑战性的任务。尽管已经有几种基于卷积神经网络(CNN)的方法被应用于超声图像分割,但它们的泛化能力较弱。我们提出了一种端到端的、多通道的空洞卷积神经网络,旨在提取更多的语义信息,以实现超声图像的分割。

方法

开发了一种多通道的空洞卷积网络,称为 MA-Net。与 U-Net 类似,MA-Net 基于编码器-解码器架构,包括五个模块:编码器、空洞卷积、金字塔池化、解码器和残差跳跃路径模块。在编码器模块中,我们旨在通过多通道卷积捕获更多信息,并在每个卷积操作中使用大核卷积代替小滤波器。在最后一层,使用空洞卷积和金字塔池化来提取多尺度特征。解码器的架构与编码器模块类似,只是使用上采样代替下采样。此外,残差跳跃路径模块将编码器和解码器的子网连接起来,以优化从更深层学习,并提高分割的准确性。在学习过程中,我们采用多任务学习来增强分割性能。我们在实验中使用了五种类型的数据集。由于原始训练数据有限,我们对训练数据应用了数据增强(例如,水平和垂直翻转、随机旋转和随机缩放)。我们使用 Dice 得分、精度、召回率、Hausdorff 距离(HD)、平均对称表面距离(ASD)和均方根对称表面距离(RMSD)作为分割评估的指标。同时,采用 Friedman 检验作为非参数统计分析方法来评估算法。

结果

对于臂丛神经(BP)、胎儿头部和淋巴结分割数据集,MA-Net 的平均 Dice 得分分别为 0.776、0.973 和 0.858;平均精度分别为 0.787、0.968 和 0.854;平均召回率分别为 0.788、0.978 和 0.885;平均 HD(mm)分别为 13.591、10.924 和 19.245;平均 ASD(mm)分别为 4.822、4.152 和 4.312;平均 RMSD(mm)分别为 4.979、4.161 和 4.930。与 U-Net、U-Net++、M-Net 和 Dilated U-Net 相比,MA-Net 的平均性能分别提高了约 5.68%、2.85%、6.59%、36.03%、23.64%和 31.71%,Dice、精度、召回率、HD、ASD 和 RMSD 分别提高了约 5.68%、2.85%、6.59%、36.03%、23.64%和 31.71%。此外,我们验证了 MA-Net 分割对低级脑胶质瘤 MRI 和肺部 CT 图像的泛化能力。此外,MA-Net 在 Friedman 检验中的平均秩最高。

结论

所提出的 MA-Net 能够准确地分割超声图像,具有较高的泛化能力,因此为超声图像的诊断应用提供了一种有用的工具。

相似文献

1
A multiple-channel and atrous convolution network for ultrasound image segmentation.一种用于超声图像分割的多通道多孔卷积网络。
Med Phys. 2020 Dec;47(12):6270-6285. doi: 10.1002/mp.14512. Epub 2020 Oct 18.
2
Ultrasound image segmentation based on Transformer and U-Net with joint loss.基于带有联合损失的Transformer和U-Net的超声图像分割
PeerJ Comput Sci. 2023 Oct 20;9:e1638. doi: 10.7717/peerj-cs.1638. eCollection 2023.
3
MADR-Net: multi-level attention dilated residual neural network for segmentation of medical images.MADR-Net:用于医学图像分割的多层次注意扩张残差神经网络。
Sci Rep. 2024 Jun 3;14(1):12699. doi: 10.1038/s41598-024-63538-2.
4
SAR-U-Net: Squeeze-and-excitation block and atrous spatial pyramid pooling based residual U-Net for automatic liver segmentation in Computed Tomography.SAR-U-Net:基于挤压激励模块和空洞空间金字塔池化的残差 U-Net 用于 CT 肝脏自动分割。
Comput Methods Programs Biomed. 2021 Sep;208:106268. doi: 10.1016/j.cmpb.2021.106268. Epub 2021 Jul 6.
5
ASD-Net: a novel U-Net based asymmetric spatial-channel convolution network for precise kidney and kidney tumor image segmentation.ASD-Net:一种新颖的基于 U-Net 的非对称空间-通道卷积网络,用于精确的肾脏和肾肿瘤图像分割。
Med Biol Eng Comput. 2024 Jun;62(6):1673-1687. doi: 10.1007/s11517-024-03025-y. Epub 2024 Feb 8.
6
ARPM-net: A novel CNN-based adversarial method with Markov random field enhancement for prostate and organs at risk segmentation in pelvic CT images.ARPM-net:一种新颖的基于 CNN 的对抗性方法,结合马尔可夫随机场增强,用于骨盆 CT 图像中的前列腺和危及器官分割。
Med Phys. 2021 Jan;48(1):227-237. doi: 10.1002/mp.14580. Epub 2020 Nov 24.
7
Convolutional neural network-based pelvic floor structure segmentation using magnetic resonance imaging in pelvic organ prolapse.基于卷积神经网络的盆腔器官脱垂磁共振成像盆底结构分割
Med Phys. 2020 Sep;47(9):4281-4293. doi: 10.1002/mp.14377. Epub 2020 Jul 28.
8
CE-Net: Context Encoder Network for 2D Medical Image Segmentation.CE-Net:用于二维医学图像分割的上下文编码器网络。
IEEE Trans Med Imaging. 2019 Oct;38(10):2281-2292. doi: 10.1109/TMI.2019.2903562. Epub 2019 Mar 7.
9
MHSU-Net: A more versatile neural network for medical image segmentation.MHSU-Net:一种更通用的医学图像分割神经网络。
Comput Methods Programs Biomed. 2021 Sep;208:106230. doi: 10.1016/j.cmpb.2021.106230. Epub 2021 Jun 6.
10
A new architecture combining convolutional and transformer-based networks for automatic 3D multi-organ segmentation on CT images.一种新的架构,结合了卷积和基于Transformer 的网络,用于 CT 图像上的自动 3D 多器官分割。
Med Phys. 2023 Nov;50(11):6990-7002. doi: 10.1002/mp.16750. Epub 2023 Sep 22.

引用本文的文献

1
A plaque recognition algorithm for coronary OCT images by Dense Atrous Convolution and attention mechanism.一种基于密集空洞卷积和注意力机制的冠状动脉光学相干断层扫描(OCT)图像斑块识别算法。
PLoS One. 2025 Jun 10;20(6):e0325911. doi: 10.1371/journal.pone.0325911. eCollection 2025.
2
Deep learning-driven ultrasound-assisted diagnosis: optimizing GallScopeNet for precise identification of biliary atresia.深度学习驱动的超声辅助诊断:优化GallScopeNet以精确识别胆道闭锁
Front Med (Lausanne). 2024 Oct 8;11:1445069. doi: 10.3389/fmed.2024.1445069. eCollection 2024.
3
HDS-Net: Achieving fine-grained skin lesion segmentation using hybrid encoding and dynamic sparse attention.
HDS-Net:使用混合编码和动态稀疏注意力实现细粒度皮肤病变分割。
PLoS One. 2024 Mar 21;19(3):e0299392. doi: 10.1371/journal.pone.0299392. eCollection 2024.
4
Ultrasound image segmentation based on Transformer and U-Net with joint loss.基于带有联合损失的Transformer和U-Net的超声图像分割
PeerJ Comput Sci. 2023 Oct 20;9:e1638. doi: 10.7717/peerj-cs.1638. eCollection 2023.
5
Intelligent contour extraction approach for accurate segmentation of medical ultrasound images.用于医学超声图像精确分割的智能轮廓提取方法
Front Physiol. 2023 Aug 22;14:1177351. doi: 10.3389/fphys.2023.1177351. eCollection 2023.
6
AI-based chest CT semantic segmentation algorithm enables semi-automated lung cancer surgery planning by recognizing anatomical variants of pulmonary vessels.基于人工智能的胸部CT语义分割算法通过识别肺血管的解剖变异实现肺癌手术的半自动规划。
Front Oncol. 2022 Oct 13;12:1021084. doi: 10.3389/fonc.2022.1021084. eCollection 2022.
7
Toward deep observation: A systematic survey on artificial intelligence techniques to monitor fetus via ultrasound images.迈向深度观察:关于通过超声图像监测胎儿的人工智能技术的系统综述。
iScience. 2022 Jul 3;25(8):104713. doi: 10.1016/j.isci.2022.104713. eCollection 2022 Aug 19.
8
Ultrasound image denoising using generative adversarial networks with residual dense connectivity and weighted joint loss.使用具有残差密集连接和加权联合损失的生成对抗网络进行超声图像去噪
PeerJ Comput Sci. 2022 Feb 16;8:e873. doi: 10.7717/peerj-cs.873. eCollection 2022.