Literature DB >> 33833862

Human Posture Detection Method Based on Wearable Devices.

Xiaoou Li1, Zhiyong Zhou2, Jiajia Wu1, Yichao Xiong1.   

Abstract

The dynamic detection of human motion is important, which is widely applied in the fields of motion state capture and rehabilitation engineering. In this study, based on multimodal information of surface electromyography (sEMG) signals of upper limb and triaxial acceleration and plantar pressure signals of lower limb, the effective virtual driving control and gait recognition methods were proposed. The effective way of wearable human posture detection was also constructed. Firstly, the moving average window and threshold comparison were used to segment the sEMG signals of the upper limb. The standard deviation and singular values of wavelet coefficients were extracted as the features. After the training and classification by optimized support vector machine (SVM) algorithm, the real-time detection and analysis of three virtual driving actions were performed. The average identification accuracy was 90.90%. Secondly, the mean, standard deviation, variance, and wavelet energy spectrum of triaxial acceleration were extracted, and these parameters were combined with plantar pressure as the gait features. The optimized SVM was selected for the gait identification, and the average accuracy was 90.48%. The experimental results showed that, through different combinations of wearable sensors on the upper and lower limbs, the motion posture information could be dynamically detected, which could be used in the design of virtual rehabilitation system and walking auxiliary system.
Copyright © 2021 Xiaoou Li et al.

Entities:  

Mesh:

Year:  2021        PMID: 33833862      PMCID: PMC8016574          DOI: 10.1155/2021/8879061

Source DB:  PubMed          Journal:  J Healthc Eng        ISSN: 2040-2295            Impact factor:   2.682


1. Introduction

A human posture detection system means identifying the change of posture in a specified area and detecting the range of human motion. Generally, it can be described quantitatively by the devices. According to different detection approaches, the human posture detection is mainly divided into nonwearable detection and wearable detection. In the meantime, there are four kinds of human posture detection modes, that is, infrared detection, data clothing and data gloves, electronic camera, and measurement sensors. For the wearable detection combined with the measurement sensors, there are several characteristics of small detection limit and no interference from external environment such as background illumination. Surface electromyography (sEMG) represents the bioelectrical activities of spinal cord motor neurons under the control of cerebral motor cortex, which can directly reflect the human motion intention and muscle state information with real-time interaction and noninvasive and convenient operation [1]. A novel muscle-computer interface (MCI) based on the sEMG signal features has been proposed, which can be used to identify limb motion patterns and convert them into input commands to control external devices. This technology has been applied in the field of rehabilitation; for example, it can help patients with the motor dysfunction perform motor control in a virtual reality (VR) environment and effectively improve the effect of rehabilitation training [2, 3]. Rincon et al. designed an immersive rehabilitation video game, which used Unity Engine and sEMG sensors to capture the movement action [4]. Powell et al. used the VR environment to perform myoelectricity control training based on pattern recognition, which improved the consistency and discrimination of myoelectricity signals of stump muscles in amputees [5]. The introduction of the sEMG signal analysis implements intelligent confirmation of system instructions, which can solve the problem of limb dyskinesia. The gait is the posture performance of human walking, which reflects the structure and function of human motion and nervous system. The purpose of gait detection is to identify the gait patterns of subjects by analyzing their gait information. The main ways of information acquisition include acceleration sensor, pressure sensor, and multisensor fusion [6-9]. Young and Omid used the machine learning method to process the gait information of acceleration sensor and obtained higher classification accuracy [10, 11]. The gait detection based on multisensor fusion can obtain more gait information, which is helpful in improving the identification accuracy. The gait detection technology has been widely used in sport training, medical research, and pedestrian navigation [12-14]. In this study, an effective method of wearable human posture detection on upper and lower limbs was proposed. The sEMG signal analysis of upper limb was applied to virtual driving. Based on the characteristics of real-time and safety of the sEMG signal, the virtual driving operation was performed by effective feature extraction and classification identification. By combining the features of triaxial acceleration and plantar pressure, an optimized support vector machine (SVM) classifier was used to obtain the effective results of gait identification.

2. Methods

