Next Article in Journal
A Two-Level WiFi Fingerprint-Based Indoor Localization Method for Dangerous Area Monitoring
Next Article in Special Issue
Identification of Gait Motion Patterns Using Wearable Inertial Sensor Network
Previous Article in Journal
An Energy-Efficient Redundant Transmission Control Clustering Approach for Underwater Acoustic Networks
Previous Article in Special Issue
Preliminary Clinical Application of Textile Insole Sensor for Hemiparetic Gait Pattern Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Lower Limb Locomotion Activity Recognition of Healthy Individuals Using Semi-Markov Model and Single Wearable Inertial Sensor

1
LIRIS, CNRS UMR 5205, École Centrale de Lyon, 69130 Ecully, France
2
SAMOVAR, CNRS UMR 5157, Telecom SudParis, Institut Polytechnique de Paris, 91011 Evry CEDEX, France
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(19), 4242; https://doi.org/10.3390/s19194242
Submission received: 16 July 2019 / Revised: 22 August 2019 / Accepted: 26 September 2019 / Published: 29 September 2019
(This article belongs to the Special Issue Sensors for Gait, Posture, and Health Monitoring)

Abstract

:
Lower limb locomotion activity is of great interest in the field of human activity recognition. In this work, a triplet semi-Markov model-based method is proposed to recognize the locomotion activities of healthy individuals when lower limbs move periodically. In the proposed algorithm, the gait phases (or leg phases) are introduced into the hidden states, and Gaussian mixture density is introduced to represent the complex conditioned observation density. The introduced sojourn state forms the semi-Markov structure, which naturally replicates the real transition of activity and gait during motion. Then, batch mode and on-line Expectation-Maximization (EM) algorithms are proposed, respectively, for model training and adaptive on-line recognition. The algorithm is tested on two datasets collected from wearable inertial sensors. The batch mode recognition accuracy reaches up to 95.16%, whereas the adaptive on-line recognition gradually obtains high accuracy after the time required for model updating. Experimental results show an improvement in performance compared to the other competitive algorithms.

1. Introduction

Locomotion activity has recently raised great research interest because of its significant potentials in many fields, e.g., rehabilitation for injured people [1], surveillance systems or health care for the elderly [2], daily activity management. Among these researches [3], many different types of sensors are used, such as camera, wireless beacon, electromyogram (EMG) sensors, electrocardiography (ECG) sensors, and inertial measurement units (IMUs). In a smart home, camera system or wireless beacon can help to understand the activity pattern of the host, and then provide suggestions for a healthy life or make a decision when an emergency is coming [4]. On the other hand, for the wearable sensors, EMGs can measure the electrical signal of muscles, while ECGs placed on specific body parts can monitor the heart rate. These kinds of signals can be used for evaluating the activity intensity. However, camera systems need to be pre-installed and calibrated, and they are also sensitive to the light. EMGs and ECGs have cables with the host, and they are sensitive to the moisture. By contrast, IMU sensors are small enough to be placed on the body and can be taken anywhere, providing information like 3D acceleration, angular rate, and magnetic field readings. In this work, given the advantages of using IMUs, we propose to use these sensors to collect the acceleration and angular rate of motion for the purpose of activity recognition.
Numerous single sensor-based and multiple sensors-based applications were developed under different scenarios. It seems that using multiple sensors is quite interesting and can help to recognize more complex activities. For example, Hsu et al. [5] utilized two IMU sensors placed on wrist and ankle to detect 10 daily activities and 11 sport activities. Xie et al. [6] used a hybrid system of inertial sensor and barometer to detect locomotion and static activities. In this paper, we are studying a generic model that can be applied to the recognition of lower limb locomotion activity, this kind of model can work for both single sensor-based and multiple sensors-based applications; the difference is that multiple sensors generate a higher observation dimension than a single sensor. For simplification, the proposed model will be validated through only one IMU sensor placed on the lower limb.
The work proposed here is, to some extent, the continuation of our previous work [7], where a non-parametric triplet Markov chain (TMC-HIST) was designed to detect four lower limb locomotion activities: walking, running, stair ascent and stair descent. TMC [8,9] is an extension of the hidden Markov chain model (HMC) that includes: the observation Y and hidden state X processes and a third auxiliary hidden state U process. While it keeps a similar parameter estimation and restoration algorithm as HMC, in the TMC-HIST, the hidden state process represented the considered activities, the auxiliary one modelized the gait cycle, and histograms were used to represent the non-Gaussian observation density conditioned on each hidden state. We also developed an adaptive on-line algorithm that is based on TMC-HIST to recognize the targeted activities. Results showed that the combination of lower limb activity and gait cycle can significantly improve the recognition performance, and the adaptive parameter updating can gradually fit the motion pattern of people. However, the non-parametric histogram represented the marginal density of observation along one sensor axis, it does not involve the correlation among the three axes of sensor. As a consequence, this weakness may cause a failure when recognizing the activity. In addition, the precision of histogram is highly dependent on the volume of data and the width of bins, which require large storage memory and will slow down the processing speed of on-line recognition.
In this work, in order to overcome the weaknesses of TMC-HIST, we focus on developing a new parametric TMC model that can recognize lower limb locomotion activities using one single IMU sensor. Besides, the proposed algorithm should be adaptive and on-line applicable as well, i.e., it can adjust its parameters at run-time to suit for the user. By introducing a sojourn hidden state process to form semi-Markov structure, it allows the hidden states X and U keep the same for a while, which is consistent with the activity and gait transition during the motion. Semi-Markov structure is embedded into the TMC to better mimic the real state transition properties. Multi-dimensional Gaussian mixture model (GMM) is introduced to represent the non-Gaussian conditioned observation densities, in the meantime, it involves the observation correlation among the sensor axes. With the introduction of semi-Markov structure and Gaussian mixture density, the specific TMC model will be referred to as SemiTMC-GMM in the remaining of this paper. Because of the parametric densities, an on-line parameter learning algorithm based on EM is applied. Therefore, our claimed contributions in this paper are:
  • Semi-Markov structure is embedded into the TMC model to make the hidden state transition closer to the realistic motion.
  • GMM is adopted to overcome the weakness of non-parametric density, while still allowing to model non-Gaussian data.
  • An EM-based on-line learning algorithm is adopted to SemiTMC-GMM for making the algorithm work on-line.
The remaining of the paper is organized as follows. Section 2 depicts the state-of-the-art works in the field of activity recognition using wearable sensors. Section 3 gives the definition of conventional TMC model and gradually extends the model to SemiTMC-GMM. Then, how to apply the proposed model to recognize lower limb locomotion activities is presented in detail at the end of this Section. Section 4 depicts both batch mode and on-line mode parameter learning for the proposed model. In Section 5, the proposed recognition algorithm is tested on two datasets: one is the public dataset [10], and the other is our own dataset. In addition, the performance of the proposed algorithm is discussed compared to the competitive works. Finally, conclusions and future work are presented in the last Section.

2. Related Works

