| Literature DB >> 32318102 |
Panpan Wu1, Xuanchao Sun1, Ziping Zhao1, Haishuai Wang1,2, Shirui Pan3, Björn Schuller4,5.
Abstract
The classification process of lung nodule detection in a traditional computer-aided detection (CAD) system is complex, and the classification result is heavily dependent on the performance of each step in lung nodule detection, causing low classification accuracy and high false positive rate. In order to alleviate these issues, a lung nodule classification method based on a deep residual network is proposed. Abandoning traditional image processing methods and taking the 50-layer ResNet network structure as the initial model, the deep residual network is constructed by combining residual learning and migration learning. The proposed approach is verified by conducting experiments on the lung computed tomography (CT) images from the publicly available LIDC-IDRI database. An average accuracy of 98.23% and a false positive rate of 1.65% are obtained based on the ten-fold cross-validation method. Compared with the conventional support vector machine (SVM)-based CAD system, the accuracy of our method improved by 9.96% and the false positive rate decreased by 6.95%, while the accuracy improved by 1.75% and 2.42%, respectively, and the false positive rate decreased by 2.07% and 2.22%, respectively, in contrast to the VGG19 model and InceptionV3 convolutional neural networks. The experimental results demonstrate the effectiveness of our proposed method in lung nodule classification for CT images.Entities:
Year: 2020 PMID: 32318102 PMCID: PMC7149413 DOI: 10.1155/2020/8975078
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1Classification model of pulmonary nodules based on deep residual network.
Figure 2Residual element.
Figure 3Illustration of extracting lung nodule region from CT images.
Figure 4Illustration of extracting lung nodule region from CT images: (a) nodule samples. (b) nonnodule samples.
All possible outcomes of a test.
| Test result | Gold standard | |
|---|---|---|
| Positive | Negative | |
| Positive | True positive (TP) | False positive (FP) |
| Negative | False negative (FN) | True negative (TN) |
| Total | TP + FN | FP + TN |
Indicators for evaluating algorithm performance.
| Evaluation criteria | Calculation method |
|---|---|
| Accuracy | Accuracy = (TP + TN)/(TP + TN + FP + FN) |
| Precision | Precision = TP/(TP + FP) |
| Specificity | Specificity = TN/(TN + FP) |
| False positive rate | FPR = FP/(FP + TN) |
| Recall | Recall = TP/(TP + FN) |
| F1-score | F1-score = 2 × precision × recall/(precision + recall) |
Parameter configuration of the deep residual network, VGG19 model, and InceptionV3 model.
| Deep residual network | VGG19 | InceptionV3 | |
|---|---|---|---|
| Input: nodule/nonnodule images | |||
| conv1 7 × 7, 64 | 2 × conv3-64 | conv3-32 | |
| conv3-32 | |||
| conv3-64 | |||
| max pool | max pool | max pool | |
| conv2_x | 2 × conv3-128 | conv1-80 | |
| conv3-192 | |||
| max pool | max pool | ||
| conv3_x | 4 × conv3-256 | block1 | module1 ⟶ concat |
| module2 ⟶ concat | |||
| max pool | module3 ⟶ concat | ||
| conv4_x | 4 × conv3-512 | block2 | module1 ⟶ concat |
| module2 ⟶ concat | |||
| module3 ⟶ concat | |||
| module4 ⟶ concat | |||
| max pool | module5 ⟶ concat | ||
| conv5_x | 4 × conv3-512 | block3 | module1 ⟶ concat |
| module2 ⟶ concat | |||
| max pool | module3 ⟶ concat | ||
| Global average pooling2D | |||
| Fully connected layer-1024 | |||
| Fully connected layer-2 | |||
| Output: sigmoid | |||
Figure 5Influence of the classification accuracy with the increase of epoch.
Comparison of the classification results of lung nodules with different methods.
| Methods | Accuracy (%) | Precision (%) | Recall (%) | Specificity (%) | F1-score (%) | FPR (%) |
|---|---|---|---|---|---|---|
| Curvelet + SVM | 88.27 | 90.12 | 87.69 | 85.94 | 88.89 | 8.60 |
| VGG19 | 96.48 | 97.10 | 95.17 | 96.83 | 96.13 | 3.72 |
| InceptionV3 | 95.81 | 96.35 | 95.30 | 95.76 | 95.85 | 3.87 |
| Deep residual network |
|
|
|
|
|
|
Figure 6ROC curves of different classification methods.
Comparison of classification results of lung nodules in the literature.
| Methods | Network layer | Accuracy (%) | Recall (sensitivity)(%) | Specificity (%) |
|---|---|---|---|---|
| CNN [ | 4 | 84.20 | 84.00 | 84.30 |
| High-level attributes + CNN [ | 8 | 92.30 | — | — |
| ResNet [ | 18 | 89.90 | 91.10 | 88.60 |
| Deep residual network |
|
|
|
|
Note:“—” in the table indicates no data.