Skip to main content
Journal of Healthcare Engineering logoLink to Journal of Healthcare Engineering
. 2020 Jul 23;2020:8024789. doi: 10.1155/2020/8024789

An LSTM-Based Prediction Method for Lower Limb Intention Perception by Integrative Analysis of Kinect Visual Signal

Jie He 1, Zhexiao Guo 1, Ziwei Shao 1, Junhao Zhao 2, Guo Dan 1,3,
PMCID: PMC7396070  PMID: 32774824

Abstract

Recently, computer vision and deep learning technology has been applied in various gait rehabilitation researches. Considering the long short-term memory (LSTM) network has been proved an excellent performance in learn sequence feature representations, we proposed a lower limb joint trajectory prediction method based on LSTM for conducting active rehabilitation on a rehabilitation robotic system. Our approach based on synergy theory exploits that the follow-up lower limb joint trajectory, i.e. limb intention, could be generated by joint angles of the previous swing process of upper limb which were acquired from Kinect platform, an advanced computer vision platform for motion tracking. A customize Kinect-Treadmill data acquisition platform was built for this study. With this platform, data acquisition on ten healthy subjects is processed in four different walking speeds to acquire the joint angles calculated by Kinect visual signals of upper and lower limb swing. Then, the angles of hip and knee in one side which were presented as lower limb intentions are predicted by the fore angles of the elbow and shoulder on the opposite side via a trained LSTM model. The results indicate that the trained LSTM model has a better estimation of predicting the lower limb intentions, and the feasibility of Kinect visual signals has been validated as well.

1. Introduction

Stroke is a disease caused by acute rupture of blood vessels or vascular occlusion [1, 2]. About 15 million people suffer from it every year globally [3]. Hemiplegia is the major sequela of most stroke survivors which affects the quality of their daily life in the home, workplace, and community [4]. It presents with the weakness of one entire side of the body. Due to limb weaknesses leading to an inability to properly performing, hemiplegia patients could lose a number of motor functions especially the walking function [5, 6]. Walking abnormality makes performing everyday activities in the home, workplace, and community more difficult [7, 8].

Recovery of the walking ability for hemiplegia patients is crucial in order to perform daily activities [9, 10]. Key components of gait recovery are high-intensity, skill-oriented, and task-specific [11, 12]. Due to physically exhaustion of therapists to repeat hundreds of complex gait cycles in a training session [13], an amount of rehabilitation gait training robots have been developed to provide robotic assistance [14]. Robotic-assisted gait training refers to the rehabilitation therapists how to assist the patient in performing the gait cycle [15]. Considering the limb weaknesses leading to difficulty in supporting the body weight in training, current rehabilitation could support body weight to allow the lower limbs to maintain a pattern during gait training such as Lokomat [16]. These gait robot trainers passively move the patients on a treadmill. However, the control systems of most commercial robotic systems are passive in nature because the training subject is not considered in the system. By increasing active participation [17], the dependence of patients on robot assistance can be reduced by improving the effectiveness of rehabilitation training. Thus, we should make the robots include the ability that collects quantitative gait data to generate sensory stimulation synchronized to gait patterns.

To develop a noncontact signal prediction for an active rehabilitation robotic system, the synergy that is initiated by weight-bearing over the involved limb and supporting the human body was taken into consideration [18, 19]. Twitchell et al. proved that abnormal synergy is a motor impairment in patients with stroke [20]. The main factor that limited the motor rehabilitation of patients with stroke is abnormal synergy [21]. Studies have shown that interlimb and intralimb coordination of lower limbs in patients after stroke is diverse from that in normal subjects [22]. In 2018, Zebin et al. proposed a prediction method via inertial sensors and LSTM methods to predict the angle trajectory of the impaired lower limb [23]. Simultaneously, the security and privacy of medical data are also crucial. Sandeep et al. developed a biometric-based security framework for wearable health monitoring systems to extract ECG signal, and it proved that time-domain based biometric features plays an important role in security [24]. Wu et al. proposed an adaptive computing-based random binary sequences generation method to provide a balance between processing time and security in wireless body sensor networks [25]. Cai et al. quantified the concurrent accuracy and the test-retest reliability of a Kinect V2-based upper limb functional assessment system [26]. Liao et al. proposed a motion intention recognition system based on the Kinect V2 sensor. It can successfully provide an adequate assistance with a lesser time delay compared with the system without Kalman filter [27].