The gesture and gait movements are important body language. When the body is moving, it is usually implemented through the cooperation of multiple muscle groups, and the posture information of human body can be detected by some wearable devices [15-18]. In this study, by detecting the sEMG signals of the upper limb, the motion posture of holding the steering wheel was identified, and the identified mode was converted into control commands to perform real-time control of virtual driving. The plantar pressure signals of subjects were collected by using the membrane pressure sensors, and the human gait was identified by combining the triaxial acceleration signal. The principle framework of wearable human posture detection is shown in Figure 1. Firstly, the original sEMG signals, triaxial acceleration signals, and plantar pressure signals were filtered. Secondly, the features of motion segment signals were extracted. Finally, the optimized SVM algorithm was used to identify the motion intention of human body.
Figure 1

Principle framework of wearable human posture detection.

2.1. Active Segment Detection and Feature Extraction of Upper Limb sEMG

In order to extract the motion information effectively, moving average window and threshold comparison are combined to detect active segment of the sEMG signal. The method is as follows: The sEMG signal sequence sEMG(i) after the band-pass filtering is squared, and the instantaneous average energy sequence sEMG(i) is defined. i is the current sEMG sequence label, that is, A moving window is selected with fixed window length N(n − 128), and the average energy sEMGMA(i) is calculated, that is, The threshold T is set. If sEMGMA(i) ≥ T , all data in the window after time t are greater than the threshold T, and all data in the window before time t are less than the threshold T, then it is the starting point of the motion; otherwise, it is the ending point. In this study, 2% of the maximum energy of the sequence signal was selected as the threshold T[19]. The feature extraction is the key technique for the sEMG signal identification. Therefore, the selection of appropriate feature directly affects the subsequent classification results. In this study, the standard deviation and singular values of wavelet coefficients were selected as the features of pattern recognition [20, 21].

2.1.1. Standard Deviation (SD)

where N is the number of sampling points, x is the amplitude of sEMG signal at the i th sampling point, and is the sample mean.

2.1.2. Singular Value Decomposition (SVD)

The singular values of wavelet coefficients represent good stability and can fully reflect the information contained in the matrix. Let A ∈ R, and then there exists an orthogonal matrix U=[u1,…, u] ∈ R, V=[v1,…, v] ∈ R, such thatwhere p=min(m, n),  σ1 ≥ σ2 ≥ ⋯≥σ > 0, σ,  (i=1, ⋯, p) is called the singular value of matrix A, that is, the positive square root of the eigenvalue γ of AA or AA. By decomposing the sEMG signal into level=3 ~ 5 layers, the level+1 subbands are obtained. Then, the singular value σ is achieved in each subband signal S by singular value decomposition. In this study, the singular value of each subband was used as the feature, that is, feature={σ,  i=1,…, level+1}.

2.2. Gait Information Detection and Feature Extraction

The triaxial acceleration of the lower limb and plantar pressure signals were extracted. For time domain feature, acceleration mean , standard deviation σ, and variance S2 were extracted from three direction acceleration signals after preprocessing. For time-frequency domain feature, the wavelet energy spectrum was used. The wavelet energy spectrum is based on the wavelet packet decomposition to extract multiscale spatial energy features. It calculates the energy in different decomposition scales and then arranges these energy values into the features according to the scale order, that is,where d(i, j) is the coefficient of wavelet packet transform, and j is the sequence number of low-frequency subspaces. In this study, the wavelet basis function db1 was selected for three-level decomposition. Eight low-frequency subspace acceleration signals were selected to extract wavelet packet energy. The feature of plantar pressure signal extraction is the mean of the difference between the forefoot pressure and the heel pressure, that is,where F represents the forefoot pressure collected by the membrane pressure sensor, and f represents the heel pressure.

2.3. Optimized SVM Based on Genetic Algorithm

Compared with Bayes, K-nearest neighbor, decision tree, and other classification methods based on statistical pattern recognition, the SVM algorithm represents obvious advantages in solving small sample, nonlinear, and high-dimensional recognition problems [22, 23]. The principle of SVM algorithm means finding an optimal classification hyperplane to meet the classification requirements based on structural risk minimization, and its learning strategy is employed to maximize the interval, which is transformed into the solution of quadratic programming problem. For linearly inseparable data, it is firstly necessary to confirm the kernel function, and then the nonlinear mapping algorithm is used to transform the inseparable samples of low-dimensional features into high-dimensional features to make them linearly separable. The appropriate kernel function  K(x, x) and parameter C are chosen. By constructing Lagrange dual function, the nonlinear SVM can be described aswhere C is the penalty factor, and α is the Lagrange multiplier. The optimal solution of each coefficient is obtained. After the kernel function is confirmed, the optimal classification function is The kernel functions used in the SVM algorithm include polynomial kernel function, Sigmoid kernel function, and radial basis function (RBF). In this study, the RBF was chosen, namely, K(x, x)=exp(−γx · x)2. Meanwhile, the genetic algorithm (GA) was used to optimize the parameters of kernel function. The GA is a kind of quasinatural search algorithm based on Darwinian evolution theory. It can simulate the evolution of survival of the fittest in nature and map the problem-solving space to the genetic space. In order to optimize the SVM algorithm based on the GA, penalty factor C and RBF parameter γ need to be optimized. By selection, crossover, mutation, and other genetic operators, the population with good fitness is retained, and the optimal population is finally achieved by the iterative evolution. The flow chart of kernel function parameter optimization of the SVM based on the GA is shown in Figure 2.
Figure 2

Flow chart of kernel function parameter optimization based on the GA.

3. Experimental Results

Twelve subjects were enrolled in the virtual driving control and gait experiment. The subjects consisted of six males and six females ranging in age from 21 to 27 years. All subjects did not have sprain and other injuries affecting motor function, as well as motor nerve diseases. The sEMG signals of upper limb were collected by DELSYS testing system, whose sensors used built-in electrodes with the spacing of 10 mm. All data between the electrodes and the receiver were transmitted by the wireless way. In the gait test, the subjects wore shoes with two membrane pressure sensors, and the triaxial acceleration acquisition device was placed at the ankle to collect the signals of five gait modes, including walking, waiting, going upstairs, going downstairs, and falling. Some settings of control parameters used in this study are given in Table 1. In the process of GA optimization training, a 5-fold cross-validation was selected to obtain the optimal fitness. After 50 iterations, the optimal penalty factor C=5.0981 and kernel function parameter γ=1.0197 were calculated.
Table 1

Parameters for the GA.

ParameterSetting
Population size50
Maximum generation50
Gap probability0.95
Crossover probability0.8
Mutation probability0.1
Kernel functionRBF

3.1. sEMG Identification Test

Each motion signal was collected by two channels. Figure 3 shows three motion states of virtual vehicle, including left turn, stop, and right turn. The red circles in the figure represent the acquisition place of sEMG signals.
Figure 3

Three motion states of virtual vehicle. (a) Left turn, (b) stop, (c) right turn.

The effects of three motion states in the forearm muscles are different. Two groups of muscles, biceps brachii and extensor carpi ulnaris, are selected for the experiment. The time domain features of the left turn, stop, and right turn are shown in Table 2. Based on the results of standard deviation, it was found that the states of biceps brachii were more obvious in identifying three motions.
Table 2

Time domain features in different muscle positions.

MusclesFeaturesLeft turnStopRight turn
Biceps brachiiMean absolute value67.2572 ± 12.226619.5647 ± 0.126521.3071 ± 12.2266
Standard deviation103.8934 ± 22.16655.3235 ± 1.213929.2781 ± 22.1665
Variance104.4871 ± 22.044720.2829 ± 0.336932.1099 ± 22.0447

Extensor carpi ulnarisMean absolute value55.0021 ± 9.791219.5647 ± 0.126526.7749 ± 9.7912
Standard deviation88.8508 ± 16.14245.3235 ± 1.213943.4217 ± 16.1424
Variance88.8615 ± 16.126220.2829 ± 0.336943.4867 ± 16.1262
In order to further improve the identification accuracy, time-frequency feature fusion was performed. The standard deviation was selected for time domain feature, and wavelet coefficients were selected for frequency domain features. A set of low-frequency coefficients a3 and high-frequency coefficients d1, d2, and d3 could be obtained by three-level wavelet decomposition of the collected sEMG signals. The variance, maximum value, and singular values of the coefficients were calculated. It can be seen from Table 3 that the singular value features of wavelet coefficients are more obvious.
Table 3

