改进的ResNet模型提升肺部疾病影像诊断准确率
Classification based deep learning models for lung cancer and disease using medical images
- 在ResNet基础上引入残差下采样模块与注意力机制
- 在多个数据集上达到98%以上准确率,最高达99.25%
- 适合医学影像分析与临床辅助诊断研究者使用
深度学习在医学图像分析中显著提升了肺癌预测能力。本文提出基于经典ResNet框架的新型卷积神经网络ResNet+,针对CNN下采样过程丢失特征信息的问题,引入ResNet-D模块以增强特征提取能力,并在瓶颈层加入卷积注意力模块,提升模型泛化性。在五个公开数据集上进行评估,包括肺癌数据(LC2500 $n$=3183,IQ-OTH/NCCD $n$=1336,LCC $n$=25000)和肺部疾病数据(ChestXray $n$=5856,COVIDx-CT $n$=425024)。为缓解类别不平衡,采用数据增强扩充少数类样本。实验结果表明,ResNet+在LC25000数据集上达到98.14%准确率和98.14% F1值,在IQ-OTH/NCCD数据集上分别达99.25%和99.13%。相比原始ResNet系列,该模型计算成本更低,且在多个公开数据集上优于基线模型。代码已开源。
原文摘要 · Abstract (English)
The use of deep learning (DL) in medical image analysis has significantly improved the ability to predict lung cancer. In this study, we introduce a novel deep convolutional neural network (CNN) model, named ResNet+, which is based on the established ResNet framework. This model is specifically designed to improve the prediction of lung cancer and diseases using the images. To address the challenge of missing feature information that occurs during the downsampling process in CNNs, we integrate the ResNet-D module, a variant designed to enhance feature extraction capabilities by modifying the downsampling layers, into the traditional ResNet model. Furthermore, a convolutional attention module was incorporated into the bottleneck layers to enhance model generalization by allowing the network to focus on relevant regions of the input images. We evaluated the proposed model using five public datasets, comprising lung cancer (LC2500 $n$=3183, IQ-OTH/NCCD $n$=1336, and LCC $n$=25000 images) and lung disease (ChestXray $n$=5856, and COVIDx-CT $n$=425024 images). To address class imbalance, we used data augmentation techniques to artificially increase the representation of underrepresented classes in the training dataset. The experimental results show that ResNet+ model demonstrated remarkable accuracy/F1, reaching 98.14/98.14\% on the LC25000 dataset and 99.25/99.13\% on the IQ-OTH/NCCD dataset. Furthermore, the ResNet+ model saved computational cost compared to the original ResNet series in predicting lung cancer images. The proposed model outperformed the baseline models on publicly available datasets, achieving better performance metrics. Our codes are publicly available at https://github.com/AIPMLab/Graduation-2024/tree/main/Peng.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。