Related Experiment Video
Updated: Jul 11, 2025

07:42
A Data-Driven Approach to Quantifying Immune States in Sepsis
Published on: February 7, 2025
179
Interpretable Machine Learning for COVID-19: An Empirical Study on Severity Prediction Task
Han Wu1, Wenjie Ruan1, Jiangtao Wang2
1University of Exeter EX4 4PY Exeter U.K.
Summary
Machine learning models can predict COVID-19 severity by interpreting biomarkers. Increased N-terminal pro-brain natriuretic peptide, C-reaction protein, lactic dehydrogenase, and decreased lymphocytes indicate severe infection and mortality risk.
Area of Science:
- Biomedical Informatics
- Artificial Intelligence in Medicine
- Computational Biology
Background:
- The "black-box" nature of machine learning (ML) models impedes trust and deployment in critical medical applications like COVID-19 diagnosis.
- Interpreting ML models can reveal crucial biomarkers, aiding clinicians overwhelmed during pandemics.
- Identifying reliable biomarkers is essential for predicting COVID-19 severity and patient outcomes.
Purpose of the Study:
- To interpret machine learning models for identifying biomarkers associated with COVID-19 infection severity.
- To validate the identified biomarkers using independent datasets.
- To enhance the clinical utility of high-accuracy ML diagnostic tools.
Main Methods:
- Utilized four ML models: decision trees, random forests, gradient boosted trees, and neural networks.
- Employed various interpretation techniques: permutation feature importance, partial dependence plots, individual conditional expectation, accumulated local effects, LIME, and SHAP.
- Analyzed two datasets: 92 patients in Zhuhai, China, and 5644 patients from Kaggle (Hospital Israelita Albert Einstein).
Main Results:
- Identified increased N-terminal pro-brain natriuretic peptide, C-reaction protein, and lactic dehydrogenase, alongside decreased lymphocytes, as indicators of severe COVID-19 and mortality risk.
- Validated findings on a larger dataset, confirming the association with severe infection.
- Discovered leukocytes, eosinophils, and platelets as additional indicative biomarkers for COVID-19.
Conclusions:
- Model interpretation techniques effectively identify key biomarkers for COVID-19 severity prediction.
- Biomarkers such as N-terminal pro-brain natriuretic peptide, C-reaction protein, lactic dehydrogenase, and lymphocytes are crucial for assessing COVID-19 prognosis.
- Leukocytes, eosinophils, and platelets also serve as significant indicators for COVID-19, supporting the use of interpretable AI in clinical settings.
Related Concept Videos
Steps in Outbreak Investigation
135
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:
135
Residuals and Least-Squares Property
7.4K
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...
7.4K
Prediction Intervals
2.3K
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.3K
Statistical Methods for Analyzing Epidemiological Data
382
Epidemiological data primarily involves information on specific populations' occurrence, distribution, and determinants of health and diseases. This data is crucial for understanding disease patterns and impacts, aiding public health decision-making and disease prevention strategies. The analysis of epidemiological data employs various statistical methods to interpret health-related data effectively. Here are some commonly used methods:
382
Sensitivity, Specificity, and Predicted Value
433
In healthcare diagnostics, laboratory tests play a crucial role in identifying and diagnosing a wide range of medical conditions. However, interpreting test results is not always straightforward. An abnormal test result does not always confirm the presence of a disease, just as a normal result does not guarantee its absence. To assess the reliability of these diagnostic tools, healthcare practitioners rely on two key statistical indicators: sensitivity and specificity.
Sensitivity is the...
Sensitivity is the...
433
Receiver Operating Characteristic Plot
240
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
240

