Skip to main content

BRIEF RESEARCH REPORT article

Front. Neurol., 19 May 2021
Sec. Neurorehabilitation
This article is part of the Research Topic Long Term Disability in Neurological Disease: A Rehabilitation Perspective View all 20 articles

Artificial Neural Network Analyzing Wearable Device Gait Data for Identifying Patients With Stroke Unable to Return to Work

  • 1Department of Psychology, Sapienza University of Rome, Rome, Italy
  • 2Scientific Institute for Research, Hospitalization and Healthcare (IRCCS) Santa Lucia Foundation, Rome, Italy
  • 3Occupational Therapy and Ergonomics Unit, Istituti Clinici Scientifici Maugeri IRCSS, Pavia, Italy
  • 4Department of Occupational and Environmental Medicine, Epidemiology and Hygiene, Italian Workers' Compensation Authority (INAIL), Rome, Italy
  • 5Occupational Therapy and Ergonomics Unit, Istituti Clinici Scientifici Maugeri IRCSS, Montescano, Italy

A potential dramatic effect of long-term disability due to stroke is the inability to return to work. An accurate prognosis and the identification of the parameters inflating the possibility of return to work after neurorehabilitation are crucial. Many factors may influence it, such as mobility and, in particular, walking ability. In this pilot study, two emerging technologies have been combined with the aim of developing a prognostic tool for identifying patients able to return to work: a wearable inertial measurement unit for gait analysis and an artificial neural network (ANN). Compared with more conventional statistics, the ANN showed a higher accuracy in identifying patients with respect to healthy subjects (90.9 vs. 75.8%) and also in identifying the subjects unable to return to work (93.9 vs. 81.8%). In this last analysis, the duration of double support phase resulted the most important input of the ANN. The potentiality of the ANN, developed also in other fields such as marketing on social networks, could allow a powerful support for clinicians that today should manage a large amount of instrumentally recorded parameters in patients with stroke.

Introduction

In a complex and fast-changing environment in which a growing amount of data is everyday collected, there is a need to find patterns and connections to make better decisions at every turn. Artificial neural networks (ANNs) are increasingly being used with these purposes. An artificial neural network is a machine learning algorithm inspired on the brain biological neural networks, with an artificial intelligence inspired by the human one (1). Among all the artificial intelligences, ANNs are a type of model for machine learning widely used, for example, in social networks to define customer profiles and discover their preferences, hence optimizing marketing campaigns.

In the scientific healthcare field, there is a growing amount of electronic data, deriving from sensors and electronic clinical sheets, that may favor a medical outcome analysis, for example, for predicting the length of a hospital stay or the risk of fall associated to a walking patient. However, given the wide amount of data, there is a need for automatic analysis that could have the ability to discover complex relationships in the data and generate accurate performing predictive models. In this field, ANNs are becoming relatively competitive to prognostic regressions and other conventional statistical models (2).

An artificial neural network is a non-linear data computational model consisting of input and output layers plus one or more hidden layers. The connections between neurons in each layer have associated weights, which are iteratively adjusted by the training algorithm to minimize error and provide accurate predictions (3).

For patients with stroke, artificial neural networks have been used as models for screening (4), risk identification (5), or as a prognostic tool (6). Lee and colleagues were pioneers in using an ANN with an accuracy of about 80% in identifying movement disorders from spatial parameters obtained by video analysis of gait (7). Scheffer and Cloete had the intuition of the potentialities of combining two emerging technologies: an artificial neural network and inertial motion capture (8). In their study, the ANN was able to correctly classify patients with stroke in 99.4% of cases with respect to healthy subjects starting from the data of an inertial measurement unit (IMU). So, they suggested the usability of the ANN and IMU for planning gait rehabilitation therapy and monitoring its outcomes in stroke. For years, gait analysis was performed using complex stereophotogrammetric systems requiring large economic and temporal resources, whereas now there is a wide diffusion of more simply (despite less informative) wireless inertial sensors that allow to compute the spatiotemporal parameters of gait and trunk kinematics during walking (911). Among the information provided by IMUs, the upright gait stability has been associated to the risk of fall (12), and walking speed resulted an important prognostic factor of functional recovery (13), community mobility, and quality of life in patients with stroke (14).

