Next Article in Journal
Deep Learning Based Fast Screening Approach on Ultrasound Images for Thyroid Nodules Diagnosis
Next Article in Special Issue
Deep Learning Supplants Visual Analysis by Experienced Operators for the Diagnosis of Cardiac Amyloidosis by Cine-CMR
Previous Article in Journal / Special Issue
The Added Effect of Artificial Intelligence on Physicians’ Performance in Detecting Thoracic Pathologies on CT and Chest X-ray: A Systematic Review
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

VGG19 Network Assisted Joint Segmentation and Classification of Lung Nodules in CT Images

by
Muhammad Attique Khan
1,
Venkatesan Rajinikanth
2,
Suresh Chandra Satapathy
3,
David Taniar
4,
Jnyana Ranjan Mohanty
5,
Usman Tariq
6 and
Robertas Damaševičius
7,*
1
Department of Computer Science, HITEC University, Taxila 47080, Pakistan
2
Department of Electronics and Instrumentation Engineering, St. Joseph’s College of Engineering, Chennai, Tamilnadu 600119, India
3
School of Computer Engineering, Kalinga Institute of Industrial Technology (Deemed to Be University), Bhubaneswar, Odisha 751024, India
4
Faculty of Information Technology, Monash University, Clayton, VIC 3800, Australia
5
School of Computer Applications, Kalinga Institute of Industrial Technology (Deemed to Be University), Bhubaneswar, Odisha 751024, India
6
College of Computer Engineering and Sciences, Prince Sattam Bin Abdulaziz University, Al-Kharj 11942, Saudi Arabia
7
Faculty of Applied Mathematics, Silesian University of Technology, 44-100 Gliwice, Poland
*
Author to whom correspondence should be addressed.
Diagnostics 2021, 11(12), 2208; https://doi.org/10.3390/diagnostics11122208
Submission received: 28 October 2021 / Revised: 17 November 2021 / Accepted: 24 November 2021 / Published: 26 November 2021

Abstract

:
Pulmonary nodule is one of the lung diseases and its early diagnosis and treatment are essential to cure the patient. This paper introduces a deep learning framework to support the automated detection of lung nodules in computed tomography (CT) images. The proposed framework employs VGG-SegNet supported nodule mining and pre-trained DL-based classification to support automated lung nodule detection. The classification of lung CT images is implemented using the attained deep features, and then these features are serially concatenated with the handcrafted features, such as the Grey Level Co-Occurrence Matrix (GLCM), Local-Binary-Pattern (LBP) and Pyramid Histogram of Oriented Gradients (PHOG) to enhance the disease detection accuracy. The images used for experiments are collected from the LIDC-IDRI and Lung-PET-CT-Dx datasets. The experimental results attained show that the VGG19 architecture with concatenated deep and handcrafted features can achieve an accuracy of 97.83% with the SVM-RBF classifier.

1. Introduction

Lung cancer/nodule is one of the severe abnormalities in the lung, and a World Health Organization (WHO) report indicated that around 1.76 million deaths have occurred globally in 2018 due to lung cancer [1]. Lung cancer/nodule is due to abnormal cell growth in the lung and, in most cases, the nodule may be cancerous/non-cancerous. The Olson report [2] confirmed that lung nodules can be categorized into benign/malignant based on their dimension (5 to 30 mm fall into the benign class and >30 mm is malignant). When a lung nodule is diagnosed using the radiological approach, a continuous follow-up is recommended to check its growth rate. The follow-up procedure can continue for up to two years and, along with non-invasive radiographic imaging procedures, other invasive methodologies, such as bronchoscopy and/or tissue biopsy, can also be suggested to confirm the condition and harshness of the lung nodules in a patient [3].
Noninvasive radiological techniques are commonly adopted in initial level lung nodule detection using CT images, and, therefore, several lung nodule detection works are already proposed in the literature [4,5,6] which involve the use of traditional signal processing and texture analysis techniques combined with machine learning classification [7], deep learning models [8,9], neural networks combined with nature-inspired optimization techniques [10,11] and ensemble learning [12]. The aims of this research are to construct a Deep Learning (DL) supported scheme to segment the lung nodule segment from the CT image slice with better accuracy and classify the considered CT scan images into normal/nodule class with improved accuracy using precisely selected deep and handcrafted features.
The recent article by Rajinikanth and Kadry [13] proposed a framework with VGG16 neural network model for the automated segmentation and classification of lung nodules from CT images. In their paper, a threshold filter technique is implemented to remove artifacts from CT images, and the artifact-eliminated images are then considered to test the proposed disease detection framework. The proposed scheme is tested using the LIDC-IDRI database [14,15,16] and the classification task implemented with the combined deep and handcrafted features helped to achieve a classification accuracy of 97.67% with a Random Forest (RF) classifier.
In this paper, we suggest a framework to support automated segmentation and classification of lung nodules with improved accuracy. The proposed scheme includes the following stages: (i) image collection and resizing, (ii) implementing the pre-trained VGG supported segmentation; (iii) deep feature-based classification, (iv) extracting the essential handcrafted features such as Gray Level Co-occurrence Matrix (GLCM), Local Binary Pattern (LBP) and Pyramid Histogram of Oriented Gradients (PHOG), (v) implementing a serial feature concatenation to unite the deep and handcrafted features and (vi) implementing and validating the performance of the classifiers using a 10-fold cross validation.
The images used for the experiments are collected from the LIDC-IDRI [15] and Lung-PET-CT-Dx [17] datasets. All these works are realized using the MATLAB® (MathWorks, Inc., Natick, MA, USA), and the attained result is then compared and validated with the earlier results presented in the literature.
The major contribution of the proposed work is as follows:
i.
Implementation of VGG19 to construct the VGG-SegNet scheme to extract lung nodule.
ii.
Deep learning feature extraction based on VGG19.
iii.
Combining handcrafted features and deep features to improving nodule detection accuracy.
The proposed work is organized as follows. Section 2 presents and discusses earlier related research. Section 3 presents the implemented methodology. Section 4 shows the experimental results and discussions and, finally, the conclusions of the present research study are given in Section 5.

2. Related Work