Recently, the time series prediction model has been effectively applied to several studies [28]. Long short-term memory (LSTM) networks widely used to have done a good job on this issue in fields including gait recognition owing to the ability of processing and predicting the time series with very long intervals [29, 30]. It works effectively to extract the gait feature [11].

As shown in Figure 1, in this paper, a lower limb joint trajectory generation framework was proposed to drive the lower limb robot using the trajectory of healthy upper limbs. This study aimed to utilize upper limb Kinect information during walking to estimate sagittal plane hip and knee kinematics trajectories. The trajectories will be used for driving a rehabilitation robotic system in follow-up studies.

Figure 1.

Figure 1

The framework of our method and follow-up studies.

2. Methods

2.1. Experimental Setup and Data Acquisition

To obtain human gait data, we have built and evaluate our model that used a “virtual skeleton” produced by the Kinect sensor and software. Kinect 2.0 provides a high-quality skeletal model to one user in front of the Kinect sensor, and Kinect SDK offers the tracking and detection of 25 different skeletal points, which could apply this skeletal data for feature extraction; the experimental setup is as shown in Figure 2.

Figure 2.

Figure 2

Treadmill and Kinect layout (the treadmill was angled at 45 with respect to the Kinect sensor, with the front of the treadmill positioned 140 cm to the right and at a distance of 150 cm in front of the sensor; the base of the Kinect sensor rested 100 cm above the floor).

Gait data were concurrently recorded by a Kinect sensor that provides approximately 30 skeleton frames per second [31]. Each participant wore a fitting and light color suit on the treadmill. In a 10 participants' database, they are generally divided into four walking velocities: 3.0, 3.5, 4.0, and 4.5 km/h.

The joint angle of the shoulder, ankle, hip, knee, arm of the right side, left knee, and hip in the sagittal plane were calculated based on the quaternion. For each joint of the Kinect virtual model, the x, y, and z coordinates are recorded. This study converts the joints into a vector for angle calculation. For each joint, the current position of the angle between a joint and a sagittal vector was recorded. Finally, we generate the following features: the angle in each of the frames, the difference in angle between consecutive frames, and these angular displacements providing basic gait characteristics.

2.2. Gait Joint Angle Design

The Kinect skeletal joints 3-D coordinated data reading is less susceptible to noise compared with their distance to the acquisition [32, 33]. Thus, for each limb, a shoulder joint angle was determined by considering the location of the shoulder and elbow in the Cartesian coordinate. The shoulder, elbow, hip, and knee position in Cartesian space are defined with four-vectors, the Kinect being at the origin of the 3-D space. The vector definition is formulated in equations (1)–(5). The angle of joints definition is formulated in equations (6)–(9):

vse=vsve, (1)
vew=vevw, (2)
vhk=vhvk, (3)
vka=vkva, (4)
vsag=vsvo. (5)
θS=cos1vse·vsag, (6)
θE=cos1vew·vsag, (7)
θH=cos1vhk·vsag, (8)
θK=cos1vka·vsag, (9)

where vse, vew, vhk, and vka are the 3-D vectors connecting the participants' shoulder to the elbow, elbow to the wrist, hip to the knee, and knee to the ankle, respectively, that is also depicted in Figure 3.

Figure 3.

Figure 3

Determination of θ.

2.3. Long-Short Term Memory Network for Angle Prediction

In our proposed approach, trajectory generation is to apply the interlimb synergy extracted from healthy participants by LSTM to generate a trajectory-based on gait data [34, 35].

To solve the difficulties in training the RNN model caused by the “vanishing gradient” effect, the long-short term memory (LSTM) architecture has been proposed. Figure 4 illustrates a typical LSTM neuron. It contains one self-connected memory cell ct and three multiplicative units, i.e., the input gate it, the forget gate ft, and the output gate ot.

