Next Article in Journal
A Closed-form Expression to Estimate the Uncertainty of THD Starting from the LPIT Accuracy Class
Previous Article in Journal
Bio-Inspired Strategies for Improving the Selectivity and Sensitivity of Artificial Noses: A Review
Previous Article in Special Issue
Application-Based Production and Testing of a Core–Sheath Fiber Strain Sensor for Wearable Electronics: Feasibility Study of Using the Sensors in Measuring Tri-Axial Trunk Motion Angles
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Movement Estimation Using Soft Sensors Based on Bi-LSTM and Two-Layer LSTM for Human Motion Capture

Department of Multimedia Engineering, Dongguk University-Seoul, Seoul 04620, Korea
*
Author to whom correspondence should be addressed.
Sensors 2020, 20(6), 1801; https://doi.org/10.3390/s20061801
Submission received: 27 January 2020 / Revised: 6 March 2020 / Accepted: 9 March 2020 / Published: 24 March 2020
(This article belongs to the Special Issue Soft Sensors for Motion Capture and Analysis)

Abstract

:
The importance of estimating human movement has increased in the field of human motion capture. HTC VIVE is a popular device that provides a convenient way of capturing human motions using several sensors. Recently, the motion of only users’ hands has been captured, thereby greatly reducing the range of motion captured. This paper proposes a framework to estimate single-arm orientations using soft sensors mainly by combining a Bi-long short-term memory (Bi-LSTM) and two-layer LSTM. Positions of the two hands are measured using an HTC VIVE set, and the orientations of a single arm, including its corresponding upper arm and forearm, are estimated using the proposed framework based on the estimated positions of the two hands. Given that the proposed framework is meant for a single arm, if orientations of two arms are required to be estimated, the estimations are performed twice. To obtain the ground truth of the orientations of single-arm movements, two Myo gesture-control sensory armbands are employed on the single arm: one for the upper arm and the other for the forearm. The proposed framework analyzed the contextual features of consecutive sensory arm movements, which provides an efficient way to improve the accuracy of arm movement estimation. In comparison with the ground truth, the proposed method estimated the arm movements using a dynamic time warping distance, which was the average of 73.90% less than that of a conventional Bayesian framework. The distinct feature of our proposed framework is that the number of sensors attached to end-users is reduced. Additionally, with the use of our framework, the arm orientations can be estimated with any soft sensor, and good accuracy of the estimations can be ensured. Another contribution is the suggestion of the combination of the Bi-LSTM and two-layer LSTM.

1. Introduction

Recently, the demand for human movement estimation based on soft sensors has increased in the field of human motion capture. Human motion is widely utilized for the natural user interface/experience (NUI/NUX) in humanized computing environments [1,2,3], which needs advanced technology of human motion capture and estimation. Two kinds of sensory devices are developed for capturing motion: graphical data-based devices and time series data-based devices.
Graphical data-based devices provide a means for end-users to interact with computers with the aid of one or more cameras. One typical graphical data-based sensory device is the Microsoft Kinect motion-sensing input device [4]. Kinect is popular because it creates a novel way for end-users to interact with computers. End-users can control the virtual characters directly through their body movements, without any other attached sensor [5,6]. However, it is difficult for Kinect to estimate subtle movements, particularly the movements that need sufficient operational and smooth sensory feedbacks.
Time series data-based sensory devices provide a means for end-users to interact with computers using one or more sensor-based controllers. HTC VIVE [6] is a powerful time series data-based sensory device (consisting of one headset and two controllers) that has been developed as a naturally interacting system. Users’ head and hand positions can be estimated accurately with the headset and controllers as the latter are directly measured by sensors in the former. Therefore, HTC VIVE is better suited to capture motions with accurate control [7,8].
The time series data-based sensory devices have limitations in capturing the end-user’s expression, such as the movement of arms and legs. To overcome this, multiple sensors can be attached to the user’s limbs [9,10] to enable accurate measurement. However, this makes it inconvenient for the end-users to move, and the collected sensory movements may be unnatural. Therefore, it is preferable to estimate the arm and leg movements with soft sensors.
Previously, the arm movements were estimated based on Bayesian probability [11]. One HTC VIVE controller was utilized to collect the sensory value including the hand positions, and one Myo gesture-control sensory armband (Myo armband) was attached to an arm to collect its orientation. Bayesian probabilities were then calculated, considering the movements of the hand and arm. Arm movements were estimated by the corresponding movements of the highest Bayesian probabilities. However, for calculating Bayesian probability, estimative movements should be defined in advance. As there has been much research on the diverse kinds of domains applicable to deep learning networks [12,13], it is preferable that this method can estimate movements without the need for predefining movements in advance.
This paper proposes a framework to estimate the orientations of a paired upper arm and forearm of a single arm using a two-stream bidirectional two-layer long short-term memory (LSTM)-based framework (TBTLF), based on two-stream bidirectional two-layer long short-term memory (LSTM) fusion by combining Bi-LSTM and two-layer LSTM. Using Bi-LSTM, multiple consecutive sensory movements obtained from sensors can be analyzed. Using two-layer LSTM, high-level features can be analyzed, which also increases the accuracy of estimated movements. Using the proposed framework, sensory movements can be estimated without relying on pre-defined motions, thereby making the motion estimation process more flexible as well.
This paper is organized as follows: Section 2 introduces related works. Section 3 presents the proposed movement estimation framework. Section 4 validates the proposed framework experimentally and compares its performance with the traditional framework. Section 5 discusses the issues and limitations associated with the proposed framework and Section 6 presents the conclusions of the study.

2. Related Works

Recently, movement estimation has been widely studied in human motion capture fields. This chapter introduces Bayesian-based and deep learning-based approaches for movement estimation.

2.1. Bayesian-Based Movement Estimation

Due to the current substantial cost of wearable sensors, it is desirable to reduce the number of sensors required to estimate movements. Some traditional algorithms, such as Bayesian probability and K-means, are utilized to estimate the movements of the unmonitored parts of a body by considering the movements measured directly using sensors [14]. Bayesian probability was first used to estimate the arm movement by Kim et al. [15]. Arm movements were measured using two Myo armbands (Thalmic Labs) and the estimations were presented as coordinate values of arm orientations. As the measured data differed among themselves despite presenting the same orientation, they were sorted into angles ranging from −180° to 180° at 30° intervals. The upper arm movement was estimated based on the maximum Bayesian probability between the movement orientation angles of the forearm and upper arm. Therefore, the movement of one arm (an upper arm and a forearm) was represented by one Myo armbands instead of two. This Bayesian probability-based approach was then improved by Lee et al. [16] using a MinMax movement estimation framework. In this approach, rather than using a fixed angle range of −180° to 180°, the angle range was determined by the minimum and maximum values of the measured data and thereby provided more accurate movement estimation.
Choi et al. proposed a Bayesian probability approach to estimate forearm orientations based on hand positions [11]. Forearm orientations were still measured by Myo armband, while the hand positions were collected using VIVE controllers. The unmeasured orientations of a forearm were estimated using the measured positions of a hand and the calculated Bayesian probability between the orientations of the forearm and the positions of the hand.
Bayesian-based approaches perform well for movement estimation with pre-defined motions. In such approaches, large amounts of data are collected using sensor-based wearable devices. However, only a small proportion of these data match pre-defined motions. Consequently, these rich data sets do not provide any benefits for improving the performance of movement estimation using Bayesian-based movement estimation approaches. However, deep learning has recently been widely used in many domains due to its excellent capability to deal with large amounts of data, and thereby offers an enhanced method for improving the performance of movement estimation.

2.2. Deep Learning-Based Movement Estimation Approaches

Technological improvements enable large amounts of movement data to be analyzed. Deep learning is the most popular approach for dealing with large amounts of data for movement estimation.
State-of-the-art performances have been reported in many human motion capture tasks based on deep learning algorithms [17]. One previous study proposed a deep neural network (DNN)-based framework to accurately estimate 3D poses from multi-view images [18].
MoDeep, developed by Arjun et al. [19], is a deep learning framework for estimating the two-dimensional (2D) locations of human joints based on the movement features in a video. A convolutional network architecture deals with color and movement features based on a sliding-window architecture. The input is a three-dimensional (3D) tensor, which is a combination of an RGB image and its corresponding movement features in optical flow, and the output is a 3D tensor comprising one response map for each joint.
Aria et al. [20] trained a Convolutional Neural Network (CNN) for the estimation of unsupervised movements. The input for this network is a pair of images, and a dense motion field can be produced at its output layer. This network is a fully convolutional neural network with 12 convolutional layers that could be regarded as two parts. In the first part, CNN makes a compact representation of the movement information, which involves four down samplings. In the second part, the compact representation is used to reconstruct the motion field; this involves four upsamplings. Then, the movement of the motion can be estimated.
However, MoDeep estimated human poses using the FLIC-motion dataset [21], which comprises 5003 images collected from Hollywood movies, augmented with movement features. Aria et al. trained a CNN using pairs of consecutive frames from the UCF101 dataset [22]. Both these two approaches estimated movements based on the visual information of human movements contained in the video. The goal of these approaches was to estimate the movements in the video frame sequences. For using the sensory data, Hu et al. [23] proposed a method to investigate the performance of the deep learning network with long short-term memory (LSTM) units to deal with the sensory value of an inertial motion unit (IMU). They verified that machine-learning approaches are able to detect the surface conditions of the road and age-group of the subjects from the sensory data collected from the walking behavior of the subjects. Therefore, a deep learning network should be proposed for estimating the movement based on the sensory movement values measured by wearable devices.

2.3. Comparison of the Bayesian-Based and Deep Learning-Based Movement Estimation

The Bayesian-based and deep learning-based movement estimation methods mentioned above are analyzed and compared with the framework proposed in this paper in Table 1.
From Table 1, it can be seen that there are mainly two types of conventional and widespread motion capture methods. These methods can be classified into image-based methods [18,19,20], which estimate the movement based on convolutional neural networks (CNNs) [23], and sensor-based methods, which use Bayesian probability [11,14,15] and LSTM [23]. In [11,14,15], the movements were estimated using Bayesian probability, whereas in [23], the surface conditions of the road and age-group of the subjects were detected based on the sensor values and an LSTM network. Owing to the significant contribution of deep learning methods in the field of motion capture, this study is expected to bring forth a deep learning-based framework, instead of the traditional methods [11,14,15], to improve the performance of VR applications using soft sensors.

2.4. Consideration of Deep Learning Frameworks

This section introduces the most commonly used deep learning frameworks. A convolutional neural network was first designed for image recognition. A traditional CNN comprises three structures: convolution, activation, and pooling. The output of the CNN is the specific feature space of each image. CNN deals well with the image inputs due to its excellent ability in extracting the spatial features of the inputs. However, it is not widely used to deal with time-related sequence data.
Another popular deep learning neural network is the recurrent neural network (RNN) [24]. Compared with CNN, RNN provides better advantages in the processing of time-related sequence information, but its training architecture causes long-term dependency problems.
LSTM is used to solve the issue of long-term dependency through its special cell structure with several gates [25]. Like RNN, LSTM retains the ability to deal with long-term sequence data; however, only data before the current time can be used to train its relative parameters. Therefore, bidirectional LSTM (Bi-LSTM) [26] is used, because it has an excellent ability to process two-directional data. In traditional LSTM, the state of the LSTM cell is transmitted forward to backward, while in bidirectional LSTM, the outputs of the current time are decided considering not only the previous states but also the subsequent ones. Traditional Bi-LSTM contains two LSTM layers: forward LSTM layer and backward LSTM.
The method proposed in this paper is useful for dealing with the time-related sequence sensory data, which are collected by HTC VIVE controllers and Myo armbands. Each single layer (forward LSTM layer and backward LSTM layer) of a traditional Bi-LSTM can only utilize the primitive features of inputs. For estimating the movements of a single arm, the high-level features can be utilized to improve the accuracy of the estimated results. Therefore, the framework proposed herein adds a two-layer LSTM as a sub-layer of the Bi-LSTM to enhance the ability of expression for the entire learning model.

