scholarly journals COVID-19 detection in Chest X-ray Images using Deep Learning

2020 ◽  
Author(s):  
Ebru Erdem ◽  
Tolga Aydın

Abstract COVID-19 is an important threat worldwide. This disease is caused by the novel SARS-CoV-2. CXR and CT images reveal specific information about the disease. However, when interpreting these images, experiencing an overlap with other lung infections complicates the detection of the disease. Due to this situation, the need for computer-aided systems is increasing day by day. In this study, solutions were developed with proposed models based on deep neural networks (DNN). All the analyses were performed on a publicly available CXR dataset. This study offers a comparison of the deep learning models (SqueezeNet, Inception-V3, VGG16, MobileNet, Xception, VGG19+MobileNet (Concatenated)) that results in the detection and classification of a disease. Empirical evaluation demonstrates that the Inception-V3 model gives 90% accuracy with 100% precision for the COVID-19 infection. This model has been provided with better results compared to other models. In addition to the studies in the literature, it has been observed that the proposed pre-trained-based concatenated model gives very similar successful results to the other models.

2020 ◽  
Author(s):  
Ebru Erdem ◽  
Tolga Aydın

Abstract COVID-19 is an important threat worldwide. This disease is caused by the novel SARS-CoV-2. CXR and CT images reveal specific information about the disease. However, when interpreting these images, experiencing an overlap with other lung infections complicates the detection of the disease. Due to this situation, the need for computer-aided systems is increasing day by day. In this study, solutions were developed with proposed models based on deep neural networks (DNN). All analyzes were performed on CXR data received on the publicly available. This paper offers a comparison of the deep learning models (SqueezeNet, Inception-V3, VGG16, MobileNet, Xception, VGG19+MobileNet (Concatenated)) that results in the detection and classification of disease. Empirical evaluations demonstrate that the Inception-V3 model gives 90% accuracy with 100% precision for the COVID-19 infection. This model has been provided with better results compared to other models.


Author(s):  
Mohammad S. Majdi ◽  
Khalil N. Salman ◽  
Michael F. Morris ◽  
Nirav C. Merchant ◽  
Jeffrey J. Rodriguez
Keyword(s):  
X Ray ◽  

Author(s):  
Enzo Tartaglione ◽  
Carlo Alberto Barbano ◽  
Claudio Berzovini ◽  
Marco Calandri ◽  
Marco Grangetto

The possibility to use widespread and simple chest X-ray (CXR) imaging for early screening of COVID-19 patients is attracting much interest from both the clinical and the AI community. In this study we provide insights and also raise warnings on what is reasonable to expect by applying deep learning to COVID classification of CXR images. We provide a methodological guide and critical reading of an extensive set of statistical results that can be obtained using currently available datasets. In particular, we take the challenge posed by current small size COVID data and show how significant can be the bias introduced by transfer-learning using larger public non-COVID CXR datasets. We also contribute by providing results on a medium size COVID CXR dataset, just collected by one of the major emergency hospitals in Northern Italy during the peak of the COVID pandemic. These novel data allow us to contribute to validate the generalization capacity of preliminary results circulating in the scientific community. Our conclusions shed some light into the possibility to effectively discriminate COVID using CXR.


PeerJ ◽  
2020 ◽  
Vol 8 ◽  
pp. e10309
Author(s):  
Shreeja Kikkisetti ◽  
Jocelyn Zhu ◽  
Beiyi Shen ◽  
Haifang Li ◽  
Tim Q. Duong

Portable chest X-ray (pCXR) has become an indispensable tool in the management of Coronavirus Disease 2019 (COVID-19) lung infection. This study employed deep-learning convolutional neural networks to classify COVID-19 lung infections on pCXR from normal and related lung infections to potentially enable more timely and accurate diagnosis. This retrospect study employed deep-learning convolutional neural network (CNN) with transfer learning to classify based on pCXRs COVID-19 pneumonia (N = 455) on pCXR from normal (N = 532), bacterial pneumonia (N = 492), and non-COVID viral pneumonia (N = 552). The data was randomly split into 75% training and 25% testing, randomly. A five-fold cross-validation was used for the testing set separately. Performance was evaluated using receiver-operating curve analysis. Comparison was made with CNN operated on the whole pCXR and segmented lungs. CNN accurately classified COVID-19 pCXR from those of normal, bacterial pneumonia, and non-COVID-19 viral pneumonia patients in a multiclass model. The overall sensitivity, specificity, accuracy, and AUC were 0.79, 0.93, and 0.79, 0.85 respectively (whole pCXR), and were 0.91, 0.93, 0.88, and 0.89 (CXR of segmented lung). The performance was generally better using segmented lungs. Heatmaps showed that CNN accurately localized areas of hazy appearance, ground glass opacity and/or consolidation on the pCXR. Deep-learning convolutional neural network with transfer learning accurately classifies COVID-19 on portable chest X-ray against normal, bacterial pneumonia or non-COVID viral pneumonia. This approach has the potential to help radiologists and frontline physicians by providing more timely and accurate diagnosis.


2021 ◽  
Author(s):  
Roberto Augusto Philippi Martins ◽  
Danilo Silva

