Automatic Detection of COVID-19 from Chest X-ray Images Using Deep Learning Model
Alloy Das, Rohit Agarwal, Rituparna Singh, Arindam Chowdhury, Debashis Nandi
TL;DR
This work evaluates U-Net and W-Net architectures for automatic COVID-19 detection from chest X-ray images, addressing the shortage of RT-PCR tests by providing a secondary screening tool. The authors build a 400×400 grayscale pipeline with semantic segmentation guiding classification, demonstrating strong performance in both binary (COVID vs Normal) and ternary (COVID vs Normal vs Pneumonia) tasks on public datasets. Across 80:20 train-test splits, U-Net and W-Net achieve accuracies up to $0.9917$ with near-perfect sensitivity and high specificity, complemented by ROC analyses and heat-map visualizations that validate focus on clinically relevant lung regions. The results suggest these models can assist radiologists in rapid screening, with future work aimed at multi-class expansion and broader clinical validation.
Abstract
The infectious disease caused by novel corona virus (2019-nCoV) has been widely spreading since last year and has shaken the entire world. It has caused an unprecedented effect on daily life, global economy and public health. Hence this disease detection has life-saving importance for both patients as well as doctors. Due to limited test kits, it is also a daunting task to test every patient with severe respiratory problems using conventional techniques (RT-PCR). Thus implementing an automatic diagnosis system is urgently required to overcome the scarcity problem of Covid-19 test kits at hospital, health care systems. The diagnostic approach is mainly classified into two categories-laboratory based and Chest radiography approach. In this paper, a novel approach for computerized corona virus (2019-nCoV) detection from lung x-ray images is presented. Here, we propose models using deep learning to show the effectiveness of diagnostic systems. In the experimental result, we evaluate proposed models on publicly available data-set which exhibit satisfactory performance and promising results compared with other previous existing methods.
