Next Article in Journal
Biological Interfacial Materials for Organic Light-Emitting Diodes
Next Article in Special Issue
A Fault Diagnosis Method of Four-Mass Vibration MEMS Gyroscope Based on ResNeXt-50 with Attention Mechanism and Improved EWT Algorithm
Previous Article in Journal
A High Performance All-Textile Wearable Antenna for Wristband Application
Previous Article in Special Issue
A Noise Reduction Method for Four-Mass Vibration MEMS Gyroscope Based on ILMD and PTTFPF
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Accurate Stride-Length Estimation Based on LT-StrideNet for Pedestrian Dead Reckoning Using a Shank-Mounted Sensor

1
School of Biomedical Engineering, Sun Yat-sen University, Shenzhen 518107, China
2
School of Electronics and Communication Engineering, Sun Yat-sen University, Shenzhen 518107, China
3
Educational Technology Center, The PLA General Hospital, Beijing 100853, China
*
Authors to whom correspondence should be addressed.
Micromachines 2023, 14(6), 1170; https://doi.org/10.3390/mi14061170
Submission received: 9 May 2023 / Revised: 28 May 2023 / Accepted: 29 May 2023 / Published: 31 May 2023
(This article belongs to the Special Issue MEMS Inertial Sensors, 2nd Edition)

Abstract

:
Pedestrian dead reckoning (PDR) is a self-contained positioning technology and has been a significant research topic in recent years. Pedestrian-stride-length estimation is the core part of the PDR system and directly affects the performance of the PDR. The current stride-length-estimation method is difficult to adapt to changes in pedestrian walking speed, which leads to a rapid increase in the error of the PDR. In this paper, a new deep-learning model based on long short-term memory (LSTM) and Transformer, LT-StrideNet, is proposed to estimate pedestrian-stride length. Next, a shank-mounted PDR framework is built based on the proposed stride-length-estimation method. In the PDR framework, the detection of pedestrian stride is achieved by peak detection with a dynamic threshold. An extended Kalman filter (EKF) model is adopted to fuse the gyroscope, accelerometer, and magnetometer. The experimental results show that the proposed stride-length-estimation method can effectively adapt to changes in pedestrian walking speed, and our PDR framework has excellent positioning performance.

1. Introduction

Indoor-positioning technology has been widely applied in indoor navigation [1], disaster rescue [2], physical training, and health monitoring [3]. The rapid development of satellite navigation has greatly increased the application of positioning technology. However, due to the lack of satellite-navigation signals in indoor environments, accurate indoor positioning is still a challenging problem [4,5]. Pedestrian dead reckoning (PDR) based on IMU sensors, including gyroscopes, accelerometers, and magnetometers, has been a research focus in recent years. Compared with ultra wideband (UWB) [6], wireless fidelity (WIFI) [7,8], Bluetooth [9], and other positioning technologies, IMU-based PDR technology does not require the addition of any further infrastructure in indoor environments. It is a self-contained positioning method, which can reduce the costs of constructing and maintaining infrastructure, and has a wider range of applications. However, due to the large error of the inertial sensors in the micro-electro-mechanical system (MEMS) and the diversity of pedestrian walking modes, the positioning accuracy of current PDR methods is still unsatisfactory. Therefore, it is necessary to study new PDR methods to improve the performance of PDR.
Most of the previous studies focused on foot-mounted PDR assisted by zero velocity update (ZUPT). However, this kind of PDR system can only be used for pedestrian-position estimation, and it is difficult to extend to other fields, such as pedestrian-posture monitoring and activity recognition. The installation of low-cost MEMS sensors on the shanks of pedestrians can be used for pedestrian-trajectory estimation and human-activity recognition at the same time, which enable more comprehensive monitoring of pedestrians’ movement status. In other words, a PDR system combined with pedestrian-activity recognition is more valuable to users. Therefore, we developed the shank-mounted PDR technology based on our previous work on wearable human-activity-recognition technology [10]. As it is difficult to detect the zero-velocity interval, the step-and-heading system (SHS) is often used in the non-foot-mounted PDR. The positions of pedestrians are constantly updated based on the detected step, estimated stride length, and estimated heading in the SHS [11,12].
Stride-length estimation is an important part of the PDR system, and its error is the main source of the error in this system. Many previous studies used the acceleration-based nonlinear model [13] or the frequency-based linear model [14,15] to estimate pedestrian-stride length. The Weinberg model [16,17] is widely used, which constructs a nonlinear function based on the maximum and minimum accelerations to estimate stride length. Yao et al. [18] proposed a new model by combining the Weinberg model and the pedestrian walking frequency. To improve the accuracy of the model, the parameters were adjusted according to different walking patterns. Zhao et al. [13] adopted different stride-length-estimation models for three scenarios: walking on a plane, moving up and down stairs, and the transition step. Their model’s parameters need to be tuned according to the physical characteristics of pedestrians. These works report that their stride-length-estimation models have high accuracy; however, the main drawback of these works is that their models cannot adapt to changes in pedestrian walking speed and the differences between individuals. Deep neural networks have strong abilities in feature learning and data fitting, which have been widely used in image recognition [19], natural language processing [20], and other fields. In recent years, some scholars have attempted to introduce the deep-learning method into stride-length estimation. Gu et al. [21] used stacked autoencoders to learn the features of sensor data, and adopted a linear-regression layer to predict the pedestrian-stride length. Wang et al. [22] built a deep-learning model based on long short-term memory (LSTM) and an autoencoder to estimate stride length. Klein et al. [23] proposed a deep-learning model named StepNet to estimate the pedestrian-stride length. These stride-length-estimation methods based on deep learning show good results; however, it is still necessary to further study new stride-length-estimation methods to improve the accuracy of PDR systems.
Although significant work has been performed on PDR [13,24,25], the creation of an accurate PDR system still poses significant challenges due to various factors, specially changes in pedestrian walking speed. The different walking speeds and walking habits of pedestrians can create serious errors in some of the current methods of stride-length estimation, eventually leading to the failure of pedestrian-trajectory estimation. To improve the accuracy of PDR, in this article, we provide an improved PDR method using a shank-mounted IMU sensor. We propose an accurate stride-length-estimation method based on deep learning to adapt to the different movement speeds of pedestrians and apply it to the PDR framework. The contributions of this article are as follows:
(1)
A new deep-learning model based on LSTM and Transformer, LT-StrideNet, is proposed to estimate pedestrian-stride length.
(2)
A shank-mounted PDR framework is provided, which is a supplementary scheme to the foot-mounted PDR.
(3)
Tests were completed using the our self-developed IMU module, including indoor and outdoor positioning.
The remainder of this paper is organized as follows. In Section 2, the method in this paper is described. In Section 3, the experimental setup and results are presented. In Section 4, the experimental results are discussed. In Section 5, the conclusion of this paper is given.

2. Materials and Methods

A flowchart of the PDR method is shown in Figure 1, which consists of six parts: (1) sensor-data calibration, (2) stride detection, (3) stride-length estimation, (4) heading estimation, (5) initial calibration, and (6) updating of the PDR. The sensor-data calibration includes the calibration of sensor and filtering of sensor data. The stride-detection module detects pedestrian-stride events using acceleration or angular velocity. The pedestrian-stride length can be estimated by some methods, such as deep learning, linear regression, and empirical relationships. The heading estimation is realized by fusing the gyroscope, accelerometer, and magnetometer. The initial calibration includes the initial calibration of position and attitude. For the PDR system, the initial position is generally set to the origin. When the heading and stride length of pedestrians are obtained, the position of each stride can be calculated through the PDR motion model, as follows:
X k = X k 1 + L k cos ( φ k ) sin ( φ k )
where X k = ( x k , y k ) is the position of pedestrian on the 2D plane at k - t h stride, L k is the stride length, and φ k is the heading.
According to the working process of PDR, the errors of pedestrian position accumulate with the increase in the number of strides. As a key part of PDR method, its error directly determines the error of pedestrian position. The classical Weinberg model calculates the stride length by the following Equation:
L = k s t r i d e × a max a min 4
where a max and a min are the maximum and minimum values of norm of acceleration. The k s t r i d e is the personalized constant coefficient, which needs to be tuned for each pedestrian. Due to the differences in leg length, weight, and stride frequency of pedestrians, the k s t r i d e is different for each pedestrian. On the other hand, even for the same pedestrian, the k s t r i d e changes continuously at different speeds. As a result, a pre-set k s t r i d e leads to a large estimation error. Stride-length estimation is a typical regression problem. The automatic learning ability of the deep neural network gives it excellent fitting properties. The LSTM is a popular recurrent neural network [26], which has been widely used in forms of time-series processing such as natural language processing, human-activity recognition, etc. It can effectively extract the dependencies between different time steps in time series. The Transformer model [27], which has emerged in recent years, has also received widespread attention in the field of computer vision. Transformer is a neural network based on self-attention mechanism. The self-attention mechanism can enhance the classification and fitting ability of model by automatically assigning greater weight to important and valuable features. Introducing Transformer into the LSTM network has the potential to further improve the accuracy of the model. Therefore, we designed a new stride-length-estimation model by combining LSTM and Transformer.

2.1. Stride-Length-Estimation Method Based on LSTM and Transformer

An end-to-end neural network, which we named LT-StrideNet, is proposed. The architecture of our model is shown in Figure 2. The measurements from the accelerometer and gyroscope are selected as the input data and need to be segmented and interpolated. Next, the pre-processed data are fed to the ST-StrideNet for stride-length estimation.

2.1.1. Segmentation of Sensor Data

The sensor data can be divided into many segments, according to the beginning and end moments of each stride, by the stride-detection module. The measurements of accelerometer and gyroscope within a stride are expressed as follows:
a k x = [ a t x , a t + 1 x , , a t + m 1 x ] T a k y = [ a t y , a t + 1 y , , a t + m 1 y ] T a k z = [ a t z , a t + 1 z , , a t + m 1 z ] T w k x = [ w t x , w t + 1 x , , w t + m 1 x ] T w k y = [ w t y , w t + 1 y , , w t + m 1 y ] T w k z = [ w t z , w t + 1 z , , w t + m 1 z ] T
where [ a k x , a k y , a k z ] and [ w k x , w k y , w k z ] are the outputs of the accelerometer and gyroscope respectively, k is the count of strides, t is the start time of the stride, and m is the length of samples during a stride. Due to the different duration of each stride, and since the neural network only receives fixed-size segments, the input data are expanded or compressed to the same size by spline interpolation. The input of neural network is expressed as follows:
x i n p u t = [ a k x , a k y , a k z , g k x , g k y , g k z ]
which has dimensions of 120 × 6.

2.1.2. The Deep-Learning Model for Stride-Length Estimation

First, the two-layer LSTM encoder extracts the temporal features of the sensor data. In a LSTM cell, x t , h t , and c t represent the input vector, hidden state, and long-term state. There are three gates in the LSTM cell, namely input, forget, and output. According to the theory of LSTM, the calculation of each component in the LSTM cell at current time step is as follows [22]:
i t = σ ( U i x t + W i h t 1 + b i )
f t = σ ( U f x t + W f h t 1 + b f )
o t = σ ( U o x t + W o h t 1 + b o )
c ˜ t = tanh ( U c x t + W c h t 1 + b c )
c t = f t c t 1 + i t c ˜ t
h t = o t tan h ( c t )
where h t 1 is the hidden state of last LSTM cell, [ U i , W i ] , [ U f , W f ] , and [ U o , W o ] are the weight matrices of the input gate, forgetting gate, and output gate, respectively. The [ b i , b f , b o ] is the corresponding bias. The σ is the sigmoid function, and denotes element multiplication. With the special mechanism of LSTM, the long-term dependence of time series can be extracted.
In our model, we add the two-layer Transformer encoder after the LSTM layer and set four headers per layer. Multi-head self-attention (MHA) is the core of Transformer architecture, the aim of which is to enable the model to focus on the important time steps in feature sequences. The MHA consists of multiple self-attention operations that are executed in parallel. Firstly, the self-attention mechanism determines the relative weight of each time step in a sequence by computing its similarity to other time steps within the sequence. Subsequently, the representation of each time step is transformed using these relative weights. The overview of MHA [27] is shown in Figure 3. In the self-attention, three identical sequences Q t × d , K t × d , and V t × d , are referred to as query, key, and value, respectively. First, they are projected to the same dimensions by three learned linear transformations,
Q h = Q W h Q t × d
K h = K W h K t × d
V h = V W h V t × d
where d = d n h and n h are the number of heads, and W h Q , W h K , and W h V are the projection matrices to be learned. The dot product is implemented between the query considered as the transformed matrix of a specific time step and the key matrix of every other time step. Next, the softmax is applied on the scaled result of dop product to obtain the attention scores. Finally, the attention scores are used to obtain the weighted representation of the value matrix V :
h i s a ( Q , K , V ) = softmax ( Q K T d ) V
In the MHA, the self-attention is computed in parallel (multi-head) to capture the correlation information of input sequences from different representation subspaces. That is, the operations within the dotted box in Figure 3 are executed multiple times in parallel. The outputs of all the heads are concatenated across the channel dimension and once again projected to the same dimension of input sequences using the learned matrix W 0 , as follows,
M h a = W 0 C o n c a t ( h 1 s a , h 2 s a , h 3 s a , , h h n s a ) .
By performing the above process, the MHA can effectively focus on the important part of the feature sequence. To obtain the pedestrian-stride length, the outputs of Transformer encoder are mapped to the specified size by a fully connected layer. The Dropout technique is used in the Transformer encoder and fully connected layer to prevent overfitting of the model.