Figure 4.

Figure 4

The structure of an LSTM neuron [36].

The memory cell has a self-connected recurrent edge of weight 1, ensuring that the gradient can pass across many time steps without vanishing or exploding [29]. The input gate and forget gate govern the information flow into and out of the cell [37]. The output gate controls how much information from the cell is passed to the output ht. The activations of the memory cell and three gates are given as follows:

it=σWxixt+Whiht1+Wcict1+bi,ft=σWxfxt+Whfht1+Wcfct1+bf,ct=ftct1+it  tanhWxcxt+Whcht1+bc,ot=σWxoxt+Whoht1+Wcoct1+bo,ht=ottanhct. (10)

where σ(x) is the logistic sigmoid function and defined as σ(x)=1/(1+ex), wαβ are the weight matrices connecting α and β, and bβ denotes the corresponding bias vectors.

3. Experiment

3.1. Experiment Implementation

Since stroke patients show a lower extremity weakness of walking [38, 39], we target in studying the spatial correlations of gait features by using neural networks. To get enough training gait data, 10 healthy participants (aged 23.3 ± 1.4years, height 169.1 ± 6.9cm, and weight 55.5 ± 6.5kg) were recruited from our laboratory. They were free of any physical condition or limitation which prevented them from walking on the treadmill. They were required to walk for 150s per velocity.

For maintaining a stable recognition of the human body [40], the Kinect was placed at a height of 1 meter above the ground and the treadmill was set within 2.6 to 4 meters from the Kinect sensor.

During the experiment, there was a total of 10 (male/female:6/4) healthy participants enrolled. We prepared 40 gait feature data of upper and lower limbs from 10 subjects, while their skeletal data were captured by Kinect 2.0. Figure 5 illustrates a participant walking session and joints behavior during a gait cycle in different velocities.

Figure 5.

Figure 5

Left upper limb joint angle and right lower limb joint angle during walking at four velocities.

Our experiments were implemented on the Tensorflow framework [36], a popular deep learning framework. The base learning rate was set to 0.0005, and the LSTM step size was set to 10 frames. The maximum number of iterations was set to 1000.

3.2. Results

This study estimated one side's gait data by using the other side's data based on the synergy. Figure 6 shows the estimated result of left hip joint and knee joint trajectories through using the right shoulder and elbow by LSTM. To validate the feasibility of LSTM synergy, we used right side upper limb joints and lower limb joints to predict left side lower limb and are shown in Figure 7; it shows the estimated result of one side's hip and knee trajectories through using the other side's shoulder, elbow, hip, and knee by LSTM. As can be seen from the figure, the error between the estimated trajectory and the original trajectory of the left hip and knee is low.

Figure 6.

Figure 6

Estimated left hip and knee trajectories vs. original hip and knee trajectories through using the right shoulder and elbow in different velocities (3.0, 3.5, 4.0, and 4.5 km/h).

Figure 7.

Figure 7

Estimated one side's hip and knee trajectories vs. original hip and knee trajectories through using the other side's shoulder, elbow, hip, and knee in different velocities (3.0, 3.5, 4.0, and 4.5 km/h).

Results show that LSTM is a good approach for person identification based on gait recognition with Kinect. We also tested the quality of the prediction of the angular velocity, and we applied the root-mean-squared error (RMSE) to evaluate the model after each run. Here, we compared RMSE between the estimated angle and original angle in four different velocities on prediction based on LSTM. The result is shown in Figures 8 and 9. Especially, RMSE was poor for hip and knee joint angles at 3.0 km/h than the other three velocities by using the joints of the upper limb (Table 1); however, it was relatively good by using the joints of the upper limb and lower limb (Table 2).

Figure 8.

Figure 8

RMSE of LSTM estimation on hip and knee extension and flexion using the right shoulder and elbow in different velocities for Kinect.

Figure 9.

Figure 9

RMSE of LSTM estimation on hip and knee extension and flexion using the shoulder, elbow, hip, and knee in different velocities for Kinect.