3. Movement Estimation Framework

The proposed framework estimates the orientations of a single arm, comprising a pair of an upper arm and a forearm, according to the movements of two hands (left and right hands). This chapter provides an overview of the movement estimation processes and the structure of TBTLF.

3.1. Overview

TBTLF is realized based on the newly proposed two-stream bidirectional two-layer LSTM (TBTL). TBTL is a combination of Bi-LSTM [26] and two-layer LSTM [27] and is built to deal with sensory movements, which are defined as those represented by combinations of sensory values.
The proposed framework comprises two stages as shown in Figure 1: pre-processing and movement estimation. In the pre-processing stage, the positions of the left and right hands and the orientations of one arm are collected by two time-series-data-based devices and two gesture-based devices, respectively. The proposed framework in the movement estimation stage contains a two-stream architecture with bidirectional two-layer LSTMs and fully connected layers. Finally, the outputs of these two streams are combined with a fusion layer, and the fused outputs are provided as the final estimated orientation of a single arm.
A dataset was collected as the ground truth using two Myo armbands and two HTC VIVE controllers. The Myo armbands measure the orientations of an upper arm and a forearm, and the HTC measures the locations of the two hands. Subsequently, the proposed framework was used to estimate the orientations of a single arm, which could either be a left arm or right arm. An example of the placement of the two Myo armbands and two HTC VIVEs is shown in Figure 2. However, if two other Myo armbands are placed on the not-attached arm to collect the data of the corresponding arm, the orientations of both the left arm and right arm can be estimated by training the proposed framework twice using the left-arm dataset and right-arm dataset, respectively.

3.2. Pre-Processing Stage

The sensory movement, m t , measured at time t by two-time series data-based devices and two gesture-based devices is defined by the sensory values of the pair of the arm movement m t A and the hand movement m t H , as shown in Equation (1).
m t = [ m t A , m t H ]
The arm movement m t A consists of the upper arm movement m t U and forearm movement m t F , as shown in Equation (2).
m t A = [ m t U , m t F ]
The upper arm movement m t U and the forearm movement m t F are defined as the corresponding orientations expressed by Equations (3) and (4), and they are measured by two gesture-based devices that collect the orientations as the motion quaternions (orientation coordinates, x, y, z, and w).
m t U = [ x t U , y t U , z t U , w t U ]
m t F = [ x t F , y t F , z t F , w t F ]
The hand movement m t H is defined by the left-hand movement m t L and the right-hand movement m t R , as shown in Equation (5).
m t H = [ m t L , m t R ]
The left-hand movement m t L and the right-hand movement m t R are defined as the positions from time series data-based devices, as shown in Equations (6) and (7).
m t L = [ x t L , y t L , z t L ]
m t R = [ x t R , y t R , z t R ]
The differences between the two hand positions obtained consecutively are used as the short-term information on the corresponding movement to improve the accuracy of the proposed framework. In this study, the difference in each hand position, d t H = [ d t L , d t R ] , was calculated by a difference calculator. The left-hand position difference d t L and the right-hand position difference d t R are as shown in Equations (8) and (9), respectively.
d t L = [ d t L , X , d t L , X , d t L , X ]
d t R = [ d t R , X , d t R , X , d t R , X ]
where d t L , X = x t L , X - x t 1 L , X and so on.
In the results, low-level features consist of the arm movement, hand movement, and hand position differences, where l t = [ m t A , m t H , d t H ] . For training relative parameters, the arm movement m t A and hand movement m t H are used as inputs to the first stream of the TBTL, whereas m t A and d t H are used as the inputs to the second stream of the TBTL.

3.3. Movement Estimation Stage

The movement estimation stage includes two parts: a TBTL network and a fusion layer, as shown in Figure 3.
The proposed framework is based on two-stream structures. Given that a single bidirectional two-layer LSTM (BTL) stream is not able to capture the hierarchy of features in its entirety [26], another BTL is added to consider the hand position differences.
The differences between the hand positions provide the short-term movement features between two consecutive movements, which aid the estimation of movements by combining the advantage of Bi-LSTM for the long-term features of inputs with the advantage of the short-term movement features.
Two streams are applied to deal with low-level features. Then, two preliminary arm movements are estimated by the forward propagation and back-propagation of each BTL layer. The structures of the BTL for each stream in the TBTL are shown in Figure 4, considering time sequences.
The two arm movements estimated by the TBTL network are concatenated and input to a fully connected layer. The secondary estimated arm movement is m t , k A , as shown in Equation (10), and is generated by the kth stream.
m t , k A = [ m t , k U , m t , k F ]
where m t , k U and m t , k F are the secondary estimated upper arm movements and forearm movements. They consist of the secondary estimated orientations of the upper arm and the forearm, as shown in Equations (11) and (12).
m t , k U = [ x t , k U , y t , k U , z t , k U , w t , k U ]
m t , k F = [ x t , k F , y t , k F , z t , k F , w t , k F ]
where x t , k U , y t , k U , z t , k U , w t , k U and x t , k F , y t , k F , z t , k F , w t , k F are the coordinates of the secondary estimated orientations of the upper arm and the forearm.
The secondary estimated arm movements of both streams are concatenated and input to a fusion layer, which is another fully connected structure. Therefore, the final estimated arm movement m t A is generated as shown in Equation (13).
m t A = [ m t U , m t F ]
where m t U and m t F are the final estimated upper arm movement and forearm movement, respectively. They consist of the final estimated orientations of the upper arm and the forearm as shown in Equations (14) and (15).
m t , k U = [ x t , k U , y t U , z t U , w t U ]
m t F = [ x t F , y t F , z t F , w t F ]
where x t , k U , y t U , z t U , w t U and x t F , y t F , z t F , w t F are the coordinates of the final estimated orientations of the upper arm and the forearm.