The lack of labeled data is one of the main prohibiting issues on the development of deep learning models, as they rely on large labeled datasets in order to achieve high accuracy in complex tasks. Our objective is to evaluate the performance gain of having additional unlabeled data in the training of a deep learning model when working with medical imaging data. We present a semi-supervised learning algorithm that utilizes a teacher-student paradigm in order to leverage unlabeled data in the classification of chest X-ray images. Using our algorithm on the ChestX-ray14 dataset, we manage to achieve a substantial increase in performance when using small labeled datasets. With our method, a model achieves an AUROC of 0.822 with only 2% labeled data and 0.865 with 5% labeled data, while a fully supervised method achieves an AUROC of 0.807 with 5% labeled data and only 0.845 with 10%.


Author(s):  
Anas M. Tahir ◽  
Yazan Qiblawey ◽  
Amith Khandakar ◽  
Tawsifur Rahman ◽  
Uzair Khurshid ◽  
...  

2021 ◽  
Vol 2021 ◽  
pp. 1-9
Author(s):  
Manjit Kaur ◽  
Vijay Kumar ◽  
Vaishali Yadav ◽  
Dilbag Singh ◽  
Naresh Kumar ◽  
...  

COVID-19 has affected the whole world drastically. A huge number of people have lost their lives due to this pandemic. Early detection of COVID-19 infection is helpful for treatment and quarantine. Therefore, many researchers have designed a deep learning model for the early diagnosis of COVID-19-infected patients. However, deep learning models suffer from overfitting and hyperparameter-tuning issues. To overcome these issues, in this paper, a metaheuristic-based deep COVID-19 screening model is proposed for X-ray images. The modified AlexNet architecture is used for feature extraction and classification of the input images. Strength Pareto evolutionary algorithm-II (SPEA-II) is used to tune the hyperparameters of modified AlexNet. The proposed model is tested on a four-class (i.e., COVID-19, tuberculosis, pneumonia, or healthy) dataset. Finally, the comparisons are drawn among the existing and the proposed models.


Author(s):  
Mugahed A. Al-antari ◽  
Cam-Hao Hua ◽  
Sungyoung Lee

Abstract Background and Objective: The novel coronavirus 2019 (COVID-19) is a harmful lung disease that rapidly attacks people worldwide. At the end of 2019, COVID-19 was discovered as mysterious lung disease in Wuhan, Hubei province of China. World health organization (WHO) declared the coronavirus outbreak a pandemic in the second week of March 2020. Simultaneous deep learning detection and classification of COVID-19 from the entire digital X-ray images is the key to efficiently assist patients and physicians for a fast and accurate diagnosis.Methods: In this paper, a deep learning computer-aided diagnosis (CAD) based on the YOLO predictor is proposed to simultaneously detect and diagnose COVID-19 among the other eight lung diseases: Atelectasis, Infiltration, Pneumothorax, Mass, Effusion, Pneumonia, Cardiomegaly, and Nodule. The proposed CAD system is assessed via five-fold tests for multi-class prediction problem using two different databases of chest X-ray images: COVID-19 and ChestX-ray8. The proposed CAD system is trained using an annotated training set of 50,490 chest X-ray images.Results: The suspicious regions of COVID-19 from the entire X-ray images are simultaneously detected and classified end-to-end via the proposed CAD predictor achieving overall detection and classification accuracies of 96.31% and 97.40%, respectively. The most testing images of COVID-19 and other lunge diseases are correctly predicted achieving intersection over union (IoU) with their GTs greater than 90%. Applying deep learning regularizers of data balancing and augmentation improve the diagnostic performance by 6.64% and 12.17% in terms of overall accuracy and F1-score, respectively. Meanwhile, the proposed CAD system presents its feasibility to diagnose the individual chest X-ray image within 0.009 second. Thus, the presented CAD system could predict 108 frames/second (FPS) at the real-time of prediction.Conclusion: The proposed deep learning CAD system shows its capability and reliability to achieve promising COVID-19 diagnostic performance among all other lung diseases. The proposed deep learning model seems reliable to assist health care systems, patients, and physicians in their practical validations.


2021 ◽  
Vol 11 (22) ◽  
pp. 10528
Author(s):  
Khin Yadanar Win ◽  
Noppadol Maneerat ◽  
Syna Sreng ◽  
Kazuhiko Hamamoto

The ongoing COVID-19 pandemic has caused devastating effects on humanity worldwide. With practical advantages and wide accessibility, chest X-rays (CXRs) play vital roles in the diagnosis of COVID-19 and the evaluation of the extent of lung damages incurred by the virus. This study aimed to leverage deep-learning-based methods toward the automated classification of COVID-19 from normal and viral pneumonia on CXRs, and the identification of indicative regions of COVID-19 biomarkers. Initially, we preprocessed and segmented the lung regions usingDeepLabV3+ method, and subsequently cropped the lung regions. The cropped lung regions were used as inputs to several deep convolutional neural networks (CNNs) for the prediction of COVID-19. The dataset was highly unbalanced; the vast majority were normal images, with a small number of COVID-19 and pneumonia images. To remedy the unbalanced distribution and to avoid biased classification results, we applied five different approaches: (i) balancing the class using weighted loss; (ii) image augmentation to add more images to minority cases; (iii) the undersampling of majority classes; (iv) the oversampling of minority classes; and (v) a hybrid resampling approach of oversampling and undersampling. The best-performing methods from each approach were combined as the ensemble classifier using two voting strategies. Finally, we used the saliency map of CNNs to identify the indicative regions of COVID-19 biomarkers which are deemed useful for interpretability. The algorithms were evaluated using the largest publicly available COVID-19 dataset. An ensemble of the top five CNNs with image augmentation achieved the highest accuracy of 99.23% and area under curve (AUC) of 99.97%, surpassing the results of previous studies.


Sign in / Sign up

Export Citation Format

Share Document