Open Access
28 June 2019 Computer-aided detection of lung nodules: a review
Furqan Shaukat, Gulistan Raja, Alejandro F. Frangi
Author Affiliations +
Abstract
We present an in-depth review and analysis of salient methods for computer-aided detection of lung nodules. We evaluate the current methods for detecting lung nodules using literature searches with selection criteria based on validation dataset types, nodule sizes, numbers of cases, types of nodules, extracted features in traditional feature-based classifiers, sensitivity, and false positives (FP)/scans. Our review shows that current detection systems are often optimized for particular datasets and can detect only one or two types of nodules. We conclude that, in addition to achieving high sensitivity and reduced FP/scans, strategies for detecting lung nodules must detect a variety of nodules with high precision to improve the performances of the radiologists. To the best of our knowledge, ours is the first review of the effectiveness of feature extraction using traditional feature-based classifiers. Moreover, we discuss deep-learning methods in detail and conclude that features must be appropriately selected to improve the overall accuracy of the system. We present an analysis of current schemes and highlight constraints and future research areas.

1.

Introduction

Lung cancer is currently one of the most common causes of death worldwide, with low rates of survival after diagnosis being reported in developed and underdeveloped countries.1 According to recent statistics, the 5-year survival rate is only 16%2 and it has been estimated that by the year 2020, 12 million cancer-related fatalities will occur annually, of which lung cancer will have the largest share.3 However, survival rates can be improved,1 if nodules are detected early enough. Lung nodules are abnormal growths of tissue that could represent lung cancer. They are typically round/spherical in shape with diameters of up to 30 mm.4 Nodules are categorized as well circumscribed, juxtavascular, juxtapleural, and pleural tail. Well-circumscribed nodules are independent and have no extensions into the surrounding anatomical structures, whereas juxtavascular nodules exhibit strong adherence to proximal vessels, and juxtapleural nodules are attached to neighboring pleural surfaces. Pleural-tail nodules have tails that are adherent to the nodule but not to pleural walls. In addition, pulmonary nodules are categorized as solid and subsolid nodules (SSNs), irrespective of their positions. SSNs are further classified as part-solid nodules and pure ground-glass nodules. Solid nodules are the most common type of nodules, and these repress the underlying functional lung tissues. SSNs are pulmonary nodules with partial ground-glass opacity (GGO). These nodules exhibit opacifications with higher density than the surrounding tissues and do not obscure underlying bronchovascular structures.5 Sample images of different nodules are shown in Fig. 1.

Fig. 1

Samples of lung nodule types. (a)–(e) Well-circumscribed/solid, juxtavascular/subsolid, juxtapleural, pleural-tail, and GGO nodules.

JMI_6_2_020901_f001.png

Computer-aided detection (CAD)6 can assist early diagnosis of lung cancer. The principal aim of CAD is to identify and to accurately extract regions of interest (ROIs) in images acquired from various imaging modalities, including computed tomography (CT), position emission tomography (PET), and magnetic resonance imaging (MRI).79 CAD systems can be further categorized as (i) computer-aided detection (CADe) and (ii) computer-aided diagnosis (CADx). The scope of CADe systems is limited to identification of suspicious areas in images, whereas CADx systems facilitate disease diagnosis.3 In this paper, we focus on CADe systems. A complete schematic representation of lung CADe processes is shown in Fig. 2.

Fig. 2

Typical lung CAD processes: image acquisition, segmentation of lung fields, detection of candidate nodules, and FP reduction.

JMI_6_2_020901_f002.png

Medical images are acquired from various imaging modalities.3 Among these, CT is a fundamental imaging technique for screening analyses of lung nodules, and the other available methods are of less importance. Among public databases, such as the Early Lung Cancer Action Program (ELCAP), Public Lung Image Database, and Public Lung Database to Address Drug Response,11 the Lung Image Database Consortium (LIDC)12 is widely used for its images because they carry standard radiological annotations. The most commonly used public databases are summarized in Table 1.

Table 1

Public databases for assessments of lung CADe systems.

DatabaseRelease dateNo of scansNo of imagesModalityGround truth
VIA/ELCAP10200350N/ACTAvailable
Public lung database to address drug response112005100N/ACTAvailable
LIDC-IDRI1220111018244, 527CTAvailable
SPIE-AAPM1320157022,489CTAvailable
RIDER lung PET-CT142013275269, 511CT, PETN/A
RIDER lung CT1520094615,419CTAvailable
QIN lung CT162016473954CTN/A
Lung CT segmentation challenge 2017172017609569CT, RTN/A
Lung CT-diagnosis182015614682CTAvailable (tumor slices)
ANODE0919200955N/ACTAvailable (only for five training scans)
Note: N/A, Not available.

Other platforms that have contributed datasets to the research community include the Dutch–Belgian randomized lung cancer screening trial NELSON20 and the Lung Cancer Alliance.21 The main objective of these publicly available databases is to provide data resources to the research community for the development, evaluation, and benchmarking of CADe systems.

Lung segmentation is a process by which lung volumes are extracted from CT images and insignificant constituents are discarded. The efficiency of lung nodule detection systems is increased by accurate lung segmentation, and several techniques for extracting lung volumes from CT images are used. These include, optimal thresholding, rule-based region growing, global thresholding, three-dimensional (3-D) adaptive fuzzy thresholding, hybrid segmentation, and connected component labeling. Following preliminary lung segmentation, juxtapleural nodules are added by refining extracted lung volumes, generally using a chain-code method, a rolling ball algorithm, or morphological approaches.2231

Nodule detection can be described as a process in which suspicious lung areas are detected that may be responsible for lung cancer. Among the reported techniques for detecting lung nodules as candidate lung cancers, multiple gray-level thresholding is the most widely considered, although shape-based, template-matching-based, morphological approaches with convexity models, and filtering-based methods have also been used for this purpose.2226,32,33

Following detection of candidate nodules, nodules must be distinguished from non-nodules. In published studies, this false-positive (FP) reduction involves feature extraction and nodule classification using feature-based classifiers. Various methods are reported for extracting image features and classifying nodules, generally based on intensity-based statistical features, geometric features, and gradient features.22,23 After feature extraction, nodule detection is performed using several supervised and unsupervised classifiers to reduce the numbers of FPs.2426,28,3436 However, developments in deep learning have made the selection of image features less explicit, and optimal loss functions and efficient optimization algorithms that influence the learning process have been favored.

In Sec. 2, we present a review of studies that have been selected for their relevance to CADe. We have only considered studies from 2009 because the approaches reported prior to this time have become redundant. Our analyses of these studies are presented with a focus on limitations. Abstracts have been retrieved from PubMed, Science Direct, IEEE Xplore, and Web of Science using the keywords “lung,” “nodule,” “detection,” “pulmonary,” “tumor,” “CAD,” “CADe,” and “cancer” with various combinations of logical expressions containing “AND” and “OR.” We have reviewed only peer-reviewed archival journal publications and have included key conference papers that have been published in the past year. Section 3 presents a discussion of the major constraints on present and future prospects. Conclusions are drawn in Sec. 4. The aim of this review is to provide a critical analysis of current lung nodule detection systems and to highlight the constraints and future research areas.

2.

Review of Lung Nodule Detection Systems

Lung nodule detection systems comprise processes for (i) lung segmentation, (ii) nodule candidate detection, and (iii) FP reduction. Several reviews of the methods used for nodule detection and FP reduction identify overall sensitivity and numbers of FPs/scans as key performance criteria,3741 but few comparative analyses have been performed to determine the effectiveness of the extracted features that are used for FP reduction. Therefore, we summarize the techniques for extracting features using feature-based classifiers that are used to determine the most relevant feature classes in lung nodule detection systems and to facilitate sensitivity and reduce FPs/scans of the system. Furthermore, we review reports of deep-learning techniques and compare their outcomes with those of traditional feature-based techniques. To the best of our knowledge, our review is comprehensive and up to date and comprises developments in the field. The present review highlights the challenges and constrains of the three categories of lung nodule detection system.

