Skip to main content

ORIGINAL RESEARCH article

Front. Neurol., 05 January 2024
Sec. Movement Disorders
This article is part of the Research Topic Remote monitoring technologies in neurodegenerative movement disorders View all 5 articles

A deep learning wearable-based solution for continuous at-home monitoring of upper limb goal-directed movements

  • 1BioSensics LLC, Newton, MA, United States
  • 2Department of Physical Medicine and Rehabilitation, Harvard Medical School Spaulding Rehabilitation Hospital, Boston, MA, United States

Introduction: Monitoring upper limb function is crucial for tracking progress, assessing treatment effectiveness, and identifying potential problems or complications. Hand goal-directed movements (GDMs) are a crucial aspect of daily life, reflecting planned motor commands with hand trajectories towards specific target locations. Previous studies have shown that GDM tasks can detect early changes in upper limb function in neurodegenerative diseases and can be used to track disease progression over time.

Methods: In this study, we used accelerometer data from stroke survivor participants and controls doing activities of daily living to develop an automated deep learning approach to detect GDMs. The model performance for detecting GDM or non-GDM from windowed data achieved an AUC of 0.9, accuracy 0.83, sensitivity 0.81, specificity 0.84 and F1 0.82.

Results: We further validated the utility of detecting GDM by extracting features from GDM periods and using these features to classify whether the measurements are collected from a stroke survivor or a control participant, and to predict the Fugl-Meyer assessment score from stroke survivors.

Discussion: This study presents a promising and reliable tool for monitoring upper limb function in a real-world setting, and assessing biomarkers related to upper limb health in neurological, neuromuscular and muscles disorders.

Introduction

Objective and quantitative assessment of lower and upper limb movement and functions can facilitate early detection, disease progression monitoring, and development of personalized treatment plans for individuals with neurological disorders. Goal-directed movements (GDMs) are the atomic components of upper limb movements, and the movement patterns depend on the planned motor commands with hand trajectories toward specific target locations (1). In GDMs, the central nervous system (CNS) coordinates between multiple muscle groups to work together in a specific sequence and timing to achieve a desired outcome. (2). The CNS receives sensory information about the goal and the environment and uses this information to plan and execute the movement. This process involves several stages, including sensory processing, motor planning, motor programming, and execution. GDMs are a crucial aspect of daily life for carrying out tasks such as reaching, grasping, and manipulating objects. For example, stroke can adversely affect GDMs in multiple ways, including motor impairments, sensory processing deficits, and cognitive deficits. In stroke rehabilitation, remote and quantitative assessment of GDMs is essential for the clinicians to assess the patient’s progress towards achieving functional goals (35).

Accelerometers provide a convenient way to measure upper limb movements and can be used to measure different movement patterns by detecting changes in acceleration. Previous methods rely on activity counts to measure upper limb function, usually by counting the number of zero crossings in the acceleration signal (68). However, activity counts provide an overall measure of upper limb movements, but are unable to differentiate between purposeful and non-purposeful movements, and do not provide information about the quality or complexity of the movements being performed (911). In contrast, GDM specifically measures upper limb function. Previous research has shown that GDM tasks can detect early changes in upper limb function in neurodegenerative diseases and can be used to track disease progression over time (1215). Accelerometer data can provide a cost-effective solution to measure GDMs for measuring upper limb function and health in neurodegenerative, neuromuscular and muscle diseases.

Automated assessments of GDM have advantages over manual assessments, including reducing the potential for human error and subjectivity, offering more frequent and convenient assessments, tracking disease progression, detecting subtle changes in movement, and being more cost-effective. These benefits are particularly important for neurorehabilitation settings where precise and reliable neuromotor assessments are critical for patient outcomes, and for conditions such as Parkinson’s disease and ALS where frequent and accurate assessments can help with identifying changes in function and inform treatment decisions. Recent works thus explored machine learning approaches to automatically detect GDM from sensor measurements towards stroke rehabilitation applications (1620), with ensemble models such as XGBoost attaining the best prediction performance (17). While deep learning models in this setting have also been tested (2123), these works have been limited to traditional convolutional neural network architectures. In broader classification applications on multivariate time-series data such as multi-channel accelerometer measurements, state-of-the-art deep learning models comprise transformer architectures (24) and improved convolutional architectures with model-specific explainability (25).

Motivated by these studies, we developed an automated method of detecting GDM from wrist-worn accelerometer data via three approaches comprising both shallow and deep models using the data previously reported in (16). In classifying windowed accelerometer data as GDM or non-GDM, we demonstrated that a state-of-the-art deep learning model outperforms existing shallow models designed for stroke rehabilitation applications. We further validated the utility of detecting GDM by extracting features from GDM periods and using these features to predict whether the measurements are collected from a stroke survivor or a negative control participant. In addition, the features were also used to predict the Fugl-Meyer Assessment [FMA, (26)] score, a stroke-specific performance-based impairment index, from stroke survivors. The prediction performance was compared to the performance from models that used the entire recordings to extract the features, rather than only GDM periods.

Methods

Dataset

The accelerometer and label data in this study was previously used in (16). The reader can refer to the previous publication for greater detail. Here a summary is presented.

30 participants were recruited for the study, from which 20 were stroke survivors (mean 54.4, SD 10.1 years old; time since stroke mean 4.6, SD 5.5 years; FMA average 37, SD 8), and 10 controls (age 53.8, SD 11.4 years old). Stroke survivors were recruited from Spaulding Rehabilitation Hospital (SRH) inpatient and outpatient units. All subjects provided written informed consent and the study was approved by the SRH Institutional Review Board.

Study design

Participants wore a six-axis inertial measurement unit (IMUs, Shimmer Research, Ireland) on each wrist and performed tasks resembling different types of ADL. Specifically, participants performed unimanual, bimanual and passive tasks. Table 1 explains the performed tasks for each category. Each motor task was repeated 3 times and therapist scripted and timed all the tasks. The entire experiment was videotaped and synchronized with the sensor data.

TABLE 1
www.frontiersin.org

Table 1. Description of the tasks for each type of movement performed while accelerometer data was recorded.

Data labeling

Sensor data was labeled by inspecting the videos in segments of 2.5 s. Each segment was labeled as unimanual, bimanual, passive or task-free. During unimanual movements, the opposite side sensor data was labeled as task-free. For the GDM detection task, bimanual and active-side unimanual were categorized as GDM movements and the passive-side unimanual, passive and task-free were categorized as non-GDM.

Data analysis

The six-axis IMU has an accelerometer that detects acceleration and a gyroscope that measures rotation. For this study, only the accelerometer was used, given that the energy consumption of the accelerometer is lower than gyroscope (16). That makes it better suited for long-term remote monitoring.

Triaxial acceleration time series for each wrist IMU were band-passed between 0.1 and 12 Hz with a 4th order butterworth filter to remove the inertial gravity component and high frequency activity, and then down sampled to 25 Hz. Triaxial velocity data was estimated by integrating acceleration data. Then, the same band-pass filter was applied. High frequency cut-off did not discard any activity measurements, as typical movements attain at most 10 Hz frequency (27).

A sliding window of 3 s with 70% overlap was used to segment the data for training the classification model, as these parameters ensure enough data to capture a GDM, and with the overlap more data is obtained for the model to better generalize. At each window, if one third of the time points were labeled as GDM, the entire window was labeled as GDM movement. For each IMU, data were windowed separately. In total, 49,254 6-dimensional time windows were extracted, with 21% labeled as GDM. Optimal window size and overlap were determined from validation set performance, as explained below.

A leave-one-subject-out (LOSO) cross-validation was used to test model performance. Ten percent of the training subjects for each cross-validation split were further held-out as validation data and remaining training subjects were used for training. Data normalization was performed by subtracting the population mean from each sample and dividing the resulting values by the population standard deviation, where mean and standard deviations were estimated from the training set for each split. As the distribution of GDM vs. non-GDM windows was imbalanced, the training objective for each class was weighted with the ratio of the other class in training. The validation set was used for early-stopping of model training and for finding the optimal probability threshold to differentiate the two classes. The optimal threshold was found by taking the geometric mean of the true positive rate and the true negative rate (28).

We tested three state-of-the art classification methods for multivariate time-series signals to differentiate GDM activity windows from others. The models used were from the python package TSAI (29). To begin with, we employed a decision-tree classifier using gradient boosting termed XGBoost. XGBoost was designed particularly to tackle small and imbalanced datasets via ensembling and pruning (30). Moreover, it outperformed other non-deep learning models in multivariate time-series classification tasks, including measuring activities of daily living (17), and attained comparable performance to deep learning (24).

One of the deep learning classifiers we employed was a transformer model (24). To initialize the transformer classifier weights, an autoencoder model comprising a transformer encoder and a fully-connected decoder was trained over the multivariate time-series samples in the training set by minimizing a masked reconstruction error loss in an unsupervised manner. The transformer encoder architecture followed the well-known design by Vaswani et al. (31), with the modifications of fully-trainable positional encoding, batch normalization and the same hyperparameters as optimized by Zerveas et al. (24). Following unsupervised pre-training, the decoder was replaced by a fully-connected layer with a scalar output and sigmoid activation. The resulting transformer classifier was fine-tuned by minimizing a cross-entropy loss to classify each input window as GDM or non-GDM. As transformer training took significantly longer than other methods, we tested this model via 5-fold cross validation with stratified partitioning over stroke survivors and controls.

The other deep learning approach was an eXplainable Convolutional Neural Network, which aggregated features from 1D and 2D convolutions with model interpretability via Gradient-weighted Class Activation Mapping [XCM, (25)]. This model was designed for multivariate time-series classification and has been shown to outperform other models when classifying physiological signals. In our application, XCM also performed the best out of all competing methods, as we discuss below.

To demonstrate the utility of the trained model beyond GDM detection, we tested if features from the inferred GDM periods from both hands can better classify stroke survivors and controls compared to features extracted from all the recordings. In addition, we tested if FMA can be better predicted with GDM features from both hands compared to features from the entire recordings. Total of 28 features were estimated from the acceleration and velocity time series. The time series were either tri-axial or magnitudes over the three axes. Tri-axial measures included the correlation between axis pairs and the number, mean length and length entropy of zero crossing segments. Measures based on magnitude were the minimum, maximum, median, root mean square, the domain frequency over energy (the peak frequency divided by the total spectrum), skewness, kurtosis, and entropy. Elastic net regression was used to classify or predict, and LOSO validation was used to quantify the model performance.

Results

In total, 1,830 activity periods were labeled, with 961 task-free, 79 passive, 249 unimanual and 541 bimanual activities. This corresponded to 608 h of task-free activity, 44.5 h of passive activity, 56 h of unilateral movements and 138.5 h of bilateral movements. The stroke participants represented 72.5% of the data. As only the affected side for stroke patients or the non-dominant side for controls was used during unimanual activities, the passive side was labeled as non-GDM for these activities. When a sliding window of 3 s with a 70% overlap was applied, the total number of windowed time series used for training and testing were 49,254, out of which 21% were labeled as goal-directed movements. This includes both right and left side IMU accelerometer data.

A LOSO cross validation was used to assess GDM activity detection performances of XGBoost, Transformer and XCM models. The model performance was calculated over the test set of each cross validation split with respect to Area under the receiver operating characteristic (AUC), sensitivity, specificity and F1 score metrics. Average AUC, sensitivity, specificity and F1 score metrics for all methods are reported in Table 2. XCM outperformed other shallow and deep models and attained 0.90 AUC, 0.81 sensitivity, 0.84 specificity and 0.82 F1 score. The receiver operating characteristic curve (ROC) for the XCM model is visualized in Figure 1 for Positive class, i.e., GDM labels, includes the active hand during unimodal movements and both hands during bimanual activities, while non-GDM labels include the passive hand during unilateral movements and passive activities such as walking and standing up from a chair without armrest, and task-free periods where subjects are not performing either task. To further analyze the performance of the XCM model during different tasks, the accuracy in different tasks was calculated separately for the stroke survivors and controls, with results presented in Table 3. For both groups, accuracy calculated over different sides were close to each other, showing promise for generalization performance of XCM.

TABLE 2
www.frontiersin.org

Table 2. GDM activity detection performance.

FIGURE 1
www.frontiersin.org

Figure 1. ROC-AUC for differentiating GDM from non-GDM movements.

TABLE 3
www.frontiersin.org

Table 3. Model performance for different tasks in stroke survivor and control groups.

An elastic net logistic regression model (32) was trained to differentiate between stroke survivors and controls using features extracted solely from periods labeled as GDM by the XCM model and using features extracted from the entire recording. A LOSO cross-validation was used and the performance was assessed with average accuracy, sensitivity and specificity. The model using GDM features outperformed the setting of using entire recordings, with a balanced accuracy of 0.9, sensitivity of 1 and specificity of 0.8, compared to an accuracy of 0.75, sensitivity of 1 and specificity of 0.5. This indicates that features learned from GDM windows have more information to differentiate between groups, showing further promise for rehabilitation applications. Table 4 shows the group statistics for GDM features and their statistical significance.

TABLE 4
www.frontiersin.org

Table 4. GDM extracted features group statistics.

Figure 2A shows the largest logistic regression coefficient magnitudes corresponding to features extracted from GDM periods that contributed most to classification. The regression performance for FMA scores was also higher when using GDM features, with a mean absolute error of 6.9 and an explained variance of 21%, compared to a mean absolute error of 8 and an explained variance of 0.6%. Figure 2B shows the largest elastic net linear regression coefficient magnitudes for the most important features in predicting FMA scores.

FIGURE 2
www.frontiersin.org

Figure 2. Models feature coefficients. (A) Feature coefficients for classifying stroke survivors from controls. Red indicates that the mean in the stroke group is higher than controls. (B) Feature coefficients for regression FMA, colors from yellow to dark blue indicate larger to smaller correlation between the feature and FMA scores. (C) Boxplot for the feature with the largest contribution in the classification. (D) Scatter plot between FMA scores and the largest feature contributing to FMA prediction with a correlation coefficient of 0.6. Acc, acceleration; Vel, velocity; entro, entropy; N, number.

Discussion

In this study, we trained three machine learning models on accelerometer data to detect goal-directed movements during tasks resembling activities of daily living. The best performing deep learning model achieved an AUC of 0.90 and a balanced accuracy of 0.83, which is a promising result for this type of task. Previously, (16) achieved an 0.87 AUC, a true positive rate of 0.79 and a true negative rate of 0.78, training on data from unimanual, bimanual and passive tasks using a Random Forest classifier. Our deep learning approach via XCM not only outperforms Random Forest in GDM detection with respect to three classification metrics (Table 2), but also does not discard task-free recordings. Thus, the proposed model has been trained on and can attain high accuracy over a wider range of ADL, and thus, is more generalizable to real-life applications.

An interesting aspect of our study is that 60% of the dataset comprised stroke survivors. The performance of the model was slightly lower for this group compared to the control group. This could be due to the nature of movements in stroke survivors, which can be more variable and less well-defined than in healthy individuals. An additional possible explanation for this discrepancy is that stroke survivors may exhibit idiosyncratic patterns of movement that are specific to individual types of stroke and locations of neurological damage. These individual differences may have impacted the model’s ability to accurately detect GDM. Therefore, future studies may need to account for these individual differences in order to improve the accuracy and generalizability of our approach. This could include collecting data from a larger and more diverse sample of stroke survivors, as well as analyzing the effects of different types of stroke and locations of neurological damage on movement patterns.

The results in this study have important implications in clinical care for individuals with neurological, neuromuscular and muscle disorders, as well as for the field of rehabilitation, as automatic detection of goal-directed movements can be used to monitor patients’ progress and provide feedback to clinicians. While previous studies have used various algorithms to detect upper limb function (3336), our use of state-of-the-art deep learning models is a relatively new approach to specifically detect GDM. Compared to previous studies, our model achieved comparable or even better results. For example, (37) reported an accuracy of 88% in controls and 70% in stroke survivors for detecting three types of arm movements using accelerometer data, while (38) reported an accuracy of 84.5% for detecting hand gestures using electromyography and accelerometer data.

Our study goes beyond simply detecting GDM and demonstrates the usefulness of extracting features from detected GDM periods. Specifically, we used these features to predict whether the participant was a stroke survivor or a control participant and to predict the FMA score, which is a stroke-specific performance-based impairment index. The model trained on features from GDM periods outperformed the model trained on features from the entire recording. Furthermore, we found that the performance of regression of FMA scores was also higher when using GDM features. These results suggest that not only can our deep learning model accurately detect goal-directed movements, but also the features extracted from these movements have additional information that can be used to differentiate between stroke survivors and control participants and to predict stroke-specific impairment. The most important features for classification and regression were related to zero crossings and indicate movement discontinuities with acceleration or velocity changing directions.

While wrist-worn accelerometers may not capture all movement nuances such as rotation and elevation, they offer a cost-effective means for continuous monitoring. This approach, although not perfect, holds promise for applications like remote patient monitoring and rehabilitation. By continuously recording accelerometer data and then sending them to the cloud for processing, meaningful features from GDM can be extracted. These features can be valuable for clinical practitioners and as outcomes in clinical trials.

In conclusion, our study shows that a deep learning model can achieve high levels of accuracy for automatic detection of goal-directed movements, even with data collected from stroke survivors, and suggests that deep learning models are a good candidate for monitoring upper limb function using wrist-worn accelerometers. Our results have important implications for the field of remote patient monitoring and rehabilitation.

Data availability statement

The datasets generated and analysed during the current study are proprietary and not publicly available due to being supported by an NIH Small Business grant award. As outlined in the 2023 NIH Data Management & Sharing Policy, “SBIR and Small Business Technology Transfer (STTR) recipients may retain the rights to data generated during the performance of an SBIR or STTR award for up to 20 years after the award date, per the SBIR and STTR Program Policy Directive but are available on reasonable request from the corresponding author.

Ethics statement

The studies involving humans were approved by the SRH Institutional Review Board. The studies were conducted in accordance with the local legislation and institutional requirements. The participants provided their written informed consent to participate in this study.

Author contributions

İY: Conceptualization, Formal analysis, Methodology, Writing – original draft. RM: Formal analysis, Writing – original draft. PB: Project administration, Resources, Writing – review & editing. AV: Conceptualization, Methodology, Supervision, Writing – original draft. AN: Conceptualization, Formal analysis, Methodology, Writing – original draft.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. Research reported in this publication was supported by the Eunice Kennedy Shriver National Institute Of Child Health & Human Development of the National Institutes of Health under Award Number R44HD084035. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.

Conflict of interest

AN, İY, RM, and AV were with BioSensics LLC, the manufacturer of the wearable sensors used in this study. AV was the Founder of BioSensics LLC.

The remaining author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

1. Desmurget, M, Pélisson, D, Rossetti, Y, and Prablanc, C. From eye to hand: planning goal-directed movements. Neurosci Biobehav Rev. (1998) 22:761–88. doi: 10.1016/S0149-7634(98)00004-9

CrossRef Full Text | Google Scholar

2. Elliott, D, Hansen, S, Grierson, LEM, Lyons, J, Bennett, SJ, and Hayes, SJ. Goal-directed aiming: two components but multiple processes. Psychol Bull. (2010) 136:1023–44. doi: 10.1037/a0020958

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Bezuidenhout, L, Joseph, C, Einarsson, U, Thurston, C, Hagströmer, M, and Conradsson, DM. Accelerometer assessed upper limb activity in people with stroke: a validation study considering ambulatory and non-ambulatory activities. Disabil Rehabil. (2022) 44:8463–70. doi: 10.1080/09638288.2021.2012838

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Lang, CE, Waddell, KJ, Barth, J, Holleran, CL, Strube, MJ, and Bland, MD. Upper limb performance in daily life approaches plateau around three to six weeks post-stroke. Neurorehabil Neural Repair. (2021) 35:903–14. doi: 10.1177/15459683211041302

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Shim, S, Kim, H, and Jung, J. Comparison of upper extremity motor recovery of stroke patients with actual physical activity in their daily lives measured with accelerometers. J Phys Ther Sci. (2014) 26:1009–11. doi: 10.1589/jpts.26.1009

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Feito, Y, Bassett, DR, and Thompson, DL. Evaluation of activity monitors in controlled and free-living environments. Med Sci Sports Exerc. (2012) 44:733–41. doi: 10.1249/MSS.0b013e3182351913

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Neishabouri, A, Nguyen, J, Samuelsson, J, Guthrie, T, Biggs, M, Wyatt, J, et al. Quantification of acceleration as activity counts in ActiGraph wearable. Sci Rep. (2022) 12:11958. doi: 10.1038/s41598-022-16003-x

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Troiano, RP, McClain, JJ, Brychta, RJ, and Chen, KY. Evolution of accelerometer methods for physical activity research. Br J Sports Med. (2014) 48:1019–23. doi: 10.1136/bjsports-2014-093546

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Hayward, KS, Eng, JJ, Boyd, LA, Lakhani, B, Bernhardt, J, and Lang, CE. Exploring the role of accelerometers in the measurement of real world upper-limb use after stroke. Brain Impair. (2016) 17:16–33. doi: 10.1017/BrImp.2015.21

CrossRef Full Text | Google Scholar

10. Noorkõiv, M, Rodgers, H, and Price, CI. Accelerometer measurement of upper extremity movement after stroke: a systematic review of clinical studies. J Neuroeng Rehabil. (2014) 11:144. doi: 10.1186/1743-0003-11-144

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Rast, FM, and Labruyère, R. Concurrent validity of different sensor-based measures: activity counts do not reflect functional hand use in children and adolescents with upper limb impairments. Arch Phys Med Rehabil. (2022) 103:1967–74. doi: 10.1016/j.apmr.2022.03.021

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Block, VAJ, Pitsch, E, Tahir, P, Cree, BAC, Allen, DD, and Gelfand, JM. Remote physical activity monitoring in neurological disease: a systematic review. PLoS One. (2016) 11:e0154335. doi: 10.1371/journal.pone.0154335

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Lamontagne, A, Fung, J, McFadyen, BJ, and Faubert, J. Modulation of walking speed by changing optic flow in persons with stroke. J Neuroeng Rehabil. (2007) 4:22. doi: 10.1186/1743-0003-4-22

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Maschke, M, Gomez, CM, Ebner, TJ, and Konczak, J. Hereditary cerebellar Ataxia progressively impairs force adaptation during goal-directed arm movements. J Neurophysiol. (2004) 91:230–8. doi: 10.1152/jn.00557.2003

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Muilwijk, D, Verheij, S, Pel, JJ, Boon, AJ, and van der Steen, J. Changes in timing and kinematics of goal directed eye-hand movements in early-stage Parkinson’s disease. Transl Neurodegen. (2013) 2:1. doi: 10.1186/2047-9158-2-1

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Lee, SI, Adans-Dester, CP, Grimaldi, M, Dowling, AV, Horak, PC, Black-Schaffer, RM, et al. Enabling stroke rehabilitation in home and community settings: a wearable sensor-based approach for upper-limb motor training. IEEE J Transl Eng Health Med. (2018) 6:1–11. doi: 10.1109/JTEHM.2018.2829208

CrossRef Full Text | Google Scholar

17. Chen, PW, Baune, NA, Zwir, I, Wang, J, Swamidass, V, and Wong, AW. Measuring activities of daily living in stroke patients with motion machine learning algorithms: a pilot study. Int J Environ Res Public Health. (2021) 18:1634. doi: 10.3390/ijerph18041634

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Meng, L, Zhang, A, Chen, C, Wang, X, Jiang, X, Tao, L, et al. Exploration of human activity recognition using a single sensor for stroke survivors and able-bodied people. Sensors. (2021) 21:799. doi: 10.3390/s21030799

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Miao, S, Shen, C, Feng, X, Zhu, Q, Shorfuzzaman, M, and Lv, Z. Upper limb rehabilitation system for stroke survivors based on multi-modal sensors and machine learning. IEEE Access. (2021) 9:30283–91. doi: 10.1109/ACCESS.2021.3055960

CrossRef Full Text | Google Scholar

20. Razfar, N., Kashef, R., and Mohammadi, F. Assessing stroke patients movements using inertial measurements through the advances of ensemble learning technology. In 2021 IEEE 23rd Int Conf on High Performance Computing & Communications; 7th Int Conf on Data Science & Systems; 19th Int Conf on Smart City; 7th Int Conf on dependability in sensor, Cloud & big Data Systems & application (Haikou, Hainan, China: HPCC/DSS/SmartCity/DependSys) (2021). (pp. 1482-1489).

Google Scholar

21. Boukhennoufa, I., Zhai, X., McDonald-Maier, K.D., Utti, V., and Jackson, J. Improving the activity recognition using GMAF and transfer learning in post-stroke rehabilitation assessment. In 2021 IEEE 19th world symposium on applied machine intelligence and informatics (SAMI) Herl’any, Slovakia, (2021) (pp. 000391-000398).

Google Scholar

22. Panwar, M, Biswas, D, Bajaj, H, Jöbges, M, Turk, R, Maharatna, K, et al. Rehab-net: deep learning framework for arm movement classification using wearable sensors for stroke rehabilitation. IEEE Trans Biomed Eng. (2019) 66:3026–37. doi: 10.1109/TBME.2019.2899927

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Boukhennoufa, I., Zhai, X., Utti, V., Jackson, J., and McDonald-Maier, K.D. A comprehensive evaluation of state-of-the-art time-series deep learning models for activity-recognition in post-stroke rehabilitation assessment. In 2021 43rd annual international conference of the IEEE engineering in Medicine & Biology Society (EMBC) Mexico, (2021). (pp. 2242–2247).

Google Scholar

24. Zerveas, G, Jayaraman, S, Patel, D, Bhamidipaty, A, and Eickhoff, C. A transformer-based framework for multivariate time series representation learning In: Proceedings of the 27th ACM SIGKDD conference on Knowledge Discovery & Data Mining. (New York, NY, USA: Association for Computing Machinery), (2021). 2114–24.

Google Scholar

25. Fauvel, K, Lin, T, Masson, V, Fromont, É, and Termier, A. Xcm: an explainable convolutional neural network for multivariate time series classification. Mathematics. (2021) 9:3137. doi: 10.3390/math9233137

CrossRef Full Text | Google Scholar

26. Gladstone, DJ, Danells, CJ, and Black, SE. The Fugl-Meyer assessment of motor recovery after stroke: a critical review of its measurement properties. Neurorehabil Neural Repair. (2002) 16:232–40. doi: 10.1177/154596802401105171

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Song, MH, and Godøy, RI. How fast is your body motion? Determining a sufficient frame rate for an optical motion tracking system using passive markers. PLoS One. (2016) 11:e0150993. doi: 10.1371/journal.pone.0150993

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Fawcett, T. An introduction to ROC analysis. Pattern Recogn Lett. (2006) 27:861–74. doi: 10.1016/j.patrec.2005.10.010

CrossRef Full Text | Google Scholar

29. Oguiza, I. (2023). Tsai - a state-of-the-art deep learning library for time series and sequential data [GitHub]. Available at: https://github.com/timeseriesAI/tsai

Google Scholar

30. Chen, T., and Guestrin, C. Xgboost: a scalable tree boosting system. In proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining. (New York, NY, USA: Association for Computing Machinery), (2016). (pp. 785–794).

Google Scholar

31. Vaswani, A, Shazeer, N, Parmar, N, Uszkoreit, J, Jones, L, Gomez, AN, et al. Attention is all you need. Adv Neural Inf Proces Syst. (2017) 30:5998–6008.

Google Scholar

32. Hastie, T, Tibshirani, R, and Friedman, J. Shrinkage Methods In: The elements of statistical learning: data mining, inference, and prediction. 2nd ed. New York: Springer (2017). 61–79.

Google Scholar

33. Baraka, A, Shaban, H, El-Nasr, MA, and Attallah, O. Wearable accelerometer and sEMG-based upper limb BSN for tele-rehabilitation. NATO Adv Sci Inst Ser E. (2019) 9:2795. doi: 10.3390/app9142795

CrossRef Full Text | Google Scholar

34. Narai, E, Hagino, H, Komatsu, T, and Togo, F. Accelerometer-based monitoring of upper limb movement in older adults with acute and subacute stroke. J Geriatr Phys Ther. (2016) 39:171–7. doi: 10.1519/JPT.0000000000000067

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Lee, SI, Liu, X, Rajan, S, Ramasarma, N, Choe, EK, and Bonato, P. A novel upper-limb function measure derived from finger-worn sensor data collected in a free-living setting. PLoS One. (2019) 14:e0212484. doi: 10.1371/journal.pone.0212484

PubMed Abstract | CrossRef Full Text | Google Scholar

36. De, NM, Bussmann, JB, Ribbers, GM, and Stam, HJ. The stroke upper-limb activity monitor: its sensitivity to measure hemiplegic upper-limb activity during daily life. Arch Phys Med Rehabil. (2007) 88:1121–6. doi: 10.1016/j.apmr.2007.06.005

CrossRef Full Text | Google Scholar

37. Biswas, D, Cranny, A, Gupta, N, Maharatna, K, Achner, J, Klemke, J, et al. Recognizing upper limb movements with wrist worn inertial sensors using K-means clustering classification. Hum Mov Sci. (2015) 40:59–76. doi: 10.1016/j.humov.2014.11.013

PubMed Abstract | CrossRef Full Text | Google Scholar

38. Guerra, Jorge, Uddin, Jasim, Nilsen, Dawn, Mclnerney, James, Fadoo, Ammarah, Omofuma, Isirame B., et al. “Capture, learning, and classification of upper extremity movement primitives in healthy controls and stroke patients.” 2017 International Conference on Rehabilitation Robotics (ICORR), London, UK, (2017), pp. 547–554.

Google Scholar

Keywords: deep learning, stroke diagnosis, upper limb function, accelerometer, wearables

Citation: Nunes AS, Yildiz Potter İ, Mishra RK, Bonato P and Vaziri A (2024) A deep learning wearable-based solution for continuous at-home monitoring of upper limb goal-directed movements. Front. Neurol. 14:1295132. doi: 10.3389/fneur.2023.1295132

Received: 15 September 2023; Accepted: 28 November 2023;
Published: 05 January 2024.

Edited by:

Genko Oyama, Juntendo University, Japan

Reviewed by:

Robert LeMoyne, Northern Arizona University, United States
Christina Salchow-Hömmen, Charité University Medicine Berlin, Germany
Alessandro Puiatti, University of Applied Sciences and Arts of Southern Switzerland, Switzerland

Copyright © 2024 Nunes, Yildiz Potter, Mishra, Bonato and Vaziri. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Ashkan Vaziri, ashkan.vaziri@biosensics.com

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.