Table 1.

Mean and standard deviation at four velocities for Kinect by using the joints of the upper limb.

3.0 km/h 3.5 km/h 4.0 km/h 4.5 km/h
L hip 2.56 ± 0.89 2.36 ± 0.69 2.54 ± 0.91 2.41 ± 0.58
L knee 2.45 ± 0.78 2.48 ± 0.70 2.32 ± 0.51 2.34 ± 0.64
R hip 2.68 ± 0.76 2.41 ± 0.65 2.47 ± 0.33 2.39 ± 0.57
R knee 2.58 ± 0.81 2.45 ± 0.54 2.26 ± 0.57 2.33 ± 0.69
Total 2.57 ± 0.81 2.43 ± 0.65 2.39 ± 0.58 2.37 ± 0.62

Table 2.

Mean and standard deviation at four velocities for Kinect by using the joints of the upper limb and lower limb.

3.0 km/h 3.5 km/h 4.0 km/h 4.5 km/h
L hip 1.84 ± 0.37 1.82 ± 0.39 1.89 ± 0.59 1.92 ± 0.36
L knee 1.97 ± 0.35 1.96 ± 0.44 1.97 ± 0.38 1.96 ± 0.43
R hip 1.81 ± 0.26 1.90 ± 0.43 1.94 ± 0.41 1.96 ± 0.29
R knee 1.98 ± 0.55 2.02 ± 0.33 1.79 ± 0.25 1.95 ± 0.47
Total 1.90 ± 0.38 1.93 ± 0.39 1.89 ± 0.41 1.95 ± 0.38

4. Discussion

To estimate the hip and knee trajectory by using the upper limb joints trajectories, we applied the Kinect 2.0 to track the upper limb and lower limb sagittal plane movement in the walking period. The human body is in a continuous dynamic state during walking. In this study, the LSTM model was developed, and its performances were compared using RMSE. Because there is no need to go through a process of selecting features and having better stability, we chose it to estimate our trajectory. The LSTM model in this study showed improved results, and RMSE has been introduced above. It can see that LSTM has a better estimation on predicting the gait trajectory, which included human interlimb synergy. This model showed excellency in modeling that with the change over time such as walking to predict the data of current time from information in the previous step.

As the pace velocity increases, we can see that the accuracy of the prediction is getting higher. In the case of 3.0 km/h velocity, the gait prediction trajectory is relatively poor; however, in the case of 4.5 km/h velocity, LSTM presents the effect of prediction is quite amazing. This result indicates that when humans walk at 4.5 km/h velocity, the upper and lower limbs on the two sides are highly correlated.

In various velocities, the trajectory prediction effect of the knee joint is generally higher than that of the hip joint, except for the velocity in 3.5 km/h.

When using the joints of the upper limb and lower limb to estimate the hip and knee trajectory, we can get an obvious better estimation accuracy. From Table 2, we can see that the RMSE is basically maintained within 2, which is better than merely used the upper limb to predict hip and knee trajectory. Otherwise, in this case, the accuracy of the estimated hip trajectory is better than estimated knee trajectory, respectively; compared with the right hip, the left hip trajectory is great. In Figure 8, the trajectory only based on the upper limb trajectory still has a good estimation performance. It was concluded that LSTM has good exploitation in gait features.

This study has a limitation of not applying data of patients with stroke to the learning model for lower limb trajectory prediction. However, the study is to suggest the possibility of estimating the lower limb trajectory by using the upper limb trajectory and an artificial neural network model. In the next research, we can apply various data for the training model.

5. Conclusion

In this paper, an artificial neural network model was developed to estimate the lower limb joints trajectory of a complete gait cycle by using the joints of the opposite side. Accuracies of using the upper limb joints and the upper and lower limb joints to estimate another side lower limb joints were compared. As a result, the model showed RMSE values within 3.0. These trials demonstrate that this model can be used safely as a gait training intervention for those stroke patients. It suggests that the exoskeletal gait rehabilitation robot can apply this model to help patients try to walk like normal people.

Acknowledgments

