Next Article in Journal
Two-Phase Stefan Problem for the Modeling of Urea Prilling Tower
Previous Article in Journal
Isolation and Characterization of Plant Growth-Promoting Bacteria from the Rhizosphere of Chamaecytisus ruthenicus (Russian Broom) Growing in Chalky Soil
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

A Survey of Deep Learning Techniques Based on Computed Tomography Images for Detection of Pneumonia †

by
Sharon Quispe
*,‡,
Ingrid Arellano
and
Pedro Shiguihara
*,‡
Department of Information Systems Engineering, Universidad San Ignacio de Loyola, Lima 15024, Peru
*
Authors to whom correspondence should be addressed.
Presented at the II International Congress on the Technology and Innovation in Engineering and Computing, Online, 21–25 November 2022.
These authors contributed equally to this work.
Eng. Proc. 2023, 42(1), 5; https://doi.org/10.3390/engproc2023042005
Published: 10 August 2023

Abstract

:
A cluster of cases caused by the virus SARS-CoV-2 was detected in Wuhan, China, in December 2019. The disease derived from that virus was named Coronavirus (COVID-19), which was officially recognized as a pandemic by the World Health Organization in March 2020. Since COVID-19 can cause serious pneumonia, early diagnosis is crucial for adequate treatment and for reducing health system overload. Therefore, deep learning algorithms to detect pneumonia have been developed using computed tomography (CT) scans, as they provide more detailed information about the disease because of their three-dimensionality and good visibility. This information analyzed by specialists could support the confirmation of pneumonia. To find out the accuracy levels of various classifiers, we evaluated the baseline models utilized by researchers. The findings we drew were that the majority of CT classification algorithms have strong accuracy values in comparison to other algorithms performed using CT, but have not reached above 98%. According to the systematic literature survey, low accuracy levels resulting from the performance of the models were attributed to the incongruous dealing of medical images. These images instead of having common formats such as png or jpg, use more complex formats such as DICOM and NIFTI, in order to save more information about the disease and the patient. Moreover, some studies found that the influence of environmental conditions and lung movement could affect the quality of the image. This unclear pneumonia area may also result in a decrease in the efficiency of deep-learning algorithms for detecting pneumonia. Therefore, the objective of this survey is to identify, gather data and build a catalog of deep-learning techniques for detecting pneumonia abnormalities and annotating CT images from the literature review, reflecting a better understanding of the classification of pneumonia using CT images.

1. Introduction

Coronavirus disease (COVID-19) is a respiratory illness caused by a virus called SARS-CoV-2, which was declared a public health emergency of international concern by the World Health Organization on 11 March 2020. Two years later, in 2022, several studies continue to be conducted as the effects of COVID-19 on lung tissues are still notorious. This is because not only were the appearances of new respiratory diseases promoted, but so were the resurgence of other diseases, such as pneumonia [1]. In response to this, several subsequent investigations were oriented towards the search for digital techniques or methods [2] that could favor the detection of pneumonia caused by COVID-19. This is because an increasing number of studies on medical images were registered in academic repositories together with epidemiological, clinical, and laboratory data for decision-making. Moreover, some studies showed that computed tomography (CT) had become one of the preferred digital imaging modalities to detect COVID-19 cases in the initial stages of diagnosis, even more so when the symptoms are not particular [3]. This is due to the fact that CT can offer more detailed information related to the pathology studied [4]. Therefore, the detailed information provided by CT scans, when analyzed by doctors, could allow for the confirmation of pneumonia [5].
Nonetheless, a lack of consensus regarding the best classification model using CT is still present. This stems from the fact that deep learning classification models using CT tend not to reach above 98% accuracy [6] on average. On the one hand, the systematic review of the literature suggested that less intricate architectures, such as DenseNet and core CNN, had values around 90% to 98%, for the accuracy metric. On the other hand, some studies revealed that NASnet and VGG-16 networks obtained strong values between 83% and 98% for the accuracy metric [7]. Therefore, this study aims to identify, collect, and build a catalog of deep-learning techniques for the detection of pneumonia and similar diseases in a wider spectrum of data than precedent survey papers.

2. Methodology

