Introduction

Coronavirus Disease 2019 (COVID-19) is an infectious disease that started to proliferate from Wuhan China, in December 2019 [6] to make their results more accurate. Shi et al. [7] and Ilyas et al. [8] discussed some artificial intelligence-based models for diagnosis of COVID-19. In addition, Ulhaq et al. [9] reviewed some papers that worked on diagnosis, prevention, control, treatment, and clinical management of COVID-19. Besides, Ismael et al. [10] approached different types of Machine Learning and Deep Learning techniques COVID-19 detection working on X-ray images. Furthermore, a majority voting-based enseble classifier technique is employed by Chandra et al. [11]. However, as time goes by researchers are finding advanced and improved architectures for the diagnosis of COVID-19. In this paper, we have tried to review these new methods alongside with the basic structures of the earlier COVID-19 classification models. This survey will cover the research papers that are published or in pre-print format. Although it is not the most favorable approach due to the likelihood of below standard and research without peer-review, we intend to share all proposals and information in a single place while giving importance to the automatic diagnosis of COVID-19 in X-ray and CT images of lungs.

The fundamental aim of this paper is to systematically summarize the workflow of the existing researches, accumulate all the different sources of data sets of lung CT and X-ray images, sum up the frequently used methods to automatically diagnose COVID-19 using medical images so that a novice researcher can analyze previous works and find a better solution. We oriented our paper as follows:

  • First, the Data set source and different types of images used in the papers are described in “COVID-19 Dataset and Resouce Description”.

  • Second, the methodology where data preprocessing and augmentation techniques, feature extraction methods, classification, segmentation, and evaluation that researchers obtained are charactized in “Methodologies”.

  • Finally, a discussion is made to aid the new researcher to find future works in detecting COVID-19.

COVID-19 Data Set and Resouce Description

The diagnosis of any disease is like the light at the end of the tunnel. In the case of the COVID-19 pandemic, the importance of earlier diagnosis and detecting the disease is beyond measure. The initial focus must be on the data by which we need to efficiently train a model. This data will help Machine Learning (ML) or Deep Learning (DL) algorithms to diagnose COVID-19 cases. Due to the disadvantages of RT-PCR, researchers adopted an alternative method which is the use of Artificial Intelligence on chest CT or X-ray images to diagnose COVID-19. Fundamentally, a chest CT image is an image taken using the computed tomography (CT) scan procedure, where X-ray images are captured from different angles and compiled to form a single image. A depiction of the CT images (COVID-19 infected and Normal) is illustrated in Fig. 2.

Fig. 2
figure 2

Lung CT-scan images a COVID-19 affected, b normal

Although a CT scan consumes less time to demonstrate, it is fairly expensive. As a result, many researchers adopted X-ray images instead of CT images to develop a COVID-19 detection model. A chest X-ray is a procedure of using X-rays to generate images of the chest. In addition, it is relatively economical and convenient to maintain. X-ray images of different people with COVID-19, viral pneumonia, bacterial pneumonia, and a person without any disease (normal) are shown in Fig. 3. Furthermore, in this section, an overview of the data set sources used in the existing papers is characterized and data sets of both CT and X-ray images are illustrated and covered in this section.

Fig. 3
figure 3

X-ray images a COVID-19, b viral pneumonia, c bacterial pneumonia, d normal from COVID19-XRay-data set

Data Set and Its Sources

Nowadays, the exchange of information between researchers and physicians creates difficulties due to the lockdown phase. Hence, massive COVID-19 data are out of reach or difficult to find for many researchers. As a deep learning architecture needs a considerable number of images to learn a model appropriately and efficiently, the existing COVID-19 automation researches are still in preliminary stages. However, some COVID-19 data sets are proposed and employed by the researchers which show exceptional results in detecting the COVID-19 affected lungs. To corroborate a beginner researcher, we have accumulated the abstract information of the data sets and their sources. A list of the data set sources from February 2020 to June 2020 is embellished in Table 1. In the following, we will cover both CT and X-ray images and their fundamental attributes.

Table 1 Summary of different data sources used in the papers