2.1.3. The Training of Stride-Length-Estimation Model

When the model is trained, the overall objective is to minimize the following error loss function:
J = 1 N i = 1 N ( y i y ^ i ) 2
where y i is the actual stride length and y ^ i is the output of the fully connected layer. The stochastic gradient descent algorithm is used to search for the optimal model parameters. Once the training of the model is complete, the model can be used to estimate pedestrian-stride length. The complete procedure of our stride-length-estimation method is shown in Algorithm 1.
Algorithm 1: The proposed stride-length-estimation method
Input: training data with actual stride length, test data without actual stride length
Output: the estimated stride length
1//Data preprocessing
2 for each stride
3        Split the sensor data according to the stride event
4        Extract the sensor data and actual length of each stride
5        Expand or compress the sensor data to a fixed size
6 end for
7//Model training
8 Build and train the stacked LSTM–Transformer model shown in Figure 2 using the training dataset
9 Save the trained model
10//Model test
11 Predict the pedestrian-stride length using the saved model

2.2. The PDR Framework with Proposed Stride-Length-Estimation Method

Based on the above stride-length estimation method, we built a PDR framework, as shown in Figure 4. Our PDR framework adopts a low-cost 9-aixs sensor to provide raw sensor data. In this paper, the output of gyroscope is preprocessed twice. First, the fixed bias is removed from the output of gyroscope to obtain the w ^ 1 . Next, a moving-average filter is used on w ^ 1 to obtain w ^ 2 . The w ^ 1 is used for stride-length estimation and heading estimation, while the w ^ 2 is used for stride detection. The magnetometer is fused with the gyroscope and accelerometer by the extended Kalman filter (EKF) model. The purpose of the initial attitude alignment of IMU is to determine the initial attitude error of pedestrians in the navigation coordinate system (NCS).

2.2.1. Sensor-Error Calibration

In the static state, the output of an ideal accelerometer should be the local gravitational acceleration. The output vectors of the accelerometer at different attitudes should be distributed over a sphere with radius g . Due to manufacturing techniques, the output of an accelerometer at different attitudes may be an ellipsoid. The accelerometer is calibrated by an ellipsoidal fitting algorithm [28].
Due to soft-iron, hard-iron, and scale-factor errors, the output of the magnetometer is an ellipsoid that deviates from the origin. Similar to accelerometer calibration, the ellipsoidal fitting algorithm is also used to calibrate the magnetometer. In this article, we mainly consider weakening the hard-iron and scale -actor errors. Before the experiment, we kept the magnetometer away from the soft-iron material and continuously rotated the magnetometer along different coordinate axes for a few minutes to collect the local magnetic field. The output of magnetometer was then substituted into the ellipsoidal model and the model parameters were obtained by the ellipsoidal fitting algorithm. We used the offset vector Δ m and the scale transformation matrix C s f to calibrate the raw measurement of magnetometer m , as follows:
m ^ = C s f ( m + Δ m ) .
To obtain the bias of the gyroscope, the output of the gyroscope in the static state for more than 20 min was collected, as shown in Figure 5. Next, the average value of each axis was calculated and used as the bias of gyroscope. The output of gyroscope subtracts the bias w B = [ 0.039 , 0.0058 , 0.0012 ] before it is fed into the PDR algorithm.

2.2.2. Stride-Detection Method

Traditional pedestrian-stride detection is performed by setting a fixed threshold to detect the peak of acceleration waveform [29]. This method has an obvious shortcoming. When the speed of pedestrian changes obviously, the fixed threshold leads to the detection of a false peak, resulting in error in stride detection. To search the local maximum peak, we introduce two threshold-based constraints. That is, the constraint of peak amplitude and the constraint of the time interval between two consecutive peaks. For the constraint of peak amplitude, a dynamic threshold was designed to adapt to changes in pedestrian speed. We chose the norm of angular rate as the input of stride-detection module, which is represented as:
g i = w i x 2 + w i y 2 + w i z 2
Before detecting the peaks, moving-average filtering on the norm of angular rate was performed to eliminate the high-frequency noise. A sliding window with length of three was used to judge the peak and the moment when the peak appeared was recorded:
i f ( g i 1 g i 2 & &   g i 1 g i & & g i 1 t h w )       p t k = i 1
where t h w is a threshold obtained according to the amplitude of the wave peak. By calculating the difference between the maximum and minimum values of the input data within the last second, we can obtain the dynamic threshold as follows
t h w = k s t r i d e ( max ( g s ( 1 , 1 : f ) ) min ( g s ( 1 , 1 : f ) ) ) + C 0
where k s t r i d e > 0 is a coefficient set by experience, f is the sampling frequency of gyroscope, g s ( 1 , 1 : f ) is the input data within the last second, C 0 > 0 is a constant to prevent detection of the small peaks. Next, the time difference between the current candidate peak and the previous candidate peak can be obtained. We assume that the true peak should ensure that the time difference is greater than a threshold. Therefore, the true peak can be judged as follows:
i f ( d t = ( t p k t p k 1 ) > t h t ) i s s t r i d e = t r u e
where t h t is another threshold obtained by tuning. Since the stride frequency of most pedestrians is between 0.5 and 2 Hz, t h t can be set to 0.5 s. At this point, it is considered that a pedestrian stride has been detected.

2.2.3. EKF-Based Heading Estimation