Feature comparisons of wavelet coefficients for three motion states.

FeaturesWavelet coefficientsLeft turnStopRight turn
Variancea30.0007 ± 0.00045.6273e-06 ± 2.1938e-064.6795e-05 ± 3.9365e-05
d30.0010 ± 0.00052.2806e-06 ± 1.1195e-068.2666e-05 ± 7.4132e-05

Maximum valuea3118.7533 ± 48.889413.0637 ± 1.232923.5794 ± 19.2797
d3222.2225 ± 98.43606.9295 ± 2.567454.2183 ± 29.2419

Singular valuea31212.8528 ± 269.3678560.9698 ± 12.5829588.7500 ± 83.4251
d31308.7037 ± 318.559741.6474 ± 10.4164364.3723 ± 185.9567
As can be seen from Figure 4, the combination of standard deviation and singular values of wavelet coefficients can achieve the highest identification accuracy through online recognition of the SVM algorithm. The identification accuracy for the left turn is 82%, that for the right turn is 92%, that for the stop is 98.7%, and the average identification accuracy of three motions is 90.90%.
Figure 4

Accuracy comparisons for three motion states.

Veer et al. applied neural network classifier to implement the classification of sEMG signals from upper arm muscles, and the best classification accuracy was 89.3% [24]. Zhang et al. recognized sEMG signals based on human motion intention, and the classification accuracy of upper limb signals based on SVM classifier was improved, ranging from 90.33% to 91.1% [25]. In comparison, our recognition results are better. Li et al. studied the quantitative relationship between sEMG signal features and upper limb joint angle, so as to identify the motion intention [26]. Shao et al. integrated the SVD feature to improve the classification accuracy effectively [27]. Tosin et al. also performed multiple feature analysis of sEMG signals from the upper limb [28]. These results show that multiple feature fusion can improve the classification accuracy. It can be seen that real-time interaction with the virtual driving scene can be performed by detecting the sEMG signals of the upper limb and identifying the motion posture of holding the steering wheel in the virtual driving operation. Nacpil et al. also proposed a method to perform sEMG-controlled virtual car in a PC platform, which showed the feasibility for implementing a sEMG-machine interface that controlled the steering of the virtual car [29].

3.2. Gait Identification Test

Figure 5 shows acceleration and plantar pressure signals of five gait modes for walking, waiting, going upstairs, going downstairs, and falling.
Figure 5

Acceleration and plantar pressure signals.

After optimizing the parameters of the SVM, the identification accuracy comparisons are shown in Figure 6. The average gait identification accuracy based on single acceleration signals is 80.42%, and that based on plantar pressure signals is 69.28%. After fusing acceleration and plantar pressure signals, the average identification accuracy of the five gait modes is 90.48%, which is significantly higher than those based on single signal. Ai et al. combined wavelet coefficients and acceleration signal features, and based on SVM classifier, the classification accuracy of the five lower limb movements was increased by 8% [30], while our classification accuracy was increased by 12.5%.
Figure 6

Accuracy comparisons of five gait identification results.

4. Conclusion

In this study, the sEMG signal analysis and virtual driving technology were combined to study the effective feature extraction and classification identification method. Combined with the advantages of immersion, interest, and pertinence, the virtual driving control was performed by real motions. The biceps brachii muscle could distinguish three kinds of motions including left turn, stop, and right turn. The moving average window and threshold comparison were used to detect and segment the collected sEMG signals. The standard deviation and singular values of wavelet coefficients were extracted as the features. The SVM algorithm was used to perform real-time control of three virtual driving motions. The average identification accuracy was 90.90%. The triaxial acceleration and plantar pressure signals for walking, waiting, going upstairs, going downstairs, and falling were collected, and the features of acceleration mean, standard deviation, variance, wavelet energy spectrum of acceleration signal,and mean of pressure difference between the forefoot and the heel were selected. By the optimized SVM, the average identification accuracy of five gait modes could reach 90.48%. The identification accuracy of fusion signal was significantly higher than that of the single signal. The wearable human posture detection can be used for patients who need muscle rehabilitation training. It not only solves the problem of inconvenient operation for patients with motor dysfunction, but also has important practical significance for improving the rehabilitation training effect of patients.
  11 in total