2.1.

Lung Segmentation

Lung segmentation techniques can be broadly classified as (i) deformable boundary-based techniques, (ii) edge-based techniques, and (iii) threshold-based techniques. Each lung segmentation technique has its own pros and cons. Although threshold-based techniques are efficacious with high-contrast CT images, their performance can vary with low-contrast pathologies. Moreover, thresholding can be affected by differing imaging protocols and image acquisition scanners. Particularly, because lung structures, such as blood vessels, bronchioles, and bronchi, exhibit close densities with chest tissues, it is extremely challenging to accurately define ROIs and accurate segmentation often requires special postprocessing techniques. Deformable boundary-based techniques have the disadvantage of extra sensitivity to initialization. Furthermore, they are unable to overcome the heterogeneity of lung volumes with traditional external forces, such as edges and gray levels. Therefore, accurate lung segmentation is difficult using the deformable model. In addition, the accuracy of these imaging analyses depends on the accuracy of registration of prior shape models for CT images. Poor registration can affect the overall performance and is the main limitation of these schemes. In addition, the diversity of lung pathologies complicates the accurate segmentation of lung fields. Selected reports of lung segmentation techniques are summarized in Table 2.

Table 2

Review of lung segmentation techniques.

CAD systemsYearNo. of casesImage sizeProposed techniqueGround truthPerformance
Soliman et al.422017105512×512×270450Shape-based75 manually traced scansOM = 0.98
DSC = 98.4%
Filho et al.43201740 CT scans512 * 512Shape-based deformable modelSemiautomatic (manual + commercial software)FM = 99.14%
Shi et al.44201623 CT scans512 * 512Thresholding23 manually traced dataOM = 0.98
Dai et al.452015NA512 * 512* 368Shape-basedManually traced dataDSC = 0.98
Mansoor et al.462014400 CT imagesNAShape-based400 manually traced dataOM = 0.95
Sun et al.47201230 scans512×512×424642, 0.6–0.7 mm thinShape-based30 manually corrected traced dataDSC = 0.97
AD = 0.84 mm
Sofka et al.482011260 scans0.5 to 5.0 mmShape-based68 manually traced dataSCD = 1.95
Besbes and Paragios492011247 image radiographs256×256, 1-mm thinShape-based123 manually traced dataOM = 0.94
AD = 1.39 pixel
Annangi et al.5020101130 image radiographs128×128 and 256×256Shape-based deformable model1130 manually traced imagesDSC = 0.88
El-Baz et al.51200810 image datasets512×512×182, 2.5 mm thinStatistical MGRF model1820 manually traced imagesAccu. = 0.96
Shi et al.522008247 image radiographs256×256Shape-based deformable model247 manually traced imagesOM = 0.92
AD = 1.78 pixel
Gao et al.5320078 subjects512×512×240Thresholding8 manually traced datasetsDSC = 0.99
Korfiatis et al.54200723 scans512×512Wavelet edge detector22 manually traced dataOM = 0.98
AD = 0.77 mm
Campadelli et al.552006487 image radiographs256×256Spatial edge detector487 manually traced dataSen. = 0.92
Spec. = 0.96
Sluimer et al.27200526 scans512×512, 0.75–2.0 mmShape-based10 manually traced DataOM = 0.82
AD = 1.48 mm
Note: NA, not available; OM, overlap measure is defined as the volume of the intersection divided by the volume of the union of two samples; DSC, dice similarity coefficient is used to compare the similarity of two samples; FM, F-measure denotes the harmonic mean of predictive value and sensitivity; RmsD, root-mean-square difference of the distance between the segmentation and the ground truth; SCD, symmetrical point-to-mesh comparison error; AD, mean absolute surface distance is defined as symmetric border positioning measure integrated along entire surfaces.

2.2.

Nodule Candidate Detection

Nodule candidate detection is performed to identify structures within the lung that are suspicious of being lung nodules. This process is typically performed following lung segmentation to decrease the workload by removing the background and unwanted areas from the input CT images. Various methods have been described for detecting lung nodule candidates, and multiple gray-level thresholding is considered the best method, although shape-based, template-matching-based, morphological approaches with convexity models, and filtering-based methods have been used.

Akram et al.56 applied multiple gray-level thresholding for nodule candidate detection and stated that single threshold values are insufficient because vessels and different types of nodules exhibit different density values. Choi and Choi4 reported that nodules exhibit a circular or dot-like shape of variable size. The authors suggested that single-scale enhancement is not appropriate for all nodules and reported the use of a multiscale dot enhancement filter. After enhancement, lung nodules were detected using thresholding. Gonçalves et al.57 and Chen et al.58 reported the use of Hessian matrix-based approaches for lung nodule detection. Gonçalves et al.57 used the central adaptive medialness principle for lung nodule identification and segmentation with shape indices and curvedness properties. They validated their method with 569 solid nodules of the LIDC-IDRI dataset and demonstrated superior results compared with those obtained via manual segmentation by expert radiologists. Choi and Choi9 proposed an entropy-based lung nodule detection system involving three stages. In the first stage, CT images are divided into informative and noninformative blocks and the latter are filtered out. In the next step, candidate nodules are detected using informative blocks after enhancement using 3-D coherence-enhancing diffusion. Candidate nodules are then detected from enhanced informative image blocks using optimal thresholding. Finally, certain features are extracted from lung nodule candidates, and FP reduction is performed using a support vector machine (SVM).

In this section, studies have been grouped according to the template-matching methods for lung nodule candidate detection. Jo et al.59 proposed lung nodule detection systems using template matching and reported a method based on global rib matching and nodule template matching. In their global rib-matching analyses, the lungs were aligned at their centers and rigid registration was performed using coronal and sagittal maximum intensity projection images. In the second step, lung nodule candidates were detected using template matching based on density similarities and geometrical correlations between nodules and other neighboring structures. Moreover, El-Baz et al.60 used two-dimensional (2-D) and 3-D deformable templates and a genetic optimization algorithm to detect lung nodule candidates.

Various morphological approaches have been used to detect lung nodule candidates. Cascio et al.61 proposed a lung nodule detection method using 3-D mass spring model. In their system, region-growing and morphological operations for lung volume segmentation were used, and lung nodule candidates were detected using a 3-D mass spring model. The range of gray values and corresponding shape information from the model helped in identifying lung nodule candidates with greater accuracy. The authors validated their system using 84 scans obtained from the LIDC dataset. Soltaninejad et al.62 proposed a lung nodule detection scheme using active contours and a K-nearest neighbor (KNN) classifier. After performing lung volume segmentation using adaptive thresholding and morphological operations, the lung nodule candidates were detected using 2-D stochastic features, followed by extraction using active contour modeling. Finally, FPs were reduced using the KNN classifier. Jiantao et al.32 proposed a shape-based lung nodule detection method comprising the three main steps: modeling, break, and repair. Initially, ROIs were extracted and represented as a shape model using the marching cubes algorithm, and the problematic regions were identified and removed using principal curvature analyses, which can lead to inaccurate segmentation of objects. Finally, incomplete regions were fitted using interpolation and extrapolation with a radial basis function for smoothly estimating and repairing suspicious areas. Kubota et al.33 proposed a lung nodule detection method using morphological operations and convexity models. Initially, lung volumes were extracted using voxel transformation and figure ground separation. Subsequently, a Euclidian distance map was used to locate the seed point and then region growing was applied to identify candidate nodule regions. Finally, the authors segmented candidate lung nodules using convex hull. Reported techniques for lung nodule detection are summarized in Table 3.

Table 3

Review of lung nodule detection methods.

CAD systemsYearDetection technique
Akram et al.562016Multiple gray-level thresholding
Choi and Choi42014Multiscale dot enhancement filter
Gonçalves et al.572016, 2012Hessian matrix-based method
Chen et al.58
Choi and Choi92013Entropy analysis
Jo et al.592014Template matching
El-Baz et al.602013Template matching and genetic algorithm
Cascio et al.612012Stable 3-D mass spring models
Soltaninejad et al.622012Active contour and K-NN classifier
Jiantao et al.322011Thresholding and geometric modeling
Kubota et al.332011Convexity model and morphological approach
Riccardi et al.6320113-D fast radial transform
Namin et al.64 and Murphy et al.652010, 2007Shape index
Ozekes et al.6620083-D template matching

In summary, the most commonly used lung nodule detection techniques can be broadly classified into the three main categories (i) thresholding, (ii) template matching, and (iii) morphological approaches. Thresholding-based results depend on the qualities of techniques for threshold adjustment. Template-matching techniques suffer from irregular shapes and diversities of lung nodule types. Template-matching methods also generally assume that nodules are spherical or cylindrical and are, hence, challenged by nodules that are attached to the pleura and vessels. Alternatively, morphological approaches suffer from low detection efficiency for lung wall nodules.

2.3.

False-Positive Reduction

After detecting nodule candidates, they are classified into nodules and non-nodules. This step is commonly referred to as FP reduction and is performed using the following two broad categories of methods: (i) conventional feature-based classifiers and (ii) convolutional neural networks (CNNs). Conventional feature-based classification is performed using (i) feature extraction and (ii) nodule candidate classification techniques. Several methods for feature extraction and nodule candidate classification have been proposed. Below, we briefly review published studies in both of these categories and highlight the challenges inherent in the respective CAD systems.

Cuenca et al.25 proposed a CAD system using an iris filter to detect isolated pulmonary nodules from CT images. The system achieved a sensitivity of 80% with 7.7 FPs/scans. The system could only detect one type of nodule, although the used dataset was quite small and contained only 77 nodules. In contrast, Murphy et al.67 used a large private dataset of 813 scans for the evaluation of their proposed system and achieved a sensitivity of 80% with 4.2 FPs/scans. They used local image features and the k-nearest-neighbor classification. Despite their large dataset, the sensitivity of their system was lower than that of the other reported systems. Similarly, Guo et al.,68 Liu et al.,69 Retico et al.,70 and Messay et al.22 used small datasets comprising 29 scans (34 true nodules), 32 scans (33 solitary nodules), 42 scans (102 pleural nodules), and 84 scans (150 nodules), respectively, for the evaluation of their proposed systems. It is presumed that the performances of these systems will be poor in realistic scenarios with a broader range of nodule types seen in clinical scans.

Ozekes et al.71 proposed a computerized lung nodule detection method using 3-D feature extraction and learning-based algorithms. They claimed a sensitivity of up to 100%, but a FP rate of 44 per scan rendered the method inefficient. An automatic CAD system was proposed by Sousa et al.,72 which used an optimized subset of eight features from a total of 24 initially extracted features. The system achieved a FP rate of 0.42 and a sensitivity of 84.84%. However, it was tested with only 33 nodules, making its performance susceptible to differing scenarios. Mabrouk et al.7 proposed a technique for automatically detecting lung nodules from CT images using two classifiers. A total of 22 image features were extracted for their model and feature selection was driven by Fisher’s scores. Although the system exhibited good performance with respect to detection of large nodules, it was not able to detect smaller nodules.

Assefa et al.73 proposed a nodule detection scheme based on template matching and multiresolution-based false reduction. Seven statistical and two intensity-based features were extracted for the FP reduction stage and the system performed at an 81% classification rate. However, this system also had a very high FP rate (35.15%), leading to disadvantages in terms of inefficiency. Choi et al.9 proposed a method based on hierarchical block classification in which sub-blocks of the image were constructed and entropy-based analysis was then used to select those with high entropy. The proposed system achieved a sensitivity of 95.28% with only 2.27 FPs/scans. This system had good overall performance but failed to detect all types of nodules. Tariq et al.74 proposed a computerized system for lung nodule detection from CT scan images using a neurofuzzy classifier; however, no standard datasets or performance metrics were used to evaluate its performance. Orozco et al.75 extracted eight texture features from histograms and a gray-level co-occurrence matrix, which were given as input to SVM for FP reduction. The system achieved a reliability index of 84% but was evaluated using a private dataset of only 38 scans with nodules. Tartar et al.76 detected pulmonary nodules using hybrid features: a total of 30 intensity-based and geometrical (2-D and 3-D) features were extracted and given as input to four different classifiers. Their system achieved a sensitivity of 89.6% but was evaluated using a private dataset comprising only 95 pulmonary nodules.

Teramoto et al.77 proposed a hybrid method for detecting pulmonary nodules using PET/CT. They used 100 PET/CT images to evaluate their method, which achieved a sensitivity of 83.0% with five FPs/scans. Although their system relied on a novel combination of CT/PET images, it did not achieve high sensitivity. Choi et al.4 introduced a 3-D shape-based feature descriptor to detect pulmonary nodules in CT images. The system was evaluated using the LIDC dataset with 148 nodules and achieved a sensitivity of 97.5% with 6.76 FPs/scans. Although it showed good performance overall, the FP/scan was unfavorable. Akram et al.56 reported a SVM-based classification of lung nodules using hybrid features from CT images. Similar to other studies, their system was validated with insufficient nodules to achieve the same performance under various scenarios. Other selected studies7881 that used conventional feature-based classification are summarized in Table 4.

Table 4

Performance comparison of different CAD systems.

CAD systemsData setNo. of casesNo. of nodulesNodule size (mm)Extracted featuresSensitivity (%)FPRType of nodulesRemarks
Guo et al.68Private2934N/AShape94.77N/AN/A
Sousa et al.72PrivateN/A333 to 40Shape, texture, gradient, histogram, and spatial84.840.42Isolated, juxtapleural and juxtavascularUsed dataset is too small containing a low number of nodules.
Liu et al.69Private32333 to 17N/A93.754.60Juxtapleural
Orozco et al.75LIDC, ELCAP128752 to 30Texture84.007.00N/A
Tartar et al.76Private63952 to 20Shape89.607.90Well-circumscribed, vascularized, juxtapleural, and pleural-tail
Messay et al.22LIDC841433 to 30Shape, intensity, and gradient82.663.00Juxtavascular and juxtapleuralSystems underperform in terms of sensitivity/accuracy.
Murphy et al.67Private81315182 to 14Shape index and curvedness80.004.20Nonsolid, part-solid, and solid
Retico et al.70Private421026 to 30Morphological and texture72.006.00Pleural
Teramoto et al.77Private1001034 to 30Shape and intensity83.005.00Solitary
Gong et al.80LIDC88811863 to 30Intensity, shape, and texture79.304.00Solid and GGO
Bergtholdt et al.82LIDC2436903 to 30Shape, intensity, and gradient85.902.50Juxtapleural
Opfer et al.83LIDC91N/A3 to 30Shape and intensity78.002.00N/A
Sahiner et al.84Private, LIDC852413 to 19Shape, statistical, and gradient76.005.60N/A
Suzuki et al.85Private631214 to 27N/A80.304.80Pure GGO, mixed GGO, and solid
Ozekes et al.71LIDC11113 to 16Shape100.0044.00SolitaryHigh FP rate makes the schemes inefficient.
Assefa et al.73ELCAP50165N/AIntensity and statistical81.0035.15N/A
Torres et al.86LIDC94917493 to 30Shape and intensity80.008.00GGO
Choi et al.4LIDC841483 to 30Shape-based 3-D descriptor97.506.76Solid and juxtapleural
Mabrouk et al.7Private12N/A22 to 42Shape and intensity97.002.00N/ASystem’s ability to detect all type of nodules is limited.
Choi et al.9LIDC581513 to 30Shape and intensity95.282.27Juxtapleural
Akram et al.56LIDC47503 to 30Shape and intensity95.31N/AJuxtapleuralSystem is evaluated with small number of nodules and FP/scan is not informed.
Wang et al.81LIDC10106733 to 30CS-LBP and ORT-EOH95.693.05Solid, GGO, juxtavascular, and juxtapleural
Setio et al.87LIDC88811863 to 30CNN90.104.00Solid, subsolid, and juxtapleuralDevelopments on deep-learning have made less explicit the selection of the image features, which has now turned to select optimal loss functions and efficient optimization algorithms influencing the learning process. In addition, CNN may have a high computational cost and requires a large dataset for training.
Anirudh et al.88SPIE-AAPM LUNG67N/A3 to 30CNN80.0010.00Solid, part-solid and nonsolid
Ding et al.89LIDC88811863 to 30CNN94.404.00N/A
Gruetzemacher et al.90LIDC88811863 to 30CNN89.291.79Juxtapleural and juxtavascular
Xie et al.91LIDC101826693 to 30CNN84.19N/AN/A
Kim et al.92LIDC88811663 to 30CNN95.202.00N/A
Qin et al.93LIDC88811863 to 30CNN98.24.00N/A
Xie et al.94LIDC1018N/A3 to 30CNN83.24.00Solitary, vascularized, juxtapleural, and pleural-tail
Dou et al.95LIDC88811863 to 30CNN90.704.00Solitary, GGO, and pleural
Jiang et al.96LIDC100626693 to 30CNN80.064.70Juxtapleural nodule
Jin et al.97LIDC88811863 to 30CNN92.402.00Solid, subsolid, and pleural
Dou et al.98LIDC88811863 to 30CNN90.602.00N/A
Note: N/A, Not available.