Compared to Euler angle, the quaternion has no problem of angle singularity, and is widely used to represent the rotation of vectors. We use the quaternion as the state variable of the EKF model, which can be expressed as follows:
x k = [ q 0 , q 1 , q 2 , q 3 ] T
where q 0 is the scalar part and [ q 1 , q 2 , q 3 ] is the vector part.
According to the quaternion kinematics of the gyroscope [30], the process model of EKF can be expressed as
x k + 1 = ( I + T 2 Ω k b ) x k + n k = A k x k + n k
where I is a 4 × 4 identity matrix, T is the sampling interval of sensor, and n k is the process noise with covariance matrix Q = σ q 2 I . The Ω k b is a skew symmetric matrix, expressed as follows:
Ω k b = 0 ω ^ k x ω ^ k y ω ^ k z ω ^ k x 0 ω ^ k z ω ^ k y ω ^ k y ω ^ k z 0 ω ^ k x ω ^ k z ω ^ k y ω ^ k x 0
where w ^ k = w k w B is the angular velocity and w B = w B x , w B y , w B z is the bias of the gyroscope. The measurement model of EKF can be expressed as
[ z k a , z k m ] T = C n b ( q k ) r a k + v a k C n b ( q k ) r m k + v m k = z ^ a k z ^ k m + v k a v k m
where z k a = [ a x , a y , a z ] T , z k m = [ m x , m y , m z ] T are the measurements of accelerometer and magnetometer, respectively. The C n b ( q k ) is the rotation matrix. The r a k = [ 0 , 0 , g ] T is the gravity vector. The r m k = [ b x n , 0 , b z n ] is the Earth’s magnetic field and r m k can be written as
r m k = h x 2 + h y 2 , 0 , h z
where the magnetic field h m = ( h x , h y , h z ) in the NCS (north, east, sky) can be computed by h m ( q k ) = C n b T ( q k ) z k m . The v k = [ v k a ; v k m ] is the measurement noise with covariance matrix R = σ a 2 I 3 × 3 0 3 × 3 0 3 × 3 σ m 2 I 3 × 3 . The Jacobian matrix of the measurement model is H k = z ^ a k x k ; z ^ k m x k . According to [12], the heading of sensor can be calculated by
φ = arctan 2 ( q 1 q 2 + q 0 q 3 ) q 0 2 + q 1 2 q 2 2 q 3 2 .
When the pedestrians start walking, the ferromagnetic interference contaminates measurements of magnetometer, especially in indoor environments. We propose a threshold-based strategy to suppress this ferromagnetic disturbance. To use the reliable output of magnetometer, the following judgment is made at each sampling moment:
i f ( m ^ k m e a r t h < T h m a g )
where m ^ k is the norm of magnetometer measurement m ^ k and m e a r t h is the norm of Earth’s magnetic field. The T h m a g is a threshold preset by the experimenter and we set it to 10 uT. If the above formula is true, it is considered that the measurement of magnetometer is reliable. Measurement of magnetometer is used to estimate pedestrian heading through EKF. Otherwise, magnetometer measurement is discarded.

2.2.4. The Initial Attitude Alignment

The initial attitude alignment is a necessary part of wearable motion tracking [31]. It is known that
q B G = q S G q B S
The goal of initial attitude alignment is to obtain the rotation quaternion q B S from the body-coordinate system (BCS) to the sensor-coordinate system (SCS). As the accelerometer only senses the Earth’s gravity at static status, the initial sensor attitude represented by Euler angle can be calculated by the output of the accelerometer and magnetometer, which are as follows:
θ i n i t p i t c h = arcsin ( a x / g )
ϕ i n i t r o l l = atan 2 ( a y , a z )
φ i n i t y a w = atan 2 ( m y c ϕ m z s ϕ , m x c θ + m y s ϕ s θ + m z c ϕ s θ )
The c and s are the abbreviations of cos and sin , respectively, in (32). Therefore, the initial quaternion q S G i n i t can be computed by the Euler angle to quaternion. When a pedestrian stands upright and their hand is straight in the horizontal plane, this posture is called the T-pose [31]. In the T-pose, the BCS of pedestrian coincides with the NCS when they face the x-axis of NCS. Therefore, there is q S G = q S B in that posture. As q B S = q S B * , the pedestrian only needs to be in the T-pose and face the north to obtain q S B . Next, the initial attitude calibration is completed by Equation (29).

3. Experiments and Results

3.1. Introduction to the IMU Module

In the experiment, a self-developed IMU module was used to collect the inertial data. We attached the IMU to the shanks of volunteers, just below the knee. All the volunteers were students from our research group. The IMU module and the wearing position of the IMU are shown in the Figure 6. The IMU contains a nine-axis MEMS sensor (MPU9250), which includes a three-axis gyroscope, a three-axis accelerometer, and a three-axis magnetometer. The circuit board is powered by a lithium battery. A microprocessor (TI CC2642) with Bluetooth 5.0 is integrated into the circuit as a control and communication unit. The sensor data are first stored on a flash chip, and are then transmitted to the computer through the serial port for processing. The collection of the raw sensor data is controlled by a smartphone and the control commands (starting collection, ending collection) are sent to the IMU by Bluetooth. Some of the sensor’s parameters are shown in Table 1.
For the EKF model, we rely on the empirical tuning of the parameters to obtain the variance matrix of the process noise and measurement noise. By minimizing the error between the estimated trajectory and the reference path, the parameters are finally tuned and determined, which is expressed as follows:
Q = 0.00001 × I 4 × 1
R = 0.018 × I 3 × 3 0 3 × 3 0 3 × 3 0.337 × I 3 × 3
where Q is the covariance of the process noise, 0.018 × I 3 × 3 is the covariance of the accelerometer noise, and 0.337 × I 3 × 3 is the covariance of the magnetometer noise.

3.2. Training of Our Stride-Length-Estimation Model

To create the dataset for training the stride-estimation model, four male volunteers wore the IMU sensor to collect inertial data in three motion modes (slow walking, normal walking, and fast walking). The physical characteristics of the volunteers are shown in Table 2, and volunteers 1 and 2 participated in the subsequent positioning experiment. The personalized coefficient in the Weinberg model is also listed. The volunteers were asked to walk at a uniform speed along three straight paths with lengths of 40 m, 73.2 m, and 94.4 m, and to record the actual number of strides taken during each walk. We assumed that the length of each stride was equal when the pedestrian walked at a uniform speed. Therefore, the actual stride length in each trajectory was obtained from the number of strides and the total length. The resulting stride lengths were added to the dataset as labels. The speeds of the volunteers ranged from 3.5 km/h to 7 km/h. Finally, we created a dataset with 1843 data segments and used 80% of the dataset for training and the remaining for validation. The details of the dataset are presented in Table 3. Our proposed model was implemented through PyTorch in Windows 10. The hyperparameters of our stride-estimation model are listed in Table 4, which were obtained through tuning. The loss of the training set and validation set during the process of the model training is shown in Figure 7. After training for 100 epochs, the loss remained stable. The mean validation losses of our model for the last 20 epochs was 0.0018 ± 0.0008, while the mean validation losses of the two-layer LSTM model were 0.0028 ± 0.0012. The results of the three iterations of the training show that our model had a 30.1% reduction in average validation loss compared to the LSTM model. These results illustrate the effectiveness of Transformer in improving the model’s performance.

