COVID-19 Severity Classification on Chest X-ray Images
Aditi Sagar, Aman Swaraj, Karan Verma

TL;DR
This study develops a machine learning approach to classify COVID-19 severity levels from chest X-ray images, utilizing image preprocessing, data augmentation, and deep learning models, achieving high accuracy and reliability.
Contribution
It introduces a novel method for classifying COVID-19 severity using pre-trained deep learning models and data augmentation, filling a gap in existing diagnostic AI tools.
Findings
ResNet-50 achieved 95% accuracy
High recall and F1-score indicate reliable classification
Data augmentation improved model performance
Abstract
Biomedical imaging analysis combined with artificial intelligence (AI) methods has proven to be quite valuable in order to diagnose COVID-19. So far, various classification models have been used for diagnosing COVID-19. However, classification of patients based on their severity level is not yet analyzed. In this work, we classify covid images based on the severity of the infection. First, we pre-process the X-ray images using a median filter and histogram equalization. Enhanced X-ray images are then augmented using SMOTE technique for achieving a balanced dataset. Pre-trained Resnet50, VGG16 model and SVM classifier are then used for feature extraction and classification. The result of the classification model confirms that compared with the alternatives, with chest X-Ray images, the ResNet-50 model produced remarkable classification results in terms of accuracy (95%), recall (0.94),…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Radiomics and Machine Learning in Medical Imaging · AI in cancer detection
MethodsSupport Vector Machine · Synthetic Minority Over-sampling Technique.