This section presents selected studies that used CNN for pulmonary nodule detection. Setio et al.87 proposed a multiview convolutional network-based lung nodule detection system with three dedicated detectors for large, subsolid, and solid nodules. The final detection step was performed using multiple streams of 2-D convolutional networks and a dedicated fusion method. This system was evaluated using 888 scans from the LIDC-IDRI dataset and achieved a detection sensitivity of 90.1% with only four FPs/scans. Anirudh et al.88 used a 3-D CNN to learn discriminative features for nodule detection. The proposed system was evaluated using 67 scans from the SPIE-LUNGx dataset and achieved a relatively lower sensitivity of 80% with 10 FPs/scans. Ding et al.89 proposed a lung nodule detection system based on deep CNNs. Their system involved the application of a region-based CNN for nodule detection on image slices and employed a 3-D CNN to reduce FPs. It was evaluated using the Lung Nodule Analysis Challenge (LUNA16) dataset and achieved a high sensitivity (94.4%) with only four FPs/scans. Zhu et al.99 developed the automatic lung nodule detection and classification system DeepLung, which included nodule detection and classification. Nodule detection was achieved using a 3-D fast regional CNN (R-CNN), and the system achieved a relatively lower detection sensitivity of 83.4%.

Gruetzemacher et al.90 proposed a lung nodule detection method using two 3-D CNNs: the first was used to generate candidate nodules and the second was used to reduce FPs. Using 888 scans from the LIDC dataset, a sensitivity of 89.29% was demonstrated with 1.78 FPs/scans. Xie et al.91 proposed a lung nodule detection method that employed different approaches for feature extraction. Feature representations of nodules were learned using deep CNN and candidate nodules were classified as nodules or non-nodules using the AdaBoost backpropagation neural network. The proposed system achieved a sensitivity of 84.19% with 7.98 FPs/scans. Similarly, Kim et al.92 proposed a lung nodule detection method using multiscale gradual integration of CNN in a three-step method. Multiscale patches with differing levels of contextual information were gradually integrated using zoom-in and zoom-out streams. The reported competition performance metric of 0.942 indicates an average sensitivity of analyses performed at seven different FP rates using the LIDC dataset for evaluation. In their CAD system, Qin et al.93 used a 3-D CNN model that employed 3-D U-Net architecture as the backbone for a region proposal network (RPN). It had a sensitivity of 98.2% with only four FPs/scans. Xie et al.94 contributed a 2-D CNN for pulmonary nodule detection. They detected nodule candidates by adjusting the structures of a faster R-CNN with two RPNs and a deconvolution layer. Their approach was extensively evaluated using the LIDC dataset used in the LUNA16 study and achieved a sensitivity of 86.4% with only four FPs/scans. The CAD systems described above are summarized in Table 4.

3.

Discussion

To identify the challenges and future research directions, we summarized selected lung nodule detection systems reported in the literature since 2009. In this review of current methods, direct comparisons of research results were hampered by diverse performance metrics and evaluation protocols. Nonetheless, we evaluated the present systems according to the datasets used, number of subjects considered, nodule sizes, nodule numbers, and the standard performance metrics, sensitivity and FPs/scans. We also compared lung nodule features that were extracted in the reviewed studies, and identified the most relevant features for effective lung nodule detection systems. To this end, we grouped reported systems into the following categories:

  • i. Papers with small datasets and small numbers of nodules; the performance of these systems will likely deteriorate under more realistic scenarios with more various nodule types, as present in clinical scans.

  • ii. Papers reporting systems with poor accuracy/sensitivity compared with other systems.

  • iii. Papers in which high FP rates hamper efficiency.

References 8283.84.85.86 and 9596.97.98 were included in the table based on relevance, and the results of some other studies100102 were omitted due to the absence of relevant information. Collectively, the studies included in Table 4 indicate that the major challenge for lung nodule detection systems is robustness to diverse clinical data of varying quality. In particular, most algorithms were optimized using private datasets, thus limiting comparability and generalization of the results. In addition, to ensure robustness, the proposed methods need to be validated with sufficiently large datasets that include all nodule types. Accordingly, methods that were evaluated with fewer nodules will likely lose accuracy under clinical conditions in which, nodule types are more varied. Feature extraction serves as an important step in differentiating nodules from other anatomic structures present in lung lobes. Yet, optimal set of features for nodule detection remain a subject of debate. The major constraints of lung nodule detection are summarized as follows:

  • i. Nodule detection methods are demonstrated using particular datasets.

  • ii. Few methods have been validated with large datasets.

  • iii. Optimal selection of features for nodule detection.

  • iv. Robustness to diverse nodule types.

  • v. Inconsistent use of performance metrics.

  • vi. Robustness to diverse lung nodule size.

Constraints that influence nodule detection remain a challenge in this area, in part because reported systems have been developed to accommodate the specific requirements of the investigating practitioners. The remaining challenge is to develop more accurate and robust systems that identify a broad range of nodules with increased sensitivity and reduced FPs/scans. Some of the present studies, however, have the potential to facilitate the development of lung cancer diagnosis tools. Specifically Choi et al.,4 El-Baz et al.,51 Mansoor et al.,46 Dai et al.,45 Soliman et al.,42 Filho et al.,43 Setio et al.,87 Ding et al.,89 and Shaukat et al.78 have achieved high performance metrics and have validated their methods using large public datasets, such as the LIDC.12 This database is distinguished by standard radiological annotations that have been generated by four expert radiologists in two consecutive sessions.

3.1.

Future Prospects