3.3. Collection of Experimental Data for Pedestrian Positioning

Volunteers 1 and 2 participated in the data collection for the positioning experiment. We first tested the performance of the stride-detection and stride-length-estimation modules in three motion modes. The volunteers were asked to walk along paths with a known length of 94.4 m and the total numbers of strides they took were recorded.
Next, we selected a path with turns in the indoor experimental environment of a school building to test the positioning performance of the PDR method. The volunteers were asked to walk along the path with a normal gait. The walking test was repeated three times for every volunteer. Figure 8 is the plan of the indoor scene and the predefined reference path with a length of 155.2 m. We also conducted data collection in a 400-m outdoor playground.
We used the stride-counting error, end-to-end error, and distance error, which are defined as (35), (36), and (37), respectively, to evaluate the algorithm’s performance. The true coordinate of the end-position and the estimated coordinate of end-position are denoted as ( P t c x , P t c y ) and ( P e c x , P e c y ) , respectively. First, we calibrated the initial attitude of the sensor, and then the true initial heading was determined by the average value of the heading-estimation results before the walking took place. For each specified path, the true heading of each straight line was derived. Before the experiment, we measured the side length of the rectangular path with a tape measure. Using the derived heading and side length of the rectangular, the reference path in the 2D coordinate system was finally obtained.
e s = N e s N a s N a s × 100 %
e e = ( P e x P s x ) 2 + ( P e y P s y ) 2 d r e f × 100 %
e d = a b s ( d m e a s u r e d d r e f ) d r e f × 100 %
where N e s is the number of estimated strides and N r s is the number of actual strides. The d m e a s u r e d is the sum of all the estimated stride lengths and d r e f is the length of the reference path.

3.4. Experimental Results

3.4.1. Results of Stride Detection and Stride-Length Estimation

The results of the stride detection for one trial are shown in Figure 9. The volunteer was asked to walk at a normal speed for a period of time, and then to walk quickly. Our method accurately detected the true peaks, and the number of strides given by our method was consistent with the actual number of strides. When the speed of the pedestrian increased, false detection occurred using the method of peak detection with fixed thresholds ( t h w = 3.5 ).
Figure 10 shows the results of the step-length estimation for volunteer 1 when walking at a uniform speed. The stride lengths estimated by the two methods are shown in Figure 10a, and the error distributions of the two methods are shown in Figure 10b. It can be seen from the figure that the stride length obtained by our method had a smaller error than that obtained using the Weinberg model. Further, the experimental results of the walking tests at different walking speeds are shown in Table 5. It can be observed that the mean stride-counting error and mean distance error of the proposed method were (0.5 ± 0.9)% and (2.6 ± 1.3)%, respectively, while the mean distance error obtained by the PDR with the Weinberg model was (7.5 ± 3.9)%.

3.4.2. Results of Indoor Positioning

Figure 11 shows the estimated trajectories of two volunteers in the indoor scenes, where (a) is the trajectory of volunteer 1 and (b) is the trajectory of volunteer 2. Table 6 lists the results of the two volunteers. It can be seen from the table that the mean end-to-end error of our PDR method was 5.4 ± 1.6% and that the mean distance error was 3.0 ± 0.9%. Almost all of the volunteers’ strides were correctly detected.

3.4.3. Results of Outdoor Positioning

Figure 12 shows the estimated trajectory of volunteer 1 walking in the outdoor playground. The picture in Figure 12a is from Baidu Map. Three repeated tests were conducted at different times. Table 7 shows the results of the tests. It can be seen from the table that the end-to-end error of this outdoor test was 1.2 ± 1.3% and that the distance error was 1.8 ± 1.5%.

4. Discussion

4.1. Evaluation of Experimental Results

In order to improve the accuracy of the PDR, we proposed a stride-estimation method based on a deep-learning model, and built a shank-mounted PDR framework using the SHS. Our stride-detection method exhibited good performance in terms of the pedestrians’ walking speeds. As shown in Figure 9, the dynamic threshold is beneficial for responding to changes in waveform amplitude. In addition, constraints on the durations of strides can reduce the occurrence of false positives. As shown in Table 5, the distance error of our PDR method is significantly smaller than that of the PDR method with the Weinberg model. The compared PDR method differs from ours only in terms of the stride-length estimation. Therefore, our stride-length-estimation method has a significant advantage over the Weinberg model. The estimation error of the Weinberg model increases with the decrease in the pedestrian’s speed, while our method can adapt well to changes in pedestrian walking speed. Since it is data-driven, we expect that the performance of our method will be improved further.
According to Table 6, the mean end-to-end error of our PDR algorithm was 5.4 ± 1.6% in the indoor environment. As our test environment was an experimental building, the heading-estimation algorithm was susceptible to ferromagnetic interferences. Although we rejected some serious ferromagnetic interferences though the threshold, ferromagnetic interferences can still cause errors in pedestrian-heading estimation. It can be seen in Figure 11 and Table 7 that the experimental results of our PDR algorithm were better than those in the indoor environment. The mean end-to-end error and distance error were both below 2%. These results illustrate the excellent performance of our method in an environment with low magnetic interferences.
There are still several limitations to discuss. First, the algorithm needs to be tested in more environments and with more volunteers. In other words, the generalization of the algorithm needs further study. Second, some parameters in the algorithm need to be tuned manually. For example, the parameters in the EKF model need to be tuned according to the environment and sensor characteristics. The algorithms for automatically setting the parameters are not studied in this paper. Third, the ferromagnetic interference that occurs in indoor scenarios lead to the degradation of the algorithm’s performance. It is necessary to further study the heading-estimation algorithm against ferromagnetic disturbance.

4.2. Comparison with Related Works

