• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • 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分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

SK-Unet++:一种具有自适应感受野的改进型Unet++网络,用于超声甲状腺结节图像的自动分割。

SK-Unet++: An improved Unet++ network with adaptive receptive fields for automatic segmentation of ultrasound thyroid nodule images.

作者信息

Dai Hong, Xie Wufei, Xia E

机构信息

Department of Ultrasound Medicine, Hunan Provincial Peoples Hospital, Changsha, China.

School of Automation, Central South University, Changsha, China.

出版信息

Med Phys. 2024 Mar;51(3):1798-1811. doi: 10.1002/mp.16672. Epub 2023 Aug 22.

DOI:10.1002/mp.16672
PMID:37606374
Abstract

BACKGROUND

The quality of segmentation of thyroid nodules in ultrasound images is a crucial factor in preventing the cancerization of thyroid nodules. However, the existing standards for the ultrasound imaging of cancerous nodules have limitations, and changes of the echo pattern of thyroid nodules pose challenges in accurately segmenting nodules, which can affect the diagnostic results of medical professionals.

PURPOSE

The aim of this study is to address the challenges related to segmentation accuracy due to noise, low contrast, morphological scale variations, and blurred edges of thyroid nodules in ultrasound images and improve the accuracy of ultrasound-based thyroid nodule segmentation, thereby aiding the clinical diagnosis of thyroid nodules.

METHOD

In this study, the dataset of thyroid ultrasound images was obtained from Hunan Provincial People's Hospital, consisting of a total of 3572 samples used for the training, validation, and testing of this model at a ratio of 8:1:1. A novel SK-Unet++ network was used to enhance the segmentation accuracy of thyroid nodules. SK-Unet++ is a novel deep learning architecture that adds the adaptive receptive fields based on the selective kernel (SK) attention mechanisms into the Unet++ network. The convolution blocks of the original UNet++ encoder part were replaced with finer SK convolution blocks in SK-Unet++. First, multiple skip connections were incorporated so that SK-Unet++ can make information from previous layers of the neural network to bypass certain layers and directly propagate to subsequent layers. The feature maps of the corresponding locations were fused on the channel, resulting in enhanced segmentation accuracy. Second, we added the adaptive receptive fields. The adaptive receptive fields were used to capture multiscale spatial features better by dynamically adjusting its receptive field. The assessment metrics contained dice similarity coefficient (Dsc), accuracy (Acc), precision (Pre), recall (Re), and Hausdorff distance, and all comparison experiments used the paired t-tests to assess whether statistically significant performance differences existed (p < 0.05). And to address the multi-comparison problem, we performed the false discovery rate (FDR) correction after the test.

RESULTS

The segmentation model had an Acc of 80.6%, Dsc of 84.7%, Pre of 77.5%, Re of 71.7%, and an average Hausdorff distance of 15.80 mm. Ablation experimental results demonstrated that each module in the network could contribute to the improved performance (p < 0.05) and determined the best combination of parameters. A comparison with other state-of-the-art methods showed that SK-Unet++ significantly outperformed them in terms of segmentation performance (p < 0.05), with a more accurate segmentation contour. Additionally, the adaptive weight changes of the SK module were monitored during the training process, and the resulting change curves demonstrated their convergence.

CONCLUSION

Our proposed method demonstrates favorable performance in the segmentation of ultrasound images of thyroid nodules. Results confirmed that SK-Unet++ is a feasible and effective method for the automatic segmentation of thyroid nodules in ultrasound images. The high accuracy achieved by our method can facilitate efficient screening of patients with thyroid nodules, ultimately reducing the workload of clinicians and radiologists.

摘要

背景

超声图像中甲状腺结节的分割质量是预防甲状腺结节癌变的关键因素。然而,现有的癌性结节超声成像标准存在局限性,甲状腺结节回声模式的变化给准确分割结节带来挑战,这可能影响医学专业人员的诊断结果。

目的

本研究旨在解决超声图像中甲状腺结节因噪声、低对比度、形态尺度变化和边缘模糊而导致的分割准确性相关挑战,提高基于超声的甲状腺结节分割准确性,从而辅助甲状腺结节的临床诊断。

方法

在本研究中,甲状腺超声图像数据集来自湖南省人民医院,共有3572个样本,以8:1:1的比例用于该模型的训练、验证和测试。使用一种新颖的SK-Unet++网络来提高甲状腺结节的分割准确性。SK-Unet++是一种新颖的深度学习架构,它将基于选择性内核(SK)注意力机制的自适应感受野添加到Unet++网络中。在SK-Unet++中,原始Unet++编码器部分的卷积块被更精细的SK卷积块所取代。首先,纳入多个跳跃连接,使SK-Unet++能够使神经网络前层的信息绕过某些层并直接传播到后续层。在通道上融合相应位置的特征图,从而提高分割准确性。其次,添加了自适应感受野。自适应感受野用于通过动态调整其感受野更好地捕捉多尺度空间特征。评估指标包括骰子相似系数(Dsc)、准确率(Acc)、精确率(Pre)、召回率(Re)和豪斯多夫距离,所有比较实验均使用配对t检验来评估是否存在统计学上显著的性能差异(p < 0.05)。为了解决多重比较问题,我们在测试后进行了错误发现率(FDR)校正。

结果

分割模型的Acc为80.6%,Dsc为84.7%,Pre为77.5%,Re为71.7%,平均豪斯多夫距离为15.80毫米。消融实验结果表明,网络中的每个模块都有助于性能的提升(p < 0.05),并确定了最佳参数组合。与其他现有先进方法的比较表明,SK-Unet++在分割性能方面显著优于它们(p < 0.05),分割轮廓更准确。此外,在训练过程中监测了SK模块的自适应权重变化,得到的变化曲线显示了它们的收敛情况。

结论

我们提出的方法在甲状腺结节超声图像分割中表现出良好的性能。结果证实,SK-Unet++是一种用于超声图像中甲状腺结节自动分割的可行且有效的方法。我们的方法所实现的高精度能够促进对甲状腺结节患者的高效筛查,最终减轻临床医生和放射科医生的工作量。

相似文献

1
SK-Unet++: An improved Unet++ network with adaptive receptive fields for automatic segmentation of ultrasound thyroid nodule images.SK-Unet++:一种具有自适应感受野的改进型Unet++网络,用于超声甲状腺结节图像的自动分割。
Med Phys. 2024 Mar;51(3):1798-1811. doi: 10.1002/mp.16672. Epub 2023 Aug 22.
2
BPAT-UNet: Boundary preserving assembled transformer UNet for ultrasound thyroid nodule segmentation.BPAT-UNet:用于超声甲状腺结节分割的边界保持组装 Transformer UNet。
Comput Methods Programs Biomed. 2023 Aug;238:107614. doi: 10.1016/j.cmpb.2023.107614. Epub 2023 May 19.
3
[Fully Automatic Glioma Segmentation Algorithm of Magnetic Resonance Imaging Based on 3D-UNet With More Global Contextual Feature Extraction: An Improvement on Insufficient Extraction of Global Features].基于具有更多全局上下文特征提取的3D-UNet的磁共振成像全自动胶质瘤分割算法:对全局特征提取不足的改进
Sichuan Da Xue Xue Bao Yi Xue Ban. 2024 Mar 20;55(2):447-454. doi: 10.12182/20240360208.
4
A Multiscale Attentional Unet Model for Automatic Segmentation in Medical Ultrasound Images.多尺度注意力 U-Net 模型在医学超声图像自动分割中的应用。
Ultrason Imaging. 2023 Jul;45(4):159-174. doi: 10.1177/01617346231169789. Epub 2023 Apr 28.
5
TNSNet: Thyroid nodule segmentation in ultrasound imaging using soft shape supervision.TNSNet:基于软形状监督的超声图像甲状腺结节分割。
Comput Methods Programs Biomed. 2022 Mar;215:106600. doi: 10.1016/j.cmpb.2021.106600. Epub 2021 Dec 22.
6
Local and Context-Attention Adaptive LCA-Net for Thyroid Nodule Segmentation in Ultrasound Images.基于局部和上下文注意力的自适应 LCA-Net 用于超声图像中的甲状腺结节分割。
Sensors (Basel). 2022 Aug 10;22(16):5984. doi: 10.3390/s22165984.
7
A two-stage network with prior knowledge guidance for medullary thyroid carcinoma recognition in ultrasound images.基于先验知识指导的两阶段网络在超声图像中甲状腺髓样癌识别方法
Med Phys. 2022 Apr;49(4):2413-2426. doi: 10.1002/mp.15492. Epub 2022 Feb 17.
8
FDE-net: Frequency-domain enhancement network using dynamic-scale dilated convolution for thyroid nodule segmentation.FDE-net:用于甲状腺结节分割的基于动态尺度扩张卷积的频域增强网络。
Comput Biol Med. 2023 Feb;153:106514. doi: 10.1016/j.compbiomed.2022.106514. Epub 2023 Jan 3.
9
Attention-VGG16-UNet: a novel deep learning approach for automatic segmentation of the median nerve in ultrasound images.注意力-VGG16-UNet:一种用于超声图像中正中神经自动分割的新型深度学习方法。
Quant Imaging Med Surg. 2022 Jun;12(6):3138-3150. doi: 10.21037/qims-21-1074.
10
Multi-class classification of thyroid nodules from automatic segmented ultrasound images: Hybrid ResNet based UNet convolutional neural network approach.基于 Hybrid ResNet 的 UNet 卷积神经网络的自动分割超声图像甲状腺结节多分类。
Comput Methods Programs Biomed. 2024 Jan;243:107921. doi: 10.1016/j.cmpb.2023.107921. Epub 2023 Nov 7.

引用本文的文献

1
A narrative review on innovations of thyroid nodule ultrasound diagnosis: applications of robot and artificial intelligence technology.甲状腺结节超声诊断创新的叙述性综述:机器人与人工智能技术的应用
Gland Surg. 2025 Jul 31;14(7):1379-1389. doi: 10.21037/gs-2025-75. Epub 2025 Jul 28.
2
Mamba- and ResNet-Based Dual-Branch Network for Ultrasound Thyroid Nodule Segmentation.基于曼巴和残差网络的双分支超声甲状腺结节分割网络
Bioengineering (Basel). 2024 Oct 20;11(10):1047. doi: 10.3390/bioengineering11101047.
3
Three-dimensional visualization of thyroid ultrasound images based on multi-scale features fusion and hierarchical attention.
基于多尺度特征融合与层次注意力的甲状腺超声图像三维可视化
Biomed Eng Online. 2024 Mar 11;23(1):31. doi: 10.1186/s12938-024-01215-1.