Numerous works have investigated human activity recognition (HAR) in the last decade. The methodologies used recently can generally be classified into two dominant categories: (i) traditional classifiers; (ii) deep learning methods.
For the first category, numerous classiffiers have been investigated. Parri et al. [11] proposed a fuzzy-logical classifier to identify lower limb locomotion mode, with the assistance of gait phases. The authors developed a lower limb wearable robot system that can help impaired people to perform locomotion activity. Chen et al. [12] proposed a robust activity recognition algorithm based on principal component analysis (PCA) and on-line support vector machine (OSVM), the algorithm obtained a robust recognition accuracy over a smartphone dataset collected in six different orientations. In the work [13], the authors compared the performances among the classifiers of SVM, Naive Bayes, k-Nearest Neighbour (kNN) and kStar. Results showed that kNN and kStar obtained the highest accuracy while Naive Bayes obtained the lowest. Zhao et al. [14] proposed a 2-layer model to detect six gait phases of walking, the algorithm used Neural Network (NN) to provide a pre-decision of gait phases to Hidden Markov Model (HMM), the final decision of gait phase from HMM obtained an accuracy of 98.11%. The limitation of this study is that only the activity of walking was considered, and the authors only tested their algorithm on straight forward walking, not free walking. In [15], hidden semi-Markov model (HSMM) and semi-Markov conditional random field (SMCRF) were applied to recognize human activity in smart home. The results showed that HSMM consistently outperformed HMM, while SMCRF obtained a similar result to CRF. However, because daily activities at home do not have stationary property, it is not practical to use a stationary transition matrix to represent the activity switches. Moreover, the authors only used Gaussian density to represent the conditioned observation density, which is quite limited to a complex scenario.
In the second category, deep learning-based methodologies are very prevalent. Generally, this kind of method is more inclined to image processing, so it needs to convert sensor data to image description to support extraction of discriminative features [16]. As reported in [17], convolutional neural network (CNN) is an important category of discriminative deep learning model for HAR. The work [18] proposed convolutional recurrent neural network to recognise daily activity; their algorithm gained an improvement of 6% compared to the state-of-the-art works. Recently, as reported in [19], transfer learning and semantic approach have raised great research interest. Bao [20] and Rokni [21] used transfer learning to automatically construct model for newly added wearable sensors; they obtained an accuracy enhancement between 9.3–10%. However, the recognition accuracy highly depends on the performance of labeling from source devices, thus it still requires a reliable method for recognition on a single sensor.
Some other methods can also be applied to dedicated applications and obtain good results. Schneider et al. [22] proposed an automatic extraction and selection method of highly relevant features, the method was tested on eight datasets and obtained a general accuracy over 90%. Rezaie et al. [23] proposed a feedback controller framework to adapt the sampling rate for better efficiency and higher accuracy. Dao et al. [24] introduced a man-in-loop decision architecture and data sharing among users and gradually obtained a high accuracy.
In fact, people perform lower limb locomotion activities every day, such as moving from one place to another place and doing sports like running and cycling. … There are a lot of methods that have been proposed for HAR, while to our best knowledge, very few methods can be found that are specially designed for lower limb locomotion activities, including but not limited to activities like walking and jogging [25].

3. Model

In this section, the conventional TMC model is firstly introduced, then it is gradually equipped with more sophisticated structures, i.e., applying Gaussian mixture to TMC to obtain the TMC-GMM model and then applying semi-Markov structure to TMC-GMM to obtain the SemiTMC-GMM model. Afterward, a detailed description of on-line EM algorithm suited for SemiTMC-GMM is given. As a matter of fact, these additional processes can be naturally added because of the high generality of the TMC model through the flexibility of the auxiliary processes.

3.1. Triplet Markov Chain

Consider two discrete stochastic processes X = ( X 1 , , X N ) and U = ( U 1 , , U N ) as hidden states, where X n Λ = { 1 , , r } and U n Γ = { 1 , , τ } , n { 1 , , N } . Let Y = ( Y 1 , , Y N ) be a real-valued process representing the observation of the model, each Y n R w , where w is the observation dimension. In this paper, the hidden state X refers to the activity to be recognized, U refers to the introduced gait or leg cycle, while the observation Y is the features extracted from sensor readings. The details of how to apply the model to recognize lower limb locomotion activity are described in Section 3.4. Then, the triplet T = ( V , Y ) , with V = ( X , U ) is a TMC if T is Markovian. It should be noted here that, in classic TMC, none of processes X , U , Y , ( X , U ) , ( X , Y ) , ( U , Y ) are necessarily Markovian.
Let the realizations of X n , U n and Y n be denoted by their lower cases x n , u n , and y n , respectively, so v n = ( x n , u n ) , t n = ( v n , y n ) . In addition, for simplification, we will denote the probabilities p ( X n = x n , U n = u n | Y 1 = y 1 , , Y N = y N ) by p ( x n , u n | y 1 N ) , p ( X n = x n , U n = u n | Y 1 = y 1 , , Y n = y n ) by p ( x n , u n | y 1 n ) , for example. In TMC transitions form p ( t n + 1 | t n ) can be expressed in different forms, let us consider the following one:
p t n + 1 | t n = p v n + 1 | v n , y n p y n + 1 | v n + 1 , v n , y n .
In the application of this paper we will assume that p ( v n + 1 | v n , y n ) = p ( v n + 1 | v n ) and p ( y n + 1 | v n + 1 , v n , y n ) = p ( y n + 1 | v n + 1 ) . So the transition is simplified to
p t n + 1 | t n = p v n + 1 | v n p y n + 1 | v n + 1 ,
which provides process T with the structure of a classical HMC. For simplification, this simplified TMC is referred to as TMC in the remaining. The first term p v n + 1 | v n in Equation (2) is the state transition probability, the dimension of the matrix is ( r × τ ) × ( r × τ ) . The second term is the probability of observing y n conditionally to each state. Most of the time, this kind of density is modeled by Gaussian distributions:
p y n | v n = i N μ i , Σ i , i Λ × Γ ,
where μ i and Σ i are the mean and variance. The dependency graph of this particular TMC is shown in Figure 1a. Regardless of the probabilistic links inside the nodes related to V , the dependency of Y and V is just in the form of HMC.
For obtaining the probability of individual x n and u n conditioned on y 1 n , y 1 N , we only need to compute the marginal probability of p ( x n , u n | y 1 n ) and p ( x n , u n | y 1 N ) . Indeed, we have
p ( x n | y 1 n ) = u n p ( x n , u n | y 1 n ) , p ( x n | y 1 N ) = u n p ( x n , u n | y 1 N ) .
Likewise, p ( u n | y 1 n ) and p ( u n | y 1 N ) can be obtained in a similar way. p ( x n , u n | y 1 n ) and p ( x n , u n | y 1 N ) are the probabilities if known the observation y 1 n and y 1 N , commonly they are called filtering probability and smoothing probability, respectively. Similar meaning can be deduced for p ( x n | y 1 n ) , p ( x n | y 1 N ) , p ( u n | y 1 n ) , p ( u n | y 1 N ) . Then, the estimated hidden state will be obtained via MPM (Maximum Posterior Mode) criterion using the smoothing probability:
x ^ n = arg max x n Λ p x n | y 1 N , u ^ n = arg max u n Γ p u n | y 1 N .

3.2. TMC Embedding a Gaussian Mixture Model

When extending TMC to TMC-GMM, it needs to introduce Gaussian mixture density into the conditioned observation probability. In fact, embedding GMM in TMC can be regarded as introducing a new statistic process H = ( H 1 , , H N ) into TMC, where H n takes its value h n in a finite set K = { 1 , , κ } and κ is the number of Gaussian components in the mixture. Please remind that H has no realistic meaning, it is just a latent variable in the model to introduce the mixtures. Let c i j be the weight of jth Gaussian mixture component when v n = i , with the constraint j = 1 κ c i j = 1 . μ i j and Σ i j are the mean value and covariance of the Gaussian mixture component. Denoting Z = ( T , H ) and assuming p ( h 1 N | v 1 N ) = n = 1 N p ( h n | v n ) , Z is Markovian with transitions:
p ( z n + 1 | z n ) = p ( v n + 1 | v n ) p ( h n + 1 | v n + 1 ) p ( y n + 1 | v n + 1 , h n + 1 ) ,
where
p ( y n | v n = i , h n = j ) N μ i j , Σ i j , i Λ × Γ , j K ,
p ( y n | v n ) = j = 1 κ c i j · p ( y n | v n = i , h n = j ) ,
with p ( h n = j | v n = i ) = c i j . We can see that Equations (6) and (7a) are extensions of Equations (2) and (3), by introducing a new process H . The dependency graph of TMC-GMM is shown in Figure 1b.
Please notice that the only difference between TMC and TMC-GMM is the Gaussian densities in TMC are replaced with Gaussian mixtures, all the other calculations remain the same. Then estimating the individual x n and u n in TMC-GMM follows the same as in TMC, by using Equations (4) and (5).

3.3. Semi TMC-GMM

