Next Article in Journal
Can We Ditch Feature Engineering? End-to-End Deep Learning for Affect Recognition from Physiological Sensor Data
Next Article in Special Issue
Deep Learning for Activity Recognition in Older People Using a Pocket-Worn Smartphone
Previous Article in Journal
Bicycling Phase Recognition for Lower Limb Amputees Using Support Vector Machine Optimized by Particle Swarm Optimization
Previous Article in Special Issue
Analysis of Postural Control in Sitting by Pressure Mapping in Patients with Multiple Sclerosis, Spinal Cord Injury and Friedreich’s Ataxia: A Case Series Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Motion Capture Data Analysis in the Instantaneous Frequency-Domain Using Hilbert-Huang Transform

1
School of Computer Science, Tokyo University of Technology, Tokyo 192-0982, Japan
2
Faculty of Engineering, Information and Systems, University of Tsukuba, Ibaraki 305-8577, Japan
*
Author to whom correspondence should be addressed.
Sensors 2020, 20(22), 6534; https://doi.org/10.3390/s20226534
Submission received: 10 October 2020 / Revised: 11 November 2020 / Accepted: 13 November 2020 / Published: 16 November 2020
(This article belongs to the Special Issue Sensor Techniques and Methods for Movement Analysis)

Abstract

:
Motion capture data are widely used in different research fields such as medical, entertainment, and industry. However, most motion researches using motion capture data are carried out in the time-domain. To understand human motion complexities, it is necessary to analyze motion data in the frequency-domain. In this paper, to analyze human motions, we present a framework to transform motions into the instantaneous frequency-domain using the Hilbert-Huang transform (HHT). The empirical mode decomposition (EMD) that is a part of HHT decomposes nonstationary and nonlinear signals captured from the real-world experiments into pseudo monochromatic signals, so-called intrinsic mode function (IMF). Our research reveals that the multivariate EMD can decompose complicated human motions into a finite number of nonlinear modes (IMFs) corresponding to distinct motion primitives. Analyzing these decomposed motions in Hilbert spectrum, motion characteristics can be extracted and visualized in instantaneous frequency-domain. For example, we apply our framework to (1) a jump motion, (2) a foot-injured gait, and (3) a golf swing motion.

1. Introduction

A motion capture system records a finite number of marking positions in time near the important human joints and convert them into their joint angles approximately using a simple human skeletal system. There have been numerous researches on motion analysis based on motion capture data in the different research fields [1]. Kim et al. [2] presented an analysis system and algorithm for golf swing based on an inertial sensor for sports motion analysis. Hssayeni et al. [3] developed an analysis method for estimating Parkinsonian tremor using both gradient tree boosting ensemble model and long short-term memory (LSTM) deep learning model. However, most researches focus only on the space-time domain because it is difficult to analyze and visualize in the frequency-domain. Besides, motion primitives are essential for deploying human activities [4], because intricated human movements are generated by combining and sequencing these motion primitives [5]. It is significant for motion analysis to decompose human motions into their primitives in the instantaneous frequency-domain.
Using Hilbert transform (HT), a real nonlinear monochromatic signal can be mapped into its imaginary part, and its instantaneous frequency and amplitude can be obtained [6]. However, because most real-world data are not monochromatic, they are not suitable for the HT. Huang et al. [7] proposed an empirical mode decomposition (EMD) in 1998, which can decompose a chromatic signal into several pseudo monochromatic signals, called intrinsic mode function (IMF), and a residual called trend. The pseudo monochromatic signals are used to satisfy the Hibert transform assumption A ( t ) cos ( ω ( t ) t ) and empirically obtained based on the definition of IMF. Decomposed IMFs can be transformed into an instantaneous frequency-domain using HT. This whole process is called Hilbert-Huang transform (HHT). Using HHT, human motion capture data can be analyzed in an instantaneous frequency-domain. There are also numerous researches on motion analysis in frequency-domain using Fourier transform (FT) or Wavelet transform (WT). Caramia et al. [8] studied the detection accuracy on different speeds of walk motions using WT. Kalampratsidou et al. [9] proposed methods to evaluate the self-emerging cohesiveness of ballet dances. This research use FT to convert motion capture data from the time-domain into the frequency-domain. Comparing with both FT and WT that transfer the signals into a series of linear sine and cosine waves, HHT decomposes the signal into a finite number of nonlinear IMFs and a trend (residual). In addition, bivariate EMD (BEMD), trivariate EMD (TEMD), multivariate EMD(MEMD) and noise-assisted Multivariate EMD(NA-MEMD) are also developed recently [10,11,12,13]. As a result, Hilbert spectral analysis (HSA) can be applied widely to various applications recently. Thus, for nonlinear, nonstationary, and multi-channel signals like motion capture data, HHT can be a powerful tool to analyze the nonlinear behavior of human motions.
A framework for motion analysis and dance editing using HHT has been proposed by Dong et al. [14,15]. However, these previous researches only propose that HHT can decompose dance motions into several IMFs based on a beat tracking algorithm [14,15]. In this paper, HHT is applied to a broader range of motions, and a framework for the human movement to extract motion features are proposed, and their decomposed motion dynamics for each IMFs are discussed. Using motion data published in the Carnegie Mellon University Motion Capture Database [16], we analyzed, for examples, (1) jump motion, (2) a gait of a foot-injured subject, and (3) a golf swing motion in the instantaneous frequency domain. Our results show that complicated motions can be decomposed into several distinct motion primitives such as jump motion, a gait of a foot-injured subject, and a golf swing motion in the instantaneous frequency-domain using our proposed framework. The characteristics of these decomposed motions can be analyzed and compared in detail focusing on these motion primitives.

