COVID Faster R-CNN: A Novel Framework to Diagnose Novel Coronavirus Disease (COVID-19) in X-Ray Images ====================================================================================================== * Kabid Hassan Shibly * Samrat Kumar Dey * Md. Tahzib-Ul-Islam * Md. Mahbubur Rahman ## Abstract COVID-19 or novel coronavirus disease, which has already been declared as a worldwide pandemic, at first had an outbreak in a small town of China, named Wuhan. More than two hundred countries around the world have already been affected by this severe virus as it spreads by human interaction. Moreover, the symptoms of novel coronavirus are quite similar to the general flu. Screening of infected patients is considered as a critical step in the fight against COVID-19. Therefore, it is highly relevant to recognize positive cases as early as possible to avoid further spreading of this epidemic. However, there are several methods to detect COVID-19 positive patients, which are typically performed based on respiratory samples and among them one of the critical approach which is treated as radiology imaging or X-Ray imaging. Recent findings from X-Ray imaging techniques suggest that such images contain relevant information about the SARS-CoV-2 virus. In this article, we have introduced a Deep Neural Network (DNN) based Faster Regions with Convolutional Neural Networks (Faster R-CNN) framework to detect COVID-19 patients from chest X-Ray images using available open-source dataset. Our proposed approach provides a classification accuracy of 97.36%, 97.65% of sensitivity, and a precision of 99.28%. Therefore, we believe this proposed method might be of assistance for health professionals to validate their initial assessment towards COVID-19 patients. Keywords * COVID-19 * Novel Coronavirus * Chest X-Ray image * Faster R-CNN * Deep Neural Network ## 1. INTRODUCTION The outbreak of novel coronavirus, which is known as COVID-19, has created an alarming situation all over the world. Coronaviruses are enveloped non-segmented positive-sense RNA viruses belonging to the family *Coronaviridae* and the order *Nidovirales* and broadly distributed in humans and other mammals1. However, viruses that are responsible for Middle East Respiratory Syndrome (MERS) and Severe Acute Respiratory Syndrome (SARS) also belong to the coronavirus family.**2, 3** The outbreak of COVID-19 started in Wuhan, a town of Eastern China, in December 2019. This virus causes Pneumonia with symptoms such as fever, dry cough, and fatigue. In severe cases, the patient feels difficulty in breathing. Some patients also experience headaches, nausea, or vomiting. It spreads from person to person through droplets of cough or sneeze of an infected person4. Even an uninfected person touches the droplets and then touches his face, especially eyes, nose, or mouth without washing hands can be infected by this novel coronavirus. As of May 8, 2020, according to the situation report of the World Health Organization (WHO), there are 210 countries affected by the novel coronavirus. On April 25, 2020, it was declared as a pandemic by the World Health Organization (WHO). Reverse Transcription Polymerase Chain Reaction (RT-PCR) is one of the foremost methods of testing coronavirus. This test is performed on respiratory samples, and the results are generated within a few hours to two days. Antibodies are also used to detect COVID-19, where blood samples are used to identify the virus. However, Health professionals use Chest X-Ray scans occasionally to specify lung pathology. In Wuhan, a study was performed on computerized tomography (CT) image reports, and it found that the sensitivity of CT images for the COVID-19 infection rate was about 98% compared to RT-PCR sensitivity of 71%5. At the early stage of this global pandemic, the Chinese clinical centers had insufficient test kits. Therefore, doctors recommend a diagnosis only based on clinical chest CT results**6, 7**. Even countries like Turkey uses CT images due to the insufficient number of test kits. Some studies state that lab reports and clinical image features are even better for early detection of COVID-19**8, 9, 10, 11**. Moreover, health experts also noticed changes in X-Ray images before the symptoms are visible12. Deep Neural Network approach techniques have had successful application to many problems in recent times, such as skin cancer classification**13, 14**, breast cancer detection**15, 16**, brain disease classification17, pneumonia detection in the chest X-Ray18, and lung segmentation**19, 20**. Therefore, precise, accurate, and faster intelligence detection models may help overcome this problem in the rapid rise of this COVID-19 epidemic. In this article, we propose a novel framework to detect COVID-19 infection from X-Ray images using Faster Region Convolutional Neural Network (F R-CNN) deep approach. Based on an available benchmark dataset of COVIDx21we examined X-Ray images reports of COVID-19 along with the reports of patients with other diseases and normal persons. Also, for feature extraction, we have used the VGG-16 network for building our model. ## 2. RELEVANT WORK Deep learning is a popular area of research in the field of artificial intelligence. It enables end-to-end modeling to deliver promised results using input data without the need for manual feature extraction. The use of machine learning methods for diagnostics in the medical field has recently gained popularity as a complementary tool for doctors. A molecular diagnosis method of novel coronavirus was proposed22 by developing two 1-step quantitative real-time reverse-transcription PCR assays for detecting regions of the viral genome. In another exploration, authors have analyzed23 the Epidemiological and clinical features of novel coronavirus and included the records of all COVID-19 infected patients, which were reported by the Chinese Center for Disease Control and Prevention until January 26, 2020. In recent times, many radiological images have been extensively used to detect COVID-19 confirmed cases. Sethy et al.**24** classified the properties obtained from different models of CNN with the SVM Classifier using X-Ray images. Besides, Wang et al.**25** suggested a Deep model for COVID19 patients recognition and achieved an accuracy of 92.4% in the classification of standard classes, non-COVID, and COVID-19 Pneumonia. In another study, a ResNet5026 model was proposed by Narin *et al*., and it achieved a COVID-19 detection accuracy of 98%. In terms of COVID-19 patients detection using X-Ray images, the Deep model of Ioannis et al.27 reached a success rate of 98.75% for two classes and 93.48% for three classes. By comprising multiple CNN models, Hemdan et al.28 have proposed a COVIDX-Net model that is capable of detecting confirmed cases of COVID-19. A transfer learning-based framework has been advised by Karmany et al.29 to identify medical diagnoses and treatable diseases using image-based deep learning. ## 3. METHODOLOGY Convolutional Neural Networks (CNN) is a deep neural network-based learning architecture for processing a massive amount of data. Nowadays, it is widely applied for medical imaging analysis. The CNN is used extensively over other Machine Learning methods because it does not need any manual feature extraction as well as does not require specific segmentation. In Figure 1(A), CNN architecture design is shown, which consists of several blocks of input Layer, Hidden Layer (convolutional layer, pooling layer), fully connected layer, and Output Layer. However, for selecting an anchor, the anchors are divided into two categories (positive and negative) with an intersection-over-union (IoU) overlap ratio between ground-truth box and anchor as a classification index. The IoU overlap ratio is defined as in Equation (1). ![Figure 1:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/19/2020.05.14.20101873/F1.medium.gif) [Figure 1:](http://medrxiv.org/content/early/2020/05/19/2020.05.14.20101873/F1) Figure 1: 1(A) represents the schematic diagram of a convolutional neural network architecture of XRay image classification; 1(B) showing the pipeline structure of Faster Regional based Convolutional Neural Network (Faster R-CNN), and lastly, 1(C) highlights the basic structure of Convolution, Pooling, and Dense layers of VGG-16 Network Architecture. ![Formula][1] Using VGG-16, we minimize an objective function following the multi-task loss in Faster R-CNN, and the loss function is derived in Equation (2). ![Formula][2] *Lcls* is the classification loss function, and *L*reg is the regression loss function. *Ncls* and *Nreg* are the normalization coefficients of the classification loss function *Lcls* and the regression loss function *Lreg* respectively. λ is the weight parameter between *Lcls* and *Lreg*. The classification loss function *Lcls* is the logarithmic loss of two categories (COVID-19 and non-COVID), and it is defined as in the following Equation (3) ![Formula][3] For the regression loss function, it is defined as in Equation (4) ![Formula][4] Here, R is defined as a robust loss function in Equation (5) ![Formula][5] Regarding model development, rather than creating a model from scratch, we built it according to our sample input requirements. We have used similar layers and filters as compared to the original Faster R-CNN architectures and gradually increased the number of filters. In addition, it is essential to consider the Faster R-CNN when analyzing our proposed model and algorithm. Our proposed framework consists of 24 convolutional layers, followed by two fully connected layers and six pooling layers. These layers are typical CNN layers with different filter numbers, sizes, and stride values. Besides, more modified versions of CNN are available for model development, such as RCNN, Fast R-CNN, and Faster R-CNN. In this exploration, we have used Faster Regional based Convolutional Neural Network (Faster R-CNN). Figure 1(B) is showing the architecture of Faster R-CNN. Furthermore, we used the VGG16 network as the foundation for model classification. We combine this with Faster R-CNN to use this model in a real-time. system. Finally, a deep model with a large number of layers is essential for the extraction of properties of an image in a real-time detection system. For that reason, the model classification structure is capable of grasping and learning small differences. An illustration of the proposed model used in this study is shown in Figure 2. ![Figure 2:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/19/2020.05.14.20101873/F2.medium.gif) [Figure 2:](http://medrxiv.org/content/early/2020/05/19/2020.05.14.20101873/F2) Figure 2: Workflow representation of proposed framework ### 3.1. Data Preparation For dataset design, we have followed a two-step procedure for data preparation. Initially, we used the X-ray images of COVID-19 patients, which is available as open-source data. Furthermore, we developed a custom dataset to train and evaluate, which comprised a total of 5450 chest radiography images across 2500 patient cases. To prepare the custom dataset for our use in the experiment, we combined and modified two different publicly available datasets: COVID chest X-Ray dataset curated by Dr. Joseph Cohen, a postdoctoral fellow at the University of Montreal30, and RSNA pneumonia detection challenge dataset from Kaggle31. In the later phase of this exploration, we moved to a newly available dataset dedicatedly developed for COVID-19 positive case detection using chest X-Ray images named as COVIDx22. The number of image samples we used for both (custom and COVIDx) the dataset is showing in Table 1. For the custom dataset, we have used 5450 sample images, whereas, in the COVIDx dataset, we developed our dataset with 13800 images. View this table: [Table 1:](http://medrxiv.org/content/early/2020/05/19/2020.05.14.20101873/T1) Table 1: Different data representation of multiple datasets used in this research The COVIDx dataset is updated continuously with images shared by researchers from different regions. As of May 7, 2020, there are 183 X-Ray images diagnosed with COVID-19, 8066 patients as normal, and 5551 cases identified as non-COVID Pneumonia. By merging ‘Normal’ and ‘non-COVID Pneumonia’ into a single ‘non-COVID’ class, we designed it as a binary class dataset. ### 3.2. Model Building and Training The most noticeable fact is that very few patients of COVID-19 associated with X-Ray images, which leads to the scarcity of availability of X-Ray images. For the model building and training, we have used the Googles TensorFlow library and VGG-16 for high-performance numerical computation. Regarding the cross-validation approach, our study used the K-fold cross-validation method (K = 10) with the support of Leave-one-out cross-validation. Algorithm 1 provides insight into K-fold cross-validation working procedures. #### Algorithm 1: K-fold cross-validation ![Table2](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/19/2020.05.14.20101873/T2.medium.gif) [Table2](http://medrxiv.org/content/early/2020/05/19/2020.05.14.20101873/T2) Descriptions of variables in the meta-population model. Our proposed framework of Faster R-CNN based COVID-19 positive case detection is developed and trained by using the support of Googles Colaboratory. Detection experiment executed on Google’s cloud server’s GPU with 12 GB of RAM and with the support of TensorFlow version 2.1.0. The proposed model was trained with a training learning rate of 2e-5, batch size of 8, and 100 epoch. The complete framework is built and evaluated using the Keras deep learning library with TensorFlow backend**49**. All the experiment and data analysis is undergone in the Machine Intelligence Lab (MIL) of Dhaka International University. ## 4. RESULTS In this section, we discuss the loss observation, followed by the results of model validation. We performed experiments to detect and classify COVID-19 confirmed cases using X-Ray images and train the models in two classes: non-COVID and COVID-19. The model was evaluated using 10-fold cross-validation technique. We have used 90% of X-Ray images for training, and the rest of the 10% are used for testing or validation. Moreover, the loss function is highly essential to understand the excellence of the prediction. From Figure 3., we observe that the training loss and validity loss is decreased gradually after every 100 epoch. ![Figure 3:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/19/2020.05.14.20101873/F3.medium.gif) [Figure 3:](http://medrxiv.org/content/early/2020/05/19/2020.05.14.20101873/F3) Figure 3: It depicts the loss/accuracy curve, along with the number of Epoch values. It shows that training loss has decreased in every epoch and diverge to a minimum value after 100-epoch. Moreover, validity loss has also reduced like training loss; besides, accuracy on COVID-19 detection has increased after every epoch stage until 100 epoch. It is also noticeable that both training loss and validation values increased significantly at the primary epoch because of the number of COVID-19 data in that specific class (Figure 3). Theeffectiveness of the model is achieved through testing, cross-validation, and direct image input testing. In order to evaluate the performance of the model, the complete trained model is validated with the same model dataset using K-Fold cross-validation. Time comparison is obtained by measuring the time the model takes to complete the detection and classification. Based on the Confusion Matrix four-parameter: True Positive, False Positive, True Negative, and False Negative, our proposed architecture predicted the different samples of Chest X-ray images (Figure 4). The model, however, made incorrect predictions mostly in poor images, and often it predicted the patient with Pneumonia as COVID-19 because they have similarities in image features. ![Figure 4:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/19/2020.05.14.20101873/F4.medium.gif) [Figure 4:](http://medrxiv.org/content/early/2020/05/19/2020.05.14.20101873/F4) Figure 4: Illustration of different sample images are shown here. Figure 4 (A, B, D, E, and F) shows that the model predicts the sample as non-COVID, whereas the actual class is also a non-COVID. However, only 4 (C) predict the sample as non-COVID, whereas the actual class is COVID-19. 4(G) depicts the generated confusion matrix based on 10-fold cross-validation method. Performance metrics of the proposed model and 10-fold cross-validation results of different metrics and their average results are tabulated in Table 2. It is observable that the developed model provided an average accuracy of 97.36%, and it obtained an average value of sensitivity, specificity, and F1-score of 97.65%, 95.48%, and 98.46%, respectively. It also provides a precision value of more than 99.00%. We also compare our proposed method with other similar deep learning approaches, and a comparison table has been designed to understand the impact of our framework over other studies. From Table 3, it is evident that Deep CNN ResNet-5028 based approach produces slightly higher (∼0.64%) detection accuracy in comparison with our proposed method. View this table: [Table 2:](http://medrxiv.org/content/early/2020/05/19/2020.05.14.20101873/T3) Table 2: 10 fold cross-validation approach and results of different performance metrics View this table: [Table 3:](http://medrxiv.org/content/early/2020/05/19/2020.05.14.20101873/T4) Table 3: Comparison of the proposed framework with other deep learning approaches ## 5. CONCLUSION In this study, we have proposed a deep learning model to detect COVID-19 cases from Chest X-Ray images. This automated system can perform binary classification without manual feature extraction with an accuracy of 97.36%. Moreover, this model is also capable of testing with a larger dataset and work with real-time systems. Furthermore, it can be helpful in areas where the test kit is not sufficient. Therefore, for the initial assessment of COVID-19 patients, this tool can act as a fruitful medium of diagnosis under the supervision of radiologists and doctors. At this point, we are working to make our model more vigorous so that it can detect both CT and X-Ray images. ## Data Availability All data generated or analysed during this study are included in this published article. Wang, L. and Wong, A., 2020. COVID-Net: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest radiography images. arXiv preprint arXiv:2003.09871. ## Author Contribution SKD and KHS had the idea for and designed the study and had full access to all the data in the study and take responsibility for the data and accuracy of the model generation. SKD, KHS, and MR contributed to the writing of the article. MR and TUI contributed to the critical revision of the report. All the data preparation and models developed by SKD and KHS. All authors contributed to data acquisition, data analysis, result validation, and reviewed and approved the final version. ## Funding None ## Declaration of Interests All authors declare no competing interest ## Ethical Approval Not required * Received May 14, 2020. * Revision received May 14, 2020. * Accepted May 19, 2020. * © 2020, Posted by Cold Spring Harbor Laboratory The copyright holder for this pre-print is the author. All rights reserved. The material may not be redistributed, re-used or adapted without the author's permission. ## REFERENCES 1. [1].Huang, C., Wang, Y., Li, X., Ren, L., Zhao, J., Hu, Y., Zhang, L., Fan, G., Xu, J., Gu, X. and Cheng, Z., 2020. Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China. The lancet, 395(10223), pp.497–506. 2. [2].Sohrabi, C., Alsafi, Z., O’Neill, N., Khan, M., Kerwan, A., Al-Jabir, A., Iosifidis, C. and Agha, R., 2020. World Health Organization declares global emergency: A review of the 2019 novel coronavirus (COVID-19). International Journal of Surgery. 3. [3].World Health Organization, “Emerging respiratory viruses, including COVID-19: methods for detection, prevention, response and control” Available at: [https://openwho.org/courses/introduction-to-ncov](https://openwho.org/courses/introduction-to-ncov) (accessed on: March 22, 2020). 4. [4].Rio, D.C., 2014. Reverse transcription–polymerase chain reaction. Cold Spring Harbor Protocols, 2014 (11), pp.pdb-prot080887. 5. [5]. Y. Fang, H. Zhang, J. Xie, M. Lin et al., “Sensitivity of Chest CT for COVID-19: Comparison to RT-PCR” Available at: [https://pubs.rsna.org/doi/full/10.1148/radiol.2020200432#panepcw-references](https://pubs.rsna.org/doi/full/10.1148/radiol.2020200432#panepcw-references) (accessed on: March 22, 2020). 6. [6].Pan, F., Ye, T., et al. (2020). Time course of lung changes on chest CT during recovery from 2019 novel coronavirus (COVID-19) pneumonia. Radiology, 200370. 7. [7].Bernheim, A., Mei, X., et al. (2020). Chest CT findings in coronavirus disease-19 (COVID-19): relationship to duration of infection. Radiology, 200463. 8. [8].Long, C., Xu, H., et al. (2020). Diagnosis of the Coronavirus disease (COVID-19): rRT-PCR or CT?. European Journal of Radiology, 108961. 9. [9].Lee, E. Y., Ng, M. Y., & Khong, P. L. (2020). COVID-19 Pneumonia: what has CT taught us?. The Lancet Infectious Diseases. 10. [10].Shi, H., Han, X., et al. (2020). Radiological findings from 81 patients with COVID-19 Pneumonia in Wuhan, China: a descriptive study. The Lancet Infectious Diseases. 11. [11].Zhao, W., Zhong, Z., Xie, X., Yu, Q., & Liu, J. (2020). Relation between chest CT findings and clinical conditions of coronavirus disease (COVID-19) pneumonia: a multicenter study. American Journal of Roentgenology, 1–6. 12. [12].Li, Y., & Xia, L. (2020). Coronavirus Disease 2019 (COVID-19): Role of chest CT in diagnosis and management. American Journal of Roentgenology, 1–7. 13. [13].Chan, J. F. W., Yuan, S., et al. (2020). A familial cluster of Pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: a study of a family cluster. The Lancet, 395(10223), 514–523. 14. [14].Esteva A, Kuprel B, Novoa RA, et al. Dermatologist-level classification of skin cancer with deep neural networks. Nature. 2017;542(7639):115–118. doi:10.1038/nature21056. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1038/nature21056&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=28117445&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2020%2F05%2F19%2F2020.05.14.20101873.atom) 15. [15].Codella, N. C., Nguyen, Q. B., Pankanti, S., Gutman, D. A., Helba, B., Halpern, A. C., & Smith, J. R. (2017). Deep learning ensembles for melanoma recognition in dermoscopy images. IBM Journal of Research and Development, 61(4/5), 5–1. 16. [16].Celik, Y., Talo, M., Yildirim, O., Karabatak, M., & Acharya, U. R. (2020). Automated Invasive Ductal Carcinoma Detection Based Using Deep Transfer Learning with Whole-Slide Images. Pattern Recognition Letters. 17. [17].Cruz-Roa, A., Basavanhally, A., et al. (2014, March). Automatic detection of invasive ductal carcinoma in whole slide images with convolutional neural networks. In Medical Imaging 2014: Digital Pathology (Vol. 9041, p. 904103). International Society for Optics and Photonics. 18. [18].Talo, M., Yildirim, O., Baloglu, U. B., Aydin, G., & Acharya, U. R. (2019). Convolutional neural networks for multi-class brain disease detection using MRI images. Computerized Medical Imaging and Graphics, 78, 101673. 19. [19].Rajpurkar, P., Irvin, J., et al. (2017). Chexnet: Radiologist-level pneumonia detection on chest x-rays with deep learning. arXiv preprint arXiv:1711.05225. 20. [20].Gaál, G., Maga, B., & Lukács, A. (2020). Attention U-Net Based Adversarial Architectures for Chest X-ray Lung Segmentation. arXiv preprint arXiv:2003.10304. 21. [21].Souza, J. C., Diniz, J. O. B., Ferreira, J. L., da Silva, G. L. F., Silva, A. C., & de Paiva, A. C. (2019). An automatic method for lung segmentation and reconstruction in chest X-ray using deep neural networks. Computer methods and programs in biomedicine, 177, 285–296. 22. [22].Wang, L. and Wong, A., 2020. COVID-Net: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest radiography images. arXiv preprint arXiv:2003.09871. 23. [23]. C. Dkw, P. Y C. Sms et al., “Molecular Diagnosis of a Novel Coronavirus (2019-nCoV) Causing an Outbreak of Pneumonia” Available at: [https://www.ncbi.nlm.nih.gov/pubmed/32031583](https://www.ncbi.nlm.nih.gov/pubmed/32031583) (accessed on: March 23, 2020). 24. [24]. N. Zhnag, L. Wang, X. Dang et al., “Recent advances in the detection of respiratory virus infection in humans” Journal of Medical Virology, DOI: 10.1002/jmv.25674, January, 2020. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1002/jmv.25674&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=31944312&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2020%2F05%2F19%2F2020.05.14.20101873.atom) 25. [25].Sethy, P. K., & Behera, S. K. (2020). Detection of coronavirus Disease (COVID-19) based on Deep Features. 26. [26].Narin, A., Kaya, C., & Pamuk, Z. (2020). Automatic Detection of Coronavirus Disease (COVID-19) Using X-ray Images and Deep Convolutional Neural Networks. arXiv preprint arXiv:2003.10849. 27. [27].Ioannis D. Apostolopoulos1, Tzani Bessiana, COVID-19: Automatic detection from X-ray images utilizing Transfer Learning with Convolutional Neural Networks, arXiv:arxiv:2003.11617 28. [28].Hemdan, E. E. D., Shouman, M. A., & Karar, M. E. (2020). COVIDX-Net: A framework of deep learning classifiers to diagnose COVID-19 in x-ray images. arXiv preprint arXiv:2003.11055. 29. [29]. D. S. Kermany, M. Goldbaum et al., “Identifying Medical Diagnoses and Treatable Diseases by Image-Based Deep Learning” DOI: 10.1016/j.cell.2018.02.010, 2018. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.cell.2018.02.010&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2020%2F05%2F19%2F2020.05.14.20101873.atom) 30. [30]. J. P. Cohen and P. Morrison and L. Dao, “COVID-19 image data collection, arXiv:arxiv:2003.11597, 2020” 31. [31].Radiological Society of North America. “RSNA pneumonia detection challenge.” [https://www.kaggle.com/c/rsnapneumonia-detection-challenge/data](https://www.kaggle.com/c/rsnapneumonia-detection-challenge/data), 2019 32. [32].Song, Y., Zheng, S., Li, L., Zhang, X., Zhang, X., Huang, Z., … & Chong, Y. (2020). Deep learning Enables Accurate Diagnosis of Novel Coronavirus (COVID-19) with CT images. medRxiv. 33. [33].Wang, S., Kang, B., Ma, J., Zeng, X., Xiao, M., Guo, J., … & Xu, B. (2020). A deep learning algorithm using CT images to screen for Corona Virus Disease (COVID-19). medRxiv. 34. [34].Zheng, C., Deng, X., Fu, Q., Zhou, Q., Feng, J., Ma, H., … & Wang, X. (2020). Deep Learning-based Detection for COVID-19 from Chest CT using Weak Label. medRxiv. 35. [35].Xu X, Jiang X, Ma C, Du P, Li X, Lv S, et al. Deep Learning System to Screen Coronavirus Disease 2019 Pneumonia. arXiv preprint arXiv:200209334. 2020. 36. [36].Ozturk, T., Talo, M., Yildirim, E.A., Baloglu, U.B., Yildirim, O. and Acharya, U.R., 2020. Automated detection of COVID-19 cases using deep neural networks with X-ray images. Computers in Biology and Medicine, p.103792. [1]: /embed/graphic-2.gif [2]: /embed/graphic-3.gif [3]: /embed/graphic-4.gif [4]: /embed/graphic-5.gif [5]: /embed/graphic-6.gif