Due to its impact, a significant amount of lung nodule detection from CT images is proposed using a variety of image databases, and summarizing the presented schemes will help to obtain an idea of the advantages and limitations of the existing lung nodule detection procedures. Traditional methods of machine learning (ML) and deep learning (DL) were proposed to examine lung nodules using CT image slices, and the summary of the selected DL-based lung nodule detection systems is presented in Table 1; all the considered works in this table discuss the lung nodule detection technique using a chosen methodology. Furthermore, all these works considered the LIDC-IDRI database for examination.
The summary (see Table 1) presents a few similar methods implemented using CT images of the LIDC-IDRI database, and the highest categorization accuracy achieved is 97.67% [13].
In addition, a detailed evaluation of various lung nodule recognition practices existing in the literature is available in the following references [25,26,27]. Some of the works discussed in Table 1 recommended the need for a competent lung nodule detection system that can support both segmentation of the nodule section and classification of lung nodules from normal (healthy) CT images. The works discussed in Table 1 implemented either a segmentation or classification technique using deep features only. Obtaining better detection accuracy is difficult with existing techniques and, hence, the combination of deep features (extracted by a trained neural network model) and handcrafted features is necessary.
In this paper, the pre-trained VGG-16 supported segmentation (VGG-SegNet) is initially executed to extract the lung nodule section from CT images, and then the CT image classification is executed using deep features as well as combined deep and handcrafted features. A detailed assessment among various two-class classifiers, such as SoftMax, Decision-Tree (DT), RF, K-Nearest Neighbor (KNN) and SVM-RBF are also presented using a 10-fold cross-validation to validate the proposed scheme.

3. Methodology

In the literature, several lung abnormality detection systems based on DL are proposed and implemented using clinical-level two-dimensional (2D) CT images as well as benchmark images. Figure 1 shows the proposed system to segment and classify the lung nodule section of the CT images. Initially, the CT images are collected from the benchmark data set and, later, the conversion from 3D to 2D is implemented using ITK-Snap [28]. The ITK-Snap converts the 3D images into 2D slices of planes, such as axial, coronal and sagittal and, in this work, only the axial plane is considered for the assessment. Finally, all test images are resized to 224   ×   224   ×   3 and then used for the segmentation and classification task. The resized 2D CT images are initially considered for the segmentation task; where the lung nodule segment is mined using the VGG-SegNet scheme implemented with the VGG19 architecture. Later, the essential features are extracted with GLCM, LBP and PHOG, and then these features are combined with the learned features of the pre-trained DL scheme. Finally, the serially concatenated deep features (DF) and handcrafted features (HCF) are used to train, test and confirm the classifier. Based on the attained performance values, the performance of the proposed system is validated.

3.1. Image Database Preparation

The CT images are collected from LIDC-IDRI [15] and Lung-PET-CT-Dx [17] databases. These data sets have the clinically collected three-dimensional (3D) lung CT images with the chosen number of slices.
The assessment of the 3D CT images is quite complex and, hence, 3D to 2D conversion is performed to extract the initial image with a dimension of 512 × 512 × 3 pixels, and these images are then resized to 224 × 224 × 3 pixels to decrease the assessment complexity. In this work, only the axial view of 2D slices is used for the estimation and the sample test images of the considered image data set are depicted in Figure 2 and the total images for investigation are given in Table 2.

3.2. Nodule Segmentation

Evaluation of the shape and dimension of the abnormality in medical images is widely preferred during the image-supported disease diagnosis and treatment implementation process [29,30]. Automated segmentation is widely used to extract the infected section from the test image and the mined fragment is further inspected to verify the disease and its severity level. In the assessment of the lung nodule with CT images, the dimension of the lung nodule plays a vital role and, therefore, the extraction of the nodule is very essential. In this work, the VGG-SegNet scheme is implemented with the VGG19 scheme to extract the CT image nodule. Information on the traditional VGG-SegNet model can be found in [29].
The proposed VGG-SegNet model consists of the following specification; traditional VGG19 scheme is considered as the encoder section and its associated structure forms the decoder unit. Figure 3 illustrates the construction of the VGG19-based segmentation and classification scheme in which the traditional VGG19 scheme (first 5 layers) works as the encoder region and the inverted VGG19 with up-sampling facility is then considered as the decoder region. The pre-tuning of this scheme for the CT image is performed using the test images considered for training along with the essential image enhancement process [31]. The preliminary constraints for training the VGG-SegNet are allocated as follows: batch size is equal for encoder-decoder section, initialization uses a normal weight, learning rate is fixed as 1e-5, Linear Dropout Rate (LDR) is assigned, and Stochastic Gradient-Descent (SGD) optimization is selected. The final SoftMax layer uses a sigmoid activation function.

3.3. Nodule Classification

In the medical domain, automated disease classification plays an important role during the mass data assessment and a perfectly tuned disease classification system further reduces the diagnostic burden of physicians and acts as an assisting system during the decision-making process [32,33,34,35]. Therefore, a considerable number of disease detection systems assisted by DL are proposed and implemented in the literature [36,37,38,39,40]. Recent DL schemes implemented in the LIDC-IDRI with fused deep and HCF helped achieve a classification accuracy of >97% [13].
Figure 3 presents the assisted classification of using the VGG19 of lung CT images (dimension 224 × 224 × 3 pixels) using the DF using the SoftMax classifier, and then the performance of VGG19 is validated with VGG16, ResNet18, ResNet50 and AlexNet (images with dimension of 227 × 227 × 3 pixels) [41,42,43,44,45,46] and the performance is compared and validated. The performance of the implemented VGG19 is validated using DF, concatenated DF + HCF and well-established binary classifiers existing in the literature [47,48,49,50].

3.3.1. Deep Features

Initially, the proposed scheme is implemented by considering the DF attained at fully connected layer 3 (FC3). After possible dropout, FC3 helps to provide a feature vector of dimension 1 × 1024 , whose value is mathematically represented as in Equation (1).
F V V G G 19   ( 1 × 1024 ) = V G G 19 ( 1 , 1 ) , V G G 19 ( 1 , 2 ) , , V G G g g 19 ( 1 , 1024 )
Other essential information on VGG19 and the related issues can be found in [41].

3.3.2. Handcrafted Features

The features extracted from the test image using a chosen image processing methodology are known as Machine Learning Features (MLF) or handcrafted features (HCF). Previous research in the literature already confirmed the need for the precision of HCF to progress the categorization accuracy in a class of ML and DL-based disease detection systems [46,50,51]. In the proposed work, the essential HCF from the considered test images is extracted using well-known methods such as GLCM [13,36,42], LBP [13,46] and PHOG [48].
The GLCM features are commonly used due to their high performance and, in this paper, the GLCM features are extorted from the lung nodule section segmented with the VGG-SegNet. The entire feature used in this work can be found in Equation (2).
F V 1 G LCM   ( 1 × 25 ) = G L C M ( 1 , 1 ) , G L C M ( 1 , 2 ) , , G L C M ( 1 , 25 )
In this work, the LBP with varied weight (weights with values; W = 1, 2, 3, and 4) is considered to mine the important features from the considered test images and the proposed LBP is already implemented in the works of Gudigar et al. [52] and Rajinikanth and Kadry [13]. The LBP features for the varied weights are depicted in Equations (3)–(6) and Equation (7) depicts the overall LBP features.
F V L B P 1   ( 1 × 59 ) = L B P 1 ( 1 , 1 ) , L B P 1 ( 1 , 2 ) , , L B P 1 ( 1 , 59 )
F V L B P 2   ( 1 × 59 ) = L B P 2 ( 1 , 1 ) , L B P 2 ( 1 , 2 ) , , L B P 2 ( 1 , 59 )
F V L B P 3   ( 1 × 59 ) = L B P 3 ( 1 , 1 ) , L B P 3 ( 1 , 2 ) , , L B P 3 ( 1 , 59 )
F V L B P 4   ( 1 × 59 ) = L B P 4 ( 1 , 1 ) , L B P 4 ( 1 , 2 ) , , L B P 4 ( 1 , 59 )
F V 2 L B P   ( 1 × 236 ) = F V L B P 1   ( 1 × 59 ) + F V L B P 2   ( 1 × 59 ) + F V L B P 3   ( 1 × 59 ) + F V L B P 4   ( 1 × 59 )
Along with the above said features, the PHOG features are also extracted and considered along with GLCM and LBP. The total information on the PHOG can be found in the article by Murtza et al. [48]. In this work, 255 features are extracted by assigning number of bins = 3 and levels (L) = 3. The PHOG features of the proposed work are depicted in Equation (8).
F V 3 P H O G   ( 1 × 255 ) = P H O G ( 1 , 1 ) , P H O G ( 1 , 2 ) , , P H O G ( 1 , 255 ) ,

3.3.3. Features Concatenation

In this work, a serial features concatenation is realized to unite the DF and HCF, and this technique helps to improve the feature dimension to a higher level. The serial features concatenation implemented in this work is depicted in Equation (9) and Final-Feature-Vector (FFV) is presented in Equation (10).
C o n c a t e n a t e d   f e a t u r e s = D F ( 1 × 1024 ) + H C F ( 1 × 516 ) ,
F F V ( 1 × 1540 ) = F V V G G 19   ( 1 × 1024 ) + F V 1 G L C M ( 1 × 25 ) + F V 2 L B P ( 1 × 236 ) + F V 3 P H O G ( 1 × 255 ) ,
The FFV is then used to train, test and validate the classifier considered in the proposed methodology for the automated classification of lung nodules using CT images.

3.3.4. Classifier Implementation

The performance of the DL-based automated disease detection arrangement depends chiefly on the performance of the classifier implemented to categorize the considered test images based on the need. In this paper, a binary classification is initially implemented using the SoftMax classifier and, later, the well-known classifiers, such as Decision Trees (DT), RF, KNN and Support Vector Machine-Radial Basis Function (SVM-RBF) [13,53,54,55,56], are also considered to improve the classification task. In this paper, a 10-fold cross-validation process is implemented, and the finest result attained is then considered as the final classification result. The performance of the classifier is then authenticated and confirmed based on the Image Performance Values (IPV) [57,58,59].

3.4. Performance Computation and Validation

The overall eminence of the proposed method is validated by computing the essential IPV measures, such as True-Positive (TP), False-Negative (FN), True-Negative (TN), False-Positive (FP), Accuracy (ACC), Precision (PRE), Sensitivity (SEN), Specificity (SPE), Negative-Predicted-Value (NPV), F1-Score (F1S), Jaccard Index and Dice coeeficient, which are calculated in percentages, presented in Equations (11)–(16). The necessary information regarding these values can be found in [45,46,47].
A c c u r a c y = A C C = T P + T N T P + T N + F P + F N   ×   100 %
P r e c i s i o n = P R E = T P T P + F P   ×   100 %
S e n s i t i v i t y = S E N = T P T P + F N   ×   100 %
S p e c i f i c i t y = S P E = T N T N + F P   ×   100 %
N e g a t i v e   P r e d i c t i v e   V a l u e = N P V = T N T N + F N   ×   100 %
F 1 S c o r e = F 1 S = 2 T P 2 T P + F N + F P   ×   100 %
J a c c a r d = T P T P + F N + F P × 100 %
D i c e = 2 T P 2 T P + F N + F P × 100 %

4. Results and Discussions