To survey the literature on deep learning techniques based on CT images for the detection of pneumonia, the following keyword search strings in both the Scopus citation database: ((“CT images” OR “computed tomography” OR “computed tomography classification”) (“deep learning” OR “deep neural” OR “deep neural networks” (AND) “Convolutional Neural Network” OR “CNN” OR “ResNet”)) (AND), which retrieved 43 articles between 2019 and 2022.
Papers from Computer Vision and Pattern Recognition (CVPR), International Conference of Computer Vision (ICCV), and European Conference of Computer Vision (ECCV) (ECCV) were also included. The standard systematic review methods for the software engineering area were taken into account in this literature review [3]. The ultimate method was segmented into two iterations: revision and comparison. In the former, individual articles are analyzed and listed. In the latter, the studies are compared and contrasted with their properties in mind.

3. Results

The synthesis of this research is a catalog of the determinants of the detection of pneumonia using computed tomography. Researchers can use different datasets, deep learning techniques, and metrics presented from this overview and determine the optimal approach for the topic of study. The information is pertinent to the topic at hand, as the studies reviewed were conducted between 2019 to 2023, in the timeframe of the pandemic.
Study fields: Table 1 indicates that COVID-19 pneumonia is the most frequent study field in relation to computed tomography studies. Other study fields mentioned were tumors, cancers, and hemorrhages, in that order. In addition to this, the most common study application was classification. Other applications include segmentation and synthesis.
Datasets: Table 2 shows a short list of the repositories that include computer tomography images in DICOM format that were found, in contrast to CXR images. Most of those datasets applied multi-classification and may contain from 400 to 48,260 images.
Models: Table 3 displays that the CNN baseline model was used frequently for multi-classification study types, and the most studied field was COVID-19 and pneumonia. Various models were also applied, such as ResNet-50, SRGAN, X2CT-GAN, or some others for data preprocessing, which may include data augmentation or data segmentation.
Metrics: Table 3 shows that accuracy is the most used metric in the evaluation of deep Learning classification models. Its value ranges from 83% to 98%. Furthermore, the F1 score is analyzed, having 77% as its lowest value and 98% as its highest value.

4. Discussion

Regarding the results, according to Table 1, the most common study field in computed tomography is between COVID-19 and pneumonia, concerned with the study of the lung and its derivatives. Then, it is followed by cancer and tumor studies, and lastly by hemorrhage studies, in that order. In this case, the liver and brain were frequently analyzed. Most of these studies were conducted in 2021, one year after the pandemic started. Moreover, several studies have chosen classification as the type of approach; in fact, more than 50% of them. The second-most common type of application was segmentation, revealing that there is also quite some interest in this type of study. Likewise, Table 2 summarizes information regarding the public datasets found in this systematic review. In fact, it is perceived that there are more multiclass datasets than binary class datasets. Moreover, a vast majority of the study fields correspond to respiratory diseases, therefore, lung images were commonly found in those datasets. It is also identified that most of the datasets listed are from the year 2021, as in that year, the number of cases of COVID-19 infections began to increase strongly since the pandemic was declared. Additionally, Table 3 shows that the frequent metric used in deep learning classification models for computed tomography studies was accuracy. The average value of this metric is 92%, meaning that model performed in most of the studies does not reach above 95%. Along with that metric, the F1 score or also known as Dice Score was used, having 89% as an average value, which is a bit less than the accuracy average value. Moreover, most of the studies were conducted in 2021, as Table 1 has also shown. Most of these models used the datasets from Table 2, which focused mostly on the classification of lung diseases, such as pneumonia and COVID-19. Nonetheless, models that resulted in having the lowest metrics correspond to muticlassification studies and this is due to the fact that models used in those studies have to work with more variables in the experiments. On the other hand, binary classification studies that have less complex characteristics reported higher metric scores.

5. Conclusions

This work sought to provide a comprehensive literature review concerning novel deep-learning techniques for the detection of pneumonia using computed tomography (CT) images. Therefore, this paper is expected to be used to build better classification models for more accurate detection of pneumonia. A limitation of the research stems from the fact that it only examined Scopus studies and some articles from computer vision conferences, leaving aside other sources that could offer further insights into classification models.

Author Contributions

Conceptualization, S.Q., I.A. and P.S.; methodology, I.A.; validation, S.Q.; formal analysis, S.Q. and I.A.; investigation, I.A.; resources, P.S.; data curation, S.Q.; writing—original draft, S.Q. and I.A.; writing—review and editing, S.Q., I.A. and P.S.; visualization, P.S.; supervision, P.S.; project administration, S.Q. and I.A.; funding acquisition, P.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not aplicable to this article.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
COVID-19Coronavirus 2019
CNNConvolutional neural network
CTComputed tomography
DICOMDigital imaging and communication in medicine

References

  1. Kollias, D.; Arsenos, A.; Kollias, S. AI-MIA: COVID-19 Detection & Severity Analysis through Medical Imaging. arXiv 2022, arXiv:2206.04732. [Google Scholar]
  2. Latif, G.; Morsy, H.; Hassan, A.; Alghazo, J. Novel Coronavirus and Common Pneumonia Detection from CT Scans Using Deep Learning—Based Extracted Features. Viruses 2022, 14, 1667. [Google Scholar] [CrossRef] [PubMed]
  3. Lacerda, P.; Barros, B.; Albuquerque, C.; Conci, A. Hyperparameter Optimization for Pneumonia Diagnosis Based on CT. Sensors 2021, 21, 2174. [Google Scholar] [CrossRef]
  4. Hasan, A.; Al-Jawad, M.; Jalab, H.; Shaiba, H.; Ibrahim, R.; Al-Shamasneh, A. Classification of COVID-19 Coronavirus, Pneumonia and Healthy Lungs in CT Scans Using Q-deformed Entropy and Deep Learning Features. Entropy 2020, 22, 517. [Google Scholar] [CrossRef]
  5. Rathod, S.; Khanuja, H. Automatic Segmentation of Pneumonia Lesions and Its Classification from CT Images: A Survey. In Proceedings of the 2021 International Conference on Intelligent Technologies (CONIT), Hubli, India, 25–27 June 2021. [Google Scholar]
  6. Polat, H.; Özerdem, M.; Ekici, F.; Akpolat, V. Automatic Detection and Localization of COVID-19 Pneumonia Using Axial Computed Tomography Images and Deep Convolutional Neural Networks. Int. J. Imaging Syst. Technol. 2021, 31, 509–524. [Google Scholar] [CrossRef]
  7. Ascencio-Cabral, A.; Reyes-Aldasoro, C. Comparison of Convolutional Neural Networks and Transformers for the Classification of Images of COVID-19, Pneumonia and Healthy Individuals as Observed with Computed Tomography. J. Imaging 2022, 8, 237. [Google Scholar] [CrossRef]
  8. Lewis, A.; Mahmoodi, E.; Zhou, Y.; Coffee, M.; Sizikova, E. Improving Tuberculosis (TB) Prediction Using Synthetically Generated Computed Tomography (CT) Images. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Montreal, BC, Canada, 11–17 October 2021. [Google Scholar]
  9. Chamberlin, J.H.; Aquino, G.; Schoepf, U.J.; Nance, S.; Godoy, F.; Carson, L.; Giovagnoli, V.M.; Gill, C.E.; McGill, L.J.; O’Doherty, J.; et al. An Interpretable Chest CT Deep Learning Algorithm for Quantification of COVID-19 and Prediction of Inpatient Morbidity and Mortality. Acad. Radiol. 2022, 29, 1178–1188. [Google Scholar] [CrossRef] [PubMed]
  10. Kaur, T.; Gandhi, T. Automated Diagnosis of COVID-19 from CT Based on Mobilenetv2 and ResNet50 Features. In Computer Vision and Image Processing: 5th International Conference, CVIP 2020, Prayagraj, India, 4–6 December 2020, Revised Selected Papers, Part I; Springer: Singapore, 2021; pp. 149–160. [Google Scholar]
  11. Buchlak, Q.; Milne, M.; Seah, J.; Johnson, A.; Samarasinghe, G.; Hachey, B.; Esmaili, N.; Tran, A.; Leveque, J.; Farrokhi, F.; et al. Charting the Potential of Brain Computed Tomography Deep Learning Systems. J. Clin. Neurosci. 2022, 99, 217–223. [Google Scholar] [CrossRef] [PubMed]
  12. Jin, Q.; Cui, H.; Sun, C.; Meng, Z.; Su, R. Free-Form Tumor Synthesis in Computed Tomography Images via Richer Generative Adversarial Network. Knowl.-Based Syst. 2021, 218, 106753. [Google Scholar] [CrossRef]
  13. Ahmad, M.; Qadri, S.; Ashraf, M.; Subhi, K.; Khan, S.; Zareen, S.; Qadri, S. Efficient Liver Segmentation from Computed Tomography Images Using Deep Learning. Comput. Intell. Neurosci. 2022, 2022, 2665283. [Google Scholar] [CrossRef] [PubMed]
  14. Li, Q.; Song, H.; Yang, F.; Wei, Z.; Fan, J.; Ai, D.; Lin, Y.; Yu, X.; Yang, J. Densely Connected U-Net with Criss-Cross Attention for Automatic Liver Tumor Segmentation in CT Images. IEEE/ACM Trans. Comput. Biol. Bioinform. 2022. Early Access. [Google Scholar] [CrossRef] [PubMed]
  15. Liang, K.; Zhang, L.; Yang, H.; Yang, Y.; Chen, Z.; Xing, Y. Metal Artifact Reduction for Practical Dental Computed Tomography by Improving Interpolation-Based Reconstruction with Deep Learning. Med. Phys. 2019, 46, e823–e834. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  16. Naik, A.; Edla, D. Lung Nodule Classification on Computed Tomography Images Using Deep Learning. Wirel. Pers. Commun. 2020, 116, 655–690. [Google Scholar] [CrossRef]
  17. Kalaivani, N.; Manimaran, N.; Sophia, S.; Devi, D.D. Deep Learning Based Lung Cancer Detection and Classification. IOP Conf. Ser. Mater. Sci. Eng. 2020, 994, 012026. [Google Scholar] [CrossRef]
  18. Xu, L.; Zhou, S.; Guo, J.; Tian, W.; Tang, W.; Yi, Z. Metal Artifact Reduction for Oral and Maxillofacial Computed Tomography Images by a Generative Adversarial Network. Appl. Intell. 2022, 52, 13184–13194. [Google Scholar] [CrossRef]
  19. Zhang, H.T.; Zhang, J.S.; Zhang, H.H.; Nan, Y.D.; Zhao, Y.; Fu, E.Q.; Xie, Y.H.; Liu, W.; Li, W.P.; Zhang, H.J.; et al. Automated Detection and Quantification of COVID-19 Pneumonia: CT Imaging Analysis by a Deep Learning-Based Software. Eur. J. Nucl. Med. Mol. Imaging 2020, 47, 2525–2532. [Google Scholar] [CrossRef]
  20. Wibowo, F.; Wihayati. Classification of Lung Opacity, COVID-19, and Pneumonia from Chest Radiography Images Based on Convolutional Neural Networks. In Proceedings of the 2021 4th International Seminar on Research of Information Technology and Intelligent Systems (ISRITI), Yogyakarta, Indonesia, 16–17 December 2021. [Google Scholar]
  21. Tan, W.; Liu, P.; Li, X.; Liu, Y.; Zhou, Q.; Chen, C.; Gong, Z.; Yin, X.; Zhang, Y. Classification of COVID-19 Pneumonia from Chest CT Images Based on Reconstructed Super-Resolution Images and VGG Neural Network. Health Inf. Sci. Syst. 2021, 9, 1–12. [Google Scholar] [CrossRef] [PubMed]
  22. Ker, J.; Singh, S.P.; Bai, Y.; Rao, J.; Lim, T.; Wang, L. Image Thresholding Improves 3-Dimensional Convolutional Neural Network Diagnosis of Different Acute Brain Hemorrhages on Computed Tomography Scans. Sensors 2019, 19, 2167. [Google Scholar] [CrossRef] [Green Version]
  23. Irene, K.; Ma’sum, M.A.; Yunus, R.E.; Jatmiko, W. Segmentation and Approximation of Blood Volume in Intracranial Hemorrhage Patients Based on Computed Tomography Scan Images Using Deep Learning Method. In Proceedings of the 2020 International Workshop on Big Data and Information Security (IWBIS), Depok, Indonesia, 17–18 October 2020. [Google Scholar]
  24. Inkeaw, P.; Angkurawaranon, S.; Khumrin, P.; Inmutto, N.; Traisathit, P.; Chaijaruwanich, J.; Angkurawaranon, C.; Chitapanarux, I. Automatic Hemorrhage Segmentation on Head CT Scan for Traumatic Brain Injury Using 3D Deep Learning Model. IEEE/ACM Trans. Comput. Biol. Bioinform. 2022, 146, 105530. [Google Scholar] [CrossRef] [PubMed]
  25. OSIC Pulmonary Fibrosis Progression. 2020. Available online: https://www.kaggle.com/c/osic-pulmonary-fibrosis-progression (accessed on 22 November 2022).
  26. Calisto, F.; Santiago, C.; Nunes, N.; Nascimento, J. Introduction of Human-Centric AI Assistant to Aid Radiologists for Multimodal Breast Image Classification. Int. J. Hum.-Comput. Stud. 2021, 150, 102607. [Google Scholar] [CrossRef]
  27. Mirsky, Y.; Mahler, T.; Shelef, I.; Elovici, Y. CT-GAN: Malicious Tampering of 3D Medical Imagery Using Deep Learning. In Proceedings of the 28th USENIX Security Symposium (USENIX Security 19), Santa Clara, CA, USA, 14–16 August 2019; USENIX Association: Santa Clara, CA, USA, 2019. [Google Scholar]
  28. COVID19-CT-Dataset: An Open-Access Chest CT Image Repository of 1000+ Patients with Confirmed COVID-19 Diagnosis. 2021. Available online: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/6ACUZJ (accessed on 22 November 2022).
  29. Rutherford, M.; Mun, S.K.; Levine, B.; Bennett, W.; Smith, K.; Farmer, P.; Jarosz, Q.; Wagner, U.; Freyman, J.; Blake, G.; et al. A DICOM Dataset for Evaluation of Medical Image De-Identificatione. Sci. Data 2021, 8, 183. [Google Scholar] [CrossRef] [PubMed]
  30. Oikonomou, A.; Plataniotis, K.; Mohammadi, A.; Afshar, P.; Naderkhani, F.; Heidarian, S.; Enshaei, N.; Rafiee, M.J.; Fard, F.D.; Samimi, K. COVID-CT-MD: COVID-19 Computed Tomography (CT) Scan Dataset Applicable in Machine Learning and Deep Learning. Sci. Data 2021, 8, 121. [Google Scholar]
  31. National COVID-19 Chest Image Database (NCCID). 2020. Available online: https://nhsx.github.io/covid-chest-imaging-database (accessed on 22 November 2022).
  32. De la Iglesia Vayá, M.; Saborit-Torres, J.M.; Montell Serrano, J.A.; Oliver-Garcia, E.; Pertusa, A.; Bustos, A.; Cazorla, M.; Galant, J.; Barber, X.; Orozco-Beltrán, D.; et al. BIMCV COVID-19+: A Large Annotated Dataset of RX and CT Images from COVID-19 Patients; IEEE Dataport: Valencia, España, 2021. [Google Scholar] [CrossRef]
  33. Mahmoudi, R.; Benameur, N.; Mabrouk, R.; Mohammed, M.; Garcia-Zapirain, B.; Bedoui, M. A Deep Learning-Based Diagnosis System for COVID-19 Detection and Pneumonia Screening Using CT Imaging. Appl. Sci. 2022, 12, 4825. [Google Scholar] [CrossRef]
  34. Xu, X.; Jiang, X.; Ma, C.; Du, P.; Li, X.; Lv, S.; Yu, L.; Ni, Q.; Chen, Y.; Su, J.; et al. A deep Learning System to Screen Novel Coronavirus Disease 2019 Pneumonia. Engineering 2020, 6, 1122–1129. [Google Scholar] [CrossRef] [PubMed]