We list some recent works on PDR based on wearable inertial sensors in Table 8. All the listed indicators were obtained from pedestrians walking on a flat surface. The number of participants is also listed in the table. In Hou and Bergmann’s work [24], the inertial sensor was placed on the head of a pedestrian. Their work had an EE of 1.3% and a DE of 2.1%. It should be mentioned that their experiments were conducted in an outdoor environment. Their results were close to those of our test in the outdoor environment. Zhao et al.’s work [13] exhibited a lower estimation error. In their work, the wearable sensor was attached to the ankle of the volunteer. Their tests were also conducted outdoors, and there were multiple personalized parameters in their stride-length-estimation method. The DE in Hajati et al.’s work [17] reached 0.45%; however, they did not provide the EE. They used the Weinberg model to estimate the stride length, and the accuracy of their method decreased as the walking speed changed.
Although the positioning error in Bai et al.’s work [32] was very small, they used a ZUPT-assisted PDR method. Its limitation is that the IMU sensor needs to be tied to the foot, making it difficult to achieve a more comprehensive monitoring of human activity. Our work uses a low-cost IMU sensor mounted on the shank of the pedestrian, which provides a feasible shank-mounted PDR scheme. In addition, the system proposed in this paper has the advantages of low cost, small size, and light weight. The proposed method can be easily extended to other applications, such as lower-limb postoperative-rehabilitation systems and physical training.

5. Conclusions

This paper proposed a new deep-learning model based on LSTM and Transformer to estimate pedestrian-stride length. To this end, a PDR framework was built using a shank-mounted sensor, assisted by a peak-based stride-detection method and an EKF-based heading-estimation model. The experimental results showed that our stride-length-estimation method can effectively adapt to changes in pedestrian walking speed, and that its error is significantly lower than that of the traditional Weinberg model. The experimental results on positioning showed that the end-to-end and distance errors of the proposed PDR method were 5.4% and 3.0% in the indoor environment. In the outdoor environment, the end-to-end and distance errors of the proposed PDR method were 1.2% and 1.8%, respectively. The results in this paper show that our PDR method has excellent positioning performance and promising application potential. The main limitation of our work is that the generalization of our method needs further investigation. Next, we will develop more robust positioning algorithms.

Author Contributions