This work was supported in part by the National Natural Science Foundation of China (61973220), Shenzhen Science and Technology Innovation Council (JCYJ20180507182040213), and Guangdong Grant “Key Technologies for Treatment of Brain Disorders” (2018B030332001).

Data Availability

The raw data required to reproduce these findings cannot be shared at this time as the data also forms part of an ongoing study.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

References

  • 1.Thieme H., Mehrholz J., Pohl M., Dohle C. Mirror therapy for improving motor function after stroke. 2018. Cochrane Database of Systematic Reviews. [DOI] [PMC free article] [PubMed]
  • 2.Juckett L. A. Evidence-based practice implementation in stroke rehabilitation: a scoping review of barriers and facilitators. American Journal of Occupational Therapy. 2020;74(1):7401205050p1–7401205050p14. doi: 10.5014/ajot.2020.035485. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Alwawi D. a., Heldstab A., Dean E., Dunn W., Mische-Lawson L. A qualitative study of stroke survivors’ experiences of sensory changes after stroke. American Journal of Occupational Therapy. 2019;73(4_Supplement_1):p. 7311505130p1. doi: 10.5014/ajot.2019.73s1-po4006. [DOI] [PubMed] [Google Scholar]
  • 4.Huang Y.-h., Wu C.-Y., Kawano L., Kwak J., Simon K., Thai T. Predictors of self-efficacy and health-related outcomes in community-dwelling stroke survivors. American Journal of Occupational Therapy. 2019;73(4_Supplement_1):p. 7311510244p1. doi: 10.5014/ajot.2019.73s1-po1045. [DOI] [Google Scholar]
  • 5.Rozanski G. M. Lower Limb Muscle Activity Underlying Temporal Gait Asymmetry Post-Stroke. Cold Spring Harbor, NY, USA: medRxiv; 2019. [DOI] [PubMed] [Google Scholar]
  • 6.Halle A. D., Kaloostian C., Stevens G. D. Occupational therapy student learning on interprofessional teams in geriatric primary care. American Journal of Occupational Therapy. 2019;73(5):7305185050p1–7305185050p10. doi: 10.5014/ajot.2019.037143. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Zetler N. K., Cermak S. A., Engel-Yeger B., Gal E. Somatosensory discrimination in people with autism spectrum disorder: a scoping review. American Journal of Occupational Therapy. 2019;73(5):7305205010p1–7305205010p14. doi: 10.5014/ajot.2019.029728. [DOI] [PubMed] [Google Scholar]
  • 8.Bailey R. R. Promoting physical activity and nutrition in people with stroke. American Journal of Occupational Therapy. 2017;71(5):7105360010p1–7105360010p5. doi: 10.5014/ajot.2017.021378. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Flinn N. A task-oriented approach to the treatment of a client with hemiplegia. American Journal of Occupational Therapy. 1995;49(6):560–569. doi: 10.5014/ajot.49.6.560. [DOI] [PubMed] [Google Scholar]
  • 10.Dirette D., Hinojosa J. Effects of continuous passive motion on the edematous hands of two persons with flaccid hemiplegia. American Journal of Occupational Therapy. 1994;48(5):403–409. doi: 10.5014/ajot.48.5.403. [DOI] [PubMed] [Google Scholar]
  • 11.Zhao A., Qi L., Dong J., Yu H. Dual channel LSTM based multi-feature extraction in gait for diagnosis of Neurodegenerative diseases. Knowledge-Based Systems. 2018;145:91–97. doi: 10.1016/j.knosys.2018.01.004. [DOI] [Google Scholar]
  • 12.Chamudot R., Parush S., Rigbi A., Horovitz R., Gross-Tsur V. Effectiveness of modified constraint-induced movement therapy compared with bimanual therapy home programs for infants with hemiplegia: a randomized controlled trial. American Journal of Occupational Therapy. 2018;72(6):7206205010p1–7206205010p9. doi: 10.5014/ajot.2018.025981. [DOI] [PubMed] [Google Scholar]
  • 13.Yacoby A., Zeilig G., Weingarden H., Weiss R., Rand D. Feasibility of, adherence to, and satisfaction with video game versus traditional self-training of the upper extremity in people with chronic stroke: a pilot randomized controlled trial. American Journal of Occupational Therapy. 2019;73(1):7301205080p1–7301205080p14. doi: 10.5014/ajot.2019.026799. [DOI] [PubMed] [Google Scholar]
  • 14.Bae J. Exosuit-induced improvements in walking after stroke: comprehensive analysis on gait energetics and biomechanics. Proceedings of the 2017 International Symposium on Wearable Robotics and Rehabilitation (WeRob); November 2017; IEEE, Houston, TX, USA. [DOI] [Google Scholar]
  • 15.Dolbow J. D. Robotic-assisted gait training therapies for pediatric cerebral palsy: a review. Journal of Rehabilitation Robotics. 2016;4:14–21. doi: 10.12970/2308-8354.2016.04.02. [DOI] [Google Scholar]
  • 16.Riener R. Neurorehabilitation Technology. Berlin, Germany: Springer; 2016. Technology of the robotic gait orthosis Lokomat; pp. 395–407. [Google Scholar]
  • 17.Laursen C. B., Nielsen J. F., Andersen O. K., Spaich E. G. Feasibility of using Lokomat combined with FES for the rehabilitation of foot drop. European Journal of Translational Myology. 2016;26(3) doi: 10.4081/ejtm.2016.6221. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Phillips C., Schmid A., Willis L. Effects of yoga on functional gait and health-related quality of life for adults with diabetic peripheral neuropathy. American Journal of Occupational Therapy. 2016;70(4_Supplement_1):p. 7011515269p1. doi: 10.5014/ajot.2016.70s1-po5076. [DOI] [Google Scholar]
  • 19.Kaldenberg J., Smallfield S. Occupational therapy practice guidelines for older adults with low vision. American Journal of Occupational Therapy. 2020;74(2):7402397010p1–7402397010p23. doi: 10.5014/ajot.2020.742003. [DOI] [PubMed] [Google Scholar]
  • 20.Twitchell T. E. The restoration of motor function following hemiplegia in man. Brain. 1951;74(4):443–480. doi: 10.1093/brain/74.4.443. [DOI] [PubMed] [Google Scholar]
  • 21.Warabi T., Furuyama H., Sugai E., Kato M., Yanagisawa N. Gait bradykinesia in Parkinson’s disease: a change in the motor program which controls the synergy of gait. Experimental Brain Research. 2018;236(1):43–57. doi: 10.1007/s00221-017-5106-1. [DOI] [PubMed] [Google Scholar]
  • 22.Baniasad M., Farahmand F., Arazpour M., Zohoor H. Coordinated activities of trunk and upper extremity muscles during walker-assisted paraplegic gait: a synergy study. Human Movement Science. 2018;62:184–193. doi: 10.1016/j.humov.2018.10.002. [DOI] [PubMed] [Google Scholar]
  • 23.Zebin T., Sperrin M., Peek N., Casson A. J. Human activity recognition from inertial sensor time-series using batch normalized deep LSTM recurrent networks. Proceedings of the 2018 40th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC); July 2018; Honolulu, HI, USA. [DOI] [PubMed] [Google Scholar]
  • 24.Pirbhulal S., Samuel O. W., Wu W., Sangaiah A. K., Li G. A joint resource-aware and medical data security framework for wearable healthcare systems. Future Generation Computer Systems. 2019;95:382–391. doi: 10.1016/j.future.2019.01.008. [DOI] [Google Scholar]
  • 25.Wu W., Pirbhulal S., Li G. Adaptive computing-based biometric security for intelligent medical applications. Neural Computing and Applications. 2018:1–10. doi: 10.1007/s00521-018-3855-9. [DOI] [Google Scholar]
  • 26.Cai L. Validity and reliability of upper limb functional assessment using the microsoft Kinect V2 sensor. Applied Bionics and Biomechanics. 2019;2019:14. doi: 10.1155/2019/7175240.7175240 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Liao Y.-T. Development and evaluation of a kinect-based motion recognition system based on kalman filter for upper-limb assistive device. Proceeding of the 2019 58th Annual Conference of the Society of Instrument and Control Engineers of Japan (SICE); September 2019; IEEE, Hiroshima, Japan. [DOI] [Google Scholar]
  • 28.Sun X., Wang S., Xia Y., Zheng W. Predictive-trend-Aware composition of web services with time-varying quality-of-service. IEEE Access. 2020;8:1910–1921. doi: 10.1109/access.2019.2962703. [DOI] [Google Scholar]
  • 29.Zhao A., Dong J., Li J., Qi L., Yu H. LSTM for diagnosis of neurodegenerative diseases using gait data. Proceedings of the Ninth International Conference on Graphic and Image Processing (ICGIP 2017); October 2017; Qingdao, China. [DOI] [Google Scholar]
  • 30.Feng Y., Li Y., Luo J. Learning effective gait features using LSTM. Proceedings of the 2016 23rd International Conference on Pattern Recognition (ICPR); December 2016; IEEE, Cancun, Mexico. [DOI] [Google Scholar]
  • 31.Zhen H., Deng M., Lin P., Wang C. Human gait recognition based on deterministic learning and Kinect sensor. Proceedings of the 2018 Chinese Control and Decision Conference (CCDC); July 2018; IEEE, Shenyang, China. [DOI] [Google Scholar]
  • 32.Boone A. E., Wolf T. J., Engsberg J. R. Combining virtual reality motor rehabilitation with cognitive strategy use in chronic stroke. American Journal of Occupational Therapy. 2019;73(4):7304345020p1–7304345020p9. doi: 10.5014/ajot.2019.030130. [DOI] [PubMed] [Google Scholar]
  • 33.Seo N. J., Crocher V., Spaho E., et al. Capturing upper limb gross motor categories using the Kinect sensor. American Journal of Occupational Therapy. 2019;73(4):7304205090p1–7304205090p10. doi: 10.5014/ajot.2019.031682. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Chalvatzaki G., Koutras P., Hadfield J., Papageorgiou X. S., Tzafestas C. S., Maragos P. LSTM-based network for human gait stability prediction in an intelligent robotic rollator. Proceedings of the 2019 International Conference on Robotics and Automation (ICRA); May 2019; IEEE, Montreal, Canada. [DOI] [Google Scholar]
  • 35.Jiasen L., Xiong C., Socher R. Sentinel gate for modulating auxiliary information in a long short-term memory (lstm) neural network. 2020. Google Patents.
  • 36.Abadi M. Tensorflow: large-scale machine learning on heterogeneous distributed systems. 2016. https://arxiv.org/abs/1603.04467e.
  • 37.Tan H. X., Aung N. N., Tian J., Chua M. C. H., Yang Y. O. Time series classification using a modified LSTM approach from accelerometer-based data: a comparative study for gait cycle detection. Gait & Posture. 2019;74:128–134. doi: 10.1016/j.gaitpost.2019.09.007. [DOI] [PubMed] [Google Scholar]
  • 38.Chen N., Li Y., Fang J., Lu Q., He L. Risk factors for malnutrition in stroke patients: a meta-analysis. Clinical Nutrition. 2019;38(1):127–135. doi: 10.1016/j.clnu.2017.12.014. [DOI] [PubMed] [Google Scholar]
  • 39.Ilinca A., Martinez-Majander N., Samuelsson S., et al. Whole-exome sequencing in 22 young ischemic stroke patients with familial clustering of stroke. Stroke. 2020;51(4):1056–1063. doi: 10.1161/strokeaha.119.027474. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Sarbolandi H., Lefloch D., Kolb A. Kinect range sensing: structured-light versus time-of-flight Kinect. Computer Vision and Image Understanding. 2015;139:1–20. doi: 10.1016/j.cviu.2015.05.006. [DOI] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

The raw data required to reproduce these findings cannot be shared at this time as the data also forms part of an ongoing study.


Articles from Journal of Healthcare Engineering are provided here courtesy of Wiley

RESOURCES