Table 1. Computed tomography analysis in various study fields. Studies range from 2019 to 2022. The analysis summarizes information regarding the study field, type of application, author, and date of publication.
Table 1. Computed tomography analysis in various study fields. Studies range from 2019 to 2022. The analysis summarizes information regarding the study field, type of application, author, and date of publication.
Study FieldApplicationPublicationStudy FieldApplicationPublication
TuberculosisClassificationLewis (2021) [8]COVID-19QuantificationAquino (2022) [9]
COVID-19ClassificationKaur (2021) [10]COVID-19ClassificationLatif (2022) [2]
COVID-19ClassificationKollias (2022) [1]Brain LesionClassificationBuchlak (2022) [11]
Lung TumorSynthesisJin (2021) [12]Liver TumorSegmentationAhmad (2022) [13]
Liver TumorSegmentationLi (2022) [14]PneumoniaClassificationLacerda (2021) [3]
DentalReductionLiang (2019) [15]Lung NoduleClassificationNaik (2021) [16]
Lung CancerClassificationKalaivani (2020) [17]DentalReductionXu (2022) [18]
PneumoniaSegmentationZhang (2020) [19]Lung LesionClassificationWibowo (2021) [20]
PneumoniaClassificationTan (2020) [21]Brain HemorrhageClassificationKer (2019) [22]
PneumoniaClassificationRathod (2021) [5]Intracranial HemorrhageSegmentationIrene (2020) [23]
PneumoniaClassificationHasan (2020) [4]Head HemorrhageSegmentationInkeaw (2022) [24]
Table 2. DICOM format computed tomography datasets. All data belong to public datasets. The analysis summarizes information regarding the study field, type of classification, number of images, author, and date of publication.
Table 2. DICOM format computed tomography datasets. All data belong to public datasets. The analysis summarizes information regarding the study field, type of classification, number of images, author, and date of publication.
Study FieldClassImagesPublishing InformationStudy FieldClassImagesPublishing Information
FibrosisBinary34,0002020 (OSIC) [25]Breast CancerMulticlass150Calisto (2021) [26]
Lung CancerBinary22,800Mirsky (2019) [27]PneumoniaMulticlass1000Harvard (2021) [28]
Lung CancerMulticlass1693Rutherford (2021) [29]COVID-19Multiclass48,260Afshar (2021) [30]
PneumoniaBinary150,000N.H.S. (2021) [31]PneumoniaMulticlass6000Iglesia (2021) [32]
Table 3. Deep learning classification models for computed tomography images. Studies are related to lung infections, such as COVID-19, pneumonia, tuberculosis, and cancer. The analysis summarizes information regarding the identified, study field, description of the model and parameters, metrics, results, author, and date of publication.
Table 3. Deep learning classification models for computed tomography images. Studies are related to lung infections, such as COVID-19, pneumonia, tuberculosis, and cancer. The analysis summarizes information regarding the identified, study field, description of the model and parameters, metrics, results, author, and date of publication.
ModelStudy FieldDescriptionMetricsResultPublishing Information
3D CNNTuberculosisData augmentation: X2CT-GAN/multiclassification: healthy and TB/binary cross-entropy loss (BCE).Accuracy0.8600Lewis (2021) [8]
NASnetTuberculosisMulticlassification: granuloma, cavitation, and classification Adam optimizer.Accuracy0.8300Lewis (2021) [8]
RNNCOVID-19Data preprocessing: ResNet-50/binary classification: COVID-19 and non-COVID-19/Softmax activation.F1 score0.7700Kollias (2022) [1]
Dense NetLung CancerData preprocessing: CNN/binary classification: normal and malignant lung cancer.Accuracy0.9085Kalaivani (2020) [17]
VGG-16COVID-19Data preprocessing: SRGAN/binary classification: COVID-19 and non-COVID-19.Accuracy F1 Score0.9800 0.9800Tan (2020) [21]
LSTMPneumoniaData preprocessing: CNN and Q-deformed entropy/binary classification: COVID-19, pneumonia, and healthy.Accuracy0.9868Hasan (2020) [4]
ANNPneumoniaData preprocessing: Hyperband/binary classification: COVID-19 and non-COVID-19.Accuracy F1 Score0.8800 0.8900Lacerda (2021) [3]
CNNCOVID-19Segmentation: U-net and histogram equalization/binary classification: COVID, non-COVID/Softmax layer.Accuracy0.9800Mahmoudi (2022) [33]
CNNPneumoniaData preprocessing: CNN/binary classification: COVID and non-COVID.Accuracy F1 Score0.9326 0.9331Polat (2021) [6]
CNNPneumoniaSegmentation: 3D CNN/multiclassification: COVID-19, IAVP, and infection irrelevant (ITI).Accuracy F1 Score0.8930 0.8560Xu (2020) [34]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Quispe, S.; Arellano, I.; Shiguihara, P. A Survey of Deep Learning Techniques Based on Computed Tomography Images for Detection of Pneumonia. Eng. Proc. 2023, 42, 5. https://doi.org/10.3390/engproc2023042005

AMA Style

Quispe S, Arellano I, Shiguihara P. A Survey of Deep Learning Techniques Based on Computed Tomography Images for Detection of Pneumonia. Engineering Proceedings. 2023; 42(1):5. https://doi.org/10.3390/engproc2023042005

Chicago/Turabian Style

Quispe, Sharon, Ingrid Arellano, and Pedro Shiguihara. 2023. "A Survey of Deep Learning Techniques Based on Computed Tomography Images for Detection of Pneumonia" Engineering Proceedings 42, no. 1: 5. https://doi.org/10.3390/engproc2023042005

Article Metrics

Back to TopTop