Some of the most popular data sets were collected from the following hospitals. Xu et al. [3] collected their data set from First Affiliated Hospital of Zhejiang University, the No. 6 People’s Hospital of Wenzhou, and the No. 1 People’s Hospital of Wenling. Song et al. [64] collected their data sets from three hospitals—Renmin Hospital of Wuhan University, and two affiliated hospitals (the Third Affiliated Hospital and Sun Yat-Sen Memorial Hospital) of the Sun Yat-sen University in Guangzhou. Chen et al. [73] built their data from the Renmin Hospital of Wuhan University (Wuhan, Hubei province, China). Shi et al. [

Fig. 5
figure 5

Bar chart showing 18 publicly available X-ray data sets used from March, 2020 to June, 2020

Types and Properties of Images in the Data Set

Diseases such as Pneumonia, Severe Acute Respiratory Syndrome (SARS), Middle East Respiratory Syndrome (MERS), Influenza and Tuberculosis affect the lungs such as COVID-19 which can lead to misclassification of X-ray and CT images. To avoid this problem, researchers have adapted their data set to have images of diseases affecting similar regions as COVID-19. Moreover, it is important to correctly distinguish COVID-19 patients from people who do not have COVID-19. For this purpose, the authors also used normal lung images collected from healthy people. These data sets are developed by combining COVID-19 images, other lung disease images such as Viral pneumonia [3,

  • Resizing is necessary, because the images are not always within the same estimate which postures an issue, whereas preparing the model. To generalize the data set all the images are resized into a fixed dimension such as 224 \(\times \) 224 or 299 \(\times \) 299.

  • Flip** or Rotating is done to increase the sample size of the data sets. Mainly horizontal and vertical flip** is used to do this as depicted in Fig. 9a.

  • Scaling or Crop** is the next most used augmentation technique is scaling or crop**. All the portions of the images are not necessary to use. Therefore, to reduce the redundancy researchers used the crop** method as illustrated in Fig. 9b.

  • Brightness or Intensity adjusting is mandatory to increase or reduce the brightness of the images. An example is shown in Fig. 9c.

  • As the COVID-19 data set is built with an insufficient number of COVID infected images, Generative Adversarial Networks (GAN) can be employed to generate COVID affected lung images which can be a path to avoid overfitting or data insufficiency. GAN is an unsupervised learning process structured on generative modeling embedded with deep learning architectures. It finds the patterns, similarities in the input data sets and generates new data which is similar to the input data set. GAN [93] increases the sample size in the data set but the quality of the samples is not guaranteed.

    Fig. 9
    figure 9

    Some examples of applying Pre-processing Techniques [a flip** by \(180^{\circ }\), b crop**, and c adjusting brightness]

    Table 4 Summary of the preprocessing and augmentation methods used by the papers

    A representation of the papers—applying augmentation techniques on their model is characterized in Table 4 and the percentage usage of these augmentation techniques is depicted in Fig. 10. From there it can be seen that resize and flip** has the highest percentage of 27.9% and 27.0%, respectively. Scaling or Crop**, Contrast Adjusting, Brightness Adjusting, and GAN is 22.1%, 12.3%, 7.4%, and 3.3%, respectively. Besides these techniques, some authors used various traditional image preprocessing techniques such as Histogram Equalization [70], Adaptive Winner Filter [80], Affine Transformation [29, 40], Histogram Enhancement [40], Color Jittering [29].

    Fig. 10
    figure 10

    Pie chart illustrates the augmentation techniques used by different papers (Here the percentage of usage of six different augmentation techniques is shown)

    Segmentation

    It is necessary to train a model with the most significant features as unnecessary features or image region discredit the performance of the model. Therefore, extracting the Region of Interest (ROI) is the preeminent task before the training stage. For that purpose, segmentation comes into the hand as it can segregate the irrelevant and unnecessary regions of an image. In digital image processing and computer vision, image segmentation is defined as the technique of partitioning a digital image into different segments based on some pre-defined criteria, where a segment delineates as a set of pixels. Like other areas of medical image processing, segmentation boosts the effectiveness of COVID-19 detection by finding the ROI such as the lung region. Areas of the image that are redundant and not related to the significant feature area (out of the lung) could meddle the model performance. Using segmentation methods, only ROI areas are preserved which reduces this adverse effect of considering the out of the boundary features. Segmentation can be carried out manually by radiologists, but it takes a substantial amount of time. Several open-source automatic segmentation methods, such as region-based, edge-based, clustering, etc., are feasible to adopt. In the following, we will try to describe the prominent segmentation architecture and their properties.

    The U-Net architecture is built with the help of Convolutional Neural Network (CNN) and it is modified such that it can achieve better segmentation in the domain of medical imaging [55]. The main advantage of U-Net is that the location information from the downsampling path and the contextual information in the upsampling path are combined to get general information—containing context and localization, which is the key to predicting a better segmentation map. U-Net-based strategies were utilized in [12,13,14, 17, 18, 38, 40, 61, 62, 66, 73, 74, 76, 77, 80, 81, 94, 95] for efficient and programmed lung segmentation extracting the lung region as the ROI.

    For CT images, to keep contextual information between slices some researchers applied 3D versions of U-Net for lung segmentation named 3D U-Net ([3, 76]). Due to the low contrast at the infected areas in CT images and because of a large variety of both body shape, position over diverse patients, finding the infected areas from the chest CT scans was very challenging. Considering this issue, Narin et al. [27] developed a deep learning-based network named VB-Net. It is a modified 3D convolutional neural network based on V-Net [96]. In some other existing works, this segmentation method is adopted which alleviates the performance of the model [75, 83]. SegNet is also an efficient architecture for pixelwise denotation segmentation [97].

    Segmentation methods, such as U-Net, Dense-Net, NABLA-N, SegNet, DeepLab, etc., were also used for the segmentation of lung images in different papers. The different segmentation methods used by different papers are illustrated in Table 5 and the number of papers in which a specific segmentation method is used is shown by a bar chart in Fig. 11.

    Table 5 Summary of different segmentation methods used in COVID-19 detection
    Fig. 11
    figure 11

    Bar chart showing number of times different segmentation models used in different papers

    Feature Extraction Methods

    Feature extraction is an essential step for classification as the extracted features provide useful characteristics of the images. For image feature extraction, Deep Neural Networks have extraordinary capabilities to extract the important features from a large-scale data set. As a result, these are used extensively in computer vision algorithms and CNN which is also known as ConvNet. In the following, some of the feature extraction models are briefly described.

    Convolutional Neural Network (CNN)

    In visual imagery fields, CNN architectures are mostly employed and adopted methods [100]. A CNN architecture is built with various types of network layer—pooling layer, convolutional layer, flatten, etc. corroborating the development and performance of a model.

    Convolution layer is the core building block of a CNN. The layer’s parameters are made up of a set of discoverable kernels or filters which have a little responsive field but enlarge through the full input volume. Non-linear layer is the layer, where the change of the output is not proportional to the change of the input. This layer uses activation functions to convey non-linearity to data by adding after each convolution layer. Used activation functions can be Rectified Linear Unit (ReLU) [101], Tanh, etc.

    Pooling layer is another important part of CNN architecture, where it is used to downsize the matrix. Pooling can be done in several methods: Max Pooling, Min Pooling, Average Pooling, and Mean Pooling. Fully connected layer is the layer, where every Neuron of a layer is connected with every other neuron of another layer. Traditional Multilayer Perceptron neural networks (MLP) and this layer have common principles.

    Existing Pre-trained CNN Models

    Most of the COVID-19 diagnosis architectures used various pre-trained CNN models. A representation of the usage of this pre-trained model is shown in Table 6 (CT images) and Table 7 (X-ray images). To work with CT images, Residual Network (ResNet) [102], Densely Connected Convolutional Network (DenseNet) [103], Visual Geometry Group (VGG) [Interpretability

    Fundamentally, a learning model consists of algorithms that try to learn patterns and relationships from the data source. To make the results obtained from machines interpretable, researchers use different techniques, such as Class Activation Map** (CAM), Gradient-weighted Class Activation Map** (Grad-CAM) based on a heatmap, Local Interpretable Model-agnostic Explanations (LIME) [110], and SHapley Additive exPlanations (SHAP) [111]. CAM is a method that creates heatmaps to show the important portions from the images, especially which regions are essential in terms of the Neural Network. CAM has various versions, such as Score CAM and Grad-CAM. The heatmap generated by CAM is a visualization that can be interpreted as where in the image the neural net is searching to make its decision. LIME tries to interpret models to guess the predictions of the predictive model in specific regions. LIME discovers the set of super pixels with the most coherent connection with the prediction label. It creates explanations by generating another data set of random disturbance by turning on and off a part of the super-pixels in the image. The aim of SHAP is to describe the forecast of a feature vector by calculating the contribution of distinct feature to the forecast. This is very important in image classification and object localization problems.

    In our survey, there are few papers that utilized CAM [112] and few papers [

    References

    1. Qin C, Zhou L, Hu Z, Zhang S, Yang S, Tao Y, **e C, Ma K, Shang K, Wang W et al. Dysregulation of immune response in patients with COVID-19 in Wuhan, China. Clin Infect Dis. 2020.

    2. Who director-general’s opening remarks at the media briefing on COVID-19—11 march 2020. https://www.who.int/dg/speeches/detail/who-director-general-s-opening-remarks-at-the-media-briefing-on-covid-19---11-march-2020. Accessed 11 Mar 2020.

    3. 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.

    4. Worldometer: Coronavirus cases. https://www.worldometers.info/coronavirus/. Accessed 11 Mar 2020.

    5. Vaswani A, Shazeer N, Parmar N, Uszkoreit J, Jones L, Gomez AN, Kaiser Ł, Polosukhin I. Attention is all you need. Adv Neural Inf Process Syst. 2017;5998–6008.

    6. Selvaraju RR, Cogswell M, Das A, Vedantam R, Parikh D, Batra D. Grad-cam: visual explanations from deep networks via gradient-based localization. In: Proceedings of the IEEE international conference on computer vision, 2017, pp. 618–626.

    7. Shi F, Wang J, Shi J, Wu Z, Wang Q, Tang Z, He K, Shi Y, Shen D. Review of artificial intelligence techniques in imaging data acquisition, segmentation and diagnosis for COVID-19. IEEE Rev Biomed Eng. 2020.

    8. Ilyas M, Rehman H, Naït-Ali A. Detection of COVID-19 from chest x-ray images using artificial intelligence: an early review. ar**v preprint. 2020. ar**v:2004.05436.

    9. Ulhaq A, Khan A, Gomes D, Pau M. Computer vision for COVID-19 control: a survey. ar**v preprint. 2020. ar**v:2004.09420.

    10. Ismael AM, Şengür A. Deep learning approaches for COVID-19 detection based on chest x-ray images. Expert Syst Appl. 2021;164:114054.

      Article  Google Scholar 

    11. Chandra TB, Verma K, Singh BK, Jain D, Netam SS. Coronavirus disease (COVID-19) detection in chest x-ray images using majority voting based classifier ensemble. Expert Syst Appl. 2021;165:113909.

      Article  Google Scholar 

    12. Gozes O, Frid-Adar M, Greenspan H, Browning PD, Zhang H, Ji W, Bernheim A, Siegel E. Rapid ai development cycle for the coronavirus (COVID-19) pandemic: initial results for automated detection and patient monitoring using deep learning CT image analysis. ar**v preprint. 2020. ar**v:2003.05037.

    13. ** C, Chen W, Cao Y, Xu Z, Zhang X, Deng L, Zheng C, Zhou J, Shi H, Feng J. Development and evaluation of an AI system for COVID-19 diagnosis. medRxiv. 2020. https://doi.org/10.1101/2020.03.20.20039834.

      Article  Google Scholar 

    14. Gozes O, Frid-Adar M, Sagie N, Zhang H, Ji W, Greenspan H. Coronavirus detection and analysis on chest ct with deep learning. ar**v preprint. 2020. ar**v:2004.02640.

    15. Ozkaya U, Ozturk S, Barstugan M. Coronavirus (COVID-19) classification using deep features fusion and ranking technique. ar**v preprint. 2020. ar**v:2004.03698.

    16. Alom MZ, Rahman M, Nasrin MS, Taha, TM, Asari VK. Covid\_mtnet: Covid-19 detection with multi-task deep learning approaches. ar**v preprint. 2020. ar**v:2004.03747.

    17. Chen X, Yao L, Zhang Y. Residual attention u-net for automated multi-class segmentation of COVID-19 chest CT images. ar**v preprint. 2020. ar**v:2004.05645.

    18. Zhou T, Canu S, Ruan S. An automatic COVID-19 CT segmentation based on u-net with attention mechanism. ar**v preprint. 2020. ar**v:2004.06673.

    19. Qiu Y, Liu Y, Xu J. Miniseg: An extremely minimum network for efficient COVID-19 segmentation. ar**v preprint. 2020. ar**v:2004.09750.

    20. Fan D-P, Zhou T, Ji G-P, Zhou Y, Chen G, Fu H, Shen J, Shao L. Inf-net: automatic COVID-19 lung infection segmentation from CT images. IEEE Trans Med Imaging. 2020.

    21. Mobiny A, Cicalese PA, Zare S, Yuan P, Abavisani M, Wu CC, Ahuja J, de Groot PM, Van Nguyen H. Radiologist-level COVID-19 detection using CT scans with detail-oriented capsule networks. ar**v preprint. 2020. ar**v:2004.07407.

    22. Ghoshal B, Tucker A. Estimating uncertainty and interpretability in deep learning for coronavirus (COVID-19) detection. ar**v preprint. 2020. ar**v:2003.10769.

    23. Sethy PK, Behera SK. Detection of coronavirus disease (COVID-19) based on deep features. Preprints. 2020;2020030300:2020.

      Google Scholar 

    24. Li T, Han Z, Wei B, Zheng Y, Hong Y, Cong J. Robust screening of COVID-19 from chest x-ray via discriminative cost-sensitive learning. ar**v preprint. 2020. ar**v:2004.12592.

    25. Boudrioua MS. COVID-19 detection from chest x-ray images using cnns models: further evidence from deep transfer learning. Available at SSRN 3630150, 2020.

    26. de la Iglesia Vayá M, Saborit JM, Montell JA, Pertusa A, Bustos A, Cazorla M, Galant J, Barber X, Orozco-Beltrán D, García-García F, et al. Bimcv COVID-19+: a large annotated dataset of RX and CT images from COVID-19 patients. ar**v preprint. 2020. ar**v:2006.01174.

    27. Narin A, Kaya C, Pamuk Z. Automatic detection of coronavirus disease (COVID-19) using x-ray images and deep convolutional neural networks. ar**v preprint. 2020. ar**v:2003.10849.

    28. Apostolopoulos ID and Mpesiana TA. COVID-19: automatic detection from x-ray images utilizing transfer learning with convolutional neural networks. Phys Eng Sci Med. 2020;1.

    29. Zhang J, **e Y, Li Y, Shen C, **a Y. COVID-19 screening on chest x-ray images using deep learning based anomaly detection. ar**v preprint. 2020. ar**v:2003.12338.

    30. Hassanien AE, Mahdy LN, Ezzat KA, Elmousalami HH, and Ella HA. Automatic x-ray COVID-19 lung image classification system based on multi-level thresholding and support vector machine. medRxiv. 2020.

    31. Maghdid HS, Asaad AT, Ghafoor KZ, Sadiq AS, and Khan MK. Diagnosing COVID-19 pneumonia from x-ray and CT images using deep learning and transfer learning algorithms. ar**v preprint. 2020. ar**v:2004.00038.

    32. Ezzat D, Ella HA, et al. Gsa-densenet121-COVID-19: a hybrid deep learning architecture for the diagnosis of COVID-19 disease based on gravitational search optimization algorithm. ar**v preprint. 2020. ar**v:2004.05084.

    33. Hall LO, Paul R, Goldgof DB, Goldgof GM. Finding COVID-19 from chest x-rays using deep learning on a small dataset. ar**v preprint. 2020. ar**v:2004.02060.

    34. Khan AI, Shah JL, and Bhat MM. Coronet: a deep neural network for detection and diagnosis of COVID-19 from chest x-ray images. Comput Methods Programs Biomed.2020;p. 105581.

    35. Rahimzadeh M and Attar A. A new modified deep convolutional neural network for detecting COVID-19 from x-ray images. ar**v preprint. 2020. ar**v:2004.08052.

    36. Basu S and Mitra S. Deep learning for screening COVID-19 using chest x-ray images. ar**v preprint. 2020. ar**v:2004.10507.

    37. Luz EJS, Silva PL, Silva R, Silva L, Moreira G, and Menotti D. Towards an effective and efficient deep learning model for COVID-19 patterns detection in x-ray images. CoRR. 2020.

    38. Yeh C-F, Cheng H-T, Wei A, Liu K-C, Ko M-C, Kuo P-C, Chen R-J, Lee P-C, Chuang J-H, Chen C-M, et al. A cascaded learning strategy for robust COVID-19 pneumonia chest x-ray screening. ar**v preprint. 2020. ar**v:2004.12786.

    39. Zhang Y, Niu S, Qiu Z, Wei Y, Zhao P, Yao J, Huang J, Wu Q, Tan M. Covid-da: Deep domain adaptation from typical pneumonia to COVID-19. ar**v preprint. 2020. ar**v:2005.01577.

    40. Lv D, Qi W, Li Y, Sun L, Wang Y. A cascade network for detecting COVID-19 using chest x-rays. ar**v preprint. 2020. ar**v:2005.01468.

    41. Oh Y, Park S, and Ye JC. Deep learning COVID-19 features on CXR using limited training data sets. IEEE Trans Med Imaging. 2020.

    42. Punn NS and Agarwal S. Automated diagnosis of COVID-19 with limited posteroanterior chest x-ray images using fine-tuned deep neural networks. ar**v preprint. 2020. ar**v:2004.11676.

    43. Liu B, Yan B, Zhou Y, Yang Y, and Zhang Y. Experiments of federated learning for COVID-19 chest x-ray images. ar**v preprint. 2020. ar**v:2007.05592.

    44. Al-antari MA, Hua C-H, Lee S. Fast deep learning computer-aided diagnosis against the novel COVID-19 pandemic from digital chest x-ray images. 2020.

    45. Salih SQ, Abdulla HK, Ahmed ZS, Surameery NMS, and Rashid RD. Modified alexnet convolution neural network for COVID-19 detection using chest x-ray images. Kurdistan J Appl Res. 2020;119–130.

    46. Chatterjee S, Saad F, Sarasaen C, Ghosh S, Khatun R, Radeva P, Rose G, Stober S, Speck O, and Nürnberger A. Exploration of interpretability techniques for deep COVID-19 classification using chest x-ray images. ar**v preprint. 2020. ar**v:2006.02570.

    47. Singh KK, Siddhartha M, Singh A. Diagnosis of coronavirus disease (COVID-19) from chest x-ray images using modified xceptionnet. Romanian J Inf Sci Technol. 2020;23:S91–105.

      Google Scholar 

    48. Manapure P, Likhar K, and Kosare H. Detecting COVID-19 in x-ray images with Keras, tensor flow, and deep learning. Assessment. 2(3).

    49. Chowdhury ME, Rahman T, Khandakar A, Mazhar R, Kadir MA, Mahbub ZB, Islam KR, Khan MS, Iqbal A, Al-Emadi N, et al. Can AI help in screening viral and COVID-19 pneumonia? ar**v preprint. 2020. ar**v:2003.13145.

    50. Farooq M and Hafeez A. COVID-resnet: a deep learning framework for screening of covid19 from radiographs. ar**v preprint. 2020. ar**v:2003.14395.

    51. Wang L and Wong A. COVID-net: a tailored deep convolutional neural network design for detection of COVID-19 cases from chest x-ray images. ar**v preprint. 2020. ar**v:2003.09871.

    52. Asif S, Wenhui Y, ** H, Tao Y, **hai S. Classification of COVID-19 from chest x-ray images using deep convolutional neural networks. medRxiv. 2020.

    53. Pereira RM, Bertolini D, Teixeira LO, Silla CN Jr, Costa YM. COVID-19 identification in chest x-ray images on flat and hierarchical classification scenarios. Comput Methods Programs Biomed.. 2020. p. 105532.

    54. Apostolopoulos ID, Aznaouridis SI, Tzani MA. Extracting possibly representative COVID-19 biomarkers from x-ray images with deep learning approach and image data related to pulmonary diseases. J Med Biol Eng. 2020. 1.

    55. Ronneberger O, Fischer P, Brox T. U-net: Convolutional networks for biomedical image segmentation. In International Conference on Medical image computing and computer-assisted intervention. Springer, 2015, pp. 234–241.

    56. Polsinelli M, Cinque L and Placidi G. A light cnn for detecting COVID-19 from CT scans of the chest. ar**v preprint. 2020. ar**v:2004.12837.

    57. Khalifa NEM, Taha MHN, Hassanien AE and Elghamrawy S. Detection of coronavirus (COVID-19) associated pneumonia based on generative adversarial networks and a fine-tuned deep transfer learning model using chest x-ray dataset. ar**v preprint. 2020. ar**v:2004.01184.

    58. Afshar P, Heidarian S, Naderkhani F, Oikonomou A, Plataniotis KN and Mohammadi A. Covid-caps: a capsule network-based framework for identification of COVID-19 cases from x-ray images. ar**v preprint. 2020. ar**v:2004.02696.

    59. Kassani SH, Kassasni PH, Wesolowski MJ, Schneider KA and Deters R. Automatic detection of coronavirus disease (COVID-19) in x-ray and CT images: a machine learning-based approach. ar**v preprint. 2020. ar**v:2004.10641.

    60. Brunese L, Mercaldo F, Reginelli A and Santone A. Explainable deep learning for pulmonary disease and coronavirus COVID-19 detection from x-rays. Comput Methods Programs Biomed. 2020; p. 105608.

    61. Tabik S, Gómez-Ríos A, Martín-Rodríguez J, Sevillano-García I, Rey-Area M, Charte D, Guirado E, Suárez J, Luengo J, Valero-González M, et al. Covidgr dataset and COVID-sdnet methodology for predicting covid-19 based on chest x-ray images. ar**v preprint. 2020. ar**v:2006.01409.

    62. Zheng C, Deng X, Fu Q, Zhou Q, Feng J, Ma H, Liu W and Wang X. Deep learning-based detection for COVID-19 from chest CT using weak label. medRxiv. 2020.

    63. Hemdan EE-D, Shouman MA and Karar ME. Covidx-net: a framework of deep learning classifiers to diagnose COVID-19 in x-ray images. 2020. ar**v preprintar**v:2003.11055.

    64. Song Y, Zheng S, Li L, Zhang X, Zhang X, Huang Z, Chen J, Zhao H, Jie Y, Wang R, et al. Deep learning enables accurate diagnosis of novel coronavirus (COVID-19) with CT images. medRxiv. 2020.

    65. Fu M, Yi S-L, Zeng Y, Ye F, Li Y, Dong X, Ren Y-D, Luo L, Pan J-S and Zhang Q. Deep learning-based recognizing COVID-19 and other common infectious diseases of the lung by chest ct scan images. medRxiv. 2020.

    66. Rajaraman S, Siegelman J, Alderson PO, Folio LS, Folio LR and Antani SK. Iteratively pruned deep learning ensembles for COVID-19 detection in chest x-rays. ar**v preprint. 2020. ar**v:2004.08379.

    67. Mahmud T, Rahman MA and Fattah SA. Covxnet: a multi-dilation convolutional neural network for automatic COVID-19 and other pneumonia detection from chest x-ray images with transferable multi-receptive feature optimization. Comput Biol Med. 2020;p. 103869.

    68. Wang S, Zha Y, Li W, Wu Q, Li X, Niu M, Wang M, Qiu X, Li H, Yu H, et al. A fully automatic deep learning system for COVID-19 diagnostic and prognostic analysis. Eur Respir J. 2020.

    69. Abbas A, Abdelsamea MM, Gaber MM. Classification of COVID-19 in chest x-ray images using detrac deep convolutional neural network. ar**v preprint. 2020. ar**v:2003.13815.

    70. Tahir A, Qiblawey Y, Khandakar A, Rahman T, Khurshid U, Musharavati F, Kiranyaz S, and Chowdhury ME. Coronavirus: comparing COVID-19, sars and mers in the eyes of AI. ar**v preprint. 2020. ar**v:2005.11524.

    71. Abbas A, Abdelsamea MM and Gaber M. 4s-dt: self supervised super sample decomposition for transfer learning with application to COVID-19 detection. ar**v preprint. 2020. ar**v:2007.11450.

    72. Shelke A, Inamdar M, Shah V, Tiwari A, Hussain A, Chafekar T and Mehendale N. Chest x-ray classification using deep learning for automated COVID-19 screening. medRxiv. 2020.

    73. Chen J, Wu L, Zhang J, Zhang L, Gong D, Zhao Y, Hu S, Wang Y, Hu X, Zheng B, et al. Deep learning-based model for detecting 2019 novel coronavirus pneumonia on high-resolution computed tomography: a prospective study. MedRxiv. 2020.

    74. Li L, Qin L, Xu Z, Yin Y, Wang X, Kong B, Bai J, Lu Y, Fang Z, Song Q, et al. Artificial intelligence distinguishes COVID-19 from community acquired pneumonia on chest CT. Radiology. 2020.

    75. Shi F, **a L, Shan F, Wu D, Wei Y, Yuan H, Jiang H, Gao Y, Sui H and Shen D. Large-scale screening of COVID-19 from community acquired pneumonia using infection size-aware classification. ar**v preprint. 2020. ar**v:2003.09860.

    76. ** S, Wang B, Xu H, Luo C, Wei L, Zhao W, Hou X, Ma W, Xu Z, Zheng Z, et al. Ai-assisted CT imaging analysis for COVID-19 screening: building and deploying a medical AI system in four weeks. medRxiv. 2020.

    77. Hu S, Gao Y, Niu Z, Jiang Y, Li L, **ao X, Wang M, Fang EF, Menpes-Smith W, **a J, et al. Weakly supervised deep learning for COVID-19 infection detection and classification from CT images. IEEE Access. 2020;8:118869–83.

      Article  Google Scholar 

    78. Wu Y-H, Gao S-H, Mei J, Xu J, Fan D-P, Zhao C-W and Cheng M-M. Jcs: an explainable COVID-19 diagnosis system by joint classification and segmentation. ar**v preprint. 2020. ar**v:2004.07054.

    79. He X, Yang X, Zhang S, Zhao J, Zhang Y, **ng E and **e P. Sample-efficient deep learning for COVID-19 diagnosis based on CT scans. medRxiv. 2020.

    80. Al-Karawi D, Al-Zaidi S, Polus N and Jassim S. Machine learning analysis of chest CT scan images as a complementary digital test of coronavirus (COVID-19) patients. medRxiv. 2020.

    81. Amyar A, Modzelewski R and Ruan S. Multi-task deep learning based CT imaging analysis for COVID-19: classification and segmentation. medRxiv. 2020.

    82. Wang S, Kang B, Ma J, Zeng X, **ao M, Guo J, Cai M, Yang J, Li Y, Meng X, et al. A deep learning algorithm using CT images to screen for corona virus disease (COVID-19). MedRxiv. 2020.

    83. Sun L, Mo Z, Yan F, **a L, Shan F, Ding Z, Shao W, Shi F, Yuan H, Jiang H, et al. Adaptive feature selection guided deep forest for COVID-19 classification with chest CT. ar**v preprint. 2020. ar**v:2005.03264.

    84. Ahuja S, Panigrahi BK, Dey N, Ra**ikanth V and Gandhi TK. Deep transfer learning-based automated detection of COVID-19 from lung CT scan slices. 2020.

    85. Zhao J, Zhang Y, He X and **e P. Covid-CT-dataset: a CT scan dataset about COVID-19. ar**v preprint. ar**v:2003.13865. 2020.

    86. Karim M, Döhmen T, Rebholz-Schuhmann D, Decker S, Cochez M, Beyan O, et al. Deepcovidexplainer: explainable COVID-19 predictions based on chest x-ray images. 2020. ar**v preprint ar**v:2004.04582.

    87. Li X and Zhu D. Covid-xpert: an AI powered population screening of COVID-19 cases using chest radiography images. ar**v preprint. 2020. ar**v:2004.03042.

    88. Minaee S, Kafieh R, Sonka M, Yazdani S, Soufi GJ. Deep-COVID: predicting COVID-19 from chest x-ray images using deep transfer learning. ar**v preprint. 2020. ar**v:2004.09363.

    89. Goodwin BD, Jaskolski C, Zhong C, Asmani H. Intra-model variability in COVID-19 classification using chest x-ray images. ar**v preprint. 2020. ar**v:2005.02167.

    90. Yamac M, Ahishali M, Degerli A, Kiranyaz S, Chowdhury ME and Gabbouj M. Convolutional sparse support estimator based COVID-19 recognition from x-ray images. ar**v preprint. 2020. ar**v:2005.04014.

    91. Ahishali M, Degerli A, Yamac M, Kiranyaz S, Chowdhury ME, Hameed K, Hamid T, Mazhar R and Gabbouj M. A comparative study on early detection of COVID-19 from chest x-ray images. ar**v preprint. 2020. ar**v:2006.05332.

    92. Heidari M, Mirniaharikandehei S, Khuzani AZ, Danala G, Qiu Y, Zheng B. Improving performance of CNN to predict likelihood of COVID-19 using chest x-ray images with preprocessing algorithms. ar**v preprint. 2020. ar**v:2006.12229.

    93. Goodfellow I, Pouget-Abadie J, Mirza M, Xu B, Warde-Farley D, Ozair S, Courville A and Bengio Y. Generative adversarial nets. Adv Neural Inf Process Syst. 2014;pp. 2672–2680.

    94. Seum A, Raj AH, Sakib S and Hossain T. A comparative study of cnn transfer learning classification algorithms with segmentation for COVID-19 detection from CT scan images. In 2020 11th international conference on electrical and computer engineering (ICECE). IEEE. 2020, pp. 234–237.

    95. Ahmed S, Hossain T, Hoque OB, Sarker S, Rahman S, Shah FM. Automated COVID-19 detection from chest x-ray images: a high-resolution network (hrnet) approach. SN Comput Sci. 2021;2(4):1–17.

      Article  Google Scholar 

    96. Milletari F, Navab N and Ahmadi S. V-net: fully convolutional neural networks for volumetric medical image segmentation. In: 2016 Fourth International Conference on 3D Vision (3DV). 2016, pp. 565–571.

    97. Badrinarayanan V, Kendall A, Cipolla R. Segnet: a deep convolutional encoder-decoder architecture for image segmentation. IEEE Trans Pattern Anal Mach Intell. 2017;39(12):2481–95.

      Article  Google Scholar 

    98. Ramesh V, Rister B and Rubin DL. Covid-19 lung lesion segmentation using a sparsely supervised mask R-CNN on chest x-rays automatically computed from volumetric CTS. ar** in computer vision. Springer, 1999, pp. 319–345.

    99. Nair V and Hinton GE. Rectified linear units improve restricted boltzmann machines. ICML. 2010.

    100. He K, Zhang X, Ren S and Sun J. Deep residual learning for image recognition. In: Proceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 770–778.

    101. Huang G, Liu Z, Van Der Maaten V and Weinberger KQ. Densely connected convolutional networks. In: Proceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 4700–4708.

    102. K. Simonyan and A. Zisserman, “Very deep convolutional networks for large-scale image recognition,” ar**v preprintar**v:1409.1556, 2014.

    103. Szegedy C, Liu W, Jia Y, Sermanet P, Reed S, Anguelov D, Erhan D, Vanhoucke V and Rabinovich A. Going deeper with convolutions. In: Proceedings of the IEEE conference on computer vision and pattern recognition, 2015, pp. 1–9.

    104. Szegedy C, Vanhoucke V, Ioffe S, Shlens J and Wojna Z. Rethinking the inception architecture for computer vision. In: Proceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 2818–2826.

    105. Szegedy C, Ioffe S, Vanhoucke V and Alemi A. Inception-v4, inception-resnet and the impact of residual connections on learning. ar**v preprint. 2016. ar**v:1602.07261.

    106. Deng J, Dong W, Socher R, Li L-J, Li K and Fei-Fei L. Imagenet: a large-scale hierarchical image database. In: 2009 IEEE conference on computer vision and pattern recognition. IEEE, 2009, pp. 248–255.

    107. Brownlee J. How to improve performance with transfer learning for deep learning neural networks. 2020. https://machinelearningmastery.com/how-to-improve-performance-with-transfer-learning-for-deep-learning-neural-networks/. Accessed 11 Mar 2020.

    108. Ribeiro MT, Singh S, Guestrin C. “Why should i trust you?” explaining the predictions of any classifier. In: Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining, 2016, pp. 1135–1144.

    109. Lundberg SM and Lee S-I. A unified approach to interpreting model predictions. In: Proceedings of the 31st international conference on neural information processing systems, 2017, pp. 4768–4777.

    110. Zhou B, Khosla A, Lapedriza A, Oliva A and Torralba A. Learning deep features for discriminative localization. In: Proceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 2921–2929.

    111. Wu H, Ruan W, Wang J, Zheng D, Liu B, Geng Y, Chai X, Chen J, Li K, Li S, et al. Interpretable machine learning for COVID-19: an empirical study on severity prediction task. IEEE Trans Artif Intell. 2021.

    112. Ahsan MM, Gupta KD, Islam MM, Sen S, Rahman M, Shakhawat Hossain M, et al. COVID-19 symptoms detection based on nasnetmobile with explainable AI using various imaging modalities. Mach Learn Knowl Extract. 2020;2(4):490–504.

      Article  Google Scholar 

    113. Alorf A. The practicality of deep learning algorithms in COVID-19 detection: application to chest x-ray images. Algorithms. 2021;14(6):183.

      Article  Google Scholar 

    114. Cortes C, Vapnik V. Support-vector networks. Mach Learn. 1995;20(3):273–97.

      MATH  Google Scholar 

    115. Chen T and Guestrin C. Xgboost: a scalable tree boosting system. In: Proceedings of the 22nd ACM sigkdd international conference on knowledge discovery and data mining, 2016, pp. 785–794.

    116. Schapire R. A brief introduction to boosting. ijcai’99: Proc. of the sixteenth international joint conference on artificial intelligence (pp. 1401–1406). 1999.

    117. Breiman L. Bagging predictors. Mach Learn. 1996;24(2):123–40.

      MathSciNet  MATH  Google Scholar 

    118. Ke G, Meng Q, Finley T, Wang T, Chen W, Ma W, Ye Q and Liu T-Y. Lightgbm: a highly efficient gradient boosting decision tree. Adv Neural Inf Process Syst. 2017;3146–3154.

    Download references

    Funding

    This study was not funded by any funding agency or anybody.

    Author information

    Authors and Affiliations

    Authors

    Corresponding author

    Correspondence to Faisal Muhammad Shah.

    Ethics declarations

    Conflict of Interest

    All of the authors declare that he/she has no conflict of interest.

    Availability of Data and Materials

    All the data are collected and cited from published sources.

    Code Availability

    This a survey paper. We have not conduct any experimental research.

    Ethical Approval

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

    Additional information

    Publisher's Note

    Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

    This article is part of the topical collection “Computer Aided Methods to Combat COVID-19 Pandemic” guest edited by David Clifton, Matthew Brown, Yuan-Ting Zhang and Tapabrata Chakraborty.

    Rights and permissions

    Reprints and permissions

    About this article

    Check for updates. Verify currency and authenticity via CrossMark

    Cite this article

    Shah, F.M., Joy, S.K.S., Ahmed, F. et al. A Comprehensive Survey of COVID-19 Detection Using Medical Images. SN COMPUT. SCI. 2, 434 (2021). https://doi.org/10.1007/s42979-021-00823-1

    Download citation

    • Received:

    • Accepted:

    • Published:

    • DOI: https://doi.org/10.1007/s42979-021-00823-1

    Keywords