In the Markov model considered in our previous work [7], the remaining time of the sojourn of the hidden state v n is of geometric distribution. While considering V as semi-Markovian seems to better suited to our problematic, as in general, v n has no geometric remaining sojourn time. For example, the gait phase has a minimum duration, while in geometric distribution the maximal probability is for null duration. In real applications of classic hidden semi-Markov model (HSMM) [26,27], there is a fixed maximum sojourn time for each possible value of v n . When v n switches to a new value, the maximal possible random sojourn time is shorter than a fixed value M. Once the sojourn time has elapsed at time n, the hidden state must change to a different value, i.e., p ( v n + 1 = v n ) = 0 . This implies that the maximum sojourn time should be large enough to cover the largest possible sojourn time, which appears as a drawback in our application. In another semi-Markov approach described in [28] that we adopt here, the random sojourn time (just after having switched) is not the exact duration of the state, but the minimum sojourn time. This means that once the sojourn time elapsed, the next hidden state is possible to stay the same. This character allows make the maximum value M significantly smaller than the one in classic HSMM, which accelerates the entire method since the dimension of transition matrix is reduced.
To be more precise, consider a new stochastic process D = ( D 1 , , D N ) that represents the minimum remaining sojourn time in a given hidden state v n , and the possible realization of each D n (denoted by d n ) takes its value in L = { 0 , 1 , , } . Thus for V n = v n and D n = d n , we have v n = v n + 1 = = v n + d n . And v n + d n is obtained w.r.t. p ( v n + d n + 1 | v n + d n ) , which is a transition similar to the ones in the TMC and TMC-GMM. Thus, v n + d n + 1 is possible to be the same as v n + d n . Once v n + 1 is set, a new minimum sojourn time d n + 1 is obtained in L = { 0 , 1 , , } . Please notice that for D n = d n 0 , there is D n + 1 = d n + 1 = d n 1 , which is specified in Equation (10).
Finally, SemiTMC-GMM is extended from TMC-GMM Z via the couple ( Z , D ) , which follows the transition probabilities:
p ( z n + 1 , d n + 1 | z n , d n ) = p ( v n + 1 | z n , d n ) p ( h n + 1 | v n + 1 ) p ( d n + 1 | v n + 1 , d n ) p ( y n + 1 | v n + 1 , h n + 1 ) ,
p ( v n + 1 | z n , d n ) = δ v n ( v n + 1 ) , d n > 0 p * ( v n + 1 | v n ) , d n = 0 ,
p ( d n + 1 | v n + 1 , d n ) = δ d n 1 ( d n + 1 ) , d n > 0 p ( d n + 1 | v n + 1 ) , d n = 0 ,
where δ is the Kronecker function ( δ a ( b ) = 1 for a = b and δ a ( b ) = 0 for a b ).
The properties of the four terms on the right side of Equation (8) are clarified in the following:
  • In Equation (9), when d n = 0 , the transition p * ( v n + 1 | v n ) behaves the same as the state transition of TMC and TMC-GMM, which means that v n + 1 can be different from or same as v n , depending on the distribution of p * ( v n + 1 | v n ) .
  • p ( d n + 1 | v n + 1 , d n ) is the probability of the minimal remaining sojourn time of v n + 1 , conditioned on v n + 1 and d n .
  • p ( h n + 1 | v n + 1 ) and p ( y n + 1 | v n + 1 , h n + 1 ) are same as the ones in TMC-GMM, shown in Equation (7a).
Now, the Equations (9) and (10) together describe how the hidden states, V n and D n , transfer in SemiTMC-GMM.
The dependency graphs of the three models, i.e., TMC, TMC-GMM, and SemiTMC-GMM, are shown in Figure 1. The couple V = ( X , U ) is regarded as one hidden state for reducing the complexity of the graphs, as well as reminding that the total number of processes involved in the three models are 3, 4, and 5, respectively.
Estimating the individual x n and u n is different from both TMC and TMC-GMM, for the sense of introducing the sojourn state D n . The probabilities of x n can be obtained by
p ( x n | y 1 n ) = u n d n p ( x n , u n , d n | y 1 n ) , p ( x n | y 1 N ) = u n d n p ( x n , u n , d n | y 1 N ) .
The probabilities p ( x n , u n , d n | y 1 n ) and p ( x n , u n , d n | y 1 N ) are the filtering and smoothing probability of the hidden state in SemiTMC-GMM, respectively. Likewise, the probabilities p ( u n | y 1 n ) and p ( u n | y 1 N ) are obtained in a similar way. Finally, the estimated hidden state x ^ n and u ^ n can be obtained by Equation (5).
To summarize, the proposed SemiTMC-GMM is a model contains five stochastic processes X , U , D , H , Y , with Markov distribution of Z * = ( X , U , D , H , Y ) . The process X models the activities we are looking for, Y models the observation, U models the introduced gait or leg phase, D models the semi-Markovianity of V = ( X , U ) , and H models the presence of Gaussian mixtures. Thus, Z * = ( V , W , Y ) can be regarded as a classic TMC with hidden state V , observed Y , and an additional latent W = ( D , H ) .

3.4. Application of SemiTMC-GMM

The question is now how to apply the proposed model to recognise lower limb locomotion activities. In our previous work [7], gait cycle was introduced into the estimation of four locomotion activities, and the results show that it can improve the accuracy. As introduced in [29], one gait cycle can be divided into four gait phases, i.e., stance, push-up, swing, and step down. In this work, we are pursuing a method that does not require the sensor to be placed on the feet only. On the contrary, it can be placed on different places of the lower limb, such as thigh, shank, or foot. The segmentation of gait cycle is based on the motion of foot, so similarly we can define ‘leg cycle’ based on the motion of leg. One leg cycle can be segmented into four leg phases, which are low position, lifting, high position, and dropping.
Let assume the hidden state X represents the activity, and U be the gait cycle or leg cycle. Thus, the dimension of Λ (r) depends on the number of activities; while for Γ , τ is equal to 4. The transition of X and U follows a specific order because the feet move from attaching on the ground to swinging in the air alternately, or the legs switch between lifting to dropping. Therefore, we define a specific transition graph for X and U. As shown in Figure 2, the numbers 1–4 represent the hidden state U, the four gait and leg phases. We can see that U transfers from phase 1 to phase 4 and back to phase 1 again cyclically if the activity does not change. While the activity is switching, U transfers from phase 1 of the previous activity to phase 2 of the current activity.
The hidden states H and D are not the final goals of the recognition, and they have no physical meaning neither. For simplification, the dimension of L () is set to 9. This value was determined by our experience, a too small value will make the results of SemiTMC-GMM no difference from that of TMC-GMM, while a too large value will cost too much time for running the code. The performance of different GMM components number ( κ ) is evaluated on two datasets, as depicted in Section 5.
The observation Y is the feature extracted from the sensor readings. The utilized features are the sliding mean value and standard deviation, by calculating the mean value and standard deviation of acceleration and angular rate within a sliding window length. Since IMUs measure 3-dimensional acceleration and angular rate, then the dimension of the observation Y (w) equals to 12. The initialization of the hidden states is the same as the one in our previous work [7], so it will not be repeated here. Afterward, based on the initial hidden states v 1 N and features y 1 N , the initial conditioned GMM density p ( y n | v n , h n ) can be easily obtained if the mixture number κ is known. When the initialization is done, batch mode EM algorithm can be applied to train the model, which will be described in details in Section 4. Then, the trained model can be used for the batch mode testing, or, as the initial model of on-line EM algorithm.

4. Parameter Estimation

From the previous section, it is now clear how the hidden state transfers and how to compute the observation probability. In this section, we focus on how to obtain the filtering and smoothing probabilities, and to apply parameter updating based on the on-line EM algorithm.
Before starting the explanation, we need to introduce the parameter set first. As described in the previous Section, the parameter set can be defined as θ = { ζ k , a l k , c i j , μ i j , Σ i j } , in which ζ k is the initial probability of hidden state, and a l k is the l-th row and k-th column element in the transition matrix A. Because GMM density only depends on v n , then i Λ × Γ , j K . In SemiTMC-GMM, the entire hidden state is ( V , D ) , and then l , k Λ × Γ × L , and l , k is equal to the couple of ( i , d n ) . Therefore, the initial probability becomes ζ k = p ( ( v 1 , d 1 ) = k ) , and a l k = p ( ( v n + 1 , d n + 1 ) = k | ( v n , d n ) = l ) . For simplification, the indices i , j , l , k will keep the same meaning and will no longer be specified in the remaining.