This section demonstrates the results and discussions attained using a workstation with an Intel i5 2.5GHz processor, with 16GB RAM and 2GB VRAM equipped with MATLAB® (version R2018a). Primarily, lung CT images are used as presented in Table 2 and then each image is resized into 224 × 224 × 3   pixels to perform the VGG19-supported segmentation and classification task. Initially, the VGG-SegNet-based lung nodule extraction process is executed on the test images considered, and the sample result obtained for the normal/nodule class image is represented in Figure 4. Figure 4 presents the experimental result of the trained VGG-SegNet with CT images. Figure 4a shows the sample images of the normal/nodule class considered for the assessment; Figure 4b depicts the outcome attained with the final layer of the encoder unit; Figure 4c,d depicts the results of the decoder and the SoftMax classifier, respectively. For the normal (healthy) class image, the decoder will not provide a positive outcome for localization and segmentation, and this section will provide the essential information only for the nodule class.
In this paper, the extracted lung-nodule section with the proposed VGG-SegNet is compared to the ground truth (GT) image generated using ITK-Snap [28] and the essential image measures are calculated as described in previous works [4,13]. The performance of VGG-SegNet is also validated against the existing SegNet and UNet schemes in the literature [24,25,48,49]. The result achieved for the trial image is depicted in Figure 5 and Table 3, respectively. Note that the performance measures [50,51] achieved with VGG-SegNet are superior compared to other approaches.
The segmentation performance of the proposed scheme is then tested using the lung nodules with various dimensions, such as small, medium and large, and the attained results are depicted in Figure 6. This figure confirms that the VGG-SegNet provides a better segmentation on the medium and large nodule dimension and provides reduced segmentation accuracy on the images having lesser lung nodule due to the smaller test image dimension.
After collecting the essential DF with VGG19, the other HCFs, such as GLCM, LBP and PHOG are collected. The GLCM features for the normal (healthy) class image are collected from the whole CT image, and for the abnormal class image it is collected from the binary image of the extracted nodule segment. Figure 7 shows the LBP patterns generated for the normal/nodule class test images with various weight values. During LBP feature collection, each image is treated with the LBP algorithm with various weights (ie, W = 1 to 4) and the 1D features obtained from each image are combined to obtain a 1D feature vector of dimension 1 × 236 .
The PHOG features for the CT images are then extracted by assigning a bin size (L) of 3 and this process helped to obtain a 1 × 255 vector of features. The sample PHOG features collected for a sample CT image are seen in Figure 8. All these features (GLCM+LBP+PHOG) are then combined to form a HCF vector with a dimension of 1 × 516 features, following which they are then combined with the DF to improve the lung nodule detection accuracy. After collecting the essential features, the image classification task is implemented using DF and DF + HCF separately.
Initially, the DF-based sorting is executed with the considered CNN schemes and the classification performance obtained with the SoftMax is depicted in Table 4. Figure 9 presents the spider plot for the features considered, and the result of Table 4 and the dimension of the glyph plot confirm that VGG19 helps achieve an enhanced IPV compared to other CNN schemes. VGG19 is chosen as the suitable scheme to examine the considered CT images, and then an attempt is made to enhance the performance of VGG19 using DF + HCF.
The experiment is then repeated using the VGG19 scheme with the DF + HCF (1 × 1540 features) using classifiers, such as SoftMax, DT, RF, KNN and SVM-RBF; the outcomes are depicted in Table 5. Figure 10 shows the performance of VGG19 with SVM-RBF, in which a 10-fold cross validation is implemented and the best result attained among the 10-fold validation is demonstrated. The result demonstrated in Table 5 confirms that the SVM-RBF classifier offers superior outcome contrast to other classifiers and a graphical illustration in Figure 11 (Glyph-Plot) also confirmed the performance of SVM-RBF. The Receiver-Operating-Characteristic curve (ROC) presented in Figure 12 also confirms the merit of proposed technique.
The above-shown result confirms that the disease detection performance of VGG19 can be enhanced by using both the DF with the HCF. The eminence of the proposed lung nodule detection system is then compared with other methods found in the literature. Figure 13 shows the comparison of the classification precision existing in the literature and the accuracy obtained with the proposed approach (97.83%) is superior compared to other works considered for the study. This confirms the superiority of the proposed approach compared to the existing works.
The major improvement of the proposed technique compared to other works, such as Bhandary et al. [4] and Rajinikanth and Kadry [13], is as follows: this paper proposed the detection of lung nodules using CT images without removing the artifact. The number of stages in the proposed approach is lower compared to existing methods [4,10].
The future work includes: (i) considering other hand-made characteristics, such as HOG [48] and GLDM [43], to improve disease detection accuracy, (ii) considering the other variants of the SVM classifiers [43] to achieve better image classification accuracy and (iii) implementing a selected procedure to enhance the segmentation accuracy in lung CT having a lesser nodule size.

5. Conclusions

Due to its clinical significance, several automated disease detection systems have been proposed in the literature to detect lung nodules from CT images. This paper proposes a pre-trained VGG19-based automated segmentation and classification scheme to examine lung CT images. This scheme is implemented in two stages: (i) VGG-SegNet supported extraction of lung nodules from CT images and (ii) classification of lung CT images using deep learning schemes with DF and DF + HCF. The initial part of this work implemented the VGG-SegNet architecture with VGG19-based Encoder-Decoder assembly and extracted the lung nodule section using the SoftMax classifier. Handcrafted features from the test images are extracted using GLCM (1 × 25 features), LBP with varied weights (1 × 236 features) and PHOG with an assigned bin = L = 3 (1 × 255 features), and this combination helped to obtain the chosen HCF with a dimension of 1 × 516 features. The classification task is initially implemented with the DF and SoftMax, and the result confirmed that the VGG19 provided better result compared to the VGG16, ResNet18, ResNet50 and AlexNet models. The CT image classification performance of VGG19 is once again verified using DF + HCF and the obtained result confirmed that the SVM-RBF classifier helped to obtain better classification accuracy (97.83%).
The limitation of the proposed approach is the dimension of concatenated features ( 1 × 1540 ) which is rather large. In the future, a feature reduction scheme can be considered to reduce this set of features. Also, the performance of the proposed system can be improved by considering other HCFs that are known from the literature.

Author Contributions

All authors have contributed equally to this manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

This article does not contain any studies with human participants or animals performed by any of the authors.

Informed Consent Statement

Not applicable.

Data Availability Statement

The image dataset of this study can be accessed from; https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI.

Acknowledgments