1.  User training for pattern recognition-based myoelectric prostheses: improving phantom limb movement consistency and distinguishability.

Authors:  Michael A Powell; Rahul R Kaliki; Nitish V Thakor
Journal:  IEEE Trans Neural Syst Rehabil Eng       Date:  2013-10-07       Impact factor: 3.802

2.  The effect of stimulus pulse duration on selectivity of neural stimulation.

Authors:  W M Grill; J T Mortimer
Journal:  IEEE Trans Biomed Eng       Date:  1996-02       Impact factor: 4.538

Review 3.  Support vector machines to detect physiological patterns for EEG and EMG-based human-computer interaction: a review.

Authors:  L R Quitadamo; F Cavrini; L Sbernini; F Riillo; L Bianchi; S Seri; G Saggio
Journal:  J Neural Eng       Date:  2017-01-09       Impact factor: 5.379

4.  LIDAR Assist Spatial Sensing for the Visually Impaired and Performance Analysis.

Authors:  Carolyn Ton; Abdelmalak Omar; Vitaliy Szedenko; Viet Hung Tran; Alina Aftab; Fabiana Perla; Michael J Bernstein; Yi Yang
Journal:  IEEE Trans Neural Syst Rehabil Eng       Date:  2018-07-25       Impact factor: 3.802

Review 5.  The extraction of neural information from the surface EMG for the control of upper-limb prostheses: emerging avenues and challenges.

Authors:  Dario Farina; Ning Jiang; Hubertus Rehbaum; Aleš Holobar; Bernhard Graimann; Hans Dietl; Oskar C Aszmann
Journal:  IEEE Trans Neural Syst Rehabil Eng       Date:  2014-02-11       Impact factor: 3.802

6.  Safe Local Navigation for Visually Impaired Users With a Time-of-Flight and Haptic Feedback Device.

Authors:  Robert K Katzschmann; Brandon Araki; Daniela Rus
Journal:  IEEE Trans Neural Syst Rehabil Eng       Date:  2018-03       Impact factor: 3.802

Review 7.  Relearning of writing skills in Parkinson's disease: a literature review on influential factors and optimal strategies.

Authors:  Evelien Nackaerts; Griet Vervoort; Elke Heremans; Bouwien C M Smits-Engelsman; Stephan P Swinnen; Alice Nieuwboer
Journal:  Neurosci Biobehav Rev       Date:  2013-01-16       Impact factor: 8.989

Review 8.  A survey on computer-assisted Parkinson's Disease diagnosis.

Authors:  Clayton R Pereira; Danilo R Pereira; Silke A T Weber; Christian Hook; Victor Hugo C de Albuquerque; João P Papa
Journal:  Artif Intell Med       Date:  2018-09-07       Impact factor: 5.326

9.  Recognition of a Person Wearing Sport Shoes or High Heels through Gait Using Two Types of Sensors.

Authors:  Marcin Derlatka; Mariusz Bogdan
Journal:  Sensors (Basel)       Date:  2018-05-21       Impact factor: 3.576

Review 10.  Inertial Sensor-Based Gait Recognition: A Review.

Authors:  Sebastijan Sprager; Matjaz B Juric
Journal:  Sensors (Basel)       Date:  2015-09-02       Impact factor: 3.576

View more
  2 in total

1.  Detection and Application of Wearable Devices Based on Internet of Things in Human Physical Health.

Authors:  Jingjing Lou; Fan Yang; Changsheng Lv
Journal:  Comput Intell Neurosci       Date:  2022-06-21

Review 2.  Machine Learning for Healthcare Wearable Devices: The Big Picture.

Authors:  Farida Sabry; Tamer Eltaras; Wadha Labda; Khawla Alzoubi; Qutaibah Malluhi
Journal:  J Healthc Eng       Date:  2022-04-18       Impact factor: 3.822

  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.