4.1. Batch Mode EM Algorithm

The batch mode parameter restoration using EM algorithm is quite simple and has been utilized in many researches. A dominated way to do this is using the well-known Baum-Welch algorithm. This is an algorithm that makes the expectation step and maximization step recursively. Here we simply describe how to extend the expectation and maximization steps to SemiTMC-GMM model, within one iteration of the EM algorithm. A simple recall of the forward and backward calculations [7] are displayed below:
α 1 ( k ) = p ( v 1 , d 1 ) = k , y 1 , α n ( k ) = ( v n 1 , d n 1 ) Λ × Γ × L α n 1 ( k ) · p ( v n , d n ) | ( v n 1 , d n 1 ) · p y n | ( v n , d n ) , β N ( k ) = 1 , β n ( k ) = ( v n + 1 , d n + 1 ) Λ × Γ × L p ( v n + 1 , d n + 1 ) | ( v n , d n ) · p y n + 1 | ( v n + 1 , d n + 1 ) · β n + 1 ( k ) .
In the above equations, the α n ( k ) and β n ( k ) are the forward and backward calculations, p ( v n , d n ) | ( v n 1 , d n 1 ) is the state transition probability that has been described in Equations (8)–(10), p y n | ( v n , d n ) = p h n | v n p y n | v n , h n is the conditioned observation density.
Then, the algorithm requires the following probabilities:
γ n ( k ) = p ( ( v n , d n ) = k | y 1 N ) = α n ( k ) β n ( k ) k Λ × Γ × L α n ( k ) β n ( k ) ,
γ ˜ n ( i ) = d n γ n ( ( i , d n ) ) = d n p ( v n = i , d n | y 1 N ) ,
γ ˜ n ( i , j ) = γ ˜ ( i ) · c i j p ( y n | v n = i , h n = j ) j K c i j p ( y n | v n = i , h n = j ) ,
ξ n ( l , k ) = α n ( l ) · p y n + 1 , h n + 1 , ( v n + 1 , d n + 1 ) = k y n , h n , ( v n , d n ) = l · β n + 1 ( k ) l , k Λ × Γ × L α n ( l ) · p y n + 1 , h n + 1 , ( v n + 1 , d n + 1 ) = k y n , h n , ( v n , d n ) = l · β n + 1 ( k ) .
γ n ( k ) is the probability of ( v n , d n ) conditioned on all observed data y 1 N . γ ˜ n ( k ) is the marginal probability of γ n ( k ) over d n , this probability is the one that we are looking for to estimate the concerning hidden state v n . γ ˜ n ( i , j ) is the probability of each Gaussian component w.r.t. γ ˜ n ( k ) ; this probability helps to compute the parameters related to Gaussian mixture, i.e., c k j , μ k j , Σ k j . ξ n ( l , k ) is the joint probability of ( v n , d n ) = l and ( v n + 1 , d n + 1 ) = k conditioned on y 1 N . Here we give the formula of parameter update by using Equations (13)–(16):
ζ k = γ 1 ( k ) ,
a l k = n = 1 N 1 ξ n ( l , k ) n = 1 N 1 γ n ( l ) ,
c i j = n = 1 N γ ˜ n ( i , j ) n = 1 N γ ˜ n ( i ) ,
μ i j = n = 1 N γ ˜ n ( i , j ) y n n = 1 N γ ˜ n ( i , j ) ,
Σ i j = n = 1 N γ ˜ n ( i , j ) ( y n μ i j ) T ( y n μ i j ) n = 1 N γ ˜ n ( i , j ) .
In fact, Equations (13)–(16) are the expectation step in one iteration of EM algorithm, while Equations (17)–(21) are the maximization step. Then, the parameter can be learned by recursively performing the two steps until the iteration number exceeds a pre-defined value, maximally 100 iterations, for example.

4.2. Sufficient Data Statistics

Since Gaussian Markov models belong to the exponential family, the likelihood function of SemiTMC-GMM can be written in the form of [30]
p θ ( z n , d n ) = f ( z n , d n ) exp s ( z n , d n ) , ψ ( θ ) J ( θ ) ,
where s ( z n , d n ) is a vector of complete-data sufficient statistics belonging to convex set S, · , · denotes the scalar product, function ψ ( · ) maps θ to the natural parametrization, and J ( · ) is the log-partition function. For SemiTMC-GMM, the definition of statistics is
s n , l k ( 1 ) = 𝟙 { ( v n , d n ) = l , ( v n + 1 , d n + 1 ) = k } ,
s n , k ( 2 ) = 𝟙 { ( v n , d n ) = k } ,
s n , i j ( 3 ) = 𝟙 { v n = i , h n = j } ,
s n , i j ( 4 ) = 𝟙 { v n = i , h n = j } y n ,
s n , i j ( 5 ) = 𝟙 { v n = i , h n = j } y n T y n ,
where 𝟙 { · } is the indicator function, n = 1 , , N . Then, the statistics vector at time n is of the form s n = s n , l k ( 1 ) , s n , k ( 2 ) , s n , i j ( 3 ) , s n , i j ( 4 ) , s n , i j ( 5 ) . Consequently, the sufficient statistics S n is the expectation of s n conditioned on y 1 n :
S n = 1 n E θ n = 1 n s n | y 1 n .
Denote S n = S n , l k ( 1 ) , S n , k ( 2 ) , S n , i j ( 3 ) , S n , i j ( 4 ) , S n , i j ( 5 ) , in which the elements are the expectation of the ones with respect to s n . Now, comparing the Equation groups (13)–(21) and (23)–(28), we can reform the parameter update Equations (17)–(21) with sufficient statistics:
S ˜ n , i ( 2 ) = d n S n , ( i , d n ) ( 2 ) ,
ζ k = S 1 , k ( 2 ) ,
a n , l k = S n , l k ( 1 ) / S n , k ( 2 ) ,
c n , i j = S n , i j ( 3 ) / S ˜ n , i ( 2 ) ,
μ n , i j = S n , i j ( 4 ) / S n , i j ( 3 ) ,
Σ n , i j = S n , i j ( 5 ) / S n , i j ( 3 ) μ n , i j T μ n , i j ,
in which a n , l k , c n , i j , μ n , i j , Σ n , i j are the updated parameters at time n.
Remark 1.
Replacing n with N in Equation (28), which means all the observed data y 1 N are used, S N is then called as complete sufficient statics. Therefore, using S N to compute the parameters in Equations (30)–(34) will be exactly the batch mode parameter learning that is given in Equations (17)–(21).

4.3. On-Line Estimation

In the previous section, we have discussed about how to use sufficient statistics to learn θ in batch mode. In order to apply the on-line estimation, a common way [30] is to update the sufficient statistics when a new observed data come in:
S n + 1 = ( 1 ρ n + 1 ) · S n + ρ n + 1 · E θ n s n + 1 | y n + 1 ,
where ρ n is the stepsize sequence that satisfies n = 1 ρ n = , n = 1 ρ n 2 < . Normally it is set to ρ n = 1 / n . Then, the new parameter θ n + 1 is available by Equations (29)–(34). The estimation of x n + 1 , u n + 1 can be obtained by Equations (5) and (11).
In this paper, we do not update θ at every sampling time. Instead, we set a window length W l and accumulate the latest W l observed data first. Then use Equations (13)–(16) to get the smoothed result, compute the sequenced statistics s n | 1 W l for all the W l data by Equations (23)–(27). Afterward, update the sequenced sufficient statistics S n | 1 W l and θ n | 1 W l by Equations (35) and (29)–(34), respectively. It should be noticed that in on-line mode, the initial probability ζ k is not necessary.
After describing the batch mode and on-line parameter learning, a diagram of the training and testing is displayed in Figure 3. In the training stage, the block of model parameter learning is the Baum-Welch algorithm. The trained model is used in both the two kinds of testing, the model is updated in on-line testing, but not in the batch mode testing. Besides, the estimated hidden state of batch mode is from the smoothed probability, whereas the one of on-line is from the filtered probability.