Much further research is required to improve the CAD systems for lung cancer. Despite the considerable volume of research in this area, no commercial products are available for use in hospitals, reflecting the need for further research and development of the related technologies. The following critical topics can be identified in collective considerations of the present reviewed studies:

  • 1. Segmentation of suspected pulmonary nodules requires further research and development. Accurate pulmonary nodule segmentation can increase the detection sensitivity of CAD systems.

  • 2. CAD systems need to be validated with sufficiently large datasets to demonstrate robustness. Many CAD systems have only been evaluated on relatively small datasets, and their performance will likely be reduced in real clinical scenarios. More extensive experiments will provide assessments of the generalizability and clinical performance of these detection systems.

  • 3. Selection of optimal features for lung nodule detection is another area needing further investigation. Although deep-learning technologies avoid handcrafting and selecting image features, they instead require selection of a loss function, network architecture, and an efficient optimization method, all of which influence the learning process.

  • 4. Future CAD systems should be able to detect all types of nodules with the same precision and sensitivity and with reduced FPs/scans.

4.

Conclusion

The existing methods for detecting lung nodules need to be improved, and this may be achieved by proposing new techniques and providing novel solutions. Future CADe systems will be expected to detect all types of nodules with high precision and sensitivity and with few FPs/scans. To ensure robustness, proposed systems will need to be evaluated on large datasets so that evaluations of multiple datasets with standard performance metrics can be performed with accuracy. A well performing CAD system would save many lives by facilitating early detection of lung nodules and providing a second opinion to that of expert radiologists.

Disclosures

The authors declare no conflicts of interest.

Acknowledgments

The authors would like to thank Enago ( www.enago.com) for the English language review.

References

1. 

R. Siegel, K. Miller and A. Jemal, “Cancer statistics, 2018,” CA Cancer J. Clin., 68 (1), 7 –30 (2018). https://doi.org/10.3322/caac.21442 CAMCAM 0007-9235 Google Scholar

2. 

P. Bach et al., “Benefits and harms of CT screening for lung cancer,” JAMA, 307 (22), 2418 –2429 (2012). https://doi.org/10.1001/jama.2012.5521 JAMAAP 0098-7484 Google Scholar

3. 

D. Forman et al., “The global and regional burden of cancer,” World Cancer Rep., 2014 16 –53 (2014). Google Scholar

4. 

W. J. Choi and T. S. Choi, “Automated pulmonary nodule detection based on three-dimensional shape-based feature descriptor,” Comput. Methods Programs Biomed., 113 (1), 37 –54 (2014). https://doi.org/10.1016/j.cmpb.2013.08.015 CMPBEK 0169-2607 Google Scholar

5. 

H. MacMahon et al., “Guidelines for management of incidental pulmonary nodules detected on CT images: from the Fleischner society 2017,” Radiology, 284 (1), 228 –243 (2017). https://doi.org/10.1148/radiol.2017161659 RADLAX 0033-8419 Google Scholar

6. 

S. S. Parveen and C. Kavitha, “A review on computer aided detection and diagnosis of lung cancer nodules,” Int. J. Comput. Technol., 3 (3a), 393 –400 (2012). IJCTEK 0952-8091 Google Scholar

7. 

M. Mabrouk, A. Karrar and A. Sharawy, “Computer aided detection of large lung nodules using chest computer tomography images,” Computer, 3 (9), 12 –18 (2012). CPTRB4 0018-9162 Google Scholar

8. 

S. K. V. Anand, “Segmentation coupled textural feature classification for lung tumor prediction,” in Int. Conf. Commun. Control Comput. Technol., 518 –524 (2010). https://doi.org/10.1109/ICCCCT.2010.5670607 Google Scholar

9. 

W. J. Choi and T. S. Choi, “Automated pulmonary nodule detection system in computed tomography images: a hierarchical block classification approach,” Entropy, 15 (2), 507 –523 (2013). https://doi.org/10.3390/e15020507 ENTRFG 1099-4300 Google Scholar

10. 

C. I. Henschke et al., “Early lung cancer action project: a summary of the findings on baseline screening,” Oncologist, 6 (2), 147 –152 (2001). https://doi.org/10.1634/theoncologist.6-2-147 Google Scholar

11. 

“Public lung image database to address drug response,” (2008) http://www.via.cornell.edu/crpf.html April 2016). Google Scholar

12. 

S. G. Armato 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., 38 (2), 915 –931 (2011). https://doi.org/10.1118/1.3528204 MPHYA6 0094-2405 Google Scholar

13. 

S. G. Armato et al., “Guest editorial: LUNGx challenge for computerized lung nodule classification: reflections and lessons learned,” J. Med. Imaging, 2 (2), 020103 (2015). https://doi.org/10.1117/1.JMI.2.2.020103 JMEIET 0920-5497 Google Scholar

14. 

P. Muzi et al., “Data from RIDER Lung PET-CT. The cancer imaging archive,” (2015) http://doi.org/10.7937/K9/TCIA.2015.OFIP7TVM Google Scholar

15. 

B. Zhao et al., “Evaluating variability in tumor measurements from same-day repeat CT scans of patients with non-small cell lung cancer,” Radiology, 252 (1), 263 –272 (2009). https://doi.org/10.1148/radiol.2522081593 RADLAX 0033-8419 Google Scholar

16. 

J. Kalpathy-Cramer et al., “A comparison of lung nodule segmentation algorithms: methods and results from a multi-institutional study,” J. Digital Imaging, 29 (4), 476 –487 (2016). https://doi.org/10.1007/s10278-016-9859-z JDIMEW Google Scholar

17. 

J. S. Yang et al., “Data from lung CT segmentation challenge. The cancer imaging archive,” (2017) http://doi.org/10.7937/K9/TCIA.2017.3r3fvz08 Google Scholar

18. 

O. Grove et al., “Quantitative computed tomographic descriptors associate tumor shape complexity and intratumor heterogeneity with prognosis in lung adenocarcinoma,” PLoS One, 10 (3), e0118261 (2015). https://doi.org/10.1371/journal.pone.0118261 POLNCL 1932-6203 Google Scholar

19. 

B. van Ginneken et al., “Comparing and combining algorithms for computer-aided detection of pulmonary nodules in computed tomography scans: the ANODE09 study,” Med. Image Anal., 14 (6), 707 –722 (2010). https://doi.org/10.1016/j.media.2010.05.005 Google Scholar

20. 

Y. R. Zhao et al., “NELSON lung cancer screening study,” Cancer Imaging, 11 (1A), S79 –S84 (2011). https://doi.org/10.1102/1470-7330.2011.9020 Google Scholar

21. 

, (2018) https://lungcanceralliance.org April ). 2018). Google Scholar

22. 

T. Messay, R. C. Hardie and S. K. Rogers, “A new computationally efficient CAD system for pulmonary nodule detection in CT imagery,” Med. Image Anal., 14 (3), 390 –406 (2010). https://doi.org/10.1016/j.media.2010.02.004 Google Scholar

23. 

W. J. Choi and T. S. Choi, “Genetic programming-based feature transform and classification for the automatic detection of pulmonary nodules on computed tomography images,” Inf. Sci., 212 57 –78 (2012). https://doi.org/10.1016/j.ins.2012.05.008 Google Scholar

24. 

J. Dehmeshki et al., “Automated detection of lung nodules in CT images using shape-based genetic algorithm,” Comput. Med. Imaging Graphics, 31 (6), 408 –417 (2007). https://doi.org/10.1016/j.compmedimag.2007.03.002 Google Scholar

25. 

J. J. Suárez-Cuenca et al., “Application of the iris filter for automatic detection of pulmonary nodules on computed tomography images,” Comput. Biol. Med., 39 (10), 921 –933 (2009). https://doi.org/10.1016/j.compbiomed.2009.07.005 CBMDAW 0010-4825 Google Scholar

26. 

X. Ye et al., “Shape based computer-aided detection of lung nodules in thoracic CT images,” IEEE Trans. Biomed. Eng., 56 (7), 1810 –1820 (2009). https://doi.org/10.1109/TBME.2009.2017027 IEBEAX 0018-9294 Google Scholar

27. 

I. Sluimer, M. Prokop and B. van Ginneken, “Toward automated segmentation of the pathological lung in CT,” IEEE Med. Imaging, 24 (8), 1025 –1038 (2005). https://doi.org/10.1109/TMI.2005.851757 Google Scholar

28. 

G. De Nunzio et al., “Automatic lung segmentation in CT images with accurate handling of the Hilar region,” J. Digital Imaging, 24 (1), 11 –27 (2011). https://doi.org/10.1007/s10278-009-9229-1 JDIMEW Google Scholar

29. 

A. M. Ali and A. A. Farag, “Automatic lung segmentation of volumetric low-dose CT scans using graph cuts,” Lect. Notes Comput. Sci., 5358 258 –267 (2008). https://doi.org/10.1007/978-3-540-89639-5 LNCSD9 0302-9743 Google Scholar

30. 

E. van Rikxoort, B. de Hoop and M. Viergever, “Automatic lung segmentation from thoracic computed tomography scans using a hybrid approach with error detection,” Med. Phys., 36 (7), 2934 –2947 (2009). https://doi.org/10.1118/1.3147146 MPHYA6 0094-2405 Google Scholar

31. 

D. S. Paik et al., “Surface normal overlap: a computer-aided detection algorithm with application to colonic polyps and lung nodules in helical CT,” IEEE Trans. Med. Imaging, 23 (6), 661 –675 (2004). https://doi.org/10.1109/TMI.2004.826362 ITMID4 0278-0062 Google Scholar

32. 

J. Pu et al., “Shape ‘break-and-repair’ strategy and its application to automated medical image segmentation,” IEEE Trans. Visual Comput. Graphics, 17 (1), 115 –124 (2011). https://doi.org/10.1109/TVCG.2010.56 Google Scholar

33. 

T. Kubota et al., “Segmentation of pulmonary nodules of various densities with morphological approaches and convexity models,” Med. Image Anal., 15 (1), 133 –154 (2011). https://doi.org/10.1016/j.media.2010.08.005 Google Scholar

34. 

S. L. A. Lee, A. Z. Kouzani and E. J. Hu, “Random forest based lung nodule classification aided by clustering,” Comput. Med. Imaging Graphics, 34 (7), 535 –542 (2010). https://doi.org/10.1016/j.compmedimag.2010.03.006 Google Scholar

35. 

M. Niemeijer et al., “On combining computer-aided detection systems,” IEEE Trans. Med. Imaging, 30 (2), 215 –223 (2011). https://doi.org/10.1109/TMI.2010.2072789 ITMID4 0278-0062 Google Scholar

36. 

P. G. Espejo, S. Ventura and F. Herrera, “A survey on the application of genetic programming to classification,” IEEE Trans. Syst. Man Cybern. Part C, 40 (2), 121 –144 (2010). https://doi.org/10.1109/TSMCC.2009.2033566 ISYMAW 0018-9472 Google Scholar

37. 

S. L. A. Lee, A. Z. Kouzani and E. J. Hu, “Automated detection of lung nodules in computed tomography images: a review,” Mach. Vision Appl., 23 (1), 151 –163 (2012). https://doi.org/10.1007/s00138-010-0271-2 Google Scholar

38. 

K. Suzuki, “A review of computer-aided diagnosis in thoracic and colonic imaging,” Quantum Imaging Med. Surg., 2 (3), 163 –176 (2012). https://doi.org/10.3978/j.issn.2223-4292.2012.09.02 Google Scholar

39. 

L. H. Eadie, P. Taylor and A. P. Gibson, “A systematic review of computer-assisted diagnosis in diagnostic cancer imaging,” Eur. J. Radiol., 81 (1), e70 –e76 (2012). https://doi.org/10.1016/j.ejrad.2011.01.098 EJRADR 0720-048X Google Scholar

40. 

A. El-Baz et al., “Computer-aided diagnosis systems for lung cancer: challenges and methodologies,” Int. J. Biomed. Imaging, 2013 942353 (2013). https://doi.org/10.1155/2013/942353 Google Scholar

41. 

M. Firmino et al., “Computer-aided detection system for lung cancer in computed tomography scans: review and future prospects,” Biomed. Eng. Online, 13 41 (2014). https://doi.org/10.1186/1475-925X-13-41 Google Scholar

42. 

A. Soliman et al., “Accurate lungs segmentation on CT chest images by adaptive appearance-guided shape modeling,” IEEE Trans. Med. Imaging, 36 (1), 263 –276 (2017). https://doi.org/10.1109/TMI.2016.2606370 ITMID4 0278-0062 Google Scholar

43. 

P. P. R. Filho et al., “Novel and powerful 3D adaptive crisp active contour method applied in the segmentation of CT lung images,” Med. Image Anal., 35 503 –516 (2017). https://doi.org/10.1016/j.media.2016.09.002 Google Scholar

44. 

Z. Shi et al., “Many is better than one: an integration of multiple simple strategies for accurate lung segmentation in CT images,” Biomed Res. Int., 2016 1 –13 (2016). https://doi.org/10.1155/2016/1480423 Google Scholar

45. 

S. Dai et al., “A novel approach of lung segmentation on chest CT images using graph cuts,” Neurocomputing, 168 799 –807 (2015). https://doi.org/10.1016/j.neucom.2015.05.044 NRCGEO 0925-2312 Google Scholar

46. 

A. Mansoor et al., “A generic approach to pathological lung segmentation,” IEEE Trans. Med. Imaging, 33 (12), 2293 –2310 (2014). https://doi.org/10.1109/TMI.2014.2337057 ITMID4 0278-0062 Google Scholar

47. 

S. Sun, C. Bauer and R. Beichel, “Automated 3-D segmentation of lungs with lung cancer in CT data using a novel robust active shape model approach,” IEEE Trans. Med. Imaging, 31 (2), 449 –460 (2012). https://doi.org/10.1109/TMI.2011.2171357 ITMID4 0278-0062 Google Scholar

48. 

M. Sofka et al., “Multi-stage learning for robust lung segmentation in challenging CT volumes,” Lect. Notes Comput. Sci., 6893 667 –674 (2011). https://doi.org/10.1007/978-3-642-23626-6 LNCSD9 0302-9743 Google Scholar

49. 

A. Besbes and N. Paragios, “Landmark-based segmentation of lungs while handling partial correspondences using sparse graph-based priors,” in IEEE Int. Symp. Biomed. Imaging from Nano to Macro, 989 –995 (2011). https://doi.org/10.1109/ISBI.2011.5872568 Google Scholar

50. 

P. Annangi et al., “A region based active contour method for x-ray lung segmentation using prior shape and low level features,” in IEEE Int. Symp. Biomed. Imaging from Nano to Macro, 892 –895 (2010). https://doi.org/10.1109/ISBI.2010.5490130 Google Scholar

51. 

A. El-Baz et al., “A new stochastic framework for accurate lung segmentation,” Lect. Notes Comput. Sci., 5241 322 –330 (2008). https://doi.org/10.1007/978-3-540-85988-8 LNCSD9 0302-9743 Google Scholar

52. 

Y. Shi et al., “Segmenting lung fields in serial chest radiographs using both population-based and patient-specific shape statistics,” IEEE Trans. Med. Imaging, 27 (4), 481 –494 (2008). https://doi.org/10.1109/TMI.2007.908130 ITMID4 0278-0062 Google Scholar

53. 

Q. Gao et al., “Accurate lung segmentation for x-ray CT images,” in Third Int. Conf. Nat. Comput. (ICNC), 275 –279 (2007). https://doi.org/10.1109/ICNC.2007.157 Google Scholar

54. 

P. Korfiatis et al., “Combining 2D wavelet edge highlighting and 3D thresholding for lung segmentation in thin-slice CT,” Br. J. Radiol., 80 (960), 996 –1004 (2007). https://doi.org/10.1259/bjr/20861881 BJRAAP 0007-1285 Google Scholar