We have recently highlighted that in subjects in which stroke occurred in their working age, the long-term disability affects the possibility to return to work (RTW) and, in turn, the quality of life after discharge from a rehabilitation hospital (15). In fact, psychological and economic problems can be related to the impossibility to return to work after stroke, as it occurs in about 80% of workers suddenly impaired by stroke (16). This is a dramatic percentage, especially considering that the mean age of stroke onset is decreasing, and, in Western countries, the retirement age is increasing, leading to an increment of the incidence of stroke during the working age (17). The return to work may depend on many several cognitive and motor factors, strictly intertwined with each other; among these is the independence in daily living activities including walking (15).

The aim of this pilot study was to use an ANN for analyzing the data of a wireless inertial system for gait assessment to evaluate the possibility to return to work after stroke.

Materials and Methods

Participants

Thirty-three subjects were enrolled in this study, all of them in working age (between 18 and 66 years), 17 healthy subjects and 16 patients with a diagnosis of stroke in chronic phase (7 with left hemiparesis and 9 with right hemiparesis). Exclusion criteria included cognitive impairments with Mini-Mental State Examination < 24, severe unilateral spatial neglect, and severe comorbidities. The age of patients ranged between 21 and 66 years old (mean age: 54.6 ± 13.7 years), whereas that of healthy subjects ranged between 22 and 63 years old (mean age: 45.7 ± 13.4 years, not significantly different from that of patients, p > 0.05). Ten patients did not return to work at the moment of the evaluation. Independent Local Ethical Committee approved the study, and all the participants signed the informed consent.

Gait Analysis

Gait data were acquired by means of a wearable inertial measurement unit endowed with a triaxial accelerometer, a triaxial gyroscope, and a magnetometer (G-Walk, BTS, Padua). The device was placed at the level of the sacral vertebras S1–S2 embedded into an ergonomic waist belt. This wearable IMU was connected to a portable computer via Bluetooth. The sample frequency of recording was 100 Hz. Subjects were asked to walk along a linear pathway of 10 m from a starting to a stop line. During walking, the IMU recorded lower trunk accelerations and angular velocities (respectively, along and around the anterior–posterior, laterolateral, and craniocaudal body axis), estimating from these signals the gait temporal and angular parameters. Given the information about the path length, the IMU software also computed the walking speed and step lengths (18). The temporal variables extracted by the IMU and acquired by the ANN were as follows: the cadence of steps, the stance, the swing, the single support, and the first and second double support gait phases. The trunk kinematics variables extracted by the IMU and acquired by the ANN were as follows: the range of motion (ROM) of the trunk tilt, obliquity, and rotation (also definable as trunk rotations around the latero-lateral, antero-posterior, and cranio-caudal axes, respectively, or as pitch, roll, and yaw). Despite from a theoretical point of view right and left strides are equal in a reliable walk, the measured parameters often do not, so for all the above parameters, but cadence, we computed the absolute mean value between left and right strides and their differences.

Artificial Neural Network

We designed an artificial neural network working on the basis of a multilayer perceptron procedure. The ANN was formed by four layers: the input layer from which the above listed 17 variables extracted by the IMU software were entered, 2 hidden layers of 5 elements each, and a final output layer (Figure 1). The architecture of our ANN was that of a feedforward neural network (FFNN), with data moving in only one direction, from the input nodes through the two hidden layers to the output nodes (3). The activation functions for all units in the hidden layers and that for the output layer were both a hyperbolic tangent. The chosen computational procedure was based on an online training (details: initial learning = 1.2; lower learning = 0.001, learning epochs = 10, momentum = 0.9 interval center = 0, interval offset = ±0.5, memsize = 1,000, steps without error = 1, error change = 0.0001, error ratio = 0.001). The ANN was developed using the IBM SPSS Neural Networks module of IBM SPSS Statistic, version 23.

FIGURE 1
www.frontiersin.org