Conceptualization, Y.L.; methodology, Y.L., L.W. and K.T.; software, Y.L.; validation, Y.L. and G.Z.; formal analysis, Y.L.; investigation, Y.L., G.Z., L.W. and K.T.; data curation, Y.L. and G.Z.; writing—original draft preparation, Y.L.; writing—review and editing, Y.L. and L.W.; supervision, L.W. and K.T.; project administration, Y.L.; funding acquisition, L.W. and K.T. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the PLA General Hospital Medical Creative Research Project (CX19032).

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhao, H.; Cheng, W.; Yang, N.; Qiu, S.; Wang, Z.; Wang, J. Smartphone-Based 3D Indoor Pedestrian Positioning through Multi-Modal Data Fusion. Sensors 2019, 19, 4554. [Google Scholar] [CrossRef]
  2. Yu, C.; Haiyong, L.; Fang, Z.; Qu, W.; Wenhua, S. Adaptive Kalman filtering-based pedestrian navigation algorithm for smartphones. Int. J. Adv. Robot. Syst. 2020, 17, 255687899. [Google Scholar] [CrossRef]
  3. Mazzà, C.; Alcock, L.; Aminian, K.; Becker, C.; Bertuletti, S.; Bonci, T.; Brown, P.; Brozgol, M.; Buckley, E.; Carsin, A.; et al. Technical validation of real-world monitoring of gait: A multicentric observational study. BMJ Open 2021, 11, e50785. [Google Scholar] [CrossRef]
  4. Noureldin, A.; El-Shafie, A.; Bayoumi, M. GPS/INS integration utilizing dynamic neural networks for vehicular navigation. Inform. Fusion 2011, 12, 48–57. [Google Scholar] [CrossRef]
  5. Niu, X.; Liu, T.; Kuang, J.; Li, Y. A Novel Position and Orientation System for Pedestrian Indoor Mobile Mapping System. IEEE Sens. J. 2021, 21, 2104–2114. [Google Scholar] [CrossRef]
  6. Despaux, F.; van den Bossche, A.; Jaffrès-Runser, K.; Val, T. N-TWR: An accurate time-of-flight-based N-ary ranging protocol for Ultra-Wide band. Ad Hoc Netw. 2018, 79, 1–19. [Google Scholar] [CrossRef]
  7. Simran, B.; Peng, W. Crowdsensing-based WiFi Indoor Localization using Feed-forward Multilayer Perceptron Regressor. In Proceedings of the 2019 International Conference on Computational Intelligence in Data Science (ICCIDS), Chennai, India, 21–23 February 2019; pp. 1–6. [Google Scholar]
  8. Husen, M.N.; Lee, S. Indoor Location Sensing with Invariant Wi-Fi Received Signal Strength Fingerprinting. Sensors 2016, 16, 1898. [Google Scholar] [CrossRef]
  9. Liu, S.; Jiang, Y.; Striegel, A. Face-to-Face Proximity EstimationUsing Bluetooth on Smartphones. IEEE Trans. Mob. Comput. 2014, 13, 811–823. [Google Scholar] [CrossRef]
  10. Li, Y.; Wang, L. Human Activity Recognition Based on Residual Network and BiLSTM. Sensors 2022, 22, 635. [Google Scholar] [CrossRef]
  11. Luo, J.; Zhang, C.; Wang, C. Indoor Multi-Floor 3D Target Tracking Based on the Multi-Sensor Fusion. IEEE Access 2020, 8, 36836–36846. [Google Scholar] [CrossRef]
  12. Jiang, C.; Chen, Y.; Chen, C.; Jia, J.; Sun, H.; Wang, T.; Hyyppa, J. Smartphone PDR/GNSS Integration via Factor Graph Optimization for Pedestrian Navigation. IEEE Trans. Instrum. Meas. 2022, 71, 8504112. [Google Scholar] [CrossRef]
  13. Zhao, Y.; Liang, J.; Cui, Y.; Sha, X.; Li, W.J. Adaptive 3D Position Estimation of Pedestrians by Wearing One Ankle Sensor. IEEE Sens. J. 2020, 20, 11642–11651. [Google Scholar] [CrossRef]
  14. Yao, Y.; Pan, L.; Fen, W.; Xu, X.; Liang, X.; Xu, X. A Robust Step Detection and Stride Length Estimation for Pedestrian Dead Reckoning Using a Smartphone. IEEE Sens. J. 2020, 20, 9685–9697. [Google Scholar] [CrossRef]
  15. Renaudin, V.; Susi, M.; Lachapelle, G. Step Length Estimation Using Handheld Inertial Sensors. Sensors 2012, 12, 8507–8525. [Google Scholar] [CrossRef] [PubMed]
  16. Weinberg, H. Using the ADXL202 in pedometer and personal navigation applications. In Analog Devices AN-602 Application Note; Analog Devices: Norwood, MA, USA, 2002; Volume 2, pp. 1–6. [Google Scholar]
  17. Hajati, N.; Rezaeizadeh, A. A Wearable Pedestrian Localization and Gait Identification System Using Kalman Filtered Inertial Data. IEEE Trans. Instrum. Meas. 2021, 70, 2507908. [Google Scholar] [CrossRef]
  18. Shao, W.; Zhao, F.; Luo, H.; Tian, H.; Li, J.; Crivello, A. Particle Filter Reinforcement via Context-Sensing for Smartphone-Based Pedestrian Dead Reckoning. IEEE Commun. Lett. 2021, 25, 3144–3148. [Google Scholar] [CrossRef]
  19. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. ImageNet classification with deep convolutional neural networks. Adv. Neural Inf. Process. Syst. 2012, 25, 84–90. [Google Scholar] [CrossRef]
  20. Sutskever, I.; Vinyals, O.; Le, Q.V. Sequence-to-sequence-learning-with-neural-networks. Adv. Neural Inf. Process. Syst. 2014, 27, 1–9. [Google Scholar]
  21. Gu, F.; Khoshelham, K.; Yu, C.; Shang, J. Accurate Step Length Estimation for Pedestrian Dead Reckoning Localization Using Stacked Autoencoders. IEEE Trans. Instrum. Meas. 2019, 68, 2705–2713. [Google Scholar] [CrossRef]
  22. Wang, Q.; Ye, L.; Luo, H.; Men, A.; Zhao, F.; Huang, Y. Pedestrian Stride-Length Estimation Based on LSTM and Denoising Autoencoders. Sensors 2019, 19, 840. [Google Scholar] [CrossRef]
  23. Klein Itzik, O.A. StepNet-Deep Learning Approaches for Step Length Estimation. IEEE Access 2020, 8, 85706–85713. [Google Scholar] [CrossRef]
  24. Hou, X.; Bergmann, J. A Pedestrian Dead Reckoning Method for Head-Mounted Sensors. Sensors 2020, 20, 6349. [Google Scholar] [CrossRef]
  25. Hasan, M.A.; Mishuk, M.N. MEMS IMU Based Pedestrian Indoor Navigation for Smart Glass. Wirel. Pers. Commun. 2018, 101, 287–303. [Google Scholar] [CrossRef]
  26. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
  27. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, A.; Polosukhin, I. Attention Is All You Need. In Neural Information Processing Systems; MIT Press: Cambridge, MA, USA, 2017; pp. 5998–6008. [Google Scholar]
  28. Wu, D.; Xia, L.; Geng, J. Heading Estimation for Pedestrian Dead Reckoning Based on Robust Adaptive Kalman Filtering. Sensors 2018, 18, 1970. [Google Scholar] [CrossRef]
  29. Zhao, H.; Wang, Z.; Qiu, S.; Shen, Y.; Zhang, L.; Tang, K.; Fortino, G. Heading Drift Reduction for Foot-Mounted Inertial Navigation System via Multi-Sensor Fusion and Dual-Gait Analysis. IEEE Sens. J. 2019, 19, 8514–8521. [Google Scholar] [CrossRef]
  30. Hsu, Y.; Wang, J.; Chang, C. A Wearable Inertial Pedestrian Navigation System with Quaternion-Based Extended Kalman Filter for Pedestrian Localization. IEEE Sens. J. 2017, 17, 3193–3206. [Google Scholar] [CrossRef]
  31. Li, J.; Liu, X.; Wang, Z.; Zhao, H.; Zhang, T.; Qiu, S.; Zhou, X.; Cai, H.; Ni, R.; Cangelosi, A. Real-Time Human Motion Capture Based on Wearable Inertial Sensor Networks. IEEE Internet Things J. 2022, 9, 8953–8966. [Google Scholar] [CrossRef]
  32. Bai, N.; Tian, Y.; Liu, Y.; Yuan, Z.; Xiao, Z.; Zhou, J. A High-Precision and Low-Cost IMU-Based Indoor Pedestrian Positioning Technique. IEEE Sens. J. 2020, 20, 6716–6726. [Google Scholar] [CrossRef]