4. Experiments

4.1. Experimental Goals

The proposed framework focuses on the movement estimation of a single arm, which could either be a left arm or a right arm, including its corresponding upper arm and forearm, based on the positions of the two hands. In the experiments, since the positions of the two arms are required to be estimated, the experiments were repeated twice with the proposed framework: once for the right arm, and the second time for the left arm. The performance of the proposed framework was then compared with those of the Bayesian-based approach [11].

4.2. Experimental Environments

Two types of experiments were conducted. First, in the TBTLF-based experiments, movements were estimated by the proposed framework trained with 2000, 20,000, and 200,000 episodes. In these experiments, an episode is the time taken to repeat the training data during the training of the framework. Then, comparative trials based on the Bayesian-based movement estimation approach [11] were conducted with 50, 100, and 1000 intervals, respectively. In the Bayesian-based experiments, an interval is the number of subsections left after all the training data are divided uniformly [16]. Therefore, the best performances of each type of experiment were compared based on the distance calculated by dynamic time warping (DTW) [28], which is widely used to compare the similarity of two sequences.
All experiments were conducted on a computer running the Windows 10 Pro operating system with an Intel i7-7700 3.6 GHz processor, NVIDIA GeForce GTX-1050-2GB graphics card, and 16G of DDR4 RAM. Hand positions were measured with HTC VIVE controllers [7] and arm orientations were measure with two Myo armbands [14]. The dataset was collected by a Unity 3D project, which was developed based on HTC VIVE SDK (software development kit) and Myo SDK using C# programming language. All experiments were carried out using the python programming language based on the TensorFlow deep learning architecture.
The ground truth of the proposed framework comprises the measured values of the two hand positions and single-arm orientations that are used for comparison with the estimated arm orientations. The ground truth was collected based on a VR game called “Rise of the Tomb Raider” [29].
Fifteen gestures represented by sensory values collected from two HTC VIVEs and two Myo armbands were used to train the proposed framework. The gestures in Table 2 are the gesture commands used for training and evaluation. The gestures were combined with several consecutive motions. There are 11 motions in total such as running, shooting, and jumping. Each motion is defined by multiple movements, consecutive combinations of the orientations of arms and the positions of hands. The collected arm orientation and hand position for running and jumping are shown in Figure 5 and Figure 6. Considering the playing of the game [29], the gestures are predefined.
Every motion was performed 10 times. Seven times of the performed motions (70%) were used as the dataset for training the proposed framework, which is referred to as the training data. Three times of the motions (30%) were used as the dataset for validating the proposed framework, which is referred to as the validation data. To demonstrate the performance of the proposed framework in experiments on different subjects, the data collected from three subjects were used to validate the proposed framework. The corresponding anthropomorphic information is shown in Table 3.
Both the training data and the validation data contained the measured arm orientations and hand positions measured simultaneously by Myo armbands and HTC VIVE controllers. The training data was used for training the parameters in the proposed framework. The measured hand positions in the validation data were used to generate the estimated arm orientations using the proposed framework or Bayesian-based framework [11], while the measured arm orientations were used to calculate the similarity to the estimated arm orientations by DTW. To train the TBTL network, several sets of hyper-parameters were adjusted. Finally, hidden_size was set to 256, time_steps to 160, and batch_size to 128.

4.3. Dataset Collection

To illustrate the performed motions, some of the data collected for jumping motions are shown in Figure 7, Figure 8 and Figure 9. The values in Figure 9 were used as the input of the proposed framework, and the those in Figure 7 and Figure 8 were used as the labels when training the frameworks for the left and right arm, respectively. In addition, they were also used as the ground truth to perform the evaluation experiments.
In these figures, Frame is defined to describe one set of data that was collected at the same time. Orientation is defined as the collected orientation of arm with a range of –1 to 1. Position is defined as the collected position of the hand, which is represented by the distance between base stations and controllers of HTC VIVE.

4.4. Experimental Results