55. 

P. Campadelli, E. Casiraghi and D. Artioli, “A fully automated method for lung nodule detection from postero-anterior chest radiographs,” IEEE Trans. Med. Imaging, 25 (12), 1588 –1603 (2006). https://doi.org/10.1109/TMI.2006.884198 ITMID4 0278-0062 Google Scholar

56. 

S. Akram et al., “Pulmonary nodules detection and classification using hybrid features from computerized tomographic images,” J. Med. Imaging Heal. Inf., 6 (1), 252 –259 (2016). https://doi.org/10.1166/jmihi.2016.1600 Google Scholar

57. 

L. Gonçalves, J. Novo and A. Campilho, “Hessian based approaches for 3D lung nodule segmentation,” Expert Syst. Appl., 61 1 –15 (2016). https://doi.org/10.1016/j.eswa.2016.05.024 Google Scholar

58. 

B. Chen et al., “Automatic segmentation of pulmonary blood vessels and nodules based on local intensity structure analysis and surface propagation in 3D chest CT images,” Int. J. Comput. Assist. Radiol. Surg., 7 (3), 465 –482 (2012). https://doi.org/10.1007/s11548-011-0638-5 Google Scholar

59. 

H. H. Jo, H. Hong and J. M. Goo, “Pulmonary nodule registration in serial CT scans using global rib matching and nodule template matching,” Comput. Biol. Med., 45 87 –97 (2014). https://doi.org/10.1016/j.compbiomed.2013.10.028 CBMDAW 0010-4825 Google Scholar

60. 

A. El-Baz et al., “Automatic detection of 2D and 3D lung nodules in chest spiral CT scans,” Int. J. Biomed. Imaging, 2013 1 –11 (2013). https://doi.org/10.1155/2013/517632 Google Scholar

61. 

D. Cascio et al., “Automatic detection of lung nodules in CT datasets based on stable 3D mass-spring models,” Comput. Biol. Med., 42 (11), 1098 –1109 (2012). https://doi.org/10.1016/j.compbiomed.2012.09.002 CBMDAW 0010-4825 Google Scholar

62. 

S. Soltaninejad, M. Keshani and F. Tajeripour, “Lung nodule detection by KNN classifier and active contour modelling and 3D visualization,” in 16th CSI Int. Symp. Artif. Intell. Signal Process. (AISP), 440 –445 (2012). https://doi.org/10.1109/AISP.2012.6313788 Google Scholar

63. 

A. Riccardi et al., “Computer-aided detection of lung nodules via 3D fast radial transform, scale space representation, and Zernike MIP classification,” Med. Phys., 38 (4), 1962 –1971 (2011). https://doi.org/10.1118/1.3560427 MPHYA6 0094-2405 Google Scholar

64. 

S. T. Namin et al., “Automated detection and classification of pulmonary nodules in 3D thoracic CT images,” in IEEE Int. Conf. Syst. Man and Cybern., 3774 –3779 (2010). https://doi.org/10.1109/ICSMC.2010.5641820 Google Scholar

65. 

K. Murphy et al., “Automated detection of pulmonary nodules from low-dose computed tomography scans using a two-stage classification system based on local image features,” Proc. SPIE, 6514 651410 (2007). https://doi.org/10.1117/12.713370 PSISDG 0277-786X Google Scholar

66. 

S. Ozekes, O. Osman and O. N. Ucan, “Nodule detection in a lung region that’s segmented with using genetic cellular neural networks and 3D template matching with fuzzy rule based thresholding,” Korean J. Radiol., 9 (1), 1 –9 (2008). https://doi.org/10.3348/kjr.2008.9.1.1 Google Scholar

67. 

K. Murphy et al., “A large-scale evaluation of automatic pulmonary nodule detection in chest CT using local image features and k-nearest-neighbour classification,” Med. Image Anal., 13 (5), 757 –770 (2009). https://doi.org/10.1016/j.media.2009.07.001 Google Scholar

68. 

W. Guo et al., “An adaptive lung nodule detection algorithm,” in Chin. Control Decision Conf., 2361 –2365 (2009). https://doi.org/10.1109/CCDC.2009.5192686 Google Scholar

69. 

Y. Liu et al., “Computer aided detection of lung nodules based on voxel analysis utilizing support vector machines,” in Int. Conf. Future BioMedical Inf. Eng. (FBIE), 90 –93 (2009). https://doi.org/10.1109/FBIE.2009.5405784 Google Scholar

70. 

A. Retico et al., “Pleural nodule identification in low-dose and thin-slice lung computed tomography,” Comput. Biol. Med., 39 (12), 1137 –1144 (2009). https://doi.org/10.1016/j.compbiomed.2009.10.005 CBMDAW 0010-4825 Google Scholar

71. 

S. Ozekes and O. Osman, “Computerized lung nodule detection using 3D feature extraction and learning based algorithms,” J. Med. Syst., 34 (2), 185 –194 (2010). https://doi.org/10.1007/s10916-008-9230-0 JMSYDA 0148-5598 Google Scholar

72. 

J. R. F. D. S. Sousa et al., “Methodology for automatic detection of lung nodules in computerized tomography images,” Comput. Methods Programs Biomed., 98 (1), 1 –14 (2010). https://doi.org/10.1016/j.cmpb.2009.07.006 CMPBEK 0169-2607 Google Scholar

73. 

M. Assefa et al., “Lung nodule detection using multi-resolution analysis,” in ICME Int. Conf. Complex Med. Eng., 457 –461 (2013). https://doi.org/10.1109/ICCME.2013.6548290 Google Scholar

74. 

A. Tariq, M. U. Akram and M. Y. Javed, “Lung nodule detection in CT images using neuro fuzzy classifier,” in Fourth Int. Work. Comput. Intell. Med. Imaging, 49 –53 (2013). https://doi.org/10.1109/CIMI.2013.6583857 Google Scholar

75. 

H. M. Orozco et al., “Lung nodule classification in CT thorax images using support vector machines,” in 12th Mex. Int. Conf. Artif. Intell., 277 –283 (2013). https://doi.org/10.1109/MICAI.2013.38 Google Scholar

76. 

A. Tartar, N. Kilic and A. Akan, “Classification of pulmonary nodules by using hybrid features,” Comput. Math. Methods Med., 2013 1 –11 (2013). https://doi.org/10.1155/2013/148363 Google Scholar

77. 

A. Teramoto et al., “Hybrid method for the detection of pulmonary nodules using positron emission tomography/computed tomography: a preliminary study,” Int. J. Comput. Assist. Radiol. Surg., 9 (1), 59 –69 (2014). https://doi.org/10.1007/s11548-013-0910-y Google Scholar

78. 

F. Shaukat et al., “Fully automatic detection of lung nodules in CT images using a hybrid feature set,” Med. Phys., 44 (7), 3615 –3629 (2017). https://doi.org/10.1002/mp.2017.44.issue-7 MPHYA6 0094-2405 Google Scholar

79. 

F. Shaukat et al., “Artificial neural network based classification of lung nodules in CT images using intensity, shape and texture features,” J. Ambient Intell. Human. Comput., 1 –15 (2019). https://doi.org/10.1007/s12652-019-01173-w Google Scholar

80. 

J. Gong et al., “Automatic detection of pulmonary nodules in CT images by incorporating 3D tensor filtering with local image feature analysis,” Phys. Med., 46 124 –133 (2018). https://doi.org/10.1016/j.ejmp.2018.01.019 Google Scholar

81. 

B. Wang et al., “False positive reduction in pulmonary nodule classification using 3D texture and edge feature in CT images,” Technol. Heal. Care, 1 –18 (2019). https://doi.org/10.3233/THC-181565 THCAE2 0928-7329 Google Scholar

