IVCVMar 27, 2022

Diagnosis of COVID-19 Cases from Chest X-ray Images Using Deep Neural Network and LightGBM

arXiv:2203.14275v119 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the need for efficient COVID-19 diagnosis tools for healthcare systems, but it is incremental as it builds on existing deep learning and feature selection techniques.

The study tackled the problem of diagnosing COVID-19 from chest X-ray images by proposing a method combining DensNet169 for feature extraction, ANOVA for feature selection, and LightGBM for classification, achieving 99.20% accuracy for two-class and 94.22% for multi-class classification.

The Coronavirus was detected in Wuhan, China in late 2019 and then led to a pandemic with a rapid worldwide outbreak. The number of infected people has been swiftly increasing since then. Therefore, in this study, an attempt was made to propose a new and efficient method for automatic diagnosis of Corona disease from X-ray images using Deep Neural Networks (DNNs). In the proposed method, the DensNet169 was used to extract the features of the patients' Chest X-Ray (CXR) images. The extracted features were given to a feature selection algorithm (i.e., ANOVA) to select a number of them. Finally, the selected features were classified by LightGBM algorithm. The proposed approach was evaluated on the ChestX-ray8 dataset and reached 99.20% and 94.22% accuracies in the two-class (i.e., COVID-19 and No-findings) and multi-class (i.e., COVID-19, Pneumonia, and No-findings) classification problems, respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes