| Literature DB >> 36171970 |
Pradeep Singh1, Aditya Nagori1,2,3, Rakesh Lodha4, Tavpritesh Sethi1,4.
Abstract
Hypothermia is a life-threatening condition where the temperature of the body drops below 35°C and is a key source of concern in Intensive Care Units (ICUs). Early identification can help to nudge clinical management to initiate early interventions. Despite its importance, very few studies have focused on the early prediction of hypothermia. In this study, we aim to monitor and predict Hypothermia (30 min-4 h) ahead of its onset using machine learning (ML) models developed on physiological vitals and to prospectively validate the best performing model in the pediatric ICU. We developed and evaluated ML algorithms for the early prediction of hypothermia in a pediatric ICU. Sepsis advanced forecasting engine ICU Database (SafeICU) data resource is an in-house ICU source of data built in the Pediatric ICU at the All-India Institute of Medical Science (AIIMS), New Delhi. Each time-stamp at 1-min resolution was labeled for the presence of hypothermia to construct a retrospective cohort of pediatric patients in the SafeICU data resource. The training set consisted of windows of the length of 4.2 h with a lead time of 30 min-4 h from the onset of hypothermia. A set of 3,835 hand-engineered time-series features were calculated to capture physiological features from the time series. Features selection using the Boruta algorithm was performed to select the most important predictors of hypothermia. A battery of models such as gradient boosting machine, random forest, AdaBoost, and support vector machine (SVM) was evaluated utilizing five-fold test sets. The best-performing model was prospectively validated. A total of 148 patients with 193 ICU stays were eligible for the model development cohort. Of 3,939 features, 726 were statistically significant in the Boruta analysis for the prediction of Hypothermia. The gradient boosting model performed best with an Area Under the Receiver Operating Characteristic curve (AUROC) of 85% (SD = 1.6) and a precision of 59.2% (SD = 8.8) for a 30-min lead time before the onset of Hypothermia onset. As expected, the model showed a decline in model performance at higher lead times, such as AUROC of 77.2% (SD = 2.3) and precision of 41.34% (SD = 4.8) for 4 h ahead of Hypothermia onset. Our GBM(gradient boosting machine) model produced equal and superior results for the prospective validation, where an AUROC of 79.8% and a precision of 53% for a 30-min lead time before the onset of Hypothermia whereas an AUROC of 69.6% and a precision of 38.52% for a (30 min-4 h) lead time prospective validation of Hypothermia. Therefore, this work establishes a pipeline termed ThermoGnose for predicting hypothermia, a major complication in pediatric ICUs.Entities:
Keywords: artificial intelligence; hypothermia; pediatric intensive care unit; prospective validation; time-series
Year: 2022 PMID: 36171970 PMCID: PMC9511412 DOI: 10.3389/fphys.2022.921884
Source DB: PubMed Journal: Front Physiol ISSN: 1664-042X Impact factor: 4.755
FIGURE 1Physiological variables for prediction of Hypothermia in pediatric-ICU.
FIGURE 5Overview of ThermoGnose Pipeline.
Characteristics of SafeICU-cohort observational window captured (30 min-4 hours) earlier to Hypothermia. Unless otherwise stated, all values are mean (SD), *significance level at p-value >= 0.01, W represents Wilcoxon rank-sum test (non-parametric), this is utilized once the normalcy assumption has been tested. The Chi-squared test of proportions is denoted by the letter C in the table.
| Variable | Hypothermia Mean (sd) | Non-hypothermia Mean (sd) |
|
|---|---|---|---|
| Age (months) | 50.63 (52.12) | 40.67 (51.15) | 1.75 × 10–12 (W) |
| Arterial-Diastolic BP (DBP), mm Hg | 86.8 (6.67) | 87.2 (6.43) | 0.0592 (W) |
| Heart rate, per min | 129.69 (8.55) | 129.84 (8.15) | 0.9836 (W) |
| Respiratory rate, per min | 31.45 (5.35) | 33.07 (5.5) | 0.0005*(W) |
| Oxygen Saturation | 93.37 (3.1) | 92.71 (3.31) | 0.01269 (W) |
| Temperature | 36.36 (0.51) | 37.53 (0.8) | 0.0001*(W) |
| Gender (F%) | 43.6% | 32.2% | 0.0018*(C) |
FIGURE 2(A) AUROC for different models with lead times or times before hypothermia forecast in the next 30 min to 4 h (B) AUPRC for different models with lead times or times before hypothermia forecast in the next 30 min to 4 h (C) AUROC for the Hypothermia prediction in the next 30 min (D) AUPRC for the hypothermia prediction in the next 30 min. (E) Results of the AUROC and AUPRC Models for various age groups.
Important non-linear features.
| SI. No. | Nonlinear feature | Definition |
|---|---|---|
| 1 | Absolute Energy (abs) | Returns the time series’ absolute energy |
| 2 | Continuous Wavelet Transform Coefficients (CWT) | A time scale illustration of a signal is proposed by CWT. The length of the examined signal will aid in dynamically detecting nonlinearities |
| 3 | Fast Fourier Transformation Coefficient (FFT) | The Fourier coefficients for the one-dimensional discrete FT are calculated using the Fourier transform algorithm |
| 4 | Lag | At lag = 0, a complete correlation will exist for every time series. The correlation value will drop as the time series shifts |
| 5 | Mean | The mean of x will be returned by this feature |
| 6 | Minimum | The least value among the given collection of values is the minimal number |
| 7 | Quantile | The q quantile of x is calculated. Where the quantile divides the sample into equal-sized adjacent subgroups |
| 8 | Sum | The sum of the time series values will be calculated |
| 9 | Sum of reoccurring data points | This feature will return the total of all time-series data points that appear more than once |
FIGURE 3SHAP values of the top 20 Nonlinear features (descending order) generated from the five-fold test set on pediatric data.
FIGURE 4(A) Average AUROC performance for xgboost model with lead times or times before for prospective validation of Hypothermia in the next 30 min to 4 h (B) AUROC and AUPRC performance for xgboost model with lead times or times for prospective validation of Hypothermia in the next 30 min to 4 h.