The measured data of the gestures with Indexes 1-15 was used to perform the evaluation experiments with its order as the ground truth. All gestures are performed by three subjects, one by one. Therefore, the ground truth data includes 11 motions, walking, running, picking up, shaking tree, jumping, avoiding, shooting, towing, opening door, sneaking, and attacking.
The best performance by the proposed framework was achieved with 200,000 episodes, while that by Bayesian-based approach was achieved with 50 intervals. The comparisons between the two performances are illustrated in Figure 10 for Subject #1, Figure 11 for Subject #2, and Figure 12 for Subject #3. Given that only forearm (both a left and a right forearm) orientations were estimated in the Bayesian-based experiments, only the performances of the estimated movement of the forearm were compared.
The movements estimated by the TBTLF-based experiments showed a great regularity, revealing the feature and discipline between the motions and subjects. Meanwhile, the movements estimated by the Bayesian-based experiments were chaotic; consequently, this method could not estimate the consecutive movements to show an entire motion.
The estimated movements of the left upper arm and right upper arm for Subjects #1, #2, and #3 when TBTLF-based experiments achieved the best performance with 200,000 episodes are depicted in Figure 13, Figure 14 and Figure 15, respectively.
The loss of the left and right arms during the training of the proposed frameworks with 200,000 episodes are as shown in Figure 16. At first, the loss began at ~0.2; it then dropped to ~0.125. Afterward, there was a sharp decrease from 0.125 to 0.025 before 25,000 episodes for both left and right hands. Following this, a stable and slight decrease occurred until 200,000 episodes for the left hand while for the right, another slightly stronger decrease was observed from 25,000 to 110,000 episodes.
DTW distance was used to calculate the distance among every estimated and measured arm movements to compare the similarity among them. For example, the DTW distance of the left upper arm was calculated with estimated coordinates of the left upper arm and measured coordinates of left upper arm, in which the estimated coordinates of the left upper arm were the estimated results of the proposed framework and the measured coordinates of left upper arm are the label data of the dataset. The higher the DTW distance is, the less similar the estimated movement is to the measured movement. In order to make a more intuitive comparison, the sum of DTW distances of the three subjects was used for experimental verification. The DTW distances obtained from the TBTLF-based and Bayesian-based experiments are shown in Table 4 and Table 5, respectively. Bayesian-based experiments were performed according to [11], which only estimated the x, y, and z coordinate values of the arm orientations to represent the arm movement. Figure 17 compares the DTW distances for orientations x, y, z, and w among 2000, 20,000, and 200,000 episodes in the TBTLF-based experiments.
According to Table 4 and Table 5, the best performance in the Bayesian-based experiments was obtained with 50 intervals, and that in the TBTLF-based experiments was obtained with 200,000 episodes.
The Bayesian-based framework only focuses on the x, y, and z coordinates of the forearm orientations of left and right arms. However, the proposed framework estimated x, y, z, and w coordinates of both forearm orientations of the left and right arms and the upper arm orientations of left and right arms. Consequently, the reduction rate of the DTW distance R is only calculated for the estimated forearm orientations of the left and right arms in the TBTLF-based experiment and Bayesian-based experiment, according to Equation (16). The results are given in Table 6.
R = D B D T D B
where D B is the DTW distance of Bayesian-based experiments and D T is the DTW distance of TBTLF-based experiments.
The results show that the framework proposed by us can estimate the arm orientation with an average of 73.90% reduction rate of the DTW distance compared to the traditional framework, confirming that the proposed framework can estimate movements much more accurately.

5. Discussion

According to the experimental results presented in Section 4, the performance of the Bayesian-based experiments remained stable and no obvious progress was observed even with more intervals, while in the TBTLF-based experiments, a significant improvement was achieved between 20,000 episodes and 200,000 episodes. That is, the performance of the TBTLF-based experiment with 200,000 episodes was found to be much better than that of any of the Bayesian-based experiment. In addition, the Bayesian-based experiments can only estimate the arm movement according to the hand movement within the range of the training data due to the limitation of the Bayesian probability. However, in the TBTLF-based experiments, the arm movement could be estimated even when the validation data was not in the range of the training data, which shows the better flexibility of the TBTLF-based movement estimation.

6. Conclusions

This paper proposed a deep learning approach for human movement estimations. Firstly, movements were collected by HTC VIVE and Myo armbands, and the collected data were analyzed, wherein the movements were represented by arm orientations and hand positions. The proposed TBTLF-based framework estimated the movements of one upper arm and one forearm based on left- and right-hand movements. The TBTLF-based experiments showed significant improvements when using 200,000 episodes than when using 2000 episodes and 20,000 episodes, and also compared to the Bayesian-based experiments with 50, 100, and 1000 intervals. The effectiveness of the proposed framework was verified by several experiments, showing an average 73.90% reduction in DTW.
The proposed framework requires large amounts of training data to achieve good performance in movement estimation. Therefore, in future work, we plan to enhance the framework to reduce the size of the dataset required for accurate movement estimation.

Author Contributions

Formal analysis, H.G.; Funding acquisition, Y.S.; Methodology, H.G.; Resources, H.G.; Supervision, Y.S.; Validation, Y.S.; Writing — original draft, H.G.; Writing — review & editing, Y.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the MSIT(Ministry of Science, ICT), Korea, under the High-Potential Individuals Global Training Program)(2019-0-01585) supervised by the IITP(Institute for Information & Communications Technology Planning & Evaluation)

Acknowledgments

