Applying Different Machine Learning Techniques for Prediction of COVID-19 Severity
Safynaz Abdel-Fattah Sayed1, Abeer Mohamed Elkorany2, Sabah Sayed Mohammad2
1Department of Computer ScienceFaculty of Computers and InformationLuxor University Luxor 85951 Egypt.
Summary
Artificial Intelligence (AI) models can predict COVID-19 patient severity using X-ray images. Machine learning techniques achieved high accuracy, aiding early treatment and resource management.
Area of Science:
- Medical Imaging
- Artificial Intelligence
- Machine Learning
Background:
- The global increase in SARS-CoV-2 deaths necessitates technological solutions for healthcare.
- Accurate prediction of patient severity and mortality risk is crucial for timely medical intervention and resource allocation.
- Chest X-rays are utilized for early detection of COVID-19, presenting an opportunity for AI-driven analysis.
Purpose of the Study:
- To develop and evaluate a machine learning model for predicting COVID-19 patient severity using X-ray images.
- To compare the effectiveness of different feature extraction and selection methods in conjunction with various machine learning classifiers.
- To identify the optimal model for early risk stratification of COVID-19 patients.
Main Methods:
- Utilized CheXNet deep pre-trained model and hybrid handcrafted techniques for feature extraction.
- Applied Principal Component Analysis (PCA) and Recursive Feature Elimination (RFE) for feature selection.
- Trained and evaluated six machine learning classifiers, including XGBoost and Support Vector Machine (SVM).
Main Results:
- The combination of PCA and RFE for handcrafted features yielded the best results across classifiers.
- XGBoost achieved 97% accuracy, 98% precision, 95% recall, 96% F1-score, and 100% ROC-AUC with merged features.
- SVM demonstrated strong performance, achieving 97% accuracy with merged features.
- Using CheXNet features, Extra Tree and SVM classifiers with RFE attained 99.6% in all performance metrics.
Conclusions:
- Machine learning models, particularly those combining PCA+RFE feature selection with XGBoost or SVM, show high efficacy in predicting COVID-19 severity from X-rays.
- AI-powered analysis of chest X-rays offers a promising approach for early risk assessment, potentially improving patient outcomes and optimizing hospital resource management.
- The study highlights the potential of leveraging deep learning and traditional machine learning techniques for robust COVID-19 patient stratification.
Related Concept Videos
Steps in Outbreak Investigation
253
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
253
Residuals and Least-Squares Property
8.1K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.1K
Classification of Illness
8.1K
The meaning of illness is individualized to each person who experiences an alteration in health. In contrast, disease is a medical term indicating a pathological change in the structure and function of the body or mind. It is a condition that has specific symptoms and boundaries.
An illness is a response to a disease in which the person's level of functioning is changed compared with a previous level. The general classification of illness includes acute and chronic.
Acute illness is severe...
An illness is a response to a disease in which the person's level of functioning is changed compared with a previous level. The general classification of illness includes acute and chronic.
Acute illness is severe...
8.1K
Prediction Intervals
2.4K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.4K


