| Literature DB >> 35111334 |
Çağatay Berke Erdaş1, Emre Sümer1, Seda Kibaroğlu2.
Abstract
Neurodegenerative diseases occur because of degeneration in brain cells but can manifest as impairment of motor functions. One of the side effects of this impairment is an abnormality in walking. With the development of sensor technologies and artificial intelligence applications in recent years, the disease severity of patients can be estimated using their gait data. In this way, decision support applications for grading the severity of the disease that the patient suffers in the clinic can be developed. Thus, patients can have treatment methods more suitable for the severity of the disease. The presented research proposes a deep learning-based approach using gait data represented by a Quick Response code to develop an effective and reliable disease severity grading system for neurodegenerative diseases such as amyotrophic lateral sclerosis, Huntington's disease, and Parkinson's disease. The two-dimensional Quick Response data set was created by converting each one-dimensional gait data of the subjects with a novel representation approach to a Quick Response code. This data set was regressed with the convolutional neural network deep learning method, and a solution was sought for the problem of grading disease severity. Further, to demonstrate the success of the results obtained with the novel approach, native machine learning approaches such as Multilayer Perceptron, Random Forest, Extremely Randomized Trees, and K-Nearest Neighbours, and ensemble machine learning methods, such as voting and stacking, were applied on one-dimensional data. Finally, the results obtained on the prediction of disease severity by testing one-dimensional gait data with a convolutional neural network architecture that operates on one-dimensional data were included. The results showed that, in most cases, the two-dimensional convolutional neural network approach performed the best among all methods.Entities:
Keywords: CNN; Neurodegenerative diseases; QR; gait; regression
Year: 2022 PMID: 35111334 PMCID: PMC8801640 DOI: 10.1177/20552076221075147
Source DB: PubMed Journal: Digit Health ISSN: 2055-2076
The features of gait.
| Index | Contents |
|---|---|
| 0 | Elapsed Time (sec) |
| 1 | Left Stride Interval (sec) |
| 2 | Right Stride Interval (sec) |
| 3 | Left Swing Interval (sec) |
| 4 | Right Swing Interval (sec) |
| 5 | Left Swing Interval (% of stride) |
| 6 | Right Swing Interval (% of stride) |
| 7 | Left Stance Interval (sec) |
| 8 | Right Stance Interval (sec) |
| 9 | Left Stance Interval (% of stride) |
| 10 | Right Stance Interval (% of stride) |
| 11 | Double Support Interval (sec) |
| 12 | Double Support Interval (% of stride) |
Figure 1.Phases of the normal gait cycle.
Demographic data of the subjects.
| ALS (n = 13) | HD (n = 20) | PD (n = 15) | Control (n = 16) | |
|---|---|---|---|---|
| Age (years) | 55.62 ± 12.83 | 47.37 ± 12.51 | 67.20 ± 10.69 | 38.69 ± 18.73 |
| Gender (Male %) | 66.7% | 76.9% | 30.0% | 12.5% |
| Weight (kg) | 77.12 ± 21.15 | 73.47 ± 16.24 | 75.07 ± 16.90 | 66.81 ± 11.08 |
| Height (m) | 1.7446 ± 0.950 | 1.8437 ± 0.089 | 1.87 ± 0.152 | 1.833 ± 0.087 |
| BMI (kg/m2) | 25.21 ± 5.35 | 21.55 ± 4.44 | 21.21 ± 2.64 | 19.87 ± 2.71 |
| Walking speed (m/s) | 1.054 ± 0.218 | 1.15 ± 0.349 | 0.999 ± 0.202 | 1.354 ± 0.160 |
| Disease severity or duration | 19.474 ± 17.817 | 6.9 ± 3.837 | 2.8 ± 0.862 | 0-13 |
ALS: amyotrophic lateral sclerosis; HD: Huntington’s disease; PD, Parkinson’s disease.
Figure 2.General framework of the proposed method.
Figure 3.Quick Response (QR) dataset creation.
Figure 4.The two-dimensional (2D) convolutional neural network (CNN) architecture used for this study.
Results obtained with native models on ALS & control.
| Regressor |
|
| MAE | MedAE | MSE | RMSE |
|---|---|---|---|---|---|---|
| MLP | 0.61 | 0.37 | 6.29 | 3.25 | 110.98 | 10.53 |
| XT | 0.73 | 0.53 | 4.01 | 0.14 | 85.11 | 9.23 |
| RF | 0.73 | 0.53 | 4.02 | 0.09 | 82.39 | 9.08 |
| KNN | 0.69 | 0.39 | 5.07 | 1.18 | 123.69 | 11.12 |
ALS: amyotrophic lateral sclerosis; KNN: K-Nearest Neighbor; MAE: mean absolute error; MedAE: Median Absolute Error; MSE: mean squared error; RF: Random Forest; RMSE: root mean squared error; XT: Extra Trees.
Results obtained with ensemble models on ALS & control.
| Ensembler | Models |
|
| MAE | MedAE | MSE | RMSE |
|---|---|---|---|---|---|---|---|
| Voting | XT & RF | 0.73 | 0.54 | 4.00 | 0.13 | 81.04 | 9.00 |
| Stacking | XT & RF | 0.46 | 0.21 | 7.64 | 5.29 | 128.50 | 11.34 |
ALS: amyotrophic lateral sclerosis; MAE: mean absolute error; MedAE: Median Absolute Error; MSE: mean squared error; RF: Random Forest; RMSE: root mean squared error; XT: Extra Trees.
Results obtained with native models on HD & control.
| Regressor |
|
| MAE | MedAE | MSE | RMSE |
|---|---|---|---|---|---|---|
| MLP | 0.37 | 0.14 | 3.48 | 3.22 | 17.19 | 4.15 |
| XT | 0.49 | 0.24 | 2.93 | 2.32 | 15.19 | 3.90 |
| RF | 0.52 | 0.27 | 2.09 | 2.32 | 14.63 | 3.82 |
| KNN | 0.74 | 0.54 | 3.65 | 2.00 | 30.77 | 5.55 |
HD: Huntington’s disease; ; KNN: K-Nearest Neighbor; MAE: mean absolute error; MedAE: Median Absolute Error; MSE: mean squared error; RF: Random Forest; RMSE: root mean squared error; XT: Extra Trees.
Results obtained with ensemble models on HD & control.
| Ensembler | Models |
|
| MAE | MedAE | MSE | RMSE |
|---|---|---|---|---|---|---|---|
| Voting | KNN & RF | 0.32 | 0.10 | 3.04 | 1.92 | 17.92 | 4.23 |
| Stacking | KNN & RF | 0.54 | 0.29 | 4.48 | 4.48 | 25.70 | 5.07 |
HD: Huntington’s disease; KNN: K-Nearest Neighbor; MAE: mean absolute error; MedAE: Median Absolute Error; MSE: mean squared error; RF: Random Forest; RMSE: root mean squared error.
Results obtained with native models on PD & control.
| Regressor |
|
| MAE | MedAE | MSE | RMSE |
|---|---|---|---|---|---|---|
| MLP | 0.68 | 0.46 | 0.87 | 0.70 | 1.20 | 1.10 |
| XT | 0.78 | 0.61 | 0.58 | 0.28 | 0.86 | 0.93 |
| RF | 0.78 | 0.62 | 0.86 | 0.28 | 0.86 | 0.93 |
| KNN | 0.72 | 0.52 | 0.72 | 0.44 | 1.08 | 1.04 |
KNN: K-Nearest Neighbor; MAE: mean absolute error; MedAE: Median Absolute Error; MSE: mean squared error; PD, Parkinson’s disease; RF: Random Forest; RMSE: root mean squared error; XT: Extra Trees.
Results obtained with ensemble models on PD & control.
| Ensembler | Models | Features |
|
| MAE | MedAE | MSE | RMSE |
|---|---|---|---|---|---|---|---|---|
| Voting | XT & RF | 0.79 | 0.62 | 0.58 | 0.29 | 0.85 | 0.92 | 0.79 |
| Stacking | XT & RF | 0.63 | 0.39 | 1.03 | 0.89 | 1.35 | 1.16 | 0.63 |
MAE: mean absolute error; MedAE: Median Absolute Error; MSE: mean squared error; PD, Parkinson’s disease; RF: Random Forest; RMSE: root mean squared error; XT: Extra Trees.
1D CNN performance achieved for all subsets.
| Subset |
|
| MAE | MedAE | MSE | RMSE |
|---|---|---|---|---|---|---|
| ALS & Control | 0.61 | 0.37 | 6.25 | 3.48 | 110.26 | 10.50 |
| HD & Control | 0.39 | 0.15 | 3.27 | 3.05 | 16.90 | 4.11 |
| PD & Control | 0.7 | 0.49 | 0.79 | 0.56 | 1.14 | 1.07 |
ALS: amyotrophic lateral sclerosis; CNN, convolutional neural network; HD: Huntington’s disease; MAE: mean absolute error; MedAE: Median Absolute Error; MSE: mean squared error; PD, Parkinson’s disease; RMSE: root mean squared error; 1D, one-dimensional.
2D CNN performance achieved for all subsets.
| Subset |
|
| MAE | MedAE | MSE | RMSE |
|---|---|---|---|---|---|---|
| ALS & Control | 0.88 | 0.79 | 3.96 | 2.55 | 37.48 | 6.12 |
| HD & Control | 0.83 | 0.69 | 1.86 | 1.44 | 6.19 | 2.49 |
| PD & Control | 0.79 | 0.62 | 0.71 | 0.58 | 0.85 | 0.92 |
ALS: amyotrophic lateral sclerosis; ; CNN, convolutional neural network; HD: Huntington’s disease; MAE: mean absolute error; MedAE: Median Absolute Error; MSE: mean squared error; PD, Parkinson’s disease; RMSE: root mean squared error; 2D, two-dimensional.