Next Article in Journal
Roles of ERCP in the Early Diagnosis of Pancreatic Cancer
Previous Article in Journal
4-Pyridoxic Acid/Pyridoxine Ratio in Patients with Type 2 Diabetes is Related to Global Cardiovascular Risk Scores
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Automatic Pulmonary Nodule Detection Applying Deep Learning or Machine Learning Algorithms to the LIDC-IDRI Database: A Systematic Review

by
Lea Marie Pehrson
1,2,*,
Michael Bachmann Nielsen
1 and
Carsten Ammitzbøl Lauridsen
1,2
1
Department of Diagnostic Radiology, Copenhagen University Hospital, Rigshospitalet, 2100 Copenhagen, Denmark
2
Department of Technology, Faculty of Health and Technology, University College Copenhagen, 2200 Copenhagen, Denmark
*
Author to whom correspondence should be addressed.
Diagnostics 2019, 9(1), 29; https://doi.org/10.3390/diagnostics9010029
Submission received: 20 December 2018 / Revised: 29 January 2019 / Accepted: 19 February 2019 / Published: 7 March 2019
(This article belongs to the Section Medical Imaging and Theranostics)

Abstract

:
The aim of this study was to provide an overview of the literature available on machine learning (ML) algorithms applied to the Lung Image Database Consortium Image Collection (LIDC-IDRI) database as a tool for the optimization of detecting lung nodules in thoracic CT scans. This systematic review was compiled according to Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) guidelines. Only original research articles concerning algorithms applied to the LIDC-IDRI database were included. The initial search yielded 1972 publications after removing duplicates, and 41 of these articles were included in this study. The articles were divided into two subcategories describing their overall architecture. The majority of feature-based algorithms achieved an accuracy >90% compared to the deep learning (DL) algorithms that achieved an accuracy in the range of 82.2%–97.6%. In conclusion, ML and DL algorithms are able to detect lung nodules with a high level of accuracy, sensitivity, and specificity using ML, when applied to an annotated archive of CT scans of the lung. However, there is no consensus on the method applied to determine the efficiency of ML algorithms.

1. Introduction

Machine learning (ML) and deep learning (DL) are becoming established disciplines in the broad field of applying artificial intelligence in analyzing and utilizing patterns in datasets. As the complexity and shear amount of data increase, applying these patterns for the benefit of, e.g., clinical decision making, becomes increasingly nontrivial [1]. Extraordinary advancements in areas of technology such as high-performance computing have made it possible to attempt solving these problems algorithmically. The purpose of various ML and DL algorithms may be to improve quality, consistency, and/or capacity of data interpretation in diagnostics, thus improving diagnostics and treatment decisions to the benefit of clinical outcomes. Considering the implications this may have for the practice of medicine and healthcare, it is important to engage in this area of research from many perspectives. ML is already being applied to the practice of radiology, and the systems being developed today are showing to be robust in real-world conditions [2]. Several reviews have been published reviewing these techniques [3]. The Cancer Imaging Archive (TCIA) has the largest annotated public database, known as the Lung Image Database Consortium Image Collection (LIDC-IDRI), containing 1018 cases [4]. Since 2014, there have not been any systematic reviews published concerning the application of ML for the optimization of detecting pulmonary nodules in CT scans from the LIDC-IDRI database. The database is created with the intent to further the development of the training and evaluation of computer-assisted diagnostic (CAD) methods for lung cancer detection and diagnosis. The aim of this systematic review is, therefore, to provide an overview of the published literature, in order to evaluate the algorithm’s ability to detect lung nodules in CT scans released by the LIDC-IDRI database.

2. Materials and Methods