Figure 1. Flowchart of the PDR method.
Figure 1. Flowchart of the PDR method.
Micromachines 14 01170 g001
Figure 2. The architecture of the proposed stride-length-estimation model.
Figure 2. The architecture of the proposed stride-length-estimation model.
Micromachines 14 01170 g002
Figure 3. The overview of the multi-head self-attention.
Figure 3. The overview of the multi-head self-attention.
Micromachines 14 01170 g003
Figure 4. Overall architecture of the proposed PDR framework. w ^ 1 : the angular rate with bias removed, w ^ 2 : the filtered angular rate, a ^ : the calibrated acceleration, m ^ : the calibrated output of magnetometer, q S G : the quaternion representing the sensor attitude, φ ^ k : the heading of pedestrian at k - t h stride, L k : the stride length of pedestrian at k - t h stride.
Figure 4. Overall architecture of the proposed PDR framework. w ^ 1 : the angular rate with bias removed, w ^ 2 : the filtered angular rate, a ^ : the calibrated acceleration, m ^ : the calibrated output of magnetometer, q S G : the quaternion representing the sensor attitude, φ ^ k : the heading of pedestrian at k - t h stride, L k : the stride length of pedestrian at k - t h stride.
Micromachines 14 01170 g004
Figure 5. The output of gyroscope in the static state: (a) axis x, (b) axis y, (c) axis z.
Figure 5. The output of gyroscope in the static state: (a) axis x, (b) axis y, (c) axis z.
Micromachines 14 01170 g005
Figure 6. The IMU module and wearing position of the IMU.
Figure 6. The IMU module and wearing position of the IMU.
Micromachines 14 01170 g006
Figure 7. The loss of training set and validation set.
Figure 7. The loss of training set and validation set.
Micromachines 14 01170 g007
Figure 8. Plan of the indoor scene and reference path.
Figure 8. Plan of the indoor scene and reference path.
Micromachines 14 01170 g008
Figure 9. The peak-detection results of one trial; (a) the results of our method, (b) the results of the peak-detection method using a fixed threshold.
Figure 9. The peak-detection results of one trial; (a) the results of our method, (b) the results of the peak-detection method using a fixed threshold.
Micromachines 14 01170 g009
Figure 10. Results of stride-length estimation for one trial: (a) stride-length-estimation results of our method and Weinberg model, (b) estimation errors of the two methods.
Figure 10. Results of stride-length estimation for one trial: (a) stride-length-estimation results of our method and Weinberg model, (b) estimation errors of the two methods.
Micromachines 14 01170 g010
Figure 11. The estimated trajectories of two volunteers: (a) the trajectory of volunteer 1, (b) the trajectory of volunteer 2.
Figure 11. The estimated trajectories of two volunteers: (a) the trajectory of volunteer 1, (b) the trajectory of volunteer 2.
Micromachines 14 01170 g011
Figure 12. The estimated trajectory of pedestrian in the playground: (a) the actual path, (b) the estimated trajectory.
Figure 12. The estimated trajectory of pedestrian in the playground: (a) the actual path, (b) the estimated trajectory.
Micromachines 14 01170 g012
Table 1. Sensor parameters.
Table 1. Sensor parameters.
SensorAccelerometerGyroscopeMagnetometer
Dimensions3 axes3 axes3 axes
Dynamic range±8 g±2000 dps/s±4800 uT
Bandwidth (Hz)505010
Nonlinearity (%)±0.5±0.1±0.5
Noise density400 μ g / Hz 0.01 °/s/ Hz -
Bias stability160 μ g 74 °/h-
Table 2. The physical characteristics of four male volunteers.
Table 2. The physical characteristics of four male volunteers.
VolunteersHeight (m)AgeWeight (kg) k l e n g t h
11.7833670.77
21.7525750.82
31.722560-
41.682465-
Table 3. The details of our dataset for stride-length estimation.
Table 3. The details of our dataset for stride-length estimation.
ParametersValue
Number of trajectories52
Number of total data segments1843
Number of data segments for walking slowly718
Number of data segments for walking normally601
Number of data segments for walking quickly524
Table 4. The hyperparameters of our stride-length-estimation model.
Table 4. The hyperparameters of our stride-length-estimation model.
HyperparametersValue
Number of LSTM cells per hidden layer32
Number of LSTM layers2
Number of Transformer-encoder layers2
Number of heads per Transformer-encoder layer4
Dropout0.3
Loss functionMSE
Learning rate0.001
Batch size32
OptimizerAdam
Epochs200
Table 5. The results of the walking tests at different walking speeds. NAS = number of actual strides, NDS = number of detected strides, SE = stride-counting error, TD = total distance, ED = estimated distance, DE = distance error, WS = walking speed, WS = walking slowly, WQ = walking quickly, WN = walking at a normal speed.
Table 5. The results of the walking tests at different walking speeds. NAS = number of actual strides, NDS = number of detected strides, SE = stride-counting error, TD = total distance, ED = estimated distance, DE = distance error, WS = walking speed, WS = walking slowly, WQ = walking quickly, WN = walking at a normal speed.
Proposed PDR MethodPDR with Weinberg
Model
Vol.
No.
Trial No.NASNDSSE
(%)
TD (m)ED (m)DE (%)ED (m)DE (%)WS
1170691.494.498.24.0104.510.2WS
26868094.499.15.0104.210.3WS
36666094.497.22.9103.79.8WN
46565094.494.30.1100.96.8WN
55858094.496.42.197.63.3WQ
65656094.491.972.593.41.0WQ
2173712.794.492.52.0105.111.3WS
270691.494.498.13.9108.214.6WS
36565094.496.32.0101.77.7WN
46464094.497.53.2101.17.1WN
55353094.493.21.290.24.4WQ
65454094.491.92.691.13.5WQ
Mean 0.5 ± 0.9 2.6 ± 1.3 7.5 ± 3.9
Table 6. Results of indoor positioning: SE = stride counting error, EE = end-to-end error, DE = distance error.
Table 6. Results of indoor positioning: SE = stride counting error, EE = end-to-end error, DE = distance error.
Volunteers No.Trial No.Stride CountEE (%)DE (%)
ActualDetectedSE (%)
1112312305.72.6
21241250.83.13.1
312412406.22.5
211161170.83.82.9
212112106.04.4
31251271.67.42.2
Mean---0.5 ± 0.75.4 ± 1.63.0 ± 0.8
Table 7. Results of outdoor positioning, SE = stride-counting error, EE = end-to-end error, DE = distance error.
Table 7. Results of outdoor positioning, SE = stride-counting error, EE = end-to-end error, DE = distance error.
Volunteers No.Trail No.Stride CountEE (%)DE (%)
ActualDetectedSE (%)
113033010.60.43.5
22812781.02.71.0
32852830.70.60.87
Mean---0.8 ± 0.21.2 ± 1.31.8 ± 1.5
Table 8. The comparison of our findings with those of related works. EE = end-to-end error, DE = distance error.
Table 8. The comparison of our findings with those of related works. EE = end-to-end error, DE = distance error.
Works d r e f (m) EE (%)DE (%)Number of Participants
[24]681.32.13
[13]86.40.482.03
[17]190-0.451
[32]224.60.420.221
Ours153.65.43.02
4001.21.8
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, Y.; Zeng, G.; Wang, L.; Tan, K. Accurate Stride-Length Estimation Based on LT-StrideNet for Pedestrian Dead Reckoning Using a Shank-Mounted Sensor. Micromachines 2023, 14, 1170. https://doi.org/10.3390/mi14061170

AMA Style

Li Y, Zeng G, Wang L, Tan K. Accurate Stride-Length Estimation Based on LT-StrideNet for Pedestrian Dead Reckoning Using a Shank-Mounted Sensor. Micromachines. 2023; 14(6):1170. https://doi.org/10.3390/mi14061170

Chicago/Turabian Style

Li, Yong, Guopei Zeng, Luping Wang, and Ke Tan. 2023. "Accurate Stride-Length Estimation Based on LT-StrideNet for Pedestrian Dead Reckoning Using a Shank-Mounted Sensor" Micromachines 14, no. 6: 1170. https://doi.org/10.3390/mi14061170

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