82. 

M. Bergtholdt, R. Wiemker and T. Klinder, “Pulmonary nodule detection using a cascaded SVM classifier,” Proc. SPIE, 9785 978513 (2016). https://doi.org/10.1117/12.2216747 PSISDG 0277-786X Google Scholar

83. 

R. Opfer and R. Wiemker, “Performance analysis for computer-aided lung nodule detection on LIDC data,” Proc. SPIE, 6515 65151C (2007). https://doi.org/10.1117/12.708210 PSISDG 0277-786X Google Scholar

84. 

B. Sahiner et al., “Effect of CAD on radiologists’ detection of lung nodules on thoracic CT scans: analysis of an observer performance study by nodule size,” Acad. Radiol., 16 (12), 1518 –1530 (2009). https://doi.org/10.1016/j.acra.2009.08.006 Google Scholar

85. 

K. Suzuki et al., “Massive training artificial neural network (MTANN) for reduction of false positives in computerized detection of lung nodules in low-dose computed tomography,” Med. Phys., 30 (7), 1602 –1617 (2003). https://doi.org/10.1118/1.1580485 MPHYA6 0094-2405 Google Scholar

86. 

E. L. Torres et al., “Large scale validation of the M5L lung CAD on heterogeneous CT datasets,” Med. Phys., 42 (4), 1477 –1489 (2015). https://doi.org/10.1118/1.4907970 MPHYA6 0094-2405 Google Scholar

87. 

A. A. A. Setio et al., “Pulmonary nodule detection in CT images: false positive reduction using multi-view convolutional networks,” IEEE Trans. Med. Imaging, 35 (5), 1160 –1169 (2016). https://doi.org/10.1109/TMI.2016.2536809 ITMID4 0278-0062 Google Scholar

88. 

R. Anirudh et al., “Lung nodule detection using 3D convolutional neural networks trained on weakly labeled data,” Proc. SPIE, 9785 978532 (2016). https://doi.org/10.1117/12.2214876 PSISDG 0277-786X Google Scholar

89. 

J. Ding et al., “Accurate pulmonary nodule detection in computed tomography images using deep convolutional neural networks,” Lect. Notes Comput. Sci., 10435 559 –567 (2017). https://doi.org/10.1007/978-3-319-66179-7 LNCSD9 0302-9743 Google Scholar

90. 

R. Gruetzemacher, A. Gupta and D. Paradice, “3D deep learning for detecting pulmonary nodules in CT scans,” J. Am. Med. Inf. Assoc., 25 (10), 1301 –1310 (2018). https://doi.org/10.1093/jamia/ocy098 Google Scholar

91. 

Y. Xie et al., “Fusing texture, shape and deep model-learned information at decision level for automated classification of lung nodules on chest CT,” Inf. Fusion, 42 102 –110 (2018). https://doi.org/10.1016/j.inffus.2017.10.005 Google Scholar

92. 

B.-C. Kim et al., “Multi-scale gradual integration CNN for false positive reduction in pulmonary nodule detection,” Neural Networks, 115 1 –10 (2019). https://doi.org/10.1016/J.NEUNET.2019.03.003 Google Scholar

93. 

Y. Qin et al., “Simultaneous accurate detection of pulmonary nodules and false positive reduction using 3D CNNs,” in IEEE Int. Conf. Acoust. Speech Signal Process., 1005 –1009 (2018). https://doi.org/10.1109/ICASSP.2018.8462546 Google Scholar

94. 

H. Xie et al., “Automated pulmonary nodule detection in CT images using deep convolutional neural networks,” Pattern Recognit., 85 109 –119 (2019). https://doi.org/10.1016/j.patcog.2018.07.031 Google Scholar

95. 

Q. Dou et al., “Multilevel contextual 3-D CNNs for false positive reduction in pulmonary nodule detection,” IEEE Trans. Biomed. Eng., 64 (7), 1558 –1567 (2017). https://doi.org/10.1109/TBME.2016.2613502 IEBEAX 0018-9294 Google Scholar

96. 

H. Jiang et al., “An automatic detection system of lung nodule based on multigroup patch-based deep learning network,” IEEE J. Biomed. Heal. Inf., 22 (4), 1227 –1237 (2018). https://doi.org/10.1109/JBHI.2017.2725903 Google Scholar

97. 

H. Jin et al., “A deep 3D residual CNN for false-positive reduction in pulmonary nodule detection,” Med. Phys., 45 (5), 2097 –2107 (2018). https://doi.org/10.1002/mp.2018.45.issue-5 MPHYA6 0094-2405 Google Scholar

98. 

Q. Dou et al., “Automated pulmonary nodule detection via 3D ConvNets with online sample filtering and hybrid-loss residual learning,” Lect. Notes Comput. Sci., 10435 630 –638 (2017). https://doi.org/10.1007/978-3-319-66179-7 LNCSD9 0302-9743 Google Scholar

99. 

W. Zhu et al., “DeepLung: 3D deep convolutional nets for automated pulmonary nodule detection and classification,” (2017). Google Scholar

100. 

S. A. Patil and V. R. Udupi, “Geometrical and texture features estimation of lung cancer and TB images using chest x-ray database,” Int. J. Biomed. Eng. Technol., 6 (1), 58 (2011). https://doi.org/10.1504/IJBET.2011.040453 Google Scholar

101. 

S. A. Kumar et al., “Robust and automated lung nodule diagnosis from CT images based on fuzzy systems,” in Int. Conf. Process Autom. Control Comput., 1 –6 (2011). https://doi.org/10.1109/PACC.2011.5979050 Google Scholar

102. 

F. Zhang et al., “Overlapping node discovery for improving classification of lung nodules,” in Annu. Int. Conf. IEEE Eng. Med. Biol. Soc., 5461 –5464 (2013). https://doi.org/10.1109/EMBC.2013.6610785 Google Scholar

Biography

Furqan Shaukat is currently working as an assistant professor in the Department of Electronics Engineering at UET Taxila Sub Campus Chakwal. He completed his BSc degree in electrical engineering at UET Lahore in 2007. He received his MSc degree and his PhD from UET Taxila in 2011 and 2018, respectively. He also worked as a research associate at the University of Sheffield, U.K., during his PhD. His research interests include medical image analysis and classification.

Gulistan Raja received his BSc electrical engineering degree from UET Taxila in 1996. He completed his master’s degree in information systems engineering from Osaka University, Osaka, Japan, in 2002 and his PhD in electrical engineering from UET Taxila in 2008. Currently, he is serving as a professor of electrical engineering at UET Taxila. He has authored/coauthored more than 90 research publications in reputed international journals and refereed conferences. His research interests include digital image/video signal processing and VLSI design.

Alejandro F. Frangi is a Diamond Jubilee Chair in computational medicine at the University of Leeds, Leeds, U.K., with joint appointments at the School of Computing and the School of Medicine. He has been awarded a chair in emerging technologies by the Royal Academy of Engineering. He leads the Center for Computational Imaging and Simulation Technologies in Biomedicine. His main research interests are in medical image computing, medical imaging, and image-based computational physiology.

© 2019 Society of Photo-Optical Instrumentation Engineers (SPIE)
Furqan Shaukat, Gulistan Raja, and Alejandro F. Frangi "Computer-aided detection of lung nodules: a review," Journal of Medical Imaging 6(2), 020901 (28 June 2019). https://doi.org/10.1117/1.JMI.6.2.020901
Received: 8 January 2019; Accepted: 10 June 2019; Published: 28 June 2019
Lens.org Logo
CITATIONS
Cited by 29 scholarly publications.
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Lung

Computed tomography

Feature extraction

Image segmentation

Computer-aided diagnosis

CAD systems

Computer aided diagnosis and therapy

Back to Top