| Literature DB >> 35601885 |
Anup Kumar Mishra1, Marjorie Skubic1, Laurel A Despins2, Mihail Popescu1,3, James Keller1, Marilyn Rantz2, Carmen Abbott4, Moein Enayati5, Shradha Shalini6, Steve Miller2.
Abstract
Older adults aged 65 and above are at higher risk of falls. Predicting fall risk early can provide caregivers time to provide interventions, which could reduce the risk, potentially avoiding a possible fall. In this paper, we present an analysis of 6-month fall risk prediction in older adults using geriatric assessments, GAITRite measurements, and fall history. The geriatric assessments included were Activities of Daily Living (ADL), Instrumental Activities of Daily Living (IADL), Mini-Mental State Examination (MMSE), Geriatric Depression Scale (GDS), and Short Form 12 (SF12). These geriatric assessments are collected by staff nurses regularly in senior care facilities. From the GAITRite assessments on the residents, we included the Functional Ambulatory Profile (FAP) scores and gait speed to predict fall risk. We used the SHAP (SHapley Additive exPlanations) approach to explain our model predictions to understand which predictor variables contributed to increase or decrease the fall risk for an individual prediction. In case of a high fall risk prediction, predictor variables that contributed the most to elevate the risk could be further examined by the health providers for more personalized health interventions. We used the geriatric assessments, GAITRite measurements, and fall history data collected from 92 older adult residents (age = 86.2 ± 6.4, female = 57) to train machine learning models to predict 6-month fall risk. Our models predicted a 6-month fall with an AUC of 0.80 (95% CI of 0.76-0.85), sensitivity of 0.82 (95% CI of 0.74-0.89), specificity of 0.72 (95% CI of 0.67-0.76), F1 score of 0.76 (95% CI of 0.72-0.79), and accuracy of 0.75 (95% CI of 0.72-0.79). These results show that our early fall risk prediction method performs well in identifying residents who are at higher fall risk, which offers care providers and family members valuable time to perform preventive actions.Entities:
Keywords: GAITRite; explainable AI; fall prediction; fall risk; gait; geriatric assessments; machine learning (ML); older adults
Year: 2022 PMID: 35601885 PMCID: PMC9120414 DOI: 10.3389/fdgth.2022.869812
Source DB: PubMed Journal: Front Digit Health ISSN: 2673-253X
Demographic data characteristics.
|
|
|
|
|---|---|---|
|
|
| |
| Age | 85.87 (6.19) | 86.90 (6.93) |
| Gender | Female = 36, Male = 25 | Female = 21, Male = 10 |
Predictor data characteristics.
|
|
|
|
|---|---|---|
|
|
| |
| ADL (0–16) | 0.7 (1.37) | 2.0 (1.81) |
| IADL (0–8) | 4.6 (1.35) | 3.52 (1.06) |
| MMSE (0–30) | 25.61 (4.56) | 26.48 (3.84) |
| GDS (0–15) | 2.82 (2.57) | 2.35 (2.37) |
| SF12 - PCS (0–100) | 45.26 (10.82) | 36.14 (10.03) |
| SF12 - MCS (0–100) | 52.05 (9.11) | 56.13 (6.43) |
| FAP (40–100) | 78.31 (16.0) | 64.32 (15.78) |
| Gait speed | 75.83 (25.30) | 53.41 (24.92) |
Interpretation of the variables—ADL, higher scores indicate more ADL impairment; IADL, lower scores show low function; MMSE, lower scores show more cognitive impairment; GDS, higher scores indicate depression; SF-12, low scores indicate a low level of mental or physical health; FAP, lower scores indicate poorer gait ability; Gait Speed, lower scores indicate poorer gait ability.
Fall history of study participants.
|
|
|
|
|
|---|---|---|---|
| Non-fallers ( | 48 | 9 | 4 |
| Fallers ( | 16 | 13 | 2 |
Figure 1Global explanation of the fall risk model using SHAP. This summary plot shows the relative impact of all predictors over the entire dataset. Each point represents a Shapley value for a predictor and an instance. The colors represent the higher and lower values of the predictor. The features are ordered according to the sum of SHAP value magnitudes over all samples. In this plot, based on the SHAP values for the SVM model, IADL has the highest impact and MMSE has the lowest impact in fall risk prediction.
Figure 2Explaining an individual model prediction for three different TigerPlace residents. The explanation in these plots shows predictors each contributing to push the model output from the base value (the average model output over the training dataset we passed) to the model output for an individual resident. Predictors pushing the prediction higher are shown in red, those pushing the prediction lower are in blue. (A) Model prediction explanation for resident 1. (B) Model prediction explanation for resident 2. (C) Model prediction explanation for resident 3.
Classification results in predicting 6-month fall risk.
|
|
|
|
|
|
|
|---|---|---|---|---|---|
| Logistic regression | 0.70 (0.61–0.79) | 0.69 (0.64–0.74) | 0.70 (0.67–0.73) | 0.69 (0.66–0.72) | 0.77 (0.71–0.84) |
| Decision tree classifier | 0.45 (0.40–0.50) | 0.58 (0.51–0.64) | 0.57 (0.52–0.63) | 0.63 (0.56–0.71) | |
| k-NN | 0.53 (0.39–0.68) | 0.71 (0.64–0.78) | 0.72 (0.65–0.78) | 0.78 (0.73–0.82) | |
| SVM (kernel = linear) | 0.72 (0.67–0.76) | ||||
| Random forest | 0.74 (0.64–0.84) | 0.72 (0.68–0.77) | 0.73 (0.69–0.78) | 0.73 (0.69–0.77) | 0.78 (0.74–0.83) |
Bold indicates best result in the corresponding column.