Figure 1. Schematic representation of the combination of Inertial Measurement Unit (IMU, measuring triaxial acceleration a, and triaxial angular speed ω) and its software with the feedforward neural network formed by an input layer (M stands for mean values between right and left strides, and D for their difference, DS 1 and 2 for first and second double support phases; support is the phase with only one foot on the ground), two hidden layers, and an output layer (which represents the identification of patients in the first analysis and the identification of patients who did not return to work in the second analysis).

Firstly, we tested this ANN on its capacity to identify patients with respect to age-matched healthy subjects. Then, we tested the ANN on the identification of patients who did not return to work on the entire sample (patients and healthy subjects) and finally on their identification only among patients. It means that the dependent variable was categorical, and the ANN worked to classify cases into the best category based on the input predictors. We choose to test an ANN standing alone, without the need of demographical or clinical conditions of subjects used as covariates; so our ANN worked without covariates, and all the inputs were possible predictor factors. Because the computation of speed and step lengths by the IMU software needed the manual input about the definition of the walked distance, these parameters were not taken into account, since we were basing our ANN only on parameters automatically estimated by the wearable device.

Statistical Analysis

Data were reported in terms of means and standard deviations for the three groups of subjects (healthy subjects, patients who returned, and those who did not return to work). A preliminary analysis of variance was performed, followed by Tukey's post-hoc analysis, to highlight gait parameters significantly different among the three groups.

The performances of our feedforward neural network (FFNN) were compared with those of a forward stepwise logistic regression (FSLR), typically used for identifying the prognostic factors of patients with stroke. The normalized importance of input factors evaluated by the FFNN (with 100% as the most possible value) was compared with the p-value of those input factors evaluated by logistic regression (with p < 0.05 for a statistically significant result: some variables could enter into the model of logistic regression despite a value of p > 0.05 because, if removed, the effect was <0.05).

The performances were tested in terms of accuracy (the percentages of correct identifications, given by the sum of true positive and true negative divided by the sample size), sensitivity (the percentages of correct identifications of positive cases: subjects correctly identified as cases on the total number of cases), and specificity (the percentage of correct identification of true negatives: subjects correctly identified as non-case on the total number of non-cases). In the first analysis (identification of patients), we defined the patients as cases and the healthy subjects as non-cases. In the second analysis (identification of not working subjects), all healthy subjects and patients who returned to work were non-cases, whereas patients who did not return to work were cases. Then, in the third analysis (identification of not working patients), only patients' data were analyzed with those who did not return to work classified as cases and those who returned to work as non-cases. The odds ratio and relevant 95% confidence interval (CI95%) were computed for the FSLR, whereas the receiver operating characteristic (ROC) curve was computed for the FFNN and the relevant area under the curve was evaluated. For all the statistics, the IBM SPSS Statistic, version 23, was used.

Results

The gait parameters estimated by the IMU are reported in Table 1. Significant differences were found for cadence and the mean percentage values of gait phases among the three groups of subjects. Post-hoc analyses showed that these parameters were significantly different in the group of patients who did not return to work, but not in those who returned to work, with respect to healthy subjects. The trunk obliquity ROM resulted significantly lower in patients who did not return to work and more asymmetric in patients who returned to work.

TABLE 1
www.frontiersin.org

Table 1. Means ± standard deviations of gait parameters estimated by the inertial measurement unit for healthy subjects, patients who returned to work and patients unable to return to work.

The first analysis tested the capacity of the FFNN to identify the patients with stroke gait with respect to the healthy subjects. The FFNN showed an accuracy of 90.9%, a sensitivity of 93.8%, and a specificity of 88.2% in the identification of patients with stroke. The area under the ROC curve was 0.930. The most important parameters for the FFNN resulted the trunk obliquity ROM (100%) followed by the percentage duration of stance phase (99.6%). When the same investigation was performed using the FSLR, the accuracy in patient identification was 75.8% with a sensitivity of 68.8% and a specificity of 82.4%. The variables entered into the model of the FSLR were the same as those of the FFNN: the trunk obliquity ROM (OR = 0.717, p = 0.010, CI95% = 0.56–0.92) and the percentage duration of the stance phase (OR = 1.547, p = 0.088, CI95% = 0.94–2.55). The latter one had a not statistically significant effect (p = 0.088), but if removed by the model, this effect was significant (p = 0.016). These results and those of the further analyses are reported in Table 2.