2. Materials and Methods

2.1. Hilbert-Huang Transform and Empirical Mode Decomposition

The key idea of Hilbert-Huang transform (HHT) is that using empirical mode decomposition (EMD) to decompose a real-world signal into pseudo monochromatic waves, so-called intrinsic mode functions (IMFs). After decomposing a signal into several IMFs, their instantaneous frequencies and amplitudes can be calculated using Hilbert transform (HT). In this section, some HHT formulations are introduced. For the details, please see [17].

2.1.1. Analytical Signal and Hilbert Transform

The analytical signal is a signal analysis theory widely used in the signal processing. The analytical signal is defined as z ( t ) = z r ( t ) + i z i ( t ) , where z r ( t ) and z i ( t ) denotes the real and imaginary part. Therefore, the instantaneous amplitude A and the instantaneous frequency ω can be obtained from the analytical signal as follows [6]:
A ( t ) = z r 2 ( t ) + z i 2 ( t )
ω ( t ) = d d t arctan z i ( t ) z r ( t )
However, signals observed in the real-world data only have the real parts of them. To obtain the imaginary part of an observed signal, Hilbert transform (HT) assumes that the observed signal is a monochromatic wave z r ( t ) = A ( t ) cos ( ω ( t ) t ) and transforms the real part of the observed signal into its imaginary parts [6]:
z i ( t ) = 1 π P V z r ( τ ) t τ d τ = 1 π t z r ( t )
Here, P V denotes the Cauchy principal value [6]. The real part z r ( t ) of the analytical signal is observed in the real-world.

2.1.2. Intrinsic Mode Functions (IMFs) and Trend

Because HT assumes the observed signal is a monochromatic wave A ( t ) cos ( ω ( t ) t ) and the real-world signals are almost chromatic, HT cannot be applied to these signals directly. The EMD was proposed by Huang et al. [17]. It empirically decomposes the chromatic signal into several IMFs (pseudo monochromatic waves) and a residual so-called “trend.”
The observed signal x ( t ) from the real-world can be defined as follows [17]:
x ( t ) = i = 1 n c i ( t ) + r ( t )
{ c i ( t ) | i = 1 , . , n } is the set of IMFs, and r ( t ) is the residual. The definition of intrinsic mode function is as follows [17]:
  • The number of signal extrema and the number of zero crossings points are equal, or their difference is 1; and
  • At any time, the mean value of the envelope formed by the maximum, and the envelope formed by the minimum is zero.
After real-world data are decomposed into several IMFs, their instantaneous frequency and instantaneous amplitude can be obtained by HT.

2.1.3. One-Variable Empirical Mode Decomposition

Using the definition of intrinsic mode functions and trend, the algorithm of EMD for a one-variable signal is as follows [17]:
  • Calculate residual r ( t ) (Let r ( t ) = x ( t ) in the first iteration);
    r ( t ) = i = 1 n c i ( t ) x ( t )
  • Initialize c old ( t ) = r ( t ) and extract one IMF; and
    • Find maximum envelope u ( t ) and minimum envelope l ( t ) of c ( t ) using cubic spline functions
    • Obtain c new ( t ) by subtracting the average envelope from c old ( t )
      c new ( t ) = c old ( t ) u ( t ) + l ( t ) 2
    • Let c old ( t ) = c new ( t ) and repeat step 2 until the convergence condition ( 0.2 S D 0.3 ) is satisfied, add c new ( t ) into the IMF set
      S D = ( c old ( t ) c new ( t ) ) 2 c old ( t ) 2
  • Subtract c new ( t ) from r ( t ) and repeat step 1 and 2 to expand x ( t ) to all IMFs i = 1 n c i ( t ) and a residual r ( t ) .

2.1.4. Multivariate Empirical Mode Decomposition

The multivariate EMD (MEMD) is proposed for signals such as motion data collected by multiple sensors [10]. The MEMD uses the Hammersley sequence to create the n dimensional sphere and project multivariate signals onto the sphere. By finding maximum and minimum envelopes covering the n dimensional sphere, we obtain the average envelope and subtract from the original multivariate signals separately. Using this algorithm, we can decompose multivariate signals such as human motions into multivariate monochromatic waves. Here, MEMD Algorithm can be described as follows [10]:
  • Perform a n 1 dimensional sphere created by Hammersley sequence;
  • Prepare several n dimensional unit vectors V (64 in this paper);
  • Make the projections { p θ v ( t ) } v = 1 V of the input multivariate signals s ( t ) for all channels, root position, and all Euler angles of each joint from a hierarchical human skeleton in motion, based on the directional vector V;
  • Determine the maximum and minimum positions { t i θ v ( t ) } v = 1 V from the projections { p θ v ( t ) } v = 1 V ;
  • Create multi-dimensional envelopes { e θ v ( t ) } v = 1 V from the multivariate signals s ( t i θ v ) using cubic spline functions;
  • Calculate the mean m ( t ) from the directional vectors of all channels;
    m ( t ) = 1 V v = 1 V e θ v ( t )
  • Obtain c ( t ) = s ( t ) m ( t ) and repeat the above procedure to s ( t ) c ( t ) , unless the convergence condition of c ( t ) is satisfied. Then add c ( t ) as a decomposed pseudo monochromatic motion into the IMF set i = 1 n c i ( t ) for all channels; and
  • Repeat steps 1–7 until all IMFs are obtained.
