| Literature DB >> 33883609 |
Saman Motamed1,2, Patrik Rogalla3, Farzad Khalvati4,5,6.
Abstract
COVID-19 spread across the globe at an immense rate and has left healthcare systems incapacitated to diagnose and test patients at the needed rate. Studies have shown promising results for detection of COVID-19 from viral bacterial pneumonia in chest X-rays. Automation of COVID-19 testing using medical images can speed up the testing process of patients where health care systems lack sufficient numbers of the reverse-transcription polymerase chain reaction tests. Supervised deep learning models such as convolutional neural networks need enough labeled data for all classes to correctly learn the task of detection. Gathering labeled data is a cumbersome task and requires time and resources which could further strain health care systems and radiologists at the early stages of a pandemic such as COVID-19. In this study, we propose a randomized generative adversarial network (RANDGAN) that detects images of an unknown class (COVID-19) from known and labelled classes (Normal and Viral Pneumonia) without the need for labels and training data from the unknown class of images (COVID-19). We used the largest publicly available COVID-19 chest X-ray dataset, COVIDx, which is comprised of Normal, Pneumonia, and COVID-19 images from multiple public databases. In this work, we use transfer learning to segment the lungs in the COVIDx dataset. Next, we show why segmentation of the region of interest (lungs) is vital to correctly learn the task of classification, specifically in datasets that contain images from different resources as it is the case for the COVIDx dataset. Finally, we show improved results in detection of COVID-19 cases using our generative model (RANDGAN) compared to conventional generative adversarial networks for anomaly detection in medical images, improving the area under the ROC curve from 0.71 to 0.77.Entities:
Year: 2021 PMID: 33883609 PMCID: PMC8060427 DOI: 10.1038/s41598-021-87994-2
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1Class distribution of COVIDx dataset.
Figure 2Output samples of our segmentation model on COVIDx images.
Figure 3RANDGAN’s generator architecture.
Figure 4Inception and residual block architecture.
Figure 5RANDGAN’s discriminator architecture.
Train and test class distribution of COVIDx and COVIDx segmentation dataset.
| Label | Train | Test |
|---|---|---|
| Normal | 7493 | 573 |
| Pneumonia | 4986 | 573 |
| COVID-19 | N/A | 573 |
Performance comparison of RANDGAN and AnoGAN.
| Model | Dataset | AUC |
|---|---|---|
| AnoGAN | COVIDx (balanced test set) | 0.54 |
| AnoGAN | Segmented COVIDx (balanced test set) | 0.71 |
| RANDGAN | Segmented COVIDx (balanced test set) | |
| RANDGAN | Segmented COVIDx (imbalanced test set) | 0.76 |
Figure 6ROC curve of the trained generative models.
Sensitivity, specificity and false negative rate for AnoGAN and RANDGAN model.
| Model | Specificity (%) | Sensitivity (%) | False negative rate (%) |
|---|---|---|---|
| RANDGAN | 90 | 34 | 65 |
| AnoGAN | 90 | 30 | 69 |
| RANDGAN | 85 | 49 | 50 |
| AnoGAN | 85 | 48 | 51 |
| RANDGAN | 80 | 57 | 42 |
| AnoGAN | 80 | 57 | 42 |
Figure 7Normalized average anomaly score of the trained generative models.