The authors of this paper would like to thank The Cancer Imaging Archive for sharing the clinical grade lung CT images for research purpose.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. WHO. Available online: https://www.who.int/news-room/fact-sheets/detail/cancer (accessed on 21 September 2021).
  2. Olson, E.J. Available online: https://www.mayoclinic.org/diseases-conditions/lung-cancer/expert-answers/lung-nodules/faq-20058445 (accessed on 21 September 2021).
  3. Girvin, F.; Ko, J.P. Pulmonary nodules: Detection, assessment, and CAD. Am. J. Roentgenol. 2008, 191, 1057–1069. [Google Scholar] [CrossRef] [PubMed]
  4. Bhandary, A.; Prabhu, G.A.; Rajinikanth, V.; Thanaraj, K.P.; Satapathy, S.C.; Robbins, D.E.; Shasky, C.; Zhang, Y.D.; Tavares, J.M.R.S.; Raja, N.S.M. Deep-learning framework to detect lung abnormality—A study with chest X-Ray and lung CT scan images. Pattern Recognit. Lett. 2020, 129, 271–278. [Google Scholar] [CrossRef]
  5. Choi, W.J.; Choi, T.S. Automated pulmonary nodule detection system in computed tomography images: A hierarchical block classification approach. Entropy 2013, 15, 507–523. [Google Scholar] [CrossRef] [Green Version]
  6. Tran, G.S.; Nghiem, T.P.; Nguyen, V.T.; Luong, C.M.; Burie, J.C. Improving accuracy of lung nodule classification using deep learning with focal loss. J. Healthc. Eng. 2019, 2019, 5156416. [Google Scholar] [CrossRef] [PubMed]
  7. Akram, T.; Attique, M.; Gul, S.; Shahzad, A.; Altaf, M.; Naqvi, S.S.R.; Damaševičius, R.; Maskeliūnas, R. A novel framework for rapid diagnosis of COVID-19 on computed tomography scans. Pattern Anal. Appl. 2021, 24, 951–964. [Google Scholar] [CrossRef] [PubMed]
  8. Rajaraman, S.; Folio, L.R.; Dimperio, J.; Alderson, P.O.; Antani, S.K. Improved semantic segmentation of tuberculosis—Consistent findings in chest x-rays using augmented training of modality-specific u-net models with weak localizations. Diagnostics 2021, 11, 616. [Google Scholar] [CrossRef]
  9. Rehman, N.; Zia, M.S.; Meraj, T.; Rauf, H.T.; Damaševičius, R.; El-Sherbeeny, A.M.; El-Meligy, M.A. A self-activated cnn approach for multi-class chest-related COVID-19 detection. Appl. Sci. 2021, 11, 9023. [Google Scholar] [CrossRef]
  10. Połap, D.; Woźniak, M.; Damaševičius, R.; Wei, W. Chest radiographs segmentation by the use of nature-inspired algorithm for lung disease detection. 2018 IEEE Symposium Series on Computational Intelligence. SSCI 2018, 2019, 2298–2303. [Google Scholar] [CrossRef]
  11. Capizzi, G.; Sciuto, G.L.; Napoli, C.; Polap, D.; Wozniak, M. Small lung nodules detection based on fuzzy-logic and probabilistic neural network with bioinspired reinforcement learning. IEEE Trans. Fuzzy Syst. 2020, 28, 1178–1189. [Google Scholar] [CrossRef]
  12. Rajaraman, S.; Kim, I.; Antani, S.K. Detection and visualization of abnormality in chest radiographs using modality-specific convolutional neural network ensembles. PeerJ 2020, 8, e8693. [Google Scholar] [CrossRef] [PubMed]
  13. Rajinikanth, V.; Kadry, S. Development of a framework for preserving the disease-evidence-information to support efficient disease diagnosis. Int. J. Data Warehous. Min. 2021, 17, 63–84. [Google Scholar] [CrossRef]
  14. Clark, K.; Vendt, B.; Smith, K.; Freymann, J.; Kirby, J.; Koppel, P.; Moore, S.; Phillips, S.; Maffitt, D.; Pringle, M.; et al. The Cancer Imaging Archive (TCIA): Maintaining and operating a public information repository. J. Digit. Imaging 2013, 26, 1045–1057. [Google Scholar] [CrossRef] [Green Version]
  15. Armato, S.G., III; 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]
  16. 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. Data from LIDC-IDRI, 2015. The Cancer Imaging Archive. Available online: https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI (accessed on 24 November 2021).
  17. Li, P.; Wang, S.; Li, T.; Lu, J.; Huangfu, Y.; Wang, D. A Large-Scale CT and PET/CT Dataset for Lung Cancer Diagnosis [Data set], 2020. The Cancer Imaging Archive. Available online: https://wiki.cancerimagingarchive.net/pages/viewpage.action?pageId=70224216 (accessed on 24 November 2021).
  18. Kuruvilla, J.; Gunavathi, K. Lung cancer classification using neural networks for CT images. Comput. Methods Programs Biomed. 2014, 113, 202–209. [Google Scholar] [CrossRef] [PubMed]
  19. Nascimento, L.B.; de Paiva, A.C.; Silva, A.C. Lung nodules classification in CT images using Shannon and Simpson diversity indices and SVM. In Proceedings of the International Workshop on Machine Learning and Data Mining in Pattern Recognition, Berlin, Germany, 13–20 July 2012; Springer: Berlin/Heidelberg, Germany, 2012; pp. 454–466. [Google Scholar]
  20. Khehrah, N.; Farid, M.S.; Bilal, S.; Khan, M.H. Lung Nodule Detection in CT Images Using Statistical and Shape-Based Features. J. Imaging 2020, 6, 6. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  21. Wang, W.; Liu, F.; Zhi, X.; Zhang, T.; Huang, C. An Integrated Deep Learning Algorithm for Detecting Lung Nodules with Low-dose CT and Its Application in 6G-enabled Internet of Medical Things. IEEE Internet Things J. 2020, 8, 5274–5284. [Google Scholar] [CrossRef]
  22. 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, 6215085. [Google Scholar] [CrossRef] [PubMed]
  23. Kaya, A.; Can, A.B. A weighted rule based method for predicting malignancy of pulmonary nodules by nodule characteristics. J. Biomed. Inform. 2015, 56, 69–79. [Google Scholar] [CrossRef] [Green Version]
  24. Song, Q.; Zhao, L.; Luo, X.; Dou, X. Using deep learning for classification of lung nodules on computed tomography images. J. Healthc. Eng. 2017, 2017, 8314740. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Shaukat, F.; Raja, G.; Frangi, A.F. Computer-aided detection of lung nodules: A review. J. Med. Imaging 2019, 6, 020901. [Google Scholar] [CrossRef]
  26. Jia, T.; Zhang, H.; Bai, Y.K. Benign and malignant lung nodule classification based on deep learning feature. J. Med. Imaging Health Inform. 2015, 5, 1936–1940. [Google Scholar] [CrossRef]
  27. Wang, X.; Mao, K.; Wang, L.; Yang, P.; Lu, D.; He, P. An appraisal of lung nodules automatic classification algorithms for CT images. Sensors 2019, 19, 194. [Google Scholar] [CrossRef] [Green Version]
  28. Yushkevich, P.A.; Piven, J.; Hazlett, H.C.; Smith, R.G.; Ho, S.; Gee, J.C.; Gerig, G. User-guided 3D active contour segmentation of anatomical structures: Significantly improved efficiency and reliability. Neuroimage 2006, 31, 1116–1128. [Google Scholar] [CrossRef] [Green Version]
  29. Badrinarayanan, V.; Kendall, A.; Cipolla, R. Segnet: A deep convolutional encoder-decoder architecture for image segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 2481–2495. [Google Scholar] [CrossRef] [PubMed]
  30. Kendall, A.; Badrinarayanan, V.; Cipolla, R. Bayesian segnet: Model uncertainty in deep convolutional encoder-decoder architectures for scene understanding. arXiv 2015, arXiv:1511.02680. [Google Scholar]
  31. Rajaraman, S.; Antani, S. Weakly labeled data augmentation for deep learning: A study on COVID-19 detection in chest X-rays. Diagnostics 2020, 10, 358. [Google Scholar] [CrossRef] [PubMed]
  32. El Adoui, M.; Mahmoudi, S.A.; Larhmam, M.A.; Benjelloun, M. MRI breast tumor segmentation using different encoder and decoder CNN architectures. Computers 2019, 8, 52. [Google Scholar] [CrossRef] [Green Version]
  33. Khan, S.A.; Khan, M.A.; Song, O.Y.; Nazir, M. Medical Imaging Fusion Techniques: A Survey Benchmark Analysis, Open Challenges and Recommendations. J. Med. Imaging Health Inform. 2020, 10, 2523–2531. [Google Scholar] [CrossRef]
  34. Khan, M.A.; Sarfraz, M.S.; Alhaisoni, M.; Albesher, A.A.; Wang, S.; Ashraf, I. StomachNet: Optimal Deep Learning Features Fusion for Stomach Abnormalities Classification. IEEE Access 2020, 8, 197969–197981. [Google Scholar] [CrossRef]
  35. Khan, M.A.; Ashraf, I.; Alhaisoni, M.; Damaševičius, R.; Scherer, R.; Rehman, A.; Bukhari, S.A.C. Multimodal brain tumor classification using deep learning and robust feature selection: A machine learning application for radiologists. Diagnostics 2020, 10, 565. [Google Scholar] [CrossRef]
  36. Dey, N.; Rajinikanth, V.; Shi, F.; Tavares, J.M.R.; Moraru, L.; Karthik, K.A.; Lin, H.; Kamalanand, K.; Emmanuel, C. Social-Group-Optimization based tumor evaluation tool for clinical brain MRI of Flair/diffusion-weighted modality. Biocybern. Biomed. Eng. 2019, 39, 843–856. [Google Scholar] [CrossRef] [Green Version]
  37. Zhang, Y.D.; Satapathy, S.C.; Liu, S.; Li, G.R. A five-layer deep convolutional neural network with stochastic pooling for chest CT-based COVID-19 diagnosis. Mach. Vis. Appl. 2020, 32, 14. [Google Scholar] [CrossRef]
  38. Zhang, Y.D.; Satapathy, S.C.; Zhu, L.Y.; Górriz, J.M.; Wang, S.H. A seven-layer convolutional neural network for chest CT based COVID-19 diagnosis using stochastic pooling. IEEE Sens. J. 2020. [Google Scholar] [CrossRef]
  39. Kumar, D.; Jain, N.; Khurana, A.; Mittal, S.; Satapathy, S.C.; Senkerik, R.; Hemanth, J.D. Automatic Detection of White Blood Cancer From Bone Marrow Microscopic Images Using Convolutional Neural Networks. IEEE Access 2020, 8, 142521–142531. [Google Scholar] [CrossRef]
  40. Rodrigues, D.D.A.; Ivo, R.F.; Satapathy, S.C.; Wang, S.; Hemanth, J.; Rebouças Filho, P.P. A new approach for classification skin lesion based on transfer learning, deep learning, and IoT system. Pattern Recognit. Lett. 2020, 136, 8–15. [Google Scholar] [CrossRef]
  41. Rajinikanth, V.; Joseph Raj, A.N.; Thanaraj, K.P.; Naik, G.R. A Customized VGG19 Network with Concatenation of Deep and Handcrafted Features for Brain Tumor Detection. Appl. Sci. 2020, 10, 3429. [Google Scholar] [CrossRef]
  42. Arshad, H.; Khan, M.A.; Sharif, M.I.; Yasmin, M.; Tavares, J.M.R.; Zhang, Y.D.; Satapathy, S.C. A multilevel paradigm for deep convolutional neural network features selection with an application to human gait recognition. Expert Syst. 2020, e12541. [Google Scholar] [CrossRef]
  43. Khan, M.A.; Kadry, S.; Alhaisoni, M.; Nam, Y.; Zhang, Y.; Rajinikanth, V.; Sarfraz, M.S. Computer-Aided Gastrointestinal Diseases Analysis from Wireless Capsule Endoscopy: A Framework of Best Features Selection. IEEE Access 2020, 8, 132850–132859. [Google Scholar] [CrossRef]
  44. Akram, T.; Khan, M.A.; Sharif, M.; Yasmin, M. Skin lesion segmentation and recognition using multichannel saliency estimation and M-SVM on selected serially fused features. J. Ambient Intell. Humaniz. Comput. 2018, 1–20. [Google Scholar] [CrossRef]
  45. Khan, M.A.; Khan, M.A.; Ahmed, F.; Mittal, M.; Goyal, L.M.; Hemanth, D.J.; Satapathy, S.C. Gastrointestinal diseases segmentation and classification based on duo-deep architectures. Pattern Recognit. Lett. 2020, 131, 193–204. [Google Scholar] [CrossRef]
  46. Saba, T.; Mohamed, A.S.; El-Affendi, M.; Amin, J.; Sharif, M. Brain tumor detection using fusion of hand crafted and deep learning features. Cogn. Syst. Res. 2020, 59, 221–230. [Google Scholar] [CrossRef]
  47. Batool, F.E.; Attique, M.; Sharif, M.; Javed, K.; Nazir, M.; Abbasi, A.A.; Iqbal, Z.; Riaz, N. Offline signature verification system: A novel technique of fusion of GLCM and geometric features using SVM. Multimed. Tools Appl. 2020, 1–20. [Google Scholar] [CrossRef]
  48. Murtza, I.; Khan, A.; Akhtar, N. Object detection using hybridization of static and dynamic feature spaces and its exploitation by ensemble classification. Neural Comput. Appl. 2019, 31, 347–361. [Google Scholar] [CrossRef]
  49. Bakiya, A.; Kamalanand, K.; Rajinikanth, V.; Nayak, R.S.; Kadry, S. Deep neural network assisted diagnosis of time-frequency transformed electromyograms. Multimed. Tools Appl. 2020, 79, 11051–11067. [Google Scholar] [CrossRef]
  50. Acharya, U.R.; Fernandes, S.L.; WeiKoh, J.E.; Ciaccio, E.J.; Fabell, M.K.M.; Tanik, U.J.; Rajinikanth, V.; Yeong, C.H. Automated detection of Alzheimer’s disease using brain MRI images—A study with various feature extraction techniques. J. Med. Syst. 2019, 43, 302. [Google Scholar] [CrossRef] [PubMed]
  51. Jahmunah, V.; Oh, S.L.; Rajinikanth, V.; Ciaccio, E.J.; Cheong, K.H.; Arunkumar, N.; Acharya, U.R. Automated detection of schizophrenia using nonlinear signal processing methods. Artif. Intell. Med. 2019, 100, 101698. [Google Scholar] [CrossRef] [PubMed]
  52. Gudigar, A.; Raghavendra, U.; Devasia, T.; Nayak, K.; Danish, S.M.; Kamath, G.; Samanth, J.; Pai, U.M.; Nayak, V.; Tan, R.S.; et al. Global weighted LBP based entropy features for the assessment of pulmonary hypertension. Pattern Recognit. Lett. 2019, 125, 35–41. [Google Scholar] [CrossRef]
  53. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Munich, Germany, 5–9 October 2015; Springer: Cham, Switzerland, 2015; pp. 234–241. [Google Scholar]
  54. Kadry, S.; Rajinikanth, V.; Raja, N.S.M.; Hemanth, D.J.; Hannon, N.M.; Raj, A.N.J. Evaluation of brain tumor using brain MRI with modified-moth-flame algorithm and Kapur’s thresholding: A study. Evol. Intell. 2021, 14, 1053–1063. [Google Scholar] [CrossRef]
  55. Meraj, T.; Rauf, H.T.; Zahoor, S.; Hassan, A.; Lali, M.I.; Ali, L.; Bukhari, S.A.C.; Shoaib, U. Lung nodules detection using semantic segmentation and classification with optimal features. Neural Comput. Appl. 2021, 33, 10737–10750. [Google Scholar] [CrossRef]
  56. Aziz, A.; Tariq, U.; Nam, Y.; Nazir, M.; Jeong, C.-W.; Mostafa, R.R.; Sakr, R.H. An Ensemble of Optimal Deep Learning Features for brain tumor classification. Comput. Mater. Continua 2021, 69, 2653–2670. [Google Scholar] [CrossRef]
  57. Sharif, M.I.; Alhussein, M.; Aurangzeb, K.; Raza, M. A decision support system for multimodal brain tumor classification using deep learning. Complex Intell. Syst. 2021, 3, 1–14. [Google Scholar] [CrossRef]
  58. Albahli, S.; Rauf, H.T.; Arif, M.; Nafis, M.T.; Algosaibi, A. Identification of thoracic diseases by exploiting deep neural networks. Neural Netw. 2021, 5, 6. [Google Scholar] [CrossRef]
  59. Albahli, S.; Rauf, H.T.; Algosaibi, A.; Balas, V.E. AI-driven deep CNN approach for multi-label pathology classification using chest X-Rays. PeerJ Comput. Sci. 2021, 7, e495. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Structure of the proposed lung-nodule segmentation and classification system.