This research was supported by the MIST, Korea.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Maged, N.K.B.; Blanchard, J.B.; Cory, W.; Julio, M.; Aalap, T.; Ricardo, G.O. Web GIS in practice X: A microsoft kinect natural user interface for google earth navigation. Int. J. Health Geogr. 2011, 10, 45–55. [Google Scholar]
  2. Liu, W. Natural user interface-next mainstream product user interface. Comput. Aided Des. Concept. Des. 2010, 1, 203–205. [Google Scholar]
  3. Bruder, G.; Frank, S.; Klaus, H.H. Arch-Explore: A Natural User Interface for Immersive Architectural Walkthroughs. In Proceedings of the IEEE Symposium on 3D User Interfaces, Los Angeles, CA, USA, 14–15 March 2009. [Google Scholar]
  4. Lee, S.B.; Jung, H.I. A design and implementation of natural user interface system using kinect. J. Digit. Contents Soc. 2014, 15, 473–480. [Google Scholar] [CrossRef] [Green Version]
  5. Chang, X.; Ma, Z.; Lin, M.; Yang, Y.; Hauptmann, A.G. Feature interaction augmented sparse learning for fast kinect motion detection. IEEE Trans. Image Process. 2017, 26, 3911–3920. [Google Scholar] [CrossRef] [PubMed]
  6. Asteriadis, S.; Chatzitofis, A.; Zarpalas, D.; Alexiadis, D.S.; Daras, P. Estimating Human Motion from Multiple Kinect Sensors. In Proceedings of the 6th International Conference on Computer Vision/Computer Graphics Collaboration Techniques and Applications, Berlin, Germany, 6–7 June 2013. [Google Scholar]
  7. Vive. Available online: https://www.vive.com/us/product/vive-virtual-reality-system (accessed on 12 March 2020).
  8. Egger, J.; Gall, M.; Wallner, J.; Boechat, P.; Hann, A.; Li, X.; Chen, X.; Schmalstieg, D. HTC Vive MeVisLab integration via OpenVR for medical applications. PLoS ONE 2017, 12, e0173972. [Google Scholar] [CrossRef] [PubMed]
  9. Diederick, C.N.; Li, L.; Markus, L. The Accuracy and precision of position and orientation tracking in the HTC vive virtual reality system for scientific research. Eng. Med. 2017, 8, 2041669517708205. [Google Scholar]
  10. Zhang, Z.; Waichoong, W.; Wu, J. Ubiquitous human upper-limb motion estimation using wearable sensors. IEEE Trans. Inf. Technol. Biomed. 2011, 15, 513–521. [Google Scholar] [CrossRef] [PubMed]
  11. Sung, Y.; Ryong, C.; Jeong, Y.S. Arm orientation estimation method with multiple devices for NUI/NUX. J. Inf. Process. Syst. 2018, 14, 980–988. [Google Scholar]
  12. Feichtenhofer, C.; Axel, P.; Andrew, Z. Convolutional Two-Stream Network Fusion for Video Action Recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, Vegas, NV, USA, 27–30 June 2016. [Google Scholar]
  13. Si, C.; Jing, Y.; Wang, W.; Wang, L.; Tan, T. Skeleton-Based Action Recognition with Spatial Reasoning and Temporal Stack Learning. In Proceedings of the European Conference on Computer Vision, Munich, Germany, 8–14 September 2018. [Google Scholar]
  14. Sung, Y.; Guo, H.; Lee, S.-G. Motion quaternion-based motion estimation method of MYO using K-means algorithm and bayesian probability. Soft Comput. 2018, 22, 6773–6783. [Google Scholar] [CrossRef]
  15. Kim, P.Y.; Sung, Y.; Park, J. Bayesian probability-based motion estimation method in ubiquitous computing environments. Lect. Notes Electr. Eng. 2015, 373, 593–600. [Google Scholar]
  16. Lee, S.G.; Yunsick, S.; Jong, H.P. Motion estimation framework and authoring tools based on MYOs and bayesian probability. In Intelligent Data Analysis and Applications; Springer: Basel, Switzerland, 2015. [Google Scholar]
  17. Zhang, R.; Li, C. Motion Sequence Recognition with Multi-sensors Using Deep Convolutional Neural Network. In Intelligent Data Analysis and Applications; Springer: Basel, Switzerland, 2015. [Google Scholar]
  18. Mehrizi, R.; Peng, X.; Metaxas, D.N.; Xu, X.; Li, K. Predicting 3-D lower back joint load in lifting: A deep pose estimation approach. IEEE Trans. Hum. Mach. Syst. 2019, 49, 85–94. [Google Scholar] [CrossRef]
  19. Arjun, J.; Jonathan, T.; Yann, L.; Christoph, B. Modeep: A Deep Learning Framework Using Motion Features for Human Pose Estimation. In Proceedings of the Asian Conference on Computer Vision, Singapore, Singapore, 1–5 November 2014. [Google Scholar]
  20. Aria, A.; Ioannis, P. Unsupervised Convolutional Neural Networks for Motion Estimation. In Proceedings of the IEEE International Conference on Image Processing, Phoenix, AZ, USA, 25–28 September 2016. [Google Scholar]
  21. FLIC Dataset. Available online: https://bensapp.github.io/flic-dataset.html (accessed on 12 March 2020).
  22. Khurram, S.; Amir, R.Z.; Mubarak, S. UCF101: A Dataset of 101 Human Actions Classes From Videos in The Wild. arXiv 2012, arXiv:1212.0402. [Google Scholar]
  23. Hu, B.; Dixon, P.C.; Jacobs, J.V.; Dennerlein, J.T.; Schiffman, J.M. Machine learning algorithms based on signals from a single wearable inertial sensor can detect surface-and age-related differences in walking. J. Biomech. 2018, 71, 37–42. [Google Scholar] [CrossRef] [PubMed]
  24. Miljanovic, M. Comparative analysis of recurrent and finite impulse response neural networks in time series prediction. Indian J. Comput. Sci. Eng. 2012, 3, 180–191. [Google Scholar]
  25. Sak, H.; Andrew, S.; Françoise, B. Long Short-Term Memory Recurrent Neural Network Architectures for Large Scale Acoustic Modeling. In Proceedings of the Fifteenth Annual Conference of the International Speech Communication Association, Singapore, 14 September 2014. [Google Scholar]
  26. Bharat, S.; Tim, K.M.; Michael, J.; Oncel, T.; Ming, S. A Multi-stream Bi-directional Recurrent Neural Network for Fine-Grained Action Detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 16–20 June 2016. [Google Scholar]
  27. Zhang, S.; Yang, Y.; Xiao, J.; Liu, X.; Yang, Y.; Xie, D.; Zhuang, Y. Fusing geometric features for skeleton-based action recognition using multilayer LSTM networks. IEEE Trans. Multimed. 2018, 20, 2330–2343. [Google Scholar] [CrossRef]
  28. Raheja, J.L.; Minhas, M.; Prashanth, D.; Shah, T. Chaudhary. Robust gesture recognition using Kinect: A comparison between DTW and HMM. Optik 2015, 126, 1098–1104. [Google Scholar] [CrossRef]
  29. Rise of the Tomb Raider. Available online: https://store.steampowered.com/app/391220/Rise_of_the_Tomb_Raider (accessed on 12 March 2020).
Figure 1. Overview of the proposed framework.
Figure 1. Overview of the proposed framework.
Sensors 20 01801 g001
Figure 2. Locations of controllers and gesture-based devices.
Figure 2. Locations of controllers and gesture-based devices.
Sensors 20 01801 g002
Figure 3. Structure of the two-layer long short-term memory (LSTM)-based framework (TBTLF) network.
Figure 3. Structure of the two-layer long short-term memory (LSTM)-based framework (TBTLF) network.
Sensors 20 01801 g003
Figure 4. Structure of bidirectional two-layer LSTM (BTL) networks. (a) BTL network for the first stream in the TBTL network; (b) BTL network for the second stream in the TBTL network.
Figure 4. Structure of bidirectional two-layer LSTM (BTL) networks. (a) BTL network for the first stream in the TBTL network; (b) BTL network for the second stream in the TBTL network.
Sensors 20 01801 g004
Figure 5. Collected arm orientations and hand positions for the running motion. (a) Arm orientations; (b) Hand positions.
Figure 5. Collected arm orientations and hand positions for the running motion. (a) Arm orientations; (b) Hand positions.
Sensors 20 01801 g005
Figure 6. Collected arm orientations and hand positions for the jumping motion. (a) Arm orientations; (b) Hand positions.
Figure 6. Collected arm orientations and hand positions for the jumping motion. (a) Arm orientations; (b) Hand positions.
Sensors 20 01801 g006
Figure 7. Dataset collected from the jumping motion of the left arm: measured orientations of the (a) Left upper arm and (b) Left forearm.
Figure 7. Dataset collected from the jumping motion of the left arm: measured orientations of the (a) Left upper arm and (b) Left forearm.
Sensors 20 01801 g007
Figure 8. Dataset collected from the jumping motions of the right arm: measured orientations of the (a) Right upper arm and (b) Right forearm.
Figure 8. Dataset collected from the jumping motions of the right arm: measured orientations of the (a) Right upper arm and (b) Right forearm.
Sensors 20 01801 g008
Figure 9. Training data of the measured positions of hands. Measured positions of the (a) Left hand and (b) Right hand.
Figure 9. Training data of the measured positions of hands. Measured positions of the (a) Left hand and (b) Right hand.
Sensors 20 01801 g009aSensors 20 01801 g009b
Figure 10. Comparison of the estimated orientations of the left arm for the 1st subject. (a) Left forearm with TBTLF-based experiments in 200,000 episodes. (b) Left forearm with Bayesian-based experiments with 50 intervals. (c) Right forearm with TBTLF-based experiments in 200,000 episodes. (d) Right forearm with Bayesian-based experiments with 50 intervals.
Figure 10. Comparison of the estimated orientations of the left arm for the 1st subject. (a) Left forearm with TBTLF-based experiments in 200,000 episodes. (b) Left forearm with Bayesian-based experiments with 50 intervals. (c) Right forearm with TBTLF-based experiments in 200,000 episodes. (d) Right forearm with Bayesian-based experiments with 50 intervals.
Sensors 20 01801 g010aSensors 20 01801 g010b
Figure 11. Comparison of the estimated orientations of the left arm for the 2nd subject. (a) Left forearm with TBTLF-based experiments in 200,000 episodes. (b) Left forearm with Bayesian-based experiments with 50 intervals. (c) Right forearm with TBTLF-based experiments in 200,000 episodes. (d) Right forearm with Bayesian-based experiments with 50 intervals.
Figure 11. Comparison of the estimated orientations of the left arm for the 2nd subject. (a) Left forearm with TBTLF-based experiments in 200,000 episodes. (b) Left forearm with Bayesian-based experiments with 50 intervals. (c) Right forearm with TBTLF-based experiments in 200,000 episodes. (d) Right forearm with Bayesian-based experiments with 50 intervals.
Sensors 20 01801 g011aSensors 20 01801 g011b
Figure 12. Comparison of the estimated orientations of the left arm for the 3rd subject. (a) Left forearm with TBTLF-based experiments in 200,000 episodes. (b) Left forearm with Bayesian-based experiments with 50 intervals. (c) Right forearm with TBTLF-based experiments in 200,000 episodes. (d) Right forearm with Bayesian-based experiments with 50 intervals.
Figure 12. Comparison of the estimated orientations of the left arm for the 3rd subject. (a) Left forearm with TBTLF-based experiments in 200,000 episodes. (b) Left forearm with Bayesian-based experiments with 50 intervals. (c) Right forearm with TBTLF-based experiments in 200,000 episodes. (d) Right forearm with Bayesian-based experiments with 50 intervals.
Sensors 20 01801 g012aSensors 20 01801 g012b
Figure 13. Orientations of the upper arm with TBTLF-based experiments in 200,000 episodes for the 1st subject. Estimated movements of the (a) Left upper arm and (b) Right upper arm.
Figure 13. Orientations of the upper arm with TBTLF-based experiments in 200,000 episodes for the 1st subject. Estimated movements of the (a) Left upper arm and (b) Right upper arm.
Sensors 20 01801 g013
Figure 14. Orientations of the upper arm with TBTLF-based experiments in 200,000 episodes for the 2nd subject. Estimated movements of the (a) Left upper arm and (b) Right upper arm.
Figure 14. Orientations of the upper arm with TBTLF-based experiments in 200,000 episodes for the 2nd subject. Estimated movements of the (a) Left upper arm and (b) Right upper arm.
Sensors 20 01801 g014aSensors 20 01801 g014b
Figure 15. Orientations of the upper arm with TBTLF-based experiments in 200,000 episodes for the 3rd subject. Estimated movements of the (a) Left upper arm and (b) Right upper arm.
Figure 15. Orientations of the upper arm with TBTLF-based experiments in 200,000 episodes for the 3rd subject. Estimated movements of the (a) Left upper arm and (b) Right upper arm.
Sensors 20 01801 g015
Figure 16. Loss during the training of the proposed framework. Loss of the (a) Left arm and (b) Right arm.
Figure 16. Loss during the training of the proposed framework. Loss of the (a) Left arm and (b) Right arm.
Sensors 20 01801 g016
Figure 17. Comparison of the DTW distances for orientations x, y, z, and w in the TBTLF-based experiments.
Figure 17. Comparison of the DTW distances for orientations x, y, z, and w in the TBTLF-based experiments.
Sensors 20 01801 g017
Table 1. Comparison of the previously developed frameworks with the proposed framework.
Table 1. Comparison of the previously developed frameworks with the proposed framework.
GoalDeviceInputAlgorithmOutput
Rahil [18] Estimating accurate 3D pose of human_Multi-view imagesDeep neural networkHuman 3D pose
Arjun [19]Estimating the human gesture in videos with a CNN_3D tensor containing RGB images and their corresponding gesture featuresConvolutional Neural Network3D tensor containing response-maps for estimated 2D locations of human joints
Hu [23] Detecting the surface conditions of the road and age-group of the subjectsOne IMUSignals of a single IMU deviceLSTMSurface conditions and age-group status
Aria [20]Estimating the human gesture in videos with an unsupervised CNN_Pairs of imagesConvolutional Neural NetworkDense gesture field
Kim [15]Estimating one upper arm gesture depends on one forearm gestureTwo Myo armbandsOrientations of an upper arm and a forearmBayesian probabilityEstimated upper arm gesture angles
Lee et al. [14]Estimating one upper arm gesture depends on one forearm gestureMyo armbandOrientations of an upper arm and a forearmBayesian probabilityEstimated upper arm gesture angles
Choi [11]Estimating one forearm depends on the positions of one handOne Myo armband & one VIVEMyo armbands: orientations of a forearm
VIVE: positions of a hand
Bayesian probabilityEstimated orientations of upper arm
The proposed frameworkEstimating one upper arm and one forearm depends on the positions of two handsTwo Myo armbands & two VIVEMyo armbands: orientations of forearms and upper arms of one arm
VIVE: Positions of left and right hand
Bi-LSTMEstimated orientations of forearms and upper arms of left and right arm
Table 2. Motion-based gestures.
Table 2. Motion-based gestures.
IndexGestureConsecutive Motions
1Capturing equipment Sensors 20 01801 i001
2Fighting with wolves Sensors 20 01801 i002
3Searching for treasure Sensors 20 01801 i003
4Going through the cave Sensors 20 01801 i004
5Getting out of the reservoir Sensors 20 01801 i005
6Exiting though the window Sensors 20 01801 i006
7Exploring the cave Sensors 20 01801 i007
8Running away Sensors 20 01801 i008
9Through the waterfall Sensors 20 01801 i009
10Through the tunnel Sensors 20 01801 i010
11Robbing room Sensors 20 01801 i011
12Forward to Mountain Sensors 20 01801 i012
13Climbing Sensors 20 01801 i013
14Attacking on the enemy Sensors 20 01801 i014
15Fighting for survival Sensors 20 01801 i015
Table 3. Anthropomorphic information from three subjects.
Table 3. Anthropomorphic information from three subjects.
Subject #1Subject #2Subject #3
GenderFemaleMaleFemale
Height (cm)160173164
Weight (kg)526155
Length of Arms (cm)627065
Table 4. Dynamic time warping (DTW) distances of TBTLF-based experiments.
Table 4. Dynamic time warping (DTW) distances of TBTLF-based experiments.
Episodes 200020,000200,000
Estimated Movements
Left Upper Arm Movementsx350.94349.77160.68
y406.34405.38211.71
z284.34280.96140.71
w624.28622.53319.10
Left Forearm Movementsx443.70437.74241.90
y230.44223.56166.38
z149.74147.14114.36
w631.33612.90421.90
Right Upper Arm Movementsx391.27391.26152.05
y431.06423.72318.30
z286.06282.60122.65
w500.76495.73328.40
Right Forearm Movementsx434.38426.66201.85
y379.77377.07146.45
z344.16333.24187.36
w451.01438.51326.53
Table 5. DTW distances of Bayesian-based experiments.
Table 5. DTW distances of Bayesian-based experiments.
Intervals 501001000
Estimated Gestures
Left Forearm Movementsx750.55780.85680.01
y681.49708.28751.25
z441.44751.25706.79
Right Forearm Movementsx846.90677.68854.68
y815.04882.20823.23
z581.09563.97781.93
Table 6. Reduction rate of the DTW distance.
Table 6. Reduction rate of the DTW distance.
Estimated MovementsReduction Rate of DTW Distance
Left Forearm Orientationsx67.77%
y75.59%
z74.09%
Right Forearm Orientationsx76.17%
y82.03%
z67.76%
Average73.90%

Share and Cite

MDPI and ACS Style

Guo, H.; Sung, Y. Movement Estimation Using Soft Sensors Based on Bi-LSTM and Two-Layer LSTM for Human Motion Capture. Sensors 2020, 20, 1801. https://doi.org/10.3390/s20061801

AMA Style

Guo H, Sung Y. Movement Estimation Using Soft Sensors Based on Bi-LSTM and Two-Layer LSTM for Human Motion Capture. Sensors. 2020; 20(6):1801. https://doi.org/10.3390/s20061801

Chicago/Turabian Style

Guo, Haitao, and Yunsick Sung. 2020. "Movement Estimation Using Soft Sensors Based on Bi-LSTM and Two-Layer LSTM for Human Motion Capture" Sensors 20, no. 6: 1801. https://doi.org/10.3390/s20061801

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