The eligibility criteria and analysis in this review were performed according to the PRISMA guidelines 2009 (Preferred Reporting Items for Systematic Reviews and Meta-Analyses) [5]. The literature search was completed on 22 November 2018. The literary search was performed in PubMed, Web of Science, Scopus, The Institute of Electrical and Electronics Engineers, Inc. (IEEE), and the association for computing machinery library database. This was done to identify publications that apply ML or DL algorithms to the LIDC-IDRI database for optimizing lung nodule detection. The selection criteria for the publications included are articles written in English and published since the 1 January 2014. To perform the search, the following expressions were used:
Search string number 1: (“3D” OR “3-dimensional” OR “three-dimensional”) AND (“detection” OR “segmentation” OR “cad” OR “cade”) AND (“lung” OR “lungs” OR “pulmonary” OR “chest”) AND (“nodule” OR “nodules” OR “cancer” OR “tumor” OR “tumors”).
Search string number 2: (“deep learning” OR “machine learning”) AND (“detection” OR “segmentation” OR “feature” OR “feature extraction” OR “features” OR “classification”) AND (“The lung image database consortium” OR “LIDC”) AND (“Lung nodule” OR “nodule detection”).
The first search expression is inspired by a previous review from 2014 [3]. The second search is presented by the author, and has been applied to the databases to identify publications that apply the latest technology related to lung nodule detection. By applying two search strings, we were able to include a larger number of articles. After removal of duplicates, all studies included in the search result were screened by title and abstract by two authors (L.M.P. and C.A.L.). Original research articles concerning algorithms applied to the LIDC-IDRI database were included. The LIDC-IDRI is the largest annotated database on thoracic CT scans [4]. The articles were subsequently retrieved and read by the same authors. Consensus was reached through discussion. All reference lists of the included articles were manually searched for further references. The articles were divided into two groups based on the type of algorithm presented in the articles. Table 1 presents 19 articles that apply a feature-based learning algorithm. Table 2 presents 22 articles that apply DL algorithms in order to detect lung nodules. The inclusion criteria for articles included all apply a type of ML algorithm to the LIDC-IDRI database and present results that showcase the algorithm’s accuracy, sensitivity, and specificity, and ability to obtain area under the curve (AUC) results; and were published from 1 January 2014. The articles that did not present at least one of these criteria and applied the LIDC-IDRI database were excluded. After removal of duplicates, the initial search yielded 1972 publications, 1792 of which were excluded. A total of 180 full-text articles were assessed for eligibility and 139 of these articles were excluded because of lacking data requirements, leaving 41 articles that were included in this systematic review. The study selection is summarized in Figure 1.
The LIDC-IDRI is the largest publicly available annotated CT database. It consists of 7371 lesions marked as a nodule by at least one radiologist. Of these lesions, 2669 were at least 3 mm or larger, and annotated by, at minimum, one radiologist. Out of the 2669 lesions, 928 (34.7%) received the same mark by four radiologists. The 2669 lesions are outlined and subjective nodule characteristics are all annotated. The LIDC-IDRI required the four radiologists to independently review each scan and mark lesions identified with respect to specific criteria described in Armato et al. 2014 [4].
The following is an acknowledged definition of ML: The algorithm is applied to a dataset, in this case, the LIDC-IDRI database. The annotations of nodules and the estimated malignancy of the nodule in the training data are learned by the algorithm. The knowledge obtained from the training set allows the algorithm to learn to make predictions. The prediction, in this case, could be whether there is a nodule located on the slice or whether the nodule is benign or malignant. Altering the features that are given can lead to an improvement in diagnosis. If the algorithm is able to optimize the parameters, it is considered to be learning the task. There are several differences between DL algorithms and algorithms based on hand-engineered features: the structure of the algorithm differs—the DL algorithm usually consists of several hidden layers; the two approaches require different input information; the algorithms based on hand-engineered features require proper segmentation of the nodule from a radiologist, or a segmentation algorithm and further quantitative image feature extraction; and the DL approach does not need the same elaborative segmentation process as the algorithms are able to make predictions from one marked point per nodule [6]. The data extracted from the articles are the results presented by the authors. These results showcase the algorithm’s ability to achieve the highest accuracy, sensitivity, and specificity, and derive AUC values.

3. Results

3.1. Algorithms Applying a Feature-Based Framework

Table 1 shows the 19 studies that have applied a feature-based framework. This table correspondingly showcases the best results the studies achieved using a specific algorithm. In the table, the studies marked with a star (“*”) presented several types of alterations to the algorithm, producing different results. These results are not presented in the table. Furthermore, if the data were unable to be obtained from the publication, this is stated as Not Available (NA).

3.2. Support Vector Machine (Six Studies)

Eight out of 19 studies proposed an algorithm applying a type of Support-vector machine (SVM) classifier [7,8,10,12,13,20,21,24]. These studies achieved some of the best results with regards to accuracy, sensitivity, specificity, and AUC, and all applied an SVM classifier and a type of feature extraction with focus on shape, intensity, or texture. The algorithms that applied an SVM classifier reached a range of accuracy of 68.4%–99.0%, sensitivity of 55.0%–98.6%, specificity of 87.5%–98.2%, and an AUC of 0.905–0.998.
The table displays 12 studies marked with a star [7,8,10,12,13,14,16,20,21,22,23,24]. These studies applied several alternative combinations of features, classifiers, or validation methods. Eight of these algorithms achieved the best results while applying an SVM type of classifier, and the best of all the algorithms, except one, reached an accuracy range of 96.7%–99.0% [7,8,10,12,20,21,24].

3.3. Other Classifiers (Six Studies)

Gong et al. [14] tested the algorithms on an Fisher linear discriminant analysis (FLDA) and naïve Bayes classifier. The FLDA classifier obtained the highest AUC and sensitivity compared to the naïve Bayes classifier. Gupta et al. [15] applied a stacked autoencoder to acquire an unsupervised neural network. A softmax layer was stacked with the autoencoder to perform the classification. The softmax classifier was used to solve binary classification problems. Hancock et al. [16] tested linear and nonlinear classifiers combined with either features included or excluded. The best performing algorithm was the nonlinear classifier, including the diameter and volume features. The nonlinear classifier with features excluded outperformed both the linear classifiers.
Lu et al. [19] presented an algorithm consisting of a hybrid method. The method integrated existing and often-applied algorithms. Taşcı et al. [22] presented an algorithm for detection of juxtrapleural nodules. The algorithm was initially tested on ten different classifiers. The best performing classifier out of the ten tested was the generalized linear model regression (GLMR) classifier, which utilized 22 out of 33 features and achieved an accuracy of 92.9%.
Liu et al. [18] presented a multilayer, fully connected network and consists of one input layer, one hidden layer, and one linear output layer. Wang et al. proposed a new classifier, utilizing semi-supervised extreme learning machine (SS-ELM). The proposed method achieved better results compared to applying an extreme learning machine (ELM), SVM, probabilistic neural network (PNN), and multilayer perceptron (MLP) classifier.
Bai et al. [9] combined a model-based local shape analysis and data-driven local contextual feature learning to improve detection in low dose CT. The algorithm applied a random forest trained to learn and combine a subset of these primitives into discriminative orientation invariant contextual features and classify nodule candidates. By applying this method, the algorithm reached a sensitivity of 80%. Liu et al. [18] proposed an ANN algorithm trained on the LIDC-IDRI database. The algorithm applied 3D geometric and statistical features to constitute a voting method. While applying this method the algorithm reached a sensitivity of 89.4%. El Regaily [11] applied a simple rule classifier and achieved a total accuracy of 70.53%. These results were satisfactory, taking into consideration the classifier applied on the initial first step of the classification. The author proposed to apply a SVM classifier in order to raise the accuracy and reduce the amounts of FP.
Jaffar et al. [17] achieved the highest sensitivity, specificity, and AUC. This was done while applying a random forest classifier. The study proposed a novel ensemble shape gradient features (NESGF) descriptor for pulmonary nodule classification using the histogram of oriented surface normal vectors and multi-coordinate histogram of gradient descriptor.

3.4. Algorithms Applying Deep Learning Architecture

Data presented in Table 2 showcase the 22 studies that applied DL algorithms [6,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47]. Some of the authors tested different types of algorithms; the results shown in Table 2 are the best performing algorithms presented in the literature. Furthermore, if the data were unable to be obtained from the publication, this is stated as Not Available (NA).

3.5. Convolutional Neural Network (Twelve Studies)

The convolution neural network architecture is the most frequently applied architecture in Table 2 [6,26,27,28,29,30,31,32,33,34,35,36]. The CNN architecture reached an accuracy of 82.2%–97.6%, sensitivity of 83.1%–96.6%, specificity of 71.4%–98.2%, and an AUC of 0.87%–0.98%. Da Silva et al. increased the number of nodules and achieved superlative results. The studies included in this review that applied the PSO algorithm are all included in the top three best-achieving algorithms.

3.6. Deep Believe Network

Zhang et al. is the only study which applied a deep believe network [37]. The algorithm is trained to detect large nodules >30 mm, and achieved results above 90% with regards to accuracy, sensitivity and specificity. Two out of 14 articles applied a deep convolutional neural network (DCNN). The articles reached an accuracy of 89.0%–89.5% and a sensitivity of 84.2%–87.1% [39,40].

3.7. Other

Abbas et al. [44] chose deep neural network architecture and achieved results above 94% with regards to accuracy, sensitivity and specificity. Gruetzemacher et al. [43] also applied a DNN architecture and achieved above 94% in sensitivity. The study by Nibali et al. [46] is the only study that applied a deep residual neural network and achieved accuracy, sensitivity, and specificity above 88% [46]. Shaffie et al. [42] and Naqi et al. [47] both presented an architecture utilizing autoencoders. Naqi et al. [47] presented results above 95% in accuracy, sensitivity, and specificity. Shaffie et al. presented results above 85%. Xie et al. [38] proposed an algorithm utilizing the multiview knowledge-based collaborative (MV-KBC) deep model to separate malignant from benign nodules using limited chest CT data.

4. Discussion

The included studies all applied to the largest annotated image archive of CT scans of the lungs [4]. All included articles were able to detect lung nodules with a high accuracy, sensitivity, and specificity, using ML. The majority of the algorithms achieved results above 90% in one or more of the four diagnostic performing parameters. However, there is no consensus on the methods applied to determine the efficiency of ML algorithms, and the heterogeneity in the selection of included scans and the different parameters for the algorithms makes it challenging to compare them.
Applying ML algorithms to medical images comes with several limitations, one of the most profound being the lack of labeled training data. The lack of large training datasets is often mentioned as an obstacle, therefore, databases such as LIDC-IDRI are greatly appreciated and applied for training and validating algorithms. It should be noted that over the course of at least a decade, most Western hospitals have used picture archiving and communication system (PACS) systems in radiology. This magnitude of imaging data acquired for specific purposes in well-structured archives is uncommon. The main challenge is, thus, not the availability of image data itself, but the acquisition of relevant annotations/labeling for these images. Free-text reports on the radiologists’ findings are stored on the PACS system. Turning these reports into accurate labeling of structures and findings can be challenging and requires sophisticated text-mining methods, which is an important field of study in itself, where deep learning is also widely used nowadays. Introducing a structured reporting system would become very beneficial in an ML objective; this could potentially lead to improvement of radiologic findings and, eventually, patient care.
The general architecture of feature-based and DL algorithms differ. The specific architecture within the two groups also differs—the architectures and restrictions are set by the author. These are some of the contributing factors for the difference in performance when applying the same general architecture. This contributes to the difficulty in comparison. The algorithms applying feature-based architecture generated, overall, better results compared to the algorithms applying a DL approach [29,47]. The feature-based algorithms consist of different steps; the first step is usually computing the image features that will be of importance in the prediction process. The best combination of features is then selected, and the features can be applied to classify the image. The features are often based on texture, shape, or size of a nodule. The annotations given in the LIDC-IDRI dataset can be extracted, and the algorithm is able to learn to make a prediction. When the author is training the algorithm, it is possible to optimize the parameters when diagnosing correctly, thus improving the performance. The benefits of applying a DL algorithm is that the algorithm does not need feature identification as the first step. The algorithm identifies the features as a part of the learning process. The definition of DL is an algorithm which applies neural networks with multiple layers, usually more than 20. This has become possible because of the tools initially created for computer gaming and the massive parallel computing power of a graphics processing unit.
One of the most beneficial reasons for applying a DL algorithm is the learning curve. The DL algorithm is able to improve the performance over time, compared to a feature-based algorithm. The weight of the feature is set by the author and cannot be altered. The different types of DL algorithms have different abilities.
Several larger companies have evolved image recognition algorithms, and these algorithms are pre-trained on images that are not specific to the task. An example of this is Google’s GoogLeNet [48], which is trained on more than a million images from the ImageNet database. GoogLeNet has a rich feature representation and selection which can be incorporated into an algorithm made for nodule detection.
Ramachandran et al. [31] incorporated this technique into the algorithm they presented. The algorithm proposed a new object detection workflow, using a convolutional neural network to detect nodules in images and define the bounding boxes around them. The system presented an architecture based on DetectNet, which incorporates GoogLeNet inception layers without the fully connected layers.
Several of the proposed techniques have the potential for building medical diagnosis tools. Five of the feature-based and two of the DL algorithms presented an accuracy >95% [7,10,20,21,29,47]. These contributions should move forward from the LIDC-IDRI database and be taken into consideration with regard to implementing this technique for clinical practice. This could lead to an increase in nodule detection. To our knowledge, there are no studies published concerning this topic.

5. Conclusions

In conclusion, studies on ML and DL algorithms are able to detect lung nodules at a high level of accuracy, sensitivity, and specificity using ML when applied to an annotated archive of CT scans of the lung. However, there is no consensus on the method applied to determine the efficiency of ML algorithms. So far, there are no studies demonstrating in which clinical setting to ML could be used, and whether or not this would lead to detection of a higher number of lung nodules.

Author Contributions

Conceptualization, L.M.P., M.B.N. and C.A.L.; Methodology L.M.P., M.B.N. and C.A.L. Investigation, L.M.P.; Data Curation, L.M.P. and C.A.L.; Writing—Original Draft Preparation, L.M.P.; Writing—Review & Editing, L.M.P., M.B.N. and C.A.L. Supervision, M.B.N. and C.A.L.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Doi, K. Diagnostic imaging over the last 50 years: Research and development in medical imaging science and technology. Phys. Med. Biol. 2006, 51. [Google Scholar] [CrossRef] [PubMed]
  2. Erickson, B.J.; Korfiatis, P.; Akkus, Z.; Kline, T.L. Machine Learning for Medical Imaging. Radiographics 2017, 37, 505–515. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Valente, I.R.S.; Cortez, P.C.; Neto, E.C.; Soares, J.M.; de Albuquerque, V.H.C.; Tavares, J.M. Automatic 3D pulmonary nodule detection in CT images: A survey. Comput. Methods Programs Biomed. 2016, 124, 91–107. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Armato, S.G.; McLennan, G.; Bidaut, L.; McNitt-Gray, M.F.; Meyer, C.R.; Reeves, A.P.; Zhao, B.; Aberle, D.R.; Henschke, C.I.; Hoffman, E.A.; et al. The Lung Image Database Consortium (LIDC) and Image Database Resource Initiative (IDRI): A Completed Reference Database of Lung Nodules on CT Scans. Med. Phys. 2011, 38, 915–931. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Moher, D.; Liberati, A.; Tetzlaff, J.; Altman, D.G.; PRISMA Group. Preferred reporting items for systematic reviews and meta-analyses: The PRISMA statement. Ann. Int. Med. 2009, 151, 264–269. [Google Scholar] [CrossRef] [PubMed]
  6. Causey, J.L.; Zhang, J.; Ma, S.; Jiang, B.; Qualls, J.A.; Politte, D.G.; Prior, F.; Zhang, S.; Huang, X. Highly accurate model for prediction of lung nodule malignancy with CT scans. Sci. Rep. 2018, 8, 9286. [Google Scholar] [CrossRef] [PubMed]
  7. Akram, S.; Javed, M.Y.; Qamar, U.; Khanum, A.; Hassan, A. Artificial neural network based classification of lungs nodule using hybrid features from computerized tomographic images. Appl. Math. Inf. Sci. 2015, 9, 183–195. [Google Scholar] [CrossRef]
  8. Alilou, M.; Kovalev, V.; Snezhko, E.; Taimouri, V. A comprehensive framework for automatic detection of pulmonary nodules in lung ct images. Image Anal. Stereol. 2014, 33, 13–27. [Google Scholar] [CrossRef]
  9. Bai, J.; Huang, X.; Liu, S.; Song, Q.; Bhagalia, R. Learning Orientation Invariant Contextual Features for Nodule Detection in Lung ct Scans. In Proceedings of the 2015 IEEE 12th International Symposium on Biomedical Imaging (ISBI), New York, NY, USA, 16–19 April 2015. [Google Scholar] [CrossRef]
  10. Choi, W.-J.; Choi, T.-S. Automated pulmonary nodule detection based on three-dimensional shape-based feature descriptor. Comput. Methods Programs Biomed. 2014, 113, 37–54. [Google Scholar] [CrossRef] [PubMed]
  11. El Regaily, S.; Salem, M.; Abdel Aziz, M.; Roushdy, M. Lung Nodule Segmentation and Detection in Computed Tomography. In Proceedings of the 8th Eighth International Conference on Intelligent Computing and Information Systems (ICICIS), Cairo, Egypt, 5–7 December 2017. [Google Scholar] [CrossRef]
  12. Firmino, M.; Angelo, G.; Morais, H.; Dantas, M.R.; Valentim, R. Computer-aided detection (CADe) and diagnosis (CADx) system for lung cancer with likelihood of malignancy. Biomed. Eng. Online 2016, 15. [Google Scholar] [CrossRef] [PubMed]
  13. Gonçalves, L.; Novo, J.; Cunha, A.; Campilho, A. Learning Lung Nodule Malignancy Likelihood from Radiologist Annotations or Diagnosis Data. J. Med. Biol. Eng. 2018, 38, 424–442. [Google Scholar] [CrossRef]
  14. Gong, J.; Liu, J.-Y.; Wang, L.-J.; Zheng, B.; Nie, S.-D. Computer-aided detection of pulmonary nodules using dynamic self-adaptive template matching and a FLDA classifier. Phys. Medica 2016, 32, 1502–1509. [Google Scholar] [CrossRef] [PubMed]
  15. Gupta, A.; Saar, T.; Martens, O.; Moullec, Y.L. Unsupervised feature mapping via stacked sparse autoencoder for automated detection of large pulmonary nodules in CT images. Elektron. Elektrotechnika 2017, 23, 59–63. [Google Scholar] [CrossRef]
  16. Hancock, M.C.; Magnan, J.F. Predictive capabilities of statistical learning methods for lung nodule malignancy classification using diagnostic image features: An investigation using the Lung Image Database Consortium dataset. SPIE Med. Imaging 2017, 1013425, 1013425. [Google Scholar] [CrossRef]
  17. Jaffar, M.A.; Zia, M.S.; Hussain, M.; Siddiqui, A.B.; Akram, S.; Jamil, U. An ensemble shape gradient features descriptor based nodule detection paradigm: A novel model to augment complex diagnostic decisions assistance. Multimed. Tools Appl. 2018, 1–27. [Google Scholar] [CrossRef]
  18. Liu, X.; Hou, F.; Qin, H.; Hao, A. A CADe system for nodule detection in thoracic CT images based on artificial neural network. Sci. China Inf. Sci. 2017, 60. [Google Scholar] [CrossRef]
  19. Lu, L.; Tan, Y.; Schwartz, L.H.; Zhao, B. Hybrid detection of lung nodules on CT scan images. Med. Phys. 2015, 42, 5042–5054. [Google Scholar] [CrossRef] [PubMed]
  20. Naqi, S.M.; Sharif, M.; Yasmin, M. Multistage segmentation model and SVM-ensemble for precise lung nodule detection. Int. J. Comput. Assist. Radiol. Surg. 2018, 13, 1083–1095. [Google Scholar] [CrossRef] [PubMed]
  21. Shaukat, F.; Raja, G.; Gooya, A.; Frangi, A.F. Fully automatic detection of lung nodules in CT images using a hybrid feature set. Med. Phys. 2017, 44, 3615–3629. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  22. Taşcı, E.; Uğur, A. Shape and Texture Based Novel Features for Automated Juxtapleural Nodule Detection in Lung CTs. J. Med. Syst. 2015, 39, 1–13. [Google Scholar] [CrossRef] [PubMed]
  23. Wang, Z.; Xin, J.; Sun, P.; Lin, Z.; Yao, Y.; Gao, X. Improved lung nodule diagnosis accuracy using lung CT images with uncertain class. Comput. Methods Programs Biomed. 2018, 162, 197–209. [Google Scholar] [CrossRef] [PubMed]
  24. Zhang, W.; Wang, X.; Li, X.; Chen, J. 3D skeletonization feature-based computer-aided detection system for pulmonary nodules in CT datasets. Comput. Biol. Med. 2018, 92, 64–72. [Google Scholar] [CrossRef] [PubMed]
  25. Zhao, T.; Wang, H.; Li, L.; Qi, Y.; Gao, H.; Han, F.F.; Liang, Z.; Qi, Y.; Cao, Y. A Hybrid CNN Feature Model for Pulmonary Nodule Differentiation Task; Springer: Cham, Switzerland, 2017. [Google Scholar] [CrossRef]
  26. Chen, J. The Effect of Kernel Size of CNNs for Lung Nodule Classification. In Proceedings of the 2017 9th International Conference on Advanced Infocomm Technology (ICAIT), Chengdu, China, 22–24 November 2017; pp. 340–344. [Google Scholar]
  27. Da Nóbrega, R.V.M.; Peixoto, S.A.; Da Silva, S.P.P.; Filho, P.P.R. Lung Nodule Classification via Deep Transfer Learning in CT Lung Images. In Proceedings of the 2018 IEEE 31st International Symposium on Computer-Based Medical Systems (CBMS), Karlstad, Sweden, 18–21 June 2018; pp. 244–249. [Google Scholar] [CrossRef]
  28. Da Silva, G.L.F.; da Silva Neto, O.P.; Silva, A.C.; de Paiva, A.C.; Gattass, M. Lung nodules diagnosis based on evolutionary convolutional neural network. Multimed. Tools Appl. 2017, 76, 19039–19055. [Google Scholar] [CrossRef]
  29. Da Silva, G.L.F.; Valente, T.L.A.; Silva, A.C.; de Paiva, A.C.; Gattass, M. Convolutional neural network-based PSO for lung nodule false positive reduction on CT images. Comput. Methods Programs Biomed. 2018, 162, 109–118. [Google Scholar] [CrossRef] [PubMed]
  30. Han, G.; Liu, X.; Zheng, G.; Wang, M.; Huang, S. Automatic recognition of 3D GGO CT imaging signs through the fusion of hybrid resampling and layer-wise fine-tuning CNNs. Med. Biol. Eng. Comput. 2018, 2201–2212. [Google Scholar] [CrossRef] [PubMed]
  31. Ramachandran, S.; George, J.; Skaria, S.; Varun, V.V. Using YOLO based deep learning network for real time detection and localization of lung nodules from low dose CT scans. In Proceedings of the Medical Imaging 2018: Computer-Aided Diagnosis, Houston, TX, USA, 12–15 February 2018; Volume 53. [Google Scholar] [CrossRef]
  32. Song, Q.Z.; Zhao, L.; Luo, X.K.; Dou, X.C. Using Deep Learning for Classification of Lung Nodules on Computed Tomography Images. J. Healthc. Eng. 2017, 2017. [Google Scholar] [CrossRef]
  33. Sun, W.; Zheng, B.; Qian, W. Automatic Feature Learning Using Multichannel ROI Based on Deep Structured Algorithms for Computerized Lung Cancer Diagnosis. Comput. Biol. Med. 2017, 89, 530–539. [Google Scholar] [CrossRef] [PubMed]
  34. Wang, S.; Zhou, M.; Liu, Z.; Liu, Z.; Gu, D.; Zang, Y.; Dong, D.; Gevaert, O.; Tian, J. Central focused convolutional neural networks: Developing a data-driven model for lung nodule segmentation. Med. Image Anal. 2017, 40, 172–183. [Google Scholar] [CrossRef] [PubMed]
  35. Zhao, X.; Liu, L.; Qi, S.; Teng, Y.; Li, J.; Qian, W. Agile convolutional neural network for pulmonary nodule classification using CT images. Int. J. Comput. Assist. Radiol. Surg. 2018, 13, 585–595. [Google Scholar] [CrossRef] [PubMed]
  36. Zhu, W.; Liu, C.; Fan, W.; Xie, X. DeepLung: Deep 3D dual path nets for automated pulmonary nodule detection and classification. In Proceedings of the 2018 IEEE Winter Conference on Applications of Computer Vision (WACV), Lake Tahoe, NV, USA, 12–15 March 2018; pp. 673–681. [Google Scholar] [CrossRef]
  37. Zhang, T.; Zhao, J.; Luo, J.; Qiang, Y. Deep belief network for lung nodules diagnosed in CT imaging. Int. J. Perform. Eng. 2017, 13, 1358–1370. [Google Scholar] [CrossRef]
  38. Xie, Y.; Xia, Y.; Zhang, J.; Song, Y.; Feng, D.; Fulham, M.; Cai, W. Knowledge-based Collaborative Deep Learning for Benign-Malignant Lung Nodule Classification on Chest CT. IEEE Trans. Med. Imaging 2018. [Google Scholar] [CrossRef] [PubMed]
  39. Xie, Y.; Zhang, J.; Xia, Y.; Fulham, M.; Zhang, Y. Fusing texture, shape and deep model-learned information at decision level for automated classification of lung nodules on chest CT. Inf. Fusion 2018, 42, 102–110. [Google Scholar] [CrossRef]
  40. Li, W.; Cao, P.; Zhao, D.; Wang, J. Pulmonary Nodule Classification with Deep Convolutional Neural Networks on Computed Tomography Images. Comput. Math. Methods Med. 2016, 2016. [Google Scholar] [CrossRef] [PubMed]
  41. Dobrenkii, A.; Kuleev, R.; Khan, A.; Rivera, A.R.; Khattak, A.M. Large residual multiple view 3D CNN for false positive reduction in pulmonary nodule detection. In Proceedings of the 2017 IEEE Conference on Computational Intelligence in Bioinformatics and Computational Biology (CIBCB), Manchester, UK, 23–25 August 2017. [Google Scholar] [CrossRef]
  42. Shaffie, A.; Soliman, A.; Fraiwan, L.; Ghazal, M.; Taher, F.; Dunlap, N.; Wang, B.; van Berkel, V.; Keynton, R.; Elmaghraby, A.; et al. A Generalized Deep Learning-Based Diagnostic System for Early Diagnosis of Various Types of Pulmonary Nodules. Technol. Cancer Res. Treat. 2018, 17. [Google Scholar] [CrossRef] [PubMed]
  43. Gruetzemacher, R.; Gupta, A.; Paradice, D. 3D deep learning for detecting pulmonary nodules in CT scans. J. Am. Med. Inform. Assoc. 2018, 25, 1301–1310. [Google Scholar] [CrossRef] [PubMed]
  44. Abbas, Q. Nodular-Deep: Classification of Pulmonary Nodules using Deep Neural Network. Int. J. Med. Res. Heal. Sci. 2017, 6, 111–118. [Google Scholar]
  45. Hamidian, S.; Sahiner, B.; Petrick, N.; Pezeshk, A. 3D convolutional neural network for automatic detection of lung nodules in chest CT. Proc SPIE Int Soc Opt Eng. 2017, 10134. [Google Scholar] [CrossRef]
  46. Nibali, A.; He, Z.; Wollersheim, D. Pulmonary nodule classification with deep residual networks. Int. J. Comput. Assist. Radiol. Surg. 2017, 12, 1799–1808. [Google Scholar] [CrossRef] [PubMed]
  47. Naqi, S.M.; Sharif, M.; Jaffar, A. Lung nodule detection and classification based on geometric fit in parametric form and deep learning. Neural Comput. Appl. 2018, 3456789. [Google Scholar] [CrossRef]
  48. Christian, S.; Wei, L.; Yangqing, J.; Pierre, S.; Scott, R.; Dragomir, A.; Dumitru, E.; Vincent, V.; Andrew, R. Going Deeper with Convolutions. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015. [Google Scholar] [CrossRef]