TABLE 2
www.frontiersin.org

Table 2. Comparisons of the performances (accuracy, sensitivity, and specificity) of feedforward neural network (FFNN) and forward stepwise logistic regression (FSLR) for identification of patients and patients unable to return to work (No-RTW).

The second analysis was focused on the capacity of the FFNN to identify the patients who did not return to work with respect to the entire sample. The accuracy of the FFNN in this identification was 90.9%, resulting from a specificity of 91.3% and a sensitivity of 90%. In fact, the FFNN had only two false positive cases and one false negative case. The area under the ROC curve was 0.978. The variables that mostly contributed to the FFNN were the percentage duration of the first double support phase (100%) and trunk rotation ROM (88.6%). The logistic regression showed an accuracy of 81.8% in this investigation. The variables entered into the model were the cadence (at the first step of regression) and the percentage duration of the swing phase (at the second step). The former entered into the model in the first step and showed a significant effect (p = 0.017, OR = 0.87, CI95% = 0.78–0.98), whereas the latter entered into the model in the second step, but with a not significant effect (p = 0.054, OR = 0.449, CI95% = 0.20–1.01). It should be specified that despite the effect of percentage duration of the swing phase being not significant, if removed by the model, it had a significant effect (p = 0.007).

The third analysis was performed only on the patients. The accuracy of the FFNN was 93.8%, with the same sensitivity as the second analysis (90%) but with a specificity that is even higher (100%). In this analysis, the most important parameter resulted the asymmetry in both the double support phases, followed by the trunk rotation ROM, which was already found as playing a key role for the identification of subjects who did not return to work also in the second analysis. Also, accuracy, sensitivity, and specificity of the FSLR were similar to those found in the second analysis, with the swing phase again found as a variable entered into the model, the only one in this case.

Discussion

The FFNN showed good performances both in identifying patients with respect to healthy subjects as well as in identifying those patients unable to return to work among all the enrolled subjects. Its performances were higher than those of a classical statistical analysis such as the FSLR. It is noteworthy that both the analyses (FFNN and FSLR) had some analogies in the identification of the parameters that mostly contributed to the outputs (as well as with the results of the preliminary analysis of variance). In both, the identification of patients was based on the percentage duration of the stance phase and on the range of motion of trunk obliquity. The gait phases, and in particular the ratio between stance and swing phases, have been highlighted as fundamental for a harmonic walking because they formed, together with the double support phases, a fractal autosimilar structure of walking (19). The autosimilarity of the ratios between consecutive gait phases is altered in pathological conditions (20, 21), but in physiological conditions, walking allows for an optimization of energy expenditure (21) and an optimal equilibrium between balance and speed (22). In our study, the FSLR showed that a longer stance phase was associated to the identification of patients (OR = 1.547). The trunk kinematics was also reported as fundamental for the upright balance during walking in patients with stroke, being exposed to the risk of fall (23, 24). The inertial measurement of trunk kinematics during walking is probably the most important factor associated to this dynamic balance (11, 12). An excessive obliquity of trunk could be used as a compensation strategy for lower limb deficits in neurological and also neuromuscular diseases (12, 25). It is conceivable that patients who returned to work adopted this strategy to compensate for the affected side, resulting in an asymmetric lateral trunk bending during walking. Conversely, patients unable to return to work showed a lower trunk obliquity range of motion than healthy subjects (OR = 0.717). It was probably due to the reduced walking speed, which reduces the trunk oscillations (10, 11), and to the incapacity to put in action the above-described effective compensation strategy.