Please note that the decomposition is empirical. The number of IMFs depends on the number of embedded nonlinear signals in the signals themselves and the convergence condition Equation (7). Thus, the number of IMFs is not fixed. Discrete Fourier and Wavelet transforms transform the data into linear waves. The number of transformed waves depends on the sampling frequency. For biometric data such as brain wave data, motion data etc., which are mainly composed of nonlinear signals, HHT can be a very powerful tool to analyze the data.

2.1.5. Weighted Average Frequency Algorithm

Boashsah shows that smoothing is possible if the instantaneous frequency is changing slowly enough [18]. Thus, the instantaneous frequency of each IMF obtained by HT can be smoothed. Niu et al. [19] developed a weighted average frequency algorithm (WAFA) that performs a smoothing for each IMFs. The algorithm smooths out the instantaneous frequency in three parts by the specified window length, as shown in Table 1.
Here, k = 1 , 2 , , N (N is the number of data), n indicates sampling data, j indicates the number of IMF, ω indicates the instantaneous frequency of the decomposed IMF, A indicates the instantaneous amplitude of the decomposed IMF, and m is the length of the window.
Our previous research shows that WAFA can also be applied to human motion data [14]. Thus, WAFA can be used to smooth out IMFs from motion capture data. When the instantaneous frequencies vary faster than their own frequency, the instantaneous frequencies with smaller amplitudes have larger errors. For those instantaneous frequencies that do not have physical meanings in human motions, WAFA can smooth out these nonphysical instantaneous frequencies. Therefore, we use WAFA to obtain average frequencies of motions in the instantaneous frequency-domain.

2.2. Proposed Motion Analysis Framework Using Hilbert-Huang Transform

This section proposes a framework to analyze human motions in the instantaneous frequency-domain. Figure 1 shows the proposed framework. It calculates the instantaneous frequency and instantaneous amplitude from motion-capture data using MEMD and Hilbert spectrum analysis.
We briefly explain the proposed framework as follows:
  • Prepare positions X, Y, Z of the root joint (hip), and three Euler angles θ x , θ y , θ z of each joint obtained from the hierarchical skeleton. Here, the number of multivariate input channels is (root position) + (degrees of freedom) × (number of joints). For example, in the case of the motion data in Carnegie Mellon University Motion Capture Database, there are three positions of the root joint, three degrees of freedom of 43 joints, giving 132 channels;
  • Apply MEMD to all prepared data to obtain a set of IMFs and a trend for each multivariate input channel ( N = 132 for CMU database);
  • Output these IMFs and the trend as motion data, and confirm if the vibration components (decomposed motions) are completely separated;
  • Apply HT to each IMF to obtain the instantaneous frequencies and instantaneous amplitudes.
  • Apply WAFA to smooth out the instantaneous frequencies of each IMF to obtain the average frequency of each decomposed motion; and
  • Analyze decomposed motions with the HT spectrum and average frequencies (angular velocities of motion primitives) in the frequency-domain.

2.3. Input Data and Joint Angles θ x , θ y , θ z

In this paper, we use motion capture data obtained from the CMU motion capture database [16]. The sampling rate of motion data is 120 Hz. Figure 2 shows the skeleton hierarchy of motion data described as BVH (Biovision Hierarchy). Each motion data have 129 angles at 43 joints throughout the body and 3 positions of one root joint (hip).
Figure 2 shows the origin pose (T-pose: all joint angles θ x , θ y , θ z are zero). Here, the skeleton model uses a hierarchical recording method in which the root origin is placed in the hip. For each joint, as shown in Figure 3, each joint of the body moves with 3 degrees of freedom θ x , θ y , θ z .
When people move their bodies, each joint moves by Euler angles: θ x , θ y , θ z . In HT spectrum analysis, it is desired to focus on the joints where the motions are concentrated. For example, a jump motion is mainly concentrated on the hip joint, and a golf swing motion is concentrated on the hand joints.

2.4. Decomposed Motions

Because we use the joint angles of a skeletal hierarchical model as the input data, each decomposed IMFs can be considered as the nonlinear oscillations generated from the root joint (hip) to the end joints (for examples, feet, hand, and head). The trend can be considered as the posture that varies in time. Because IMFs are nonlinear oscillations, it is necessary to add the trend to all IMFs to render the decomposed motion primitives.

3. Results

In this section, we apply our proposed framework to three different motions: (1) a jump, (2) a gait of foot injured subject, and (3) a golf motion. They are listed in Table 2. All these motions are composed of several motion primitives. Table 2 also shows the times and frequencies of the three motions. The Hilbert transform (HT) takes the second derivative of the original data. For Discrete HT, we take finite differences two times. Thus, the sampling rate reduces to one fourth [6]. The CMU motion data are sampled at 120 Hz. Those discrete HT transformed data are limited to 30 Hz. However, in our proposed motion analysis, 30 Hz is good enough because almost no significant joint motions are observed higher than 20 Hz.
These three motions use different joints to perform the motions. The jump, the gait of foot injured subject, and the golf swing motions mainly move the hip, the feet, and the right-hand joints, respectively. Thus, we show the Hilbert spectrum of main joints to analyze the decomposed motions.

3.1. Jump Motion Decomposition

Figure 4 shows the decomposed hip-joint motion plotted in 3 Eulerian angles θ x , θ y , θ z . As we can see from the figure, the motions have been decomposed from high frequency to low frequency by MEMD. We can also see the jump motion starts at 1.7 s and ends at 2.5 s, as shown in Figure 5a. Thus, comparing these decomposed motion data using IMFs, it is possible to analyze the motion features in the instantaneous frequency-domain.
Figure 5a shows the jump motion spectrum of each IMF decomposed by MEMD, the average frequencies of each IMF obtained by WAFA are listed on the right. Figure 5b shows the decomposed motion in the instantaneous frequency-domain. Because the jump motion mainly uses the hip joint to perform the movement, we focus on the hip motion. As we can see from Figure 5a, the jump motion can be divided into IMFs from high to low frequencies. The whole jump motion can be divided into two parts. One is the jump motion itself, starting at 1.7 s and ending at 2.5 s, which is composed of the IMF 1–5 corresponding to different motion primitives indicated by a red frame. Here, IMF 1–2, 3–4, 5–6, and 7–8, respectively, correspond to the (1) reactive motion hitting the ground, (2) the kicking motion, (3) the starting and ending motions, and (4) the remaining motions, including preliminary and crouching actions. Thus, as shown in Figure 5, the jump motion can be decomposed into different distinct motion primitives in the instantaneous frequency-domain.
Omkar et al. [20] performed short and long jump motion analysis, and their research shows both short jump and long jump have the reaction force decreasing from foot, knee, thigh hip to the neck joint when landing the ground [20]. Table 3 and Table 4 show our results and the instantaneous frequency ω and amplitude A of each decomposed IMF and the trend when landing the ground. It can be confirmed from Table 3 that the instantaneous amplitude, which indicates the wave intensity or the movement of the body, clearly decreases from the foot, knee, thigh hip to the neck joint. This coincides with previous research [20].

3.2. An Injured Gait Motion Decomposition

Figure 6a shows the Hilbert spectrum of a gait of a foot injured subject. We focus on the right injured foot joint to analyze the movement. As displayed in Figure 6a, the motion is decomposed into six IMFs in the instantaneous frequency-domain. Figure 6b shows the decomposed movements of each IMFs and the trend. As displayed in the figure, IMF 1, 2, 3, 4–6 are, respectively, (1) the noise motion from the motion capture data, (2) the reactive motions from the ground, (3) the characteristic injured foot motion compared with the normal motion, and (4) the low-frequency normal gait motion. The IMF 3 Hilbert spectrum has two motions that characterize the injured motions. The two motions are surrounded by the red square. Comparing and localizing the injured motion of IMF 3 with other decomposed gait motions, it is possible to analyze the walking pattern with injured foot.
Sorenson et al. [21] presented a method to reduce athletes’ injuries by calculating the two-dimensional and three-dimensional correlations between different joints. They discussed correlation coefficients Rs with those of other researches. As shown in Table 5, to demonstrate our framework, we calculate the correlation coefficients Rs between the injured right leg and left leg joints of each IMF, respectively. In the gait motion, the right and left legs move in turn. We expect the characteristic injured motion, i.e., IMF 3 of injured knee joints have less correlation between left and right in frequency. On the other hand, we expect the characteristic injured motion, i.e., IMF 3 of injured knee joints have a higher correlation between left and right in amplitude. This evidences that the injured left and right knee motion, respectively, synchronize and asynchronize in frequency and amplitude to support each other. This also evidence that the injured motions are localized and characterized in IMF 3.

3.3. A Golf Swing Motion Decomposition

The golf swing motions have been studied in different areas due to its complexity. Many researches on the golf swing have been conducted in different research fields, such as engineering and sport science. Nam et al. [22] present an algorithm based on two sensors to analyze and track the golf swing. Chu et al. [23] propose several coaching ideas to increase ball velocity. Their research divides the golf swing motion into three parts: (1) upswing, (2) downswing, and (3) follow-through based on the time series to analyze golf swing motions, separately. Their studies also label essential motion points that can distinguish aoverlapped motion primitives: (1)start, (2)top of the swing, (3) acceleration, (4) prior to impact, (5) impact, and (6) finish, as indicated in Figure 7 [23].
Based on the previous golf swing researches, our results show that higher frequency IMFs correspond to “impact”, “prior to impact”, “acceleration”, and lower frequency IMFs correspond to “up- and down-swings” and “follow-through.” Figure 8a shows the Hilbert spectrum of decomposed golf swing motion, the red line (about 2.7 s) indicates the impact point in Figure 8a. Comparing with Figure 8a,b shows short-time Fourier transform (STFT) spectrum of the same golf swing motion, where the window length is 120 frames per 1 second and, the stride is 10 frames per 0.1 s. It is apparent that Hilbert power spectrum using HHT are much clearer than those using STFT. Figure 8c shows the decomposed motions. As we can see from the spectrum, IMF 1, 2, 3, 4, and 5 are, respectively, correspond to: (1) the “impact” that is the highest frequency motion, (2) “prior to impact” that is gripping and right elbow motion prepare for the impact, (3) “acceleration” that accelerates the swing, (4) “up- and down-swings” corresponding to the “Start,” and (5) “follow-through” corresponding to the “Finish.” Using our proposed framework, the complicated golf swing can be decomposed into (1) to (5) motion primitives that can be used to analyze the human mechanics and be used for training purposes.
As we discussed before, the golf swing motion can be decomposed into several distinct motion primitives using our framework. Thus, we can also calculate the root mean squared errors of each frame for each decomposed IMF and trend like previous researches [24,25] to give a quantitative evaluation. Because the golf motions are concentrated on a human body’s arms, we selected shoulder, forearm, and hand joints to calculate root mean squared error for each decomposed IMF and trend as shown in Table 6. Thus, we can analyze complicated human motions as the decomposed motions based on IMFs corresponding to their motion primitives, quantitatively.
We can also analyze golf motion based on the previous research in the instantaneous frequency-domain. In the previous paper, Chu et al. [23] used “Top”, “Acceleration”, “Last 40 ms”, and “Impact” event to evaluate and analyze the golf swing motion for each joint. For example, in our research, we calculate the right hand joint instantaneous frequency and instantaneous amplitude of each IMF shown in Table 7. The previous study [23] show that from “Top” to “Impact”, the wrist hinge rotational velocity increases. Our result also indicates that increases in IMF 1–3 exist. They correspond to “impact”, the “prior to impact”, and the “acceleration”, respectively.

4. Discussion

This study presents our framework to decompose motion capture data into the distinct motion primitives in the instantaneous frequency-domain using HHT. We apply our method to three different motions: (1) a jump, (2) a gait of foot injured subject, and (3) a golf swing.
First, we use a jump motion as an example to show the decomposition results. The jump motions are also considered as a complicated motion. Omkar et al. [20] integrated a low-cost method for motion analysis using a three-axis accelerometer, a three-axis magnetometer, and a microcontroller, which are very accurate and easy to use in the short and long jump motion analysis. This study reveals that jump landing impact crates different accelerations from the foot to the neck [20]. Our proposed framework can also decompose a jump motion into two different accelerations generated by the jump landing impact in the high-frequency-domain (IMF 1–2), as shown in Figure 4. Other decomposed motions (IMF 3–8) correspond to each motion primitives based on the human body’s hierarchical structure. Using our method, we can analyze different types of jump motions in the instantaneous frequency-domain.
Second, we apply a gait of a foot injured subject to our method. There are some researches on injury motions. Sorenson et al. [21] discuss two and three-dimensional relationships between the knee and hip joints to reduce athletes’ injury. Our research evidences the distinct injured motion primitives that are localized and decomposed in the instantaneous frequency-domain. The decomposed distinct injured motion primitives can help researchers to understand the injured motion patterns for rehabilitation purposes.
Finally, we decompose a golf swing motion into five known distinct motion primitives in the instantaneous frequency-domain using our framework. Our results coincide with the previous research [23] and can be used for training purposes.
Comparing Figure 8a,b, HHT clearly decomposes 5 golf motions that are (1) the “impact”, (2) “prior to impact”, (3) “acceleration”, (4) “up- and down-swings”, and (5) “follow-through”. They correspond to IMF 1 to 5, respectively, while STFT spectrum in Figure 8b can barely distinguish 2 modes that possibly correspond to IMF 3 and 5 in (a). The complicated and important motions near the impact (t~3 s, red bar) are almost invisible in Figure 8b. In addition, as shown in Figure 8a, HHT clearly decompose 7Hz impact motion (IMF 1) on the red line. The EMD used in HHT is only empirical. It is difficult to evaluate the correctness and accuracy of these decomposed motions mathematically. However, at least, they are consistent and STFT cannot decompose them clearly. We believe that HHT has certain advantages to analyze the nonstationary and nonlinear signals over Fourier transform, wavelet transform etc.
Unfortunately, there is no mathematical proof that evidence the chromatic signal can always be correctly decomposed into monochromatic signals using EMD because the decomposition algorithm is only “empirical”. Thus, mode mixing may occur during the decompositions that generate singular IMFs [26]. As a result, the average frequencies of each IMF cannot be obtained correctly. To resolve this problem, basis pursuit denoising (BPD) [27] can be used to minimize the mode mixing. The BPD as a preprocessing purpose can reduce singular IMFs that cause mode mixing and IMF singularities.
Previous research [14,15] only shows that the motion data can be decomposed into IMFs with a trend (posture). In the present paper, complex human motions are decomposed into several IMFs corresponding to the distinct motion primitives in the instantaneous frequency-domain. We show these decomposed IMF motions are distinct motion primitives that have different physical meanings. Our framework can be a useful and powerful tool to analyze complicated human motions.

5. Conclusions

Traditional data analyses are based on linear methods. However, in most real-world experiments, whether natural or artificial, the data are likely to be nonlinear and noisy. To resolve this problem, HHT uses EMD to decompose a real-world signal into a set of IMFs and a residual (trend). The IMFs can decompose the chromatic signal into pseudo monochromatic signals. Thus, we can apply the Hilbert transform to each IMFs to obtain both the instantaneous frequency and amplitude of the original signal. The HHT has been utilized in a wide range of researches. However, few researches focus on motion analysis using HHT, which are nonstationary and nonlinear, and obtained from real-world experiments. In this paper, we propose a framework for human motion analysis using HHT. To evidence the significance of our framework, we use three motions, for example, to show our proposed method can decompose the complicated original motion into several distinct motion primitives. This is impossible using STFT. We apply our framework to three different motions: (i) a jump motion; (ii) a gait of foot injured subject; and (iii) a golf swing motion. Three different decomposed motions show that our framework can decompose complicated human motions into their distinct motion primitives in the instantaneous frequency-domain. The Hilbert spectrum and decomposed motions show that the decomposed motions correspond to the distinct motion primitives that are localized and physically different. Thus, the targeted characteristic motions can be focused and analyzed. Our framework can be a significant tool for human motion analysis in the future.

Author Contributions

Conceptualization, R.D. and D.C.; methodology, R.D. and D.C.; software, R.D.; validation, R.D., D.C. and S.I.; formal analysis, R.D.; investigation, R.D.; resources, D.C. and S.I.; data curation, R.D.; writing—original draft preparation, R.D.; writing—review and editing, R.D., D.C. and S.I.; visualization, R.D.; supervision, D.C. and S.I.; project administration, D.C. and S.I.; funding acquisition, R.D. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by JSPS KAKENHI Grant Number JP20K23352.

Acknowledgments

We would like to thank CMU’s Motion Capture Database for providing the motion data for us. We also would like to thank IkuLab and CAVElab members for various help and comments.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
HHTHilbert-Huang transform
HTHilbert transform
FTFourier transform
WTWavelet transform
EMDempirical mode decomposition
IMFintrinsic mode function
MEMDmultivariate empirical mode decomposition
CMUCarnegie Mellon University

References

  1. Moeslund, T.B.; Hilton, A.; Krüger, V. A survey of advances in vision-based human motion capture and analysis. Comput. Vis. Image Underst. 2008, 10, 142–149. [Google Scholar]
  2. Kim, Y.J.; Kim, K.D.; Kim, S.H.; Lee, S.; Lee, H.S. Golf swing analysis system with a dual band and motion analysis algorithm. IEEE Trans. Consum. Electron. 2017, 63, 309–317. [Google Scholar] [CrossRef]
  3. Hssayeni, M.D.; Jimenez-Shahed, J.; Burack, M.A.; Ghoraani, B. Wearable sensors for estimation of parkinsonian tremor severity during free body movements. Sensors 2019, 19, 4215. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Sanzari, M.; Ntouskos, V.; Pirri, F. Discovery and recognition of motion primitives in human activities. PLoS ONE 2019, 14, e0214499. [Google Scholar] [CrossRef] [Green Version]
  5. Schaal, S. Dynamic movement primitives-a framework for motor control in humans and humanoid robotics. Adapt. Motion Anim. Mach. 2006, 14, 261–280. [Google Scholar]
  6. Bracewell, R.N.; Bracewell, R.N. The Fourier Transform and Its Applications; McGraw-Hill: New York, NY, USA, 1986. [Google Scholar]
  7. Huang, N.E.; Shen, Z.; Long, S.R.; Wu, M.C.; Shih, H.H.; Zheng, Q.; Yen, N.-C.; Tung, C.C.; Liu, H.H. The empirical mode decomposition and the Hilbert spectrum for nonlinear and non-stationary time series analysis. Proc. R. Soc. Lond. Ser. A Math. Phys. Eng. Sci. 1998, 454, 903–995. [Google Scholar] [CrossRef]
  8. Caramia, C.; De Marchis, C.; Schmid, M. Optimizing the Scale of a Wavelet-Based Method for the Detection of Gait Events from a Waist-Mounted Accelerometer under Different Walking Speeds. Sensors 2019, 19, 1869. [Google Scholar] [CrossRef] [Green Version]
  9. Kalampratsidou, V.; Torres, E.B. Peripheral Network Connectivity Analyses for the Real-Time Tracking of Coupled Bodies in Motion. Sensors 2018, 19, 3117. [Google Scholar] [CrossRef] [Green Version]
  10. Rehman, N.; Mandic, D.P. Multivariate empirical mode decomposition. Proc. R. Soc. A Math. Phys. Eng. Sci. 2009, 466, 1291–1302. [Google Scholar] [CrossRef]
  11. Rilling, G.; Flandrin, P.; Gonçalves, P.; Lilly, J.M. Bivariate empirical mode decomposition. IEEE Signal Process. Lett. 2007, 14, 936–939. [Google Scholar] [CrossRef] [Green Version]
  12. ur Rehman, N.; Mandic, D.P. Empirical mode decomposition for trivariate signals. IEEE Trans. Signal Process. 2009, 58, 1059–1068. [Google Scholar] [CrossRef]
  13. ur Rehman, N.; Park, C.; Huang, N.E.; Mandic, D.P. EMD via MEMD: Multivariate noise-aided computation of standard EMD. Adv. Adapt. Data Anal. 2013, 5, 1350007. [Google Scholar] [CrossRef] [Green Version]
  14. Dong, R.; Cai, D.; Asai, N. Nonlinear Dance Motion Analysis and Motion Editing using Hilbert-Huang Transform. In Proceedings of the Computer Graphics International 2017, Yokohama, Japan, 27–30 June 2017; No. 35. pp. 1–6. [Google Scholar]
  15. Dong, R.; Cai, D.; Asai, N. Dance Motion Analysis and Motion Editing using Hilbert-Huang Transform. In Proceedings of the ACM SIGGRAPH 2017 Talks, Los Angeles, CA, USA, 30 July–3 August 2017; No. 75. pp. 1–2. [Google Scholar]
  16. Carnegie Mellon University Motion Capture Database. Available online: http://mocap.cs.cmu.edu/ (accessed on 8 May 2020).
  17. Huang, N.E. Hilbert-Huang Transform and Its Applications; World Scientific: Singapore, 2014. [Google Scholar]
  18. Boashash, B. Estimating and interpreting the instantaneous frequency of a signal. I. Fundamentals. Proc. IEEE 1992, 80, 520–538. [Google Scholar] [CrossRef]
  19. Niu, J.; Liu, Y.; Jiang, W.; Li, X.; Kuang, G. Weighted average frequency algorithm for Hilbert–Huang spectrum and its application to micro-Doppler estimation. IET Radar Sonar Navig. 2012, 6, 595–602. [Google Scholar] [CrossRef]
  20. Omkar, S.N.; Vanjare, A.M.; Suhith, H.; Kumar, G.H.S. Motion Analysis for Short and Long Jump. J. Sport. Sci. 2012, 12, 132–143. [Google Scholar] [CrossRef]
  21. Sorenson, B.; Kernozek, T.W.; Willson, J.D.; Ragan, R.; Hove, J. Two-and three-dimensional relationships between knee and hip kinematic motion analysis: Single-leg drop-jump landings. J. Sport Rehabil. 2015, 24, 363–372. [Google Scholar] [CrossRef]
  22. Nam, C.N.K.; Kang, H.J.; Suh, Y.S. Golf swing motion tracking using inertial sensors and a stereo camera. IEEE Trans. Instrum. Meas. 2013, 63, 943–952. [Google Scholar] [CrossRef]
  23. Chu, Y.; Sell, T.C.; Lephart, S.M. The relationship between biomechanical variables and driving performance during the golf swing. J. Sport. Sci. 2010, 28, 1251–1259. [Google Scholar] [CrossRef]
  24. Gill, P.R.; Wang, A.; Molnar, A. Benchmarking of a full-body inertial motion capture system for clinical gait analysis. In Proceedings of the 2008 30th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Vancouver, BC, Canada, 21–24 August 2008; pp. 4579–4582. [Google Scholar]
  25. Pfister, A.; West, A.M.; Bronner, S.; Noah, J.A. Comparative abilities of Microsoft Kinect and Vicon 3D motion capture for gait analysis. IEEE Trans. Signal Process. 2014, 38, 274–280. [Google Scholar] [CrossRef]
  26. Huang, J.; Xie, J.; Li, F.; Li, L. A threshold denoising method based on EMD. J. Theor. Appl. Inf. Technol. 2013, 47, 419–424. [Google Scholar]
  27. Gill, P.R.; Wang, A.; Molnar, A. The in-crowd algorithm for fast basis pursuit denoising. IEEE Trans. Signal Process. 2001, 59, 4595–4605. [Google Scholar] [CrossRef]
Figure 1. The proposed framework for motion analysis in the instantaneous frequency-domain using HHT.
Figure 1. The proposed framework for motion analysis in the instantaneous frequency-domain using HHT.
Sensors 20 06534 g001
Figure 2. The skeleton hierarchy of CMU motion capture data.
Figure 2. The skeleton hierarchy of CMU motion capture data.
Sensors 20 06534 g002
Figure 3. The skeleton hierarchy of CMU motion capture data.
Figure 3. The skeleton hierarchy of CMU motion capture data.
Sensors 20 06534 g003
Figure 4. The hip joint’s decomposed motion θ x , θ y , θ z using MEMD.
Figure 4. The hip joint’s decomposed motion θ x , θ y , θ z using MEMD.
Sensors 20 06534 g004
Figure 5. Decomposed jump motions using our proposed framework. (a) The Hilbert spectrum of the hip joint, and (b) each IMFs and the trend decomposed by MEMD. Here, T(1)–T(5) correspond to the time 0.5 s, 1.0 s, 1.6 s, 2.2 s, and 2.8 s.
Figure 5. Decomposed jump motions using our proposed framework. (a) The Hilbert spectrum of the hip joint, and (b) each IMFs and the trend decomposed by MEMD. Here, T(1)–T(5) correspond to the time 0.5 s, 1.0 s, 1.6 s, 2.2 s, and 2.8 s.
Sensors 20 06534 g005
Figure 6. Decomposed gait motions of foot injured subject using our proposed framework. (a) The spectrum of the injured right foot joint. (b) Each of the IMFs and the trend motions decomposed by MEMD. Here, T(1)–T(5) correspond to the time 0.5 s, 1.2 s, 2.0 s, 2.8 s, and 3.5 s.
Figure 6. Decomposed gait motions of foot injured subject using our proposed framework. (a) The spectrum of the injured right foot joint. (b) Each of the IMFs and the trend motions decomposed by MEMD. Here, T(1)–T(5) correspond to the time 0.5 s, 1.2 s, 2.0 s, 2.8 s, and 3.5 s.
Sensors 20 06534 g006
Figure 7. Selected events of a golf swing motion [23].
Figure 7. Selected events of a golf swing motion [23].
Sensors 20 06534 g007
Figure 8. Decomposed golf swing motions using our proposed framework. (a) The spectrum of right hand joint. (b) STFT (Short Time Fourier Transform) spectrum of the right hand joint. (c) Each of the IMFs and the trend motions decomposed by MEMD. Here, T(1)–T(5) correspond to the time 0.3 s, 1.1 s, 1.9 s, 2.7 s, and 3.5 s.
Figure 8. Decomposed golf swing motions using our proposed framework. (a) The spectrum of right hand joint. (b) STFT (Short Time Fourier Transform) spectrum of the right hand joint. (c) Each of the IMFs and the trend motions decomposed by MEMD. Here, T(1)–T(5) correspond to the time 0.3 s, 1.1 s, 1.9 s, 2.7 s, and 3.5 s.
Sensors 20 06534 g008
Table 1. Weighted Average Frequency Algorithm (WAFA) [19].
Table 1. Weighted Average Frequency Algorithm (WAFA) [19].
kAverage Frequency for Each k
1 k m 1 2 ω j ¯ ( k ) = n = 1 k + m 1 2 ω j ( n ) A j ( n ) n = 1 k + m 1 2 A j ( n )
m + 1 2 k 2 N 1 m 2 ω j ¯ ( k ) = n = k m 1 2 k + m 1 2 ω j ( n ) A j ( n ) n = k m 1 2 k + m 1 2 A j ( n )
2 N + 1 m 2 k N ω j ¯ ( k ) = n = k m 1 2 N ω j ( n ) A j ( n ) n = k m 1 2 N A j ( n )
Table 2. Three different motion data for decompositions.
Table 2. Three different motion data for decompositions.
Motion Capture DataJumpGait of Foot Injured SubjectGolf Swing
Time (s)3.33.73.8
Maximum frequency (Hz)303030
Minimum frequency (Hz)0.300.270.26
Table 3. The instantaneous frequency (Hz) of each decomposed IMF and its trend at the landing impact.
Table 3. The instantaneous frequency (Hz) of each decomposed IMF and its trend at the landing impact.
IMFFootKneeThighHipNeck
111.811.612.322.085.93
26.586.216.716.955.96
34.73.662.333.994.01
41.72.391.652.421.88
51.531.421.461.461.02
61.041.090.920.950.88
70.570.580.540.530.54
80.330.30.280.30.3
Table 4. The instantaneous amplitude (deg) of each decomposed IMF and its trend at the landing impact.
Table 4. The instantaneous amplitude (deg) of each decomposed IMF and its trend at the landing impact.
IMFFootKneeThighHipNeck
12.860.370.861.210.31
23.083.22.241.70.33
34.735.911.781.980.7
44.343.434.41.781.04
510.0311.076.62.950.49
618.422.6112.783.812.05
720.2616.3515.311.52.76
87.0615.6216.848.83.06
Table 5. The correlation coefficients Rs of each decomposed IMF instantaneous frequency and amplitude between hip and leg joins (thigh, knee, foot) of whole gain motion.
Table 5. The correlation coefficients Rs of each decomposed IMF instantaneous frequency and amplitude between hip and leg joins (thigh, knee, foot) of whole gain motion.
Instantaneous FrequencyInstantaneous Amplitude
IMFFootKneeThighFootKneeThigh
10.890.860.720.80.680.93
20.720.840.640.270.390.91
30.480.630.610.670.730.8
40.520.350.670.25−0.130.94
50.650.660.270.02−0.180.95
60.90.850.980.30.260.93
Table 6. Root mean squared errors of each frame for the decomposed IMFs and the trends of golf swing.
Table 6. Root mean squared errors of each frame for the decomposed IMFs and the trends of golf swing.
Error (Deg) RMS (Mean) ± STD
RightLeft
No.ShoulderForearmHandShoulderForearmHand
IMF 10.13 ± 0.220.04 ± 0.080.09 ± 0.20.1 ± 0.170.03 ± 0.070.09 ± 0.15
IMF 21.1 ± 1.510.48 ± 0.840.84 ± 1.40.61 ± 0.710.2 ± 0.290.89 ± 1.36
IMF 32.51 ± 2.970.66 ± 0.861.88 ± 2.262.34 ± 2.30.71 ± 0.81.77 ± 2.22
IMF 44.24 ± 2.173.72 ± 23.77 ± 2.415.21 ± 2.211.61 ± 1.142.54 ± 1.42
IMF 56.92 ± 2.476.1 ± 2.672.07 ± 1.189.05 ± 2.022.75 ± 1.63.46 ± 1.47
Trend29.5 ± 2.9519.69 ± 5.179.43 ± 5.7936.29 ± 1.7411.56 ± 4.66.95 ± 2.28
Table 7. Right hand joint rotational instantaneous frequency (Hz) of golf swing.
Table 7. Right hand joint rotational instantaneous frequency (Hz) of golf swing.
IMFTopAccelerationLast 40 msImpact
13.064.956.747.92
21.431.754.543.76
30.951.141.761.96
40.650.850.930.94
50.450.480.510.51
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Dong, R.; Cai, D.; Ikuno, S. Motion Capture Data Analysis in the Instantaneous Frequency-Domain Using Hilbert-Huang Transform. Sensors 2020, 20, 6534. https://doi.org/10.3390/s20226534

AMA Style

Dong R, Cai D, Ikuno S. Motion Capture Data Analysis in the Instantaneous Frequency-Domain Using Hilbert-Huang Transform. Sensors. 2020; 20(22):6534. https://doi.org/10.3390/s20226534

Chicago/Turabian Style

Dong, Ran, Dongsheng Cai, and Soichiro Ikuno. 2020. "Motion Capture Data Analysis in the Instantaneous Frequency-Domain Using Hilbert-Huang Transform" Sensors 20, no. 22: 6534. https://doi.org/10.3390/s20226534

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