Figure 1. Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) flowchart of the literature search and study selection.
Figure 1. Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) flowchart of the literature search and study selection.
Diagnostics 09 00029 g001
Table 1. Feature-based algorithms applied to the Lung Image Database Consortium Image Collection (LIDC-IDRI) database.
Table 1. Feature-based algorithms applied to the Lung Image Database Consortium Image Collection (LIDC-IDRI) database.
AuthorYearCT Scans Incl.Accuracy (%)Sensitivity (%)Specificity (%)AUCClassifierNodule TypeSelected Features
Akram et al. * [7]20158496.696.996.30.980SVMAll types2D and 3D geometric and intensity statistical features
Alilou et al. * [8]201460NA80.0NANA SVMSolid2D and 3D subset of features
Bai et al. [9]201599NA80.0NANANAAll typesLocal shape analysis and data-driven local contextual feature learning
Choi et al. * [10]20148499.097.597.50.998SVM-rAll typesCAD system for different dimensions of AHSN features
El Regaily et al. [11]201740070.577.769.5NAThe simple rule classifierAll typesGeometric and intensity statistical features
Firmino et al. * [12]2016420NA94.4NANASVMAll typesHOG; watershed; features of texture, shape, and appearance
Gonçalves et al. * [13]2018NA68.455.087.50.905SVMSolid nodulesIntensity-, texture-, and shape-based features
Gong et al. * [14]201610091.590.291.50.960FLDANot GGO11 selected image features
Gupta et al. [15]2017899NA90.0NA0.980softmaxLarge nodulesFeature mapping: stacked sparse autoencoder (SSAE)
Hancock et al. * [16]201761988.084.6NA0.949NonlinearAll typesNonlinear classifier, diameter, and volume features included
Jaffar et al. [17]20185998.898.498.70.999Random forestAll typesNovel ensemble shape gradient features (NESGF)
Liu et al. [18]2017107NA89.4NANANAAll typesGeometric and statistical features
Lu et al. [19]201598NA85.2NANARegression treeAll typesHybrid scheme based on 16 features
Naqi et al. * [20]201825099.098.698.20.990SVM All typesGeometric texture features descriptor (GTFD)
Shaukat et al. * [21]201785097.198.196.00.995SVM-GaussianAll typesIntensity, shape (2D and 3D), and texture features
Taşcı et al.* [22]20152492.9NANA0.883GLMRJuxtapleuralSeven shape- and texture-based features
Wang et al. * [23]2018NA95.995.695.00.961SS-ELMAll typesHaralick features and morphological features
Zhang et al. * [24]201871NA89.3NANASVMJuxtavascular nodules3D skeletonization
Zhao et al. [25]2017NA91.2NANA0.970softmaxAll typesGlobal and local features
CAD: Computer-aided detection, AHSN: angular histograms of surface normal, HOG: Histogram of oriented Gradients, NA: not available. The studies marked with a star (“*”) presented several types of alterations to the algorithm, producing different results. These results are not presented in the table.
Table 2. Deep learning algorithms applied to the LIDC-IDRI database.
Table 2. Deep learning algorithms applied to the LIDC-IDRI database.
AuthorYearMalignantBenignAccuracy (%)Sensitivity (%)Specificity (%)AUCNoduli TypeArchitecture
Chen et al. [26]2018NANANA93.7NANAAll typesCNN
Sun et al. [33]20174757641372NANANA0.890All typesCNN
Wang et al. [34]2017NANANA83.1NANAAll typesCNN
Da Silva et al. [29] 20183415874297.692.298.20.955All typesCNN
Da silva et al. [28] 20171413183094.7594.795.10.940All typesCNN
Causey et al. [6]2018NANA94.694.894.30.984All typesCNN
Ramachandran et al. [31] 20183300330093.089.0NANAAll typesCNN
Zhu et al. [36]201845055490.4NANANAAll typesCNN
Da Nóbrega et al. [27]2018NANA88.485.3NA0.931All typesCNN
Song et al. [32]20172311226584.284.084.30.910All typesCNN
Han et al. [30]201853862282.596.671.4NAGGOCNN
Zhao X. et al. [35]201837536882.2NANA0.877All typesCNN
Zhang et al. [37]2017408003200095.093.590.20.930> 30 mmDBN
Xie et al. [39] 2018648132489.5384.292.00.960All typesDCNN
Li et al. [40]2016407722172089.087.1NANAAll typesDCNN
Shaffie et al. [42]2018NANA91.285.095.80.95 All typesDeep autoencoder
Gruetzemacher et al. [43] 2018NANANA94.2NANAAll typesDNN
Abbas et al. [44]20171300130095.094.096.00.950All typesDNN
Hamidian et al. [45]2017NANANA80.0NANAAll typesFCN + CNN
Xie et al. [38]2018644130191.686.594.00.95 All typesMV-KBC
Nibali et al. [46]201742041189.991.188.6NAAll typesResNet
Naqi et al. [47]2018NANA96.995.697.0NAAll typesSA + softmax

Share and Cite

MDPI and ACS Style

Pehrson, L.M.; Nielsen, M.B.; Ammitzbøl Lauridsen, C. Automatic Pulmonary Nodule Detection Applying Deep Learning or Machine Learning Algorithms to the LIDC-IDRI Database: A Systematic Review. Diagnostics 2019, 9, 29. https://doi.org/10.3390/diagnostics9010029

AMA Style

Pehrson LM, Nielsen MB, Ammitzbøl Lauridsen C. Automatic Pulmonary Nodule Detection Applying Deep Learning or Machine Learning Algorithms to the LIDC-IDRI Database: A Systematic Review. Diagnostics. 2019; 9(1):29. https://doi.org/10.3390/diagnostics9010029

Chicago/Turabian Style

Pehrson, Lea Marie, Michael Bachmann Nielsen, and Carsten Ammitzbøl Lauridsen. 2019. "Automatic Pulmonary Nodule Detection Applying Deep Learning or Machine Learning Algorithms to the LIDC-IDRI Database: A Systematic Review" Diagnostics 9, no. 1: 29. https://doi.org/10.3390/diagnostics9010029

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop