School of Network Engineering, Zhoukou Normal University, Zhoukou, China.
College of Public Health, Zhengzhou University, Zhengzhou, China.
Front Public Health. 2022 Dec 5;10:1060798. doi: 10.3389/fpubh.2022.1060798. eCollection 2022.
Computed tomography (CT) is an effective way to scan for lung cancer. The classification of lung nodules in CT screening is completely doctor dependent, which has drawbacks, including difficulty classifying tiny nodules, subjectivity, and high false-positive rates. In recent years, deep convolutional neural networks, a deep learning technology, have been shown to be effective in medical imaging diagnosis. Herein, we propose a deep convolutional neural network technique (TransUnet) to automatically classify lung nodules accurately.
TransUnet consists of three parts: the transformer, the Unet, and global average pooling (GAP). The transformer encodes discriminative features via global self-attention modeling on CT image patches. The Unet, which collects context by constricting route, enables exact lunge nodule localization. The GAP categorizes CT images, assigning each sample a score. Python was employed to pre-process all CT images in the LIDI-IDRI, and the obtained 8,474 images (3,259 benign and 5,215 lung nodules) were used to evaluate the method's performance.
The accuracies of TransUnet in the training and testing sets were 87.90 and 84.62%. The sensitivity, specificity, and AUC of the proposed TransUnet on the testing dataset were 70.92, 93.17, and 0.862%, respectively (0.844-0.879). We also compared TransUnet to three well-known methods, which outperformed these methods.
The experimental results on LIDI-IDRI demonstrated that the proposed TransUnet has a great performance in classifying lung nodules and has a great potential application in diagnosing lung cancer.
计算机断层扫描(CT)是扫描肺癌的有效方法。CT 筛查中肺结节的分类完全依赖于医生,这存在一些弊端,包括难以对微小结节进行分类、主观性和高假阳性率。近年来,深度学习技术中的深度卷积神经网络已被证明在医学影像诊断中非常有效。在此,我们提出了一种深度卷积神经网络技术(TransUnet),可准确地自动分类肺结节。
TransUnet 由三部分组成:变压器、Unet 和全局平均池化(GAP)。变压器通过对 CT 图像补丁进行全局自注意力建模来编码有区别的特征。Unet 通过收缩路径收集上下文,从而实现对肺结节的精确定位。GAP 对 CT 图像进行分类,为每个样本分配一个分数。我们使用 Python 预处理 LIDI-IDRI 中的所有 CT 图像,使用获得的 8474 张图像(3259 个良性和 5215 个肺结节)来评估该方法的性能。
在训练集和测试集中,TransUnet 的准确率分别为 87.90%和 84.62%。在测试数据集上,提出的 TransUnet 的灵敏度、特异性和 AUC 分别为 70.92%、93.17%和 0.862%(0.844-0.879)。我们还将 TransUnet 与三种知名方法进行了比较,发现它优于这些方法。
在 LIDI-IDRI 上的实验结果表明,所提出的 TransUnet 在肺结节分类方面具有出色的性能,在诊断肺癌方面具有很大的应用潜力。