The inability to return to work was found associated by the ANN to the first double support phase and to the trunk rotation ROM. In this case, these parameters were different from those identified by analysis of variance as significantly different among groups and by logistic regression, for which cadence and swing phase entered into the model. In this latter case, reduced cadence and reduced limb oscillation phases were found to be associated to patients who did not return to work. This is conceivable with a reduced speed and hence a reduced mobility. For the ANN, the most important parameters associated to not returning to work were those related to the double support phase. This result was in accordance with that of logistic regression: the longer the double support phase, the longer the stance, and the shorter the swing phase (19). But also trunk rotation ROM highly contributed for the ANN, being reduced in patients who are unable to return to work. As well as for trunk obliquity, also rotation could be related to a reduced speed, but its reduction can also be associated with a lack of upper limb oscillations during walking. The contralateral oscillations of the upper limb with respect to the lower limbs are a strategy to stabilize the trunk and the head during walking, counteracting the momentum produced by the lower limbs during their swing phases (12).

The identification of inability to return to work performed only on patients (the third analysis of this study) also confirmed that the FFNN had higher accuracy and specificity than the FSLR, with similar sensitivity. However, caution is needed in the interpretation of these last results given the small sample size of this specific analysis (n = 16) with respect to the high number of computed parameters (n = 17). In spite of this, this analysis also confirmed a key role of double support phases and trunk kinematics for correct identification performed by the FFNN, whereas the swing phase was confirmed as a variable that should enter into the model of the FSLR.

With respect to logistic regression and general linear models, an artificial neural network has two main advantages. The first one is that the ANN exploits the contribution of each variable that concurs in the identification, whereas in the logistic regression, only those entering into the model do it. On one hand, it could be a complication because the model includes all the inputs, but on the other hand, the accuracy of the output is higher. The second advantage is that each variable can contribute only in a linear manner in the logistic regression and analyses of variance, whereas more complex relationships, also including linear or non-linear interactions, can be taken into account by an ANN. This aspect could be very important: the physiological stance to swing ratio is about 1.618 (19); both a reduction as well as an increment of this ratio could be associated to a pathological walking with a consequent increment of energy expenditure (21). The ANN could intercept this non-linear alteration more than the logistic regression, although the interpretation of the importance of each variable into the ANN is more hidden than as it is in the logistic regression. Other potential disadvantages of the ANN are its sensitivity to the setup of the parameters in its architecture, which may also reduce the repeatability of its optimization process.

This study had some limits; first of all, it should be considered as a pilot study because of the reduced sample size that also led to a reduced number of patients with stroke who returned to work. Another limit is its focus on gait; further analysis may include also upper limb kinematic analysis, cognitive factors, and potential social and environmental barriers into the input of the ANN. At the same time, this study has some strengths such as the innovative approach of combining an IMU and an ANN for determining the possibility to return to work of patients with stroke. The second one is its intrinsic simplicity despite the technologies used. We chose to use only one IMU without any external input (such as spatial distance helpful to compute walking speed or step lengths) and also without any covariate (age or other demographical features, clinical scale scores, and other clinical information were not used). Then, the architecture chosen for the FFNN was relatively simple. The resulting system was standalone.

In conclusion, the wide amount of clinical data today that is easily measurable with wearable technologies needs a powerful computational analysis, such as those provided by artificial neural networks. The hidden layers of artificial intelligences should not scare clinicians, but it is fundamental to provide meaningful information that is helpful for them and especially for patients (26). The integration of machine learning with instrumental movement analysis not only may simplify the assessment of several interdependent parameters (27) but also may provide an evolution of gait analysis allowing for the identification of parameters related to poorly explored fields, such as the return to work and the related quality of life of people affected by long-term disability due to stroke.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics Statement

The studies involving human participants were reviewed and approved by Independent Ethical Committee of Santa Lucia Foundation. The patients/participants provided their written informed consent to participate in this study.

Author Contributions

MI and MP: conceptualization. EC, SPe, and MP: data collection. MI: data analysis and original draft preparation. GM, GA, and SPa: review and editing of the draft. MI, MP, SPa, and GA: supervision. MP, MI, and BP: project administration and funding acquisition. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Italian National Institute for Insurance against Accidents at Work (INAIL), in the framework of BRIC project: Project STAR: innovative STrategies, and Approaches for the motor and functional Rehabilitation of subjects with neurovascular adverse event outcomes for reintegration into work.

Conflict of Interest

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

References

1. Han SH, Kim KW, Kim S, Youn YC. Artificial neural network: understanding the basic concepts without mathematics. Dement Neurocogn Disord. (2018) 17:83–9. doi: 10.12779/dnd.2018.17.3.83

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Dave VS, Dutta K. Neural network-based models for software effort estimation: a review. Artif Intell Rev. (2014) 42:295e307. doi: 10.1007/s10462-012-9339-x

CrossRef Full Text | Google Scholar

3. Abiodun OI, Jantan A, Omolara AE, Dada KV, Mohamed NA, Arshad H. State-of-the-art in artificial neural network applications: a survey. Heliyon. (2018) 23:e00938. doi: 10.1016/j.heliyon.2018.e00938

PubMed Abstract | CrossRef Full Text

4. Abedi V, Goyal N, Tsivgoulis G, Hosseinichimeh N, Hontecillas R, Bassaganya-Riera J, et al. Novel screening tool for stroke using artificial neural network. Stroke. (2017) 48:1678–81. doi: 10.1161/STROKEAHA.117.017033

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Chan KL, Leng X, Zhang W, Dong W, Qiu Q, Yang J, et al. Early identification of high-risk TIA or minor stroke using artificial neural network. Front Neurol. (2019) 10:171. doi: 10.3389/fneur.2019.00171

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Thakkar HK, Liao WW, Wu CY, Hsieh YW, Lee TH. Predicting clinically significant motor function improvement after contemporary task-oriented interventions using machine learning approaches. J Neuroeng Rehabil. (2020) 17:131. doi: 10.1186/s12984-020-00758-3

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Lee H, Guan L, Burne JA. Human gait and posture analysis for diagnosing neurological disorders. In: International Conference on Image Processing. (2000). p. 435–8.

PubMed Abstract | Google Scholar

8. Scheffer C, Cloete T. Inertial motion capture in conjunction with an artificial neural network can differentiate the gait patterns of hemiparetic stroke patients compared with able-bodied counterparts. Comput Methods Biomech Biomed Engin. (2012) 15:285–94. doi: 10.1080/10255842.2010.527836

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Iosa M, Picerno P, Paolucci S, Morone G. Wearable inertial sensors for human movement analysis. Expert Rev Med Devices. (2016) 13:641–59. doi: 10.1080/17434440.2016.1198694

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Iosa M, Bini F, Marinozzi F, Fusco A, Morone G, Koch G, et al. Stability and harmony of gait in patients with subacute stroke. J Med Biol Eng. (2012) 36:635–43. doi: 10.1007/s40846-016-0178-0

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Iosa M, Fusco A, Morone G, Pratesi L, Coiro P, Venturiero V, et al. Assessment of upper-body dynamic stability during walking in patients with subacute stroke. J Rehabil Res Dev. (2012) 49:439–50. doi: 10.1682/JRRD.2011.03.0057

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Iosa M, Fusco A, Morone G, Paolucci S. Development and decline of upright gait stability. Front Aging Neurosci. (2014) 6:14. doi: 10.3389/fnagi.2014.00014

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Kaczmarczyk K, Wit A, Krawczyk M, Zaborski J, Gajewski J. Associations between gait patterns, brain lesion factors and functional recovery in stroke patients. Gait Posture. (2012) 35:214–7 doi: 10.1016/j.gaitpost.2011.09.009

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Grau-Pellicer M, Chamarro-Lusar A, Medina-Casanovas J, Serdà Ferrer BC. Walking speed as a predictor of community mobility and quality of life after stroke. Top Stroke Rehabil. (2019) 26:349–58. doi: 10.1080/10749357.2019.1605751

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Ghanbari Ghoshchi S, De Angelis S, Morone G, Panigazzi M, Persechino B, Tramontano M, et al. Return to work and quality of life after stroke in italy: a study on the efficacy of technologically assisted neurorehabilitation. Int J Environ Res Public Health. (2020) 17:5233. doi: 10.3390/ijerph17145233

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Treger I, Shames J, Giaquinto S, Ring H. Return to work in stroke patients. Disabil Rehabi. (2007) 29:1397–403. doi: 10.1080/09638280701314923

CrossRef Full Text | Google Scholar

17. Boehme AK, Esenwa C, Elkind MS. Stroke risk factors, genetics, and prevention. Circ Res. (2017) 120:472–95. doi: 10.1161/CIRCRESAHA.116.308398

PubMed Abstract | CrossRef Full Text | Google Scholar

18. De Bartolo D, Morone G, Giordani G, Antonucci G, Russo V, Fusco A, et al. Effect of different music genres on gait patterns in Parkinson's disease. Neurol Sci. (2020) 41:575–82. doi: 10.1007/s10072-019-04127-4

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Iosa M, Fusco A, Marchetti F, Morone G, Caltagirone C, Paolucci S, et al. The golden ratio of gait harmony: repetitive proportions of repetitive gait phases. Biomed Res Int. (2013) 2013:918642. doi: 10.1155/2013/918642

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Iosa M, Morone G, Fusco A, Marchetti F, Caltagirone C, Paolucci S, et al. Loss of fractal gait harmony in Parkinson's disease. Clin Neurophysiol. (2016) 127:1540–6. doi: 10.1016/j.clinph.2015.11.016

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Serrao M, Chini G, Iosa M, Casali C, Morone G, Conte C, et al. Harmony as a convergence attractor that minimizes the energy expenditure and variability in physiological gait and the loss of harmony in cerebellar ataxia. Clin Biomech. (2017) 48:15–23. doi: 10.1016/j.clinbiomech.2017.07.001

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Iosa M, Morone G, Paolucci S. Golden gait: an optimization theory perspective on human and humanoid walking. Front Neurorobot. (2017) 11:69. doi: 10.3389/fnbot.2017.00069

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Patel PJ, Bhatt T. Fall risk during opposing stance perturbations among healthy adults and chronic stroke survivors. Exp Brain Res. (2018) 236:619–28. doi: 10.1007/s00221-017-5138-6

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Morone G, Martino Cinnera A, Paolucci T, Beatriz HDR, Paolucci S, Iosa M. Clinical features of fallers among inpatient subacute stroke: an observational cohort study. Neurol Sci. (2020) 41:2599–604. doi: 10.1007/s10072-020-04352-2

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Iosa M, Mazzà C, Pecoraro F, Aprile I, Ricci E, Cappozzo A. Control of the upper body movements during level walking in patients with facioscapulohumeral dystrophy. Gait Posture. (2010) 31:68–72. doi: 10.1016/j.gaitpost.2009.08.247

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Zago M, Kleiner AFR, Federolf PA. Editorial: machine learning approaches to human movement analysis. Front Bioeng Biotech. (2020) 8:638793. doi: 10.3389/fbioe.2020.638793

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Khera P, Kumar N. Role of machine learning in gait analysis: a review. J Med Eng Technol. (2020) 44:441–67. doi: 10.1080/03091902.2020.1822940

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: neurorehabiliation, long-term disability, occupational medicine, psychometrics, walking, artificial intelligence, machine learning

Citation: Iosa M, Capodaglio E, Pelà S, Persechino B, Morone G, Antonucci G, Paolucci S and Panigazzi M (2021) Artificial Neural Network Analyzing Wearable Device Gait Data for Identifying Patients With Stroke Unable to Return to Work. Front. Neurol. 12:650542. doi: 10.3389/fneur.2021.650542

Received: 07 January 2021; Accepted: 23 March 2021;
Published: 19 May 2021.

Edited by:

Bernhard Elsner, SRH Hochschule für Gesundheit, Germany

Reviewed by:

Laura Mori, University of Genoa, Italy
Pietro Caliandro, Catholic University of the Sacred Heart, Italy

Copyright © 2021 Iosa, Capodaglio, Pelà, Persechino, Morone, Antonucci, Paolucci and Panigazzi. 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: Marco Iosa, marco.iosa@uniroma1.it

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.