Figure 1. Structure of the proposed lung-nodule segmentation and classification system.
Diagnostics 11 02208 g001
Figure 2. Sample test images considered in this study.
Figure 2. Sample test images considered in this study.
Diagnostics 11 02208 g002
Figure 3. Structure of VGG19 supported segmentation (VGG-SegNet) and classification scheme.
Figure 3. Structure of VGG19 supported segmentation (VGG-SegNet) and classification scheme.
Diagnostics 11 02208 g003
Figure 4. Results obtained with proposed VGG-SegNet scheme: (a) text image, (b) lung section enhanced by encoder, (c) localization of nodule by decoder and (d) extracted nodule by SoftMax unit.
Figure 4. Results obtained with proposed VGG-SegNet scheme: (a) text image, (b) lung section enhanced by encoder, (c) localization of nodule by decoder and (d) extracted nodule by SoftMax unit.
Diagnostics 11 02208 g004
Figure 5. Segmentation results attained with considered CNN models.
Figure 5. Segmentation results attained with considered CNN models.
Diagnostics 11 02208 g005
Figure 6. Segmentation of nodule from chosen images of Lung-PET-CT-Dx and LIDC-IDRI dataset.
Figure 6. Segmentation of nodule from chosen images of Lung-PET-CT-Dx and LIDC-IDRI dataset.
Diagnostics 11 02208 g006
Figure 7. LBP patterns generated from the sample image with various LBP weights.
Figure 7. LBP patterns generated from the sample image with various LBP weights.
Diagnostics 11 02208 g007
Figure 8. PHOG features obtained with the sample test images of Normal/Nodule class.
Figure 8. PHOG features obtained with the sample test images of Normal/Nodule class.
Diagnostics 11 02208 g008
Figure 9. Spider plot to compare the CT image classification performance of CNN models.
Figure 9. Spider plot to compare the CT image classification performance of CNN models.
Diagnostics 11 02208 g009
Figure 10. Training performance of the VGG19 with SVM-RBF for lung CT image slices.
Figure 10. Training performance of the VGG19 with SVM-RBF for lung CT image slices.
Diagnostics 11 02208 g010
Figure 11. Overall performance of VGG19 with various classifiers summarized as glyph-plots.
Figure 11. Overall performance of VGG19 with various classifiers summarized as glyph-plots.
Diagnostics 11 02208 g011
Figure 12. ROC curve attained for VGG19 with DF + HCF.
Figure 12. ROC curve attained for VGG19 with DF + HCF.
Diagnostics 11 02208 g012
Figure 13. Validation of the disease detection accuracy of the proposed system with existing approaches.
Figure 13. Validation of the disease detection accuracy of the proposed system with existing approaches.
Diagnostics 11 02208 g013
Table 1. Summary of existing lung nodule detection system with LIDC-IDRI database.
Table 1. Summary of existing lung nodule detection system with LIDC-IDRI database.
ReferenceLung Nodule Detection TechniqueAccuracy (%)Sensitivity (%)Specificity (%)
Bhandary et al. [4]A modified AlexNet with the Support Vector Machine (SVM) based binary classification helped to achieve improved result.97.2797.8098.09
Choi and Choi [5]An automated Computer-Aided-Detection scheme is proposed to examine the lung nodules using CT images.97.6095.2096.20
Tran et al. [6]A novel 15-layer DL architecture is implemented by considering the cross entropy/focal as the loss functions.97.2096.0097.30
Rajinikanth and Kadry [13]Implemented VGG16 DL scheme to segment and classify the lung nodules using deep and handcrafted features.97.6796.6798.67
Kuruvilla and Gunavathi [18]This research implemented Neural-Network (NN) supported recognition of lung nodules in CT images.93.3091.40100
Nascimento et al. [19]This work implemented a lung nodule classification based on Shannon and Simpson-Diversity Indices and SVM classifier.92.7885.6497.89
Khehrah et al. [20]Improved lung nodule detection is achieved with the help of statistical and shape features.92.0093.7591.18
Wang et al. [21]Deep NN (DNN) and 6G communication network supported lung nodule detection is proposed and implemented in this work using the CT images.91.7092.2391.17
Li et al. [22]This work implements a Convolutional-Neural-Network (CNN) supported lung nodule detection using the lung CT images.86.4087.10n/a
Kaya and Can [23]The lung nodule classification is implemented in this work and the ensemble random-forest classifier provided enhanced classification result.84.8983.1192.09
Song et al. [24]This work implemented a DNN scheme to classify the cropped lung nodule sections from the CT image slices.82.3780.6683.90
Table 2. The lung CT images analyzed in the experiments.
Table 2. The lung CT images analyzed in the experiments.
Image ClassDimensionTotal ImagesTraining ImagesValidation Images
Normal224 × 224 × 31000750250
Nodule224 × 224 × 31000750250
Table 3. Performance evaluation of CNN models on sample lung CT image. Best values are shown in bold.
Table 3. Performance evaluation of CNN models on sample lung CT image. Best values are shown in bold.
ApproachJaccard (%)Dice (%)ACC (%)PRE (%)SEN (%)SPE (%)
VGG-SegNet82.646490.498899.681198.449683.736399.9756
SegNet73.189884.519899.453996.640875.100499.9471
UNet79.230888.412099.623393.152584.130799.8925
Table 4. Classification performance attained with pre-trained DL scheme with DF and SoftMax classifier. Here TP—true positives, FN—false negatives, TN—true negatives, FP—false positives, ACC—accuracy, PRE—precision, SEN—sensitivity, SPE—specificity, NPV—negative predictive value and F1S—F1-score.
Table 4. Classification performance attained with pre-trained DL scheme with DF and SoftMax classifier. Here TP—true positives, FN—false negatives, TN—true negatives, FP—false positives, ACC—accuracy, PRE—precision, SEN—sensitivity, SPE—specificity, NPV—negative predictive value and F1S—F1-score.
DL Scheme
(Image Size)
TPFNTNFPACC (%)PRE (%)SEN (%)SPE (%)NPV (%)F1S (%)
VGG19
(224 × 224 × 3)
235152361494.2094.3894.0094.4094.0294.19
VGG16
(224 × 224 × 3)
236142302093.2092.1994.4092.0094.2693.28
ResNet18
(224 × 224 × 3)
229212282291.4091.2391.6091.2091.5791.42
ResNet50
(224 × 224 × 3)
228222311991.8092.3191.2092.4091.3091.75
Ale × Net
(2274 × 227 × 3)
231192331792.8093.1492.4093.2092.4692.77
Table 5. Disease detection performance of VGG19 with DF + HCF with different classifiers. Best values are shown in bold.
Table 5. Disease detection performance of VGG19 with DF + HCF with different classifiers. Best values are shown in bold.
ClassifierTPFNTNFPACC (%)PRE (%)SEN (%)SPE (%)NPV (%)F1S (%)
SoftMax23713244696.2097.5394.8097.6094.9496.14
DT23812241995.8096.3695.2096.4095.2595.77
RF240102381295.6095.2496.0095.2095.9795.62
KNN2419242896.6096.7996.4096.8096.4196.59
SVM-RBF2437246497.8398.3897.2098.4097.2397.79
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Khan, M.A.; Rajinikanth, V.; Satapathy, S.C.; Taniar, D.; Mohanty, J.R.; Tariq, U.; Damaševičius, R. VGG19 Network Assisted Joint Segmentation and Classification of Lung Nodules in CT Images. Diagnostics 2021, 11, 2208. https://doi.org/10.3390/diagnostics11122208

AMA Style

Khan MA, Rajinikanth V, Satapathy SC, Taniar D, Mohanty JR, Tariq U, Damaševičius R. VGG19 Network Assisted Joint Segmentation and Classification of Lung Nodules in CT Images. Diagnostics. 2021; 11(12):2208. https://doi.org/10.3390/diagnostics11122208

Chicago/Turabian Style

Khan, Muhammad Attique, Venkatesan Rajinikanth, Suresh Chandra Satapathy, David Taniar, Jnyana Ranjan Mohanty, Usman Tariq, and Robertas Damaševičius. 2021. "VGG19 Network Assisted Joint Segmentation and Classification of Lung Nodules in CT Images" Diagnostics 11, no. 12: 2208. https://doi.org/10.3390/diagnostics11122208

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