| Literature DB >> 31438926 |
Mo Zhou1, Yoshimi Fukuoka2, Ken Goldberg3, Eric Vittinghoff4, Anil Aswani5.
Abstract
BACKGROUND: Identifying individuals who are unlikely to adhere to a physical exercise regime has potential to improve physical activity interventions. The aim of this paper is to develop and test adherence prediction models using objectively measured physical activity data in the Mobile Phone-Based Physical Activity Education program (mPED) trial. To the best of our knowledge, this is the first to apply Machine Learning methods to predict exercise relapse using accelerometer-recorded physical activity data.Entities:
Keywords: Adherence; Exercise relapse; Machine learning; Physical activity
Mesh:
Year: 2019 PMID: 31438926 PMCID: PMC6704548 DOI: 10.1186/s12911-019-0890-0
Source DB: PubMed Journal: BMC Med Inform Decis Mak ISSN: 1472-6947 Impact factor: 2.796
Fig. 1Simplified example of training data augmentation. Caption: the first table shows the raw physical activity data for two different participants 1001 and 1002 before augmentation and the second table shows the resulting data after augmentation, where the first six rows are the training data and the last row is the testing data
Test AUC for predicting weeks 16–30 using the fitted model
| Week | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
|---|---|---|---|---|---|---|---|---|
| LR | 0.932 | 0.861 | 0.900 | 0.893 | 0.892 | 0.925 | 0.884 | 0.916 |
| SVM | 0.905 | 0.866 | 0.886 | 0.879 | 0.882 | 0.900 | 0.862 | 0.894 |
| Week | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Mean |
| LR | 0.876 | 0.920 | 0.912 | 0.900 | 0.900 | 0.915 | 0.899 | 0.902 |
| SVM | 0.825 | 0.900 | 0.904 | 0.885 | 0.905 | 0.889 | 0.899 | 0.886 |
Fig. 2LR and SVM Prediction results. Caption: Receiver Operating Characteristics (ROC) curve of the predictions for week 20 using Augmented LR and SVM: black solid line is LR and red dash line is SVM.
Confusion matrix of the observed and predicted class for week 20 using the augmented Logistic Regression approach with a threshold of 0.5
| True Class | ||||
| Relapse | Not Relapse | Total | ||
| Predicted class | Relapse | 25% (53) | 23% (49) | 102 |
| Not Relapse | 4% (8) | 48% (100) | 108 | |
| Total | 61 | 149 | 210 | |
Test AUC for predicting weeks 16-30 for each group using the fitted model
| Week | CONTROL Group | REGULAR Group | PLUS Group |
|---|---|---|---|
| 16 | 0.619 | 0.878 | 0.968 |
| 17 | 0.804 | 0.888 | 0.986 |
| 18 | 0.810 | 0.908 | 0.945 |
| 19 | 0.784 | 0.891 | 0.983 |
| 20 | 0.867 | 0.911 | 0.889 |
| 21 | 0.904 | 0.916 | 0.945 |
| 22 | 0.894 | 0.850 | 0.954 |
| 23 | 0.871 | 0.902 | 0.976 |
| 24 | 0.846 | 0.809 | 0.963 |
| 25 | 0.908 | 0.914 | 0.943 |
| 26 | 0.875 | 0.888 | 0.912 |
| 27 | 0.907 | 0.882 | 0.929 |
| 28 | 0.882 | 0.857 | 0.947 |
| 29 | 0.848 | 0.864 | 0.957 |
| 30 | 0.893 | 0.831 | 0.959 |
Feature importance for the fitted augmented Logistic Regression model for week 20
| Feature | Coefficient | |
|---|---|---|
| Intercept | 1.378 | 0.033 |
| Week number | −0.122 | |
| Initial average daily steps | −0.001 | |
| Average daily steps | 0.0008 | |
| Last week average daily steps | 0.0004 | |
| Initial MVPR morning | −0.029 | 0.138 |
| Initial MVPR afternoon | 0.027 | 0.041 |
| Initial MVPR evening | 0.015 | 0.242 |
| Average MVPR morning | 0.067 | 0.02 |
| Average MVPR afternoon | −0.037 | 0.103 |
| Average MVPR evening | 0.005 | 0.805 |
| Last week MVPR morning | −0.032 | 0.058 |
| Last week MVPR afternoon | 0.001 | 0.920 |
| Last week MVPR evening | −0.003 | 0.797 |
| Initial MVPA intensity | −0.158 | 0.479 |
| Average MVPA intensity | −0.354 | 0.280 |
| Last week MVPA intensity | 0.515 | |
| Average goal achieving percentage | 0.161 | 0.849 |
| Last week goal achieving percentage | 0.294 | 0.340 |
Fig. 3Simulation results for the three intervention policies. Caption: Simulation outcome of number of adhere participants after a 3-month trial with increasing spending under the three intervention policies: red solid line is DiPS based intervention; green shorter dash line is random intervention; blue dash line is step based intervention.