5. Experimental Results

Two datasets are used to validate the proposed algorithm. The first dataset is the Sports and Daily Activities (SDA) dataset [10], in which eight subjects were enrolled to perform 19 daily and sports activities while wearing five Xsens MTx (Details of Xsens MTx can be found in http://www.xsens.com/en/general/mtx)) IMUs on their torso, left arm, right arm, left thigh, and right thigh, all the sensors measure the acceleration and angular rate of the body parts where the sensors are placed. The five sensor placements are determined in this dataset because the involved activities are not only lower limb locomotion activities but also include static activities and upper limb activities, such as sitting, lying, rowing, and playing basketball… So they used the 5 sensors to collect the motion data from different parts of the body. However, in this paper, the proposed algorithm is designed for recognizing the lower limb locomotion activity with periodic gait or leg cycle performed by healthy people. Since we only care about the movement of the lower limbs and healthy people have a symmetric motion of the two legs, then it is possible to use only one sensor placed on either the left or right leg to recognize the considered activities. Therefore, we only use the sensor placed on the right thigh to validate our algorithm. The sensor sampling rate was set to 25 Hz, the acceleration sensing range was set to ±18 g, the angular rate sensing range was set to ±1200°/s. Because the objective of the proposed algorithm is to detect lower limb locomotion activities that have gait cycle or leg cycle, while the 19 activities consists of both lower limb locomotion activities with and without the cycles, then only 11 suitable activities out of the total are selected in this work: walk in parking lot, walk on treadmill with incline, walk on treadmill on flat, stair descent, stair ascent, run on treadmill, jump, exercise on stepper, exercise of cycling in vertical position, exercise of cycling in horizontal position, exercise on cross trainer. These 11 locomotion activities of SDA dataset are referred to as D1A1 to D1A11 in the remaining of this paper. In the dataset, the subjects performed each activity for about 5 min separately, and each activity was divided into 60 segments of 5 s. Therefore, there are 60 × 8 = 480 segments for each activity. In order to make the dataset available for our algorithm, we firstly combined the 60 segments of one activity from one subject to recover the 5 min activity, then combined the data of the same activity from all the subjects to form 40 min for each activity, the final data was obtained by combining the 11 activities. Thus, the duration of the data is 11 × 40 = 440 min.
There are only 7500 samplings for each experiment of SDA, and the data length is not long enough to use on-line EM recognition. Therefore, we utilize the second dataset for the validation of the proposed on-line EM algorithm. This second dataset, described in [7], is called Locomotion of Foot-mounted IMU (LMFIMU) dataset (the dataset and its details are available on the website: https://github.com/unilee/TMC_LowerLimbActs). Ten subjects were enrolled to perform a specific experiment that lasts nearly 30 min with a Shimmer3 (Shimmer3 GSR+, details at the manufacturer’s site http://www.shimmersensing.com/images/uploads/docs/ConsensysPRO_Spec_Sheet_v1.1.0.pdf) IMU mounted on the right shoe. The sensor is placed on the shoe in LMFIMU but not the thigh as in SDA dataset is because both feet and thighs have a periodic pattern when people are performing the lower limb locomotion activities. In fact, the sensor can be placed at anywhere of the lower limbs in this study. So foot is chosen in the LMFIMU dataset to show that the proposed algorithm is not restricted to only one sensor position. Because of the enrolled 10 healthy subjects, left foot and right foot have the same behavior, then the sensor is placed on the right shoe of each subject. Each subject was asked to perform one experiment, which contained two identical sections of a sequence of four locomotion activities: walking, running, stair ascent and stair descent. Therefore, the performance of the second section will be improved compared to the first section, if the on-line algorithm can gradually learn the activity pattern of the subject. The four locomotion activities are referred to as D2A1 to D2A4 in the rest of this paper. The sensor sampling rate was set to 100 Hz, so the data length is long enough for the on-line EM algorithm. The sensing range of the acceleration and angular rate are ±8 g and ±1000°/s, respectively.
The proposed SemiTMC-GMM model is compared with TMC-GMM to see the advancement of semi-Markov structure in recognizing lower limb locomotion activities. GMM is implemented by different κ to see the impact of the GMM components number that has on recognition accuracy.

5.1. SDA Dataset

The batch mode recognition is tested by a leave-one-out cross-validation (LOOCV) strategy, i.e., taking one subject for testing and the others for training, then make the test for all the subjects. The sliding window length of feature extraction is set to 5. The length is set based on our experience; normally it depends on the shortest gait or leg phase of the activities, and a window length larger than the shortest duration may conceal some information of the phase, while too small length may cause a badly calculated standard deviation. Both the SemiTMC-GMM and TMC-GMM model are involved in the validation, and the GMM mixture number κ is set to 1, 3, 6, and 9, respectively. Particularly when κ = 1 , the conditioned observation density yields to the conventional Gaussian distribution.
The overall accuracy of batch mode recognition on SDA dataset is shown in Figure 4a. As it can be seen, SemiTMC-GMM achieves an accuracy improvement of about 2–3% compared to TMC-GMM. The proposed model reaches the highest accuracy of 86.00% when κ = 6 , while the one of TMC-GMM is 83.76%. Meanwhile, TMC-HIST obtains the lowest accuracy of 77.91%. Figure 4b is the plot of Receiver Operating Characteristics (ROC) w.r.t. different κ . The ROC space takes the true positive rate (TPR) as vertical axis and false positive rate (FPR) as horizontal axis, a better recognition performance is more closer to the upper left corner. So we can see that SemiTMC-GMM (red markers) obtains a better performance than the one of TMC-GMM (cyan markers). Table 1 shows the sensitivity, specificity, F1 score, and Matthews correlation coefficient (MCC) of each individual activity. Particularly for the sensitivity of each individual activity, it equals to the accuracy of corresponding activity. Activities D1A1 to D1A3 are recognized with relatively poor performance, it is because that these three activities are all walking and are very easily misclassified.
As reported in [20], the classifiers of kNN, SVM and decision tree are tested on SDA dataset using all the five sensors. The accuracies are 78.97%, 84.03%, and 84.63%, respectively. In [21], the authors used SDA dataset and showed single sensor recognition accuracy of four classifiers: kNN, decision tree, discriminant analysis, and Naive Bayes. Specifically for the right leg sensor that is used in our paper, the four classifiers obtained accuracies of 81.72%, 78.78%, 87.03%, and 76.93%. Therefore, we can state that SemiTMC-GMM outperforms the generic classifiers like kNN, SVM, decision tree, and Naive Bayes, and obtains a similar performance of discriminant analysis. On the other hand, the authors in [31] used CNN to recognize human daily activities in OPPORTUNITY dataset [32], which contains activities, such as open (close) door, open (close) drawer, clean table, and drink cup. They obtained an accuracy of 85.8% by using 23 body-worn sensors, 12 object sensors, and 21 ambient sensors. In addition, for the OPPORTUNITY dataset, [18] used CNN to obtain an accuracy of 77.99% by using the body-worn sensors only, while in [33], CNN obtained an accuracy of 93.75% on six activities: walking, stair ascent, stair descent, sitting, standing, and laying. Because of the prevalent CNNs can generate high dimensional features that suit for the recognition task, then CNNs may probably be suited for sophisticated activities. But it requires a huge quantity of data to train the network, and it is difficult to make CNN work for an adaptive on-line scenario. So, maybe CNN could obtain higher accuracy than SemiTMC-GMM, but we still believe that our proposed model is competent in some scenarios.

5.2. LMFIMU Dataset

For this dataset, the size of sliding window for computing features is set to 15, and it is also determined by our experience. Firstly, the batch mode recognition is performed using LOOCV strategy. Figure 5a shows the recognition accuracy w.r.t. different κ . The accuracy of SemiTMC-GMM when κ = 9 is 95.16%, while the one of TMC-GMM is 92.57%. Meanwhile, the choice of κ has less impact on accuracy for SemiTMC-GMM. The recognition accuracy obtained by TMC-HIST is 80.42%, which is lower than the ones of TMC-GMM and SemiTMC-GMM when κ > 1 . The ROC shown in Figure 5b implies that SemiTMC-GMM outperforms the TMC-GMM in a general view. Table 2 shows the sensitivity, specificity, F1 score, and MCC of each individual activity. By comparing the batch mode recognition shown in Table 1 and Table 2, both TMC-GMM and SemiTMC-GMM outperform TMC-HIST. It means that considering the observation correlation improves the recognition performance.
As a matter of fact, Figure 4a, Figure 5a and Figure 6a show that introducing semi-Markov structure into the TMC model can improve the accuracy. Meanwhile, using GMM with κ > 1 also improves the recognition significantly. But it does not mean that using a larger κ allows higher accuracy to be achieved. In Figure 4a, the accuracy when κ = 9 is slightly lower than that obtained when κ = 6 , it is because the observation of SDA dataset is more closer to a GMM mixture of 6 densities. A too large value of κ may probably lead to an overfitting problem. It is sure that κ can be automatically acquired through the methods, such as BIC [34] and AIC [35], to make κ consistent with different activities. For simplification in this paper, we manually set κ to 6 for all the activities based on the experimental results.
Then, the on-line EM algorithm is performed to validate the adaptive on-line recognition performances. The proposed algorithm is implemented in MATLAB code, running on a 64-bit system computer with 3.2GHz CPU and 32G RAM. In the dataset, the average experiment time is 32.33 min, while the computing time of SemiTMC-GMM when κ = 1 , 3 , 6 , 9 are 9.72, 14.72, 21.53, and 27.65 min, respectively. Thus, using on-line EM is applicable in on-line scenarios. The window length W l for updating the parameters is set to 1000, which means that parameters are updated every 10 s.
Figure 6a shows the recognition accuracy obtained by LOOCV strategy. The solid lines are higher than the dashed lines which means that the on-line EM algorithm can improve the recognition performance. In addition, the GMM with κ > 1 can significantly improve the accuracy. When κ = 9 , SemiTMC-GMM has an accuracy improved from 95.48% in the first section to 96.93% in the second section, TMC-GMM achieves an improvement from 93.83% to 95.04%. By contrast, in the adaptive on-line algorithm using TMC-HIST in our previous work, the accuracy was improved from 95.32% to 96.93%. However, this high accuracy is mainly because of the gait cycle complete detection in the adaptive on-line algorithm, which manually set the activity of all the samplings in one gait cycle to be identical. If the gait cycle complete detection is not used, TMC-HIST will fail in the on-line recognition, with the accuracies of 78.32% in the first section and 65.20% in the second section. Comparing SemiTMC (when κ = 1 ) and TMC-HIST, we can conclude that semi-Markov structure is more robust for recognizing the hidden states which have sojourn time. Figure 6b,c show the ROC of the two experiment sections, SemiTMC-GMM obtains better performance than TMC-GMM in both the two sections, and SemiTMC-GMM obtains a bigger improvement from the first to second section than the other one. Therefore, the results indicate that both GMM density and semi-Markov structure improve the on-line recognition, and the combination the two improves the performance the most.
By comparing the two different sensor placements in SDA and LMFIMU dataset, the proposed algorithm shows that the sensor is not necessary to be placed at a specific place of the lower limb. In fact, the sensor can be placed in any position that implies the introduced gait phase and leg phase.
In order to understand the dynamic performance of the parameter updating, Figure 7 shows the recognition accuracy computed during the latest 10 s. Notice that the accuracies when κ = 1 are not displayed in Figure 7a,e because TMC obtains accuracies lower than 70% for D2A1 and D2A3. SemiTMC-GMM obtains a relatively fast convergence rate when κ equals to 6 and 9. The activities D2A1 and D2A2 reach high accuracy within 20 s in the first section of the experiment, 97.77% and 99.02%, respectively. By contrast, D2A3 and D2A4 are slower (take about 50 s) than the former two activities, and obtain lower accuracies of 92.04% and 89.48%, respectively. The main reason of this phenomenon is that the activity patterns of D2A3 and D2A4 vary much more differently among the subjects. But in a general view, we can still state that the on-line EM algorithm can dynamically improve the recognition accuracy to a reasonable level.
Figure 8 displays the estimated gait cycles of each activity, when the model converged, obtained by TMC-GMM and SemiTMC-GMM, κ is set to 1 and 6. ω x , ω y and ω z are the sliding mean of angular rate along the three axes of sensor. The features are 12-dimensional, but here we only display the acceleration of along the three axes to show how the gaits proceed. Hence, the estimated gait cycles are displayed w.r.t. four models, i.e., TMC, SemiTMC, TMC-GMM, and SemiTMC-GMM. In fact, the gait phases or leg phases are introduced in the model to improve the recognition accuracy of the lower limb locomotion activity. The figure shows that SemiTMC-GMM obtains the most regular gait cycle, with no fluctuation in short period and no missing detection. As a consequence, the well estimated gait or leg cycle obtained from SemiTMC-GMM leads to a higher activity recognition performance.

6. Conclusions

In this paper, we proposed a wearable IMU-based algorithm for recognizing lower limb locomotion activities, with the help of introducing gait cycle or leg cycle into the model. The algorithm is based on the developed SemiTMC-GMM model, which better replicate the real motion. Our experiments show that semi-Markov structure and GMM density can better recover gait or leg cycles, which in return improve the activity recognition significantly. The adopted on-line EM algorithm can gradually improve the accuracy to a high level. The proposed algorithm is not only developed for the applications which require run-time activity recognition, but is also helpful to those applications that require gait cycles. For example, if using two sensors placed on both left and right legs of impaired people, then it is possible to develop a special SemiTMC-GMM model that detects their imbalanced gait phases. This can be beneficial for exoskeleton equipment to better assist impaired people in performing locomotion activities, by providing precise information to the equipment.
While there are still some limitations, the proposed algorithm only takes periodic lower limb locomotion into consideration; neither the static activity nor non-periodic lower limb locomotion activity is involved in our current work, such as standing and making turn. To distinguish static and motion activities, it is possible to include specific features into the observations. For example, standard deviation will be close to zero when a person is in static; otherwise, it will vary according to the motion. Distinguishing periodic and non-periodic can be accomplished by periodic pattern mining method, such as fast Fourier transform-based [36] and principle component analysis-based [37] approaches. Our future work will focus on adopting more types of activities, including static activity and non-periodic locomotion activities.

Author Contributions

Conceptualization, H.L.; Methodology, H.L., S.D., W.P.; Software, H.L.; Validation, H.L., S.D. and W.P.; Formal analysis, H.L., S.D.; Investigation, H.L., S.D.; Resources, S.D., W.P.; Data curation, H.L.; Writing—original draft preparation, H.L.; Writing—review and editing, S.D., W.P.; Visualization, H.L.; Supervision, S.D., W.P.; Project administration, S.D.

Funding

This research received no external funding.

Acknowledgments

We would like to thank the Chinese Scholarship Council (CSC) which partially supports this research.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhu, Z.; Lu, Y.; You, C.; Chiang, C. Deep learning for sensor-based rehabilitation exercise recognition and evaluation. Sensors 2019, 19, 887. [Google Scholar] [CrossRef] [PubMed]
  2. Susnea, I.; Dumitriu, L.; Talmaciu, M.; Pecheanu, E.; Munteanu, D. Unobtrusive monitoring the daily activity routine of elderly people living alone, with low-cost binary sensors. Sensors 2019, 19, 2264. [Google Scholar] [CrossRef] [PubMed]
  3. Elhoushi, M.; Georgy, J.; Noureldin, A.; Korenberg, M.J. A survey on approaches of motion mode recognition using sensors. IEEE Trans. Intell. Transp. Syst. 2017, 18, 1662–1686. [Google Scholar] [CrossRef]
  4. Waheed, S.A.; Khader, P.S.A. A novel approach for smart and cost effective IoT based elderly fall detection system using Pi camera. In Proceedings of the IEEE International Conference on Computational Intelligence and Computing Research (ICCIC), Coimbatore, India, 14–16 December 2017; pp. 1–4. [Google Scholar]
  5. Hsu, Y.; Yang, S.; Chang, H.; Lai, H. Human daily and sport activity recognition using a wearable inertial sensor network. IEEE Access 2018, 6, 31715–31728. [Google Scholar] [CrossRef]
  6. Xie, L.; Tian, J.; Ding, G.; Zhao, Q. Human activity recognition method based on inertial sensor and barometer. In Proceedings of the IEEE International Symposium on Inertial Sensors and Systems (INERTIAL), Moltrasio, Italy, 26–29 March 2018; pp. 1–4. [Google Scholar]
  7. Li, H.; Derrode, S.; Pieczynski, W. An adaptive and on-line IMU-based locomotion activity classification method using a triplet Markov model. Neurocomputing 2019, 362, 94–105. [Google Scholar] [CrossRef]
  8. Gorynin, I.; Gangloff, H.; Monfrini, E.; Pieczynski, W. Assessing the segmentation performance of pairwise and triplet Markov models. Signal Process. 2018, 145, 183–192. [Google Scholar] [CrossRef]
  9. Pieczynski, W.; Hulard, C.; Veit, T. Triplet Markov chains in hidden signal restoration. In Image and Signal Processing for Remote Sensing VIII; International Society for Optics and Photonics: Crete, Greece, 2003; Volume 4885, pp. 58–68. [Google Scholar]
  10. Barshan, B.; Yüksek, M.C. Recognizing daily and sports activities in two open source machine learning environments using body-worn sensor units. Comput. J. 2014, 57, 1649–1667. [Google Scholar] [CrossRef]
  11. Parri, A.; Yuan, K.; Marconi, D.; Yan, T.; Crea, S.; Munih, M.; Lova, R.M.; Vitiello, N.; Wang, Q. Real-time hybrid locomotion mode recognition for lower limb wearable robots. IEEE/ASME Trans. Mechatron. 2017, 22, 2480–2491. [Google Scholar] [CrossRef]
  12. Chen, Z.; Zhu, Q.; Soh, Y.C.; Zhang, L. Robust human activity recognition using smartphone sensors via CT-PCA and online SVM. IEEE Trans. Ind. Inform. 2017, 13, 3070–3080. [Google Scholar] [CrossRef]
  13. Wannenburg, J.; Malekian, R. Physical activity recognition from smartphone accelerometer data for user context awareness sensing. IEEE Trans. Syst. Man Cybern. Syst. 2017, 47, 3142–3149. [Google Scholar] [CrossRef]
  14. Zhao, H.; Wang, Z.; Qiu, S.; Wang, J.; Xu, F.; Wang, Z.; Shen, Y. Adaptive gait detection based on foot-mounted inertial sensors and multi-sensor fusion. Inf. Fusion 2019, 52, 157–166. [Google Scholar] [CrossRef]
  15. Van Kasteren, T.; Englebienne, G.; Kröse, B.J. Activity recognition using semi-Markov models on real world smart home datasets. J. Ambient Intell. Smart Environ. 2010, 2, 311–325. [Google Scholar] [Green Version]
  16. Sathyanarayana, A.; Joty, S.; Fernandez-Luque, L.; Ofli, F.; Srivastava, J.; Elmagarmid, A.; Taheri, S.; Arora, T. Impact of physical activity on sleep: A deep learning based exploration. arXiv 2016, arXiv:1607.07034. [Google Scholar]
  17. Mamoshina, P.; Vieira, A.; Putin, E.; Zhavoronkov, A. Applications of deep learning in biomedicine. Mol. Pharm. 2016, 13, 1445–1454. [Google Scholar] [CrossRef] [PubMed]
  18. Ordóñez, F.; Roggen, D. Deep convolutional and LSTM recurrent neural networks for multimodal wearable activity recognition. Sensors 2016, 16, 115. [Google Scholar] [CrossRef] [PubMed]
  19. Ramasamy Ramamurthy, S.; Roy, N. Recent trends in machine learning for human activity recognition—A survey. Wiley Interdiscip. Rev. Data Min. Knowl. Discov. 2018, 8, 1254. [Google Scholar] [CrossRef]
  20. Bao, Y.; Chen, W. Automatic model construction for activity recognition using wearable devices. In Proceedings of the IEEE International Conference on Pervasive Computing and Communications Workshops (PerCom Workshops), Athens, Greece, 19–23 March 2018; pp. 806–811. [Google Scholar]
  21. Rokni, S.A.; Ghasemzadeh, H. Autonomous training of activity recognition algorithms in mobile sensors: A transfer learning approach in context-invariant views. IEEE Trans. Mob. Comput. 2018, 17, 1764–1777. [Google Scholar] [CrossRef]
  22. Schneider, T.; Helwig, N.; Schütze, A. Automatic feature extraction and selection for condition monitoring and related datasets. In Proceedings of the IEEE International Instrumentation and Measurement Technology Conference (I2MTC), Houston, TX, USA, 14–17 May 2018; pp. 1–6. [Google Scholar]
  23. Rezaie, H.; Ghassemian, M. An adaptive algorithm to improve energy efficiency in wearable activity recognition systems. IEEE Sens. J. 2017, 17, 5315–5323. [Google Scholar] [CrossRef]
  24. Dao, M.S.; Nguyen-Gia, T.A.; Mai, V.C. Daily human activities recognition using heterogeneous sensors from smartphones. Procedia Comput. Sci. 2017, 111, 323–328. [Google Scholar] [CrossRef]
  25. Martindale, C.F.; Sprager, S.; Eskofier, B.M. Hidden Markov model-based smart annotation for benchmark cyclic activity recognition database using wearables. Sensors 2019, 19, 1820. [Google Scholar] [CrossRef]
  26. Barbu, V.S.; Limnios, N. Semi-Markov Chains and Hidden Semi-Markov Models toward Applications: Their Use in Reliability and DNA Analysis; Springer Science & Business Media: New York, NY, USA, 2009; Volume 191. [Google Scholar]
  27. Yu, S.Z. Hidden Semi-Markov Models: Theory, Algorithms and Applications; Morgan Kaufmann: Amsterdam, The Netherlands, 2015. [Google Scholar]
  28. Lapuyade-Lahorgue, J.; Pieczynski, W. Unsupervised segmentation of hidden semi-Markov non-stationary chains. Signal Process. 2012, 92, 29–42. [Google Scholar] [CrossRef] [Green Version]
  29. Shetty, N.; Bendall, S. Understanding the gait cycle, as it relates to the foot. Orthop. Trauma 2011, 25, 236–240. [Google Scholar] [CrossRef]
  30. Cappé, O. Online EM algorithm for hidden Markov models. J. Comput. Graph. Stat. 2011, 20, 728–749. [Google Scholar] [CrossRef]
  31. Yang, J.; Nguyen, M.N.; San, P.P.; Li, X.; Krishnaswamy, S. Deep convolutional neural networks on multichannel time series for human activity recognition. In Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence, Buenos Aires, Argentina, 25–31 July 2015. [Google Scholar]
  32. Roggen, D.; Calatroni, A.; Rossi, M.; Holleczek, T.; Förster, K.; Tröster, G.; Lukowicz, P.; Bannach, D.; Pirkl, G.; Ferscha, A.; et al. Collecting complex activity datasets in highly rich networked sensor environments. In Proceedings of the 2010 Seventh International Conference on Networked Sensing Systems (INSS), Kassel, Germany, 15–18 June 2010; pp. 233–240. [Google Scholar]
  33. Ronao, C.A.; Cho, S. Human activity recognition with smartphone sensors using deep learning neural networks. Expert Syst. Appl. 2016, 59, 235–244. [Google Scholar] [CrossRef]
  34. Bhat, H.S.; Kumar, N. On the Derivation of the Bayesian Information Criterion; School of Natural Sciences, University of California: Berkeley, CA, USA, 2010. [Google Scholar]
  35. Arnold, T.W. Uninformative parameters and model selection using Akaike’s Information Criterion. J. Wildl. Manag. 2010, 74, 1175–1178. [Google Scholar] [CrossRef]
  36. Li, Z.; Ding, B.; Han, J.; Kays, R.; Nye, P. Mining periodic behaviors for moving objects. In Proceedings of the 16th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Washington, DC, USA, 25–28 July 2010; pp. 1099–1108. [Google Scholar]
  37. He, Z.; Wang, X.S.; Lee, B.S.; Ling, A.C. Mining partial periodic correlations in time series. Knowl. Inf. Syst. 2008, 15, 31–54. [Google Scholar] [CrossRef]
Figure 1. Dependency graphs. TMC = triplet Markov chain; GMM = Gaussian mixture model.
Figure 1. Dependency graphs. TMC = triplet Markov chain; GMM = Gaussian mixture model.
Sensors 19 04242 g001
Figure 2. Hidden state transition graph. The activities represent X, and the numbers 1–4 represent U and stand for the four gait phases, or leg phases.
Figure 2. Hidden state transition graph. The activities represent X, and the numbers 1–4 represent U and stand for the four gait phases, or leg phases.
Sensors 19 04242 g002
Figure 3. Diagram of the training stage, and the testing stage for both batch mode and on-line testing.
Figure 3. Diagram of the training stage, and the testing stage for both batch mode and on-line testing.
Sensors 19 04242 g003
Figure 4. The batch mode recognition performance of the Sports and Daily Activities (SDA) dataset, of the SemiTMC-GMM, and TMC-GMM models, according to different GMM mixture number κ. ROC = Receiver Operating Characteristics.
Figure 4. The batch mode recognition performance of the Sports and Daily Activities (SDA) dataset, of the SemiTMC-GMM, and TMC-GMM models, according to different GMM mixture number κ. ROC = Receiver Operating Characteristics.
Sensors 19 04242 g004
Figure 5. The batch mode recognition performance of the Locomotion of Foot-mounted IMU (LMFIMU) dataset, SemiTMC-GMM, and TMC-GMM models, according to different GMM mixture number κ.
Figure 5. The batch mode recognition performance of the Locomotion of Foot-mounted IMU (LMFIMU) dataset, SemiTMC-GMM, and TMC-GMM models, according to different GMM mixture number κ.
Sensors 19 04242 g005
Figure 6. The on-line mode recognition performance of the two experiment sections in LMFIMU dataset, according to different GMM mixture number κ.
Figure 6. The on-line mode recognition performance of the two experiment sections in LMFIMU dataset, according to different GMM mixture number κ.
Sensors 19 04242 g006
Figure 7. Recognition accuracy computed in the latest 10 s w.r.t. each activity of LMFIMU dataset. (Left column) TME-GMM; (right column) SemTMC-GMM.
Figure 7. Recognition accuracy computed in the latest 10 s w.r.t. each activity of LMFIMU dataset. (Left column) TME-GMM; (right column) SemTMC-GMM.
Sensors 19 04242 g007
Figure 8. Estimated gait cycle of each activity. The blue, cyan, black, and magenta represent the gait obtained by TMC, SemiTMC, TMC-GMM, and SemiTMC-GMM, respectively.
Figure 8. Estimated gait cycle of each activity. The blue, cyan, black, and magenta represent the gait obtained by TMC, SemiTMC, TMC-GMM, and SemiTMC-GMM, respectively.
Sensors 19 04242 g008
Table 1. The sensitivity, specificity, F1 score, Matthews correlation coefficient (MCC) value of the batch mode recognition, for each activity of SDA dataset, using the sensor placed on right thigh. Up: TMC-HIST; middle: TMC-GMM when κ = 6 ; and down: SemiTMC-GMM when κ = 6 .
Table 1. The sensitivity, specificity, F1 score, Matthews correlation coefficient (MCC) value of the batch mode recognition, for each activity of SDA dataset, using the sensor placed on right thigh. Up: TMC-HIST; middle: TMC-GMM when κ = 6 ; and down: SemiTMC-GMM when κ = 6 .
Activity
TMC-HIST D1A1D1A2D1A3D1A4D1A5D1A6
Sensitivity0.49000.54630.69970.90170.78851.0000
Specificity0.93920.98830.96490.98390.92220.9939
F1 Score0.46870.65740.68370.87080.60570.9709
MCC0.41280.64610.65110.85870.57810.9684
D1A7D1A8D1A9D1A10D1A11Total
Sensitivity0.83080.71160.94890.99720.66180.7797
Specificity0.99110.99241.00001.00000.98130.9779
F1 Score0.86540.79660.97370.99860.71680.7826
MCC0.85350.78540.97150.99850.69360.7652
TMC-GMMD1A1D1A2D1A3D1A4D1A5D1A6
Sensitivity0.67840.67970.54830.91460.89801.0000
Specificity0.93220.99930.98660.96890.94650.9995
F1 Score0.57770.80590.65250.81640.73050.9978
MCC0.53530.80670.63820.80250.71510.9975
D1A7D1A8D1A9D1A10D1A11Total
Sensitivity0.88430.89170.86020.98760.87840.8383
Specificity0.99610.99400.99870.99980.99990.9838
F1 Score0.91970.91400.91840.99300.93480.8419
MCC0.91290.90590.91320.99230.93090.8319
SemiTMC-GMM D1A1D1A2D1A3D1A4D1A5D1A6
Sensitivity0.66720.72470.61820.96380.87670.9990
Specificity0.94570.99720.98600.97730.95630.9990
F1 Score0.60540.82730.70390.87520.75090.9944
MCC0.56440.82230.68620.86660.73270.9939
D1A7D1A8D1A9D1A10D1A11Total
Sensitivity0.90250.94100.85610.99560.92150.8606
Specificity0.99360.99220.99960.99941.00000.9860
F1 Score0.91750.93240.92080.99480.95900.8620
MCC0.90960.92550.91650.99430.95600.8516
Table 2. The sensitivity, specificity, F1 score, MCC value of the batch mode recognition, for each activity of LMFIMU dataset, using the sensor placed on right shoe. Up: TMC-HIST; middle: TMC-GMM when κ = 9 ; and down: SemiTMC-GMM when κ = 9 .
Table 2. The sensitivity, specificity, F1 score, MCC value of the batch mode recognition, for each activity of LMFIMU dataset, using the sensor placed on right shoe. Up: TMC-HIST; middle: TMC-GMM when κ = 9 ; and down: SemiTMC-GMM when κ = 9 .
Activity
D2A1D2A2D2A3D2A4Total
TMC-HISTSensitivity0.70070.97210.77050.93850.8454
Specificity0.98580.89310.91740.95950.9389
F1 Score0.81690.82580.68850.85960.7977
MCC0.71940.78330.63170.83820.7431
TMC-GMMSensitivity0.93990.94750.91050.85900.9142
Specificity0.97200.99960.95120.97870.9754
F1 Score0.95470.97230.83270.86410.9060
MCC0.91300.96540.80440.84190.8812
SemiTMC-GMMSensitivity0.96080.98290.94830.87490.9417
Specificity0.98310.99870.96340.99100.9841
F1 Score0.97130.98910.87990.90710.9368
MCC0.94450.98610.86000.89320.9210

Share and Cite

MDPI and ACS Style

Li, H.; Derrode, S.; Pieczynski, W. Lower Limb Locomotion Activity Recognition of Healthy Individuals Using Semi-Markov Model and Single Wearable Inertial Sensor. Sensors 2019, 19, 4242. https://doi.org/10.3390/s19194242

AMA Style

Li H, Derrode S, Pieczynski W. Lower Limb Locomotion Activity Recognition of Healthy Individuals Using Semi-Markov Model and Single Wearable Inertial Sensor. Sensors. 2019; 19(19):4242. https://doi.org/10.3390/s19194242

Chicago/Turabian Style

Li, Haoyu, Stéphane Derrode, and Wojciech Pieczynski. 2019. "Lower Limb Locomotion Activity Recognition of Healthy Individuals Using Semi-Markov Model and Single Wearable Inertial Sensor" Sensors 19, no. 19: 4242. https://doi.org/10.3390/s19194242

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop