Next Article in Journal
Thin-Film Quantum Dot Photodiode for Monolithic Infrared Image Sensors
Next Article in Special Issue
An Event-Triggered Machine Learning Approach for Accelerometer-Based Fall Detection
Previous Article in Journal
Signal Subspace Smoothing Technique for Time Delay Estimation Using MUSIC Algorithm
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Position Tracking During Human Walking Using an Integrated Wearable Sensing System

School of Mechanical, Aerospace and Civil Engineering, University of Manchester, Manchester M13 9PL, UK
*
Author to whom correspondence should be addressed.
Current address: Imperial College London, London SW7 2AZ, UK.
Submission received: 10 November 2017 / Revised: 3 December 2017 / Accepted: 8 December 2017 / Published: 10 December 2017

Abstract

:
Progress has been made enabling expensive, high-end inertial measurement units (IMUs) to be used as tracking sensors. However, the cost of these IMUs is prohibitive to their widespread use, and hence the potential of low-cost IMUs is investigated in this study. A wearable low-cost sensing system consisting of IMUs and ultrasound sensors was developed. Core to this system is an extended Kalman filter (EKF), which provides both zero-velocity updates (ZUPTs) and Heuristic Drift Reduction (HDR). The IMU data was combined with ultrasound range measurements to improve accuracy. When a map of the environment was available, a particle filter was used to impose constraints on the possible user motions. The system was therefore composed of three subsystems: IMUs, ultrasound sensors, and a particle filter. A Vicon motion capture system was used to provide ground truth information, enabling validation of the sensing system. Using only the IMU, the system showed loop misclosure errors of 1% with a maximum error of 4–5% during walking. The addition of the ultrasound sensors resulted in a 15% reduction in the total accumulated error. Lastly, the particle filter was capable of providing noticeable corrections, which could keep the tracking error below 2% after the first few steps.

1. Introduction

With the recent advances in portable sensing techniques, the use of wearable sensors for pedestrian navigation has been attracting increasing attention. Such systems have numerous applications, such as healthcare monitoring, intelligent environments [1], lower-limb prosthetic tracking, assisted navigation [2], and emergency responder localisation.
Inertial measurement units (IMUs) are ubiquitously used in these systems and can be combined with other sensors such as ultrasound, barometers, and magnetometers. For a portable pedestrian tracking system, sensors need to be small, lightweight, and low-cost. Thus, IMUs based on microelectromechanical system (MEMS) technology are normally used. However, even high-end commercial MEMS IMUs, such as those produced by Xsens [3], suffer from significant drift over time, and various algorithms have been developed to reduce the accumulated errors.
The idea of using zero-velocity updates (ZUPTs) in combination with an extended Kalman filter (EKF) was introduced in [4], although variations of the algorithm were presented in an earlier study [5]. ZUPTs enabled the EKF to make corrections for numerous system parameters. This method was further developed in other works [6] by incorporating zero-angular-rate updates (ZARUs), Heuristic Drift Reduction (HDR), and magnetometers. Closed-loop errors of 2–10% were achieved. Other studies have attempted to improve the stance phase detection to apply ZUPTs more effectively. In [7], a detection algorithm based on gait cycle, combined with a finite-state machine, resulted in a mean position error of 0.89%. In another study [8], gait frequency was extracted, and the optimal thresholds for applying ZUPTs were adaptively calculated. During a challenging 430 m walk with long curved paths and at different walking speeds, this algorithm achieved a 3.5% error compared to a 5.1% error when the thresholds were fixed. The idea of adaptively changing the ZUPT thresholds has been looked at in other works, for example, in combination with a chest-mounted inertial sensor, ZUPT thresholds were more accurately computed in [9], resulting in a ∼2.5% error when running.
The use of multiple IMUs has been investigated. Using two IMU sensors, one on each shoe, enabled the authors in [10] to achieve more accurate tracking. A constraint was imposed in the algorithm by defining that at all times, the two IMUs could not be separated by more than a maximum distance. A ZUPT-aided Kalman filter was employed by incorporating the maximum bound on the foot-to-foot separation. This enabled both feet to be tracked to a higher accuracy, and thus the system had significantly smaller positional errors.
Interestingly, some recent work has been looking at different locations for an IMU, rather then only the foot. In [11], the authors used the Google Glass product as an IMU platform to perform pedestrian tracking. By stabilising the IMU coordinate system and utilising the user’s walking pattern, errors of 2.5% were achieved.
Combined use with other sensors has been a popular route to improving the accuracy of IMU-based systems. Magnetometers have been used in certain studies [6,12]. However, large magnetic fluctuations indoors prevent these from being widely used, although better calibration techniques are being developed [13]. Alternative uses of magnetometers have also been explored. For example, in [14], a fixed magnet was attached to one shoe, and a varying magnetic field during walking was detected. This enabled a more robust detection of the stance phase required to apply ZUPTs, and the study achieved 1.5% loop closure errors.
Additionally, more sophisticated sensors, such as light detection and ranging (LIDAR), have been used. In [15], the user walked in an indoor environment, and a LIDAR sensor was employed to detect nearby walls and provide heading corrections. The integration of this additional sensor proved to be very effective in error reduction. For example, in the case of a long straight line walk, the error was reduced from 11.53% to 1.91% by using a LIDAR sensor.
The detection of motion phases, rather than simply stance and stride, has begun to benefit from the explosion in machine learning-related algorithms [16]. In [17], the authors trained a support vector machine (SMV) to distinguish between six different types of motion. Then, specifically for walking and running, the ZUPTs have their application thresholds adaptively calculated. This achieved promising results with maximum errors of ∼3%. However, the SMV did require a large amount of IMU training data, which needed to be manually collected.
Smartphones have begun to be used as IMU tracking sensors. One advantage of using a smartphone is that one can easily take advantage of pre-existing infrastructure; for example, when using IMUs in combination with iBeacon technology (a recent low-power Bluetooth technology developed by Apple), the authors in [18] achieved an average localisation accuracy of 1.54 m. When using WiFi fingerprinting rather than iBeacon, a mean error of 2.2 m was obtained. In infrastructure-free environments, the advantages of smartphones are much less clear. Indeed, certain studies show that pocket-mounted systems, such as those employing smartphones, can be more robust when it comes to step detection [19]; however, they have yet to achieve the same levels of accuracy as body-mounted sensors [20]. Despite this, by making certain assumptions about the user’s motions and correlating step frequency to step size, some groups have achieved very high levels of accuracy, reaching 98.91% under certain assumptions and limitations of the user’s motion [21].
The use of environmental knowledge to impose boundary constraints on a user’s predicted motion has been investigated [22,23]. By using a particle filter algorithm, submeter tracking accuracy was achieved. However, a significantly increased amount of information needs to be provided as a priori knowledge to the system for the particle filter to be effective.
Many previous foot-mounted systems have employed high-end sensors, for example, Xsens IMUs. Here, we aim to investigate the potential of using cheap IMUs to achieve similar levels of accuracy, and thus we used ADXL345 accelerometers and ITG-3200 gyroscopes, costing ∼£7 each [24,25]. However, for quick prototyping, a pre-assembled breakout board retailing at £30 for both sensors was selected. This significant reduction in cost could potentially open up commercial low-cost pedestrian navigation for everyday use.
The contributions of this study are the following: (1) The potential of a low-cost, equipment-free calibrated IMU for pedestrian navigation is investigated; (2) the improvement in accuracy by using ultrasound sensors for inter-foot ranging measurements is analysed; (3) lastly, the error accumulation across the entire walking process rather than only the loop misclosure, as is normally used in most previous studies, is evaluated. Our system’s core functionality resulted in a hardware bill of £92. We discuss later how this can be reduced by a significant amount.
The paper is structured as follows: Section 2 discusses the hardware used as well as the algorithms employed to perform pedestrian navigation. In Section 3, the results obtained from our system are examined and discussed. Finally, in Section 4, our conclusions are presented and future research directions suggested.

2. Materials and Methods

The system is composed of two core components: the IMU sensors, which, via a Kalman filter, track the user, and secondly, an ultrasound sensing system, which takes range measurements between the feet as additional corrections. We first describe the IMU calibration procedures as well as the Kalman filter before moving on to the ultrasound system. Finally, the algorithms employed by the particle filter are discussed.

2.1. Calibration

In this work, two identical IMUs mounted adjacent to each other were used. Each IMU contained an ADXL345 accelerometer coupled with an ITG-3200 gyroscope. To accurately calibrate an IMU, the standard approach is to use a mechanical platform that can be oriented in a range of positions and rotated at a precise angular velocity. This device provides accurate reference signals to calibrate accelerometers and gyroscopes. However, for low-cost IMU sensors costing ∼£10, it is often uneconomical or impractical to use such equipment with a cost of many magnitudes more than the sensors. Therefore, a method is required to calibrate the IMUs without the reliance on such equipment.
To solve this problem, several approaches have been proposed for conducting IMU calibration with less requirements of special equipment [26,27,28]. Here, a method that does not rely on any external equipment was used. It was first introduced in [29] for accelerometer calibration and then further developed in [30] to also incorporate gyroscope calibration.
This equipment-free calibration procedure relies on two separate conditions:
  • The magnitude of a static accelerometer’s output must always equal the magnitude of gravity.
  • Should a static, calibrated accelerometer measure the gravity vector to be G 1 and should it be rotated so that the new gravity vector is G 2 , then G 1 and G 2 are related through
    G 2 = R G 1
    where R is a rotation matrix that is calculated from the gyroscope’s angular velocities.
To relate the raw acceleration data, a r , to the calibrated value, a c , the following equation was applied:
a c = E a ( a r b a )
where E a is a diagonally dominant correction matrix representing the scale factors, misalignments, and cross-axis sensitivities, while b a is the accelerometer bias vector.
To obtain the calibration parameters, E a and b a , we made use of the first constraint, described above, and therefore minimised the cost function:
L a = k = 1 k = N ( | | g | | 2 | | a c { k } | | 2 ) 2
where g represents the earth’s gravity and N is the number of static orientations that the accelerometer is exposed to. The superscript { k } indexes the acceleration vector at the kth orientation.
To calibrate the gyroscopes, initially the sensors were held stationary and the output of each axis was taken as the bias, ω b . Then the following equation was used to conduct the calibration:
ω c = E ω ( ω r ω b )
where E ω is the calibration matrix, ω r are the raw gyroscope readings and ω c are the final calibrated results.
To calculate the gyroscope calibration parameters, the following procedure was applied:
  • The IMU containing the gyroscope and accelerometer is held stationary. An initial gravity vector G 1 is given by the static calibrated accelerometer.
  • The IMU is rotated approximately 180° around a gyroscope axis. Using the second-order integration method as presented by [31], the rotation matrix R is obtained. The exact angle by which the IMU is rotated does not matter. The key requirement is that the IMU must be rotated through a large enough angle such that a drift in the calculated angle from the gyroscope is produced.
  • A gravity vector u a at the new position is measured by the accelerometer. On the basis of the second condition defined in Equation (1), this new gravity vector can also be calculated from the rotation matrix R and the initial gravity vector G 1 as G 2 = R G 1 . In the absence of errors, u a and G 2 should have the same values.
Thus, the calibration matrix E ω was obtained by minimising the error between u a and G 2 through the cost function:
L ω = k = 1 k = N | | u a { k } G 2 { k } | | 2
in which N is the number of rotations the IMU is exposed to. The superscript { k } indexes the acceleration vectors u a and G 2 at the kth rotation.
This procedure was repeated twice to allow each of the two IMUs to be calibrated individually. From this point on, the two IMU outputs were averaged, enabling them to function as a single, more accurate sensor.

2.2. Extended Kalman Filter

Here we used a modified version of the EKF algorithm presented in [6], which can be referred to for the full mathematical description of the EKF. An overview of the EKF used in this work is given below.
One of the key parameters in the algorithm is the error state vector, defined as
δ x = [ δ ϕ , δ ω , δ r , δ v , δ a ]
which tracks the errors in the system. All five components in δ x are 3 × 1 matrices; δ ϕ , δ r , and δ v are the estimated error in orientation, position and velocity, respectively, while δ ω and δ a are the estimated biases for the gyroscope and accelerometer. The EKF therefore provides periodic corrections for the navigation algorithm during motions.
The filter uses two update measurements to correct the calculated position: ZUPTs and HDR.
(1)
Zero Velocity Updates (ZUPTs): these assume that when the foot is flat on the floor, its velocity is zero. Therefore, any non-zero velocity resulting from the IMU data is an error.
(2)
Heuristic Drift Reduction (HDR): this attempts to limit the drift in yaw by declaring that if the change in yaw, Δ ψ , between successive footsteps is below a threshold, then it is due to a drift error in the yaw:
m HDR = Δ ψ , if Δ ψ 5 0 , otherwise

2.3. Step Detection

In order to implement the updates in the EKF, the stance phase of the foot needed to be accurately determined. Here, IMU signals along with the range measures from two position-sensitive detectors (PSDs) were used. The foot was considered to be in stance phase when three conditions were satisfied:
(1)
Proximity Sensing: The first criteria involves examining the range measurements from the two PSDs. The two sensors are mounted on the toe and heel of the shoe and are aimed downwards. When the system is first initialised, both sensors take range measurements, D i n t , from their mounting position to the ground. If at instant k, the PSDs take a range measurement, D k , and it is less than or equal to 1.05 D i n t , then the first condition, C 1 , is fulfilled:
C 1 = 1 , if D k 1.05 D i n t 0 , otherwise
(2)
Acceleration: The second condition relies on the accelerometer readings. If the magnitude of the bias-compensated acceleration, | | a c | | , falls within the range 9.3 ms 2 | | a c | | 10.3 ms 2 , then the second condition, C 2 , is satisfied:
C 2 = 1 , if 9.3 ms 2 | | a c | | 10.3 ms 2 0 , otherwise
(3)
Gyroscope: The final condition is based on the gyroscope signals. If the magnitude of the calibrated gyroscope readings, | | ω c | | , is measured to be under 20° s−1, then the third condition, C 3 , is met:
C 3 = 1 , if | | ω c | | < 20 s 1 0 , otherwise

2.4. Q and R Matrix Tuning

The performance of EKF depends strongly on how the process, Q, and measurement noise, R, covariance matrices are modelled. For the process noise matrix, Q, a method as described in [32] was used. It is assumed that the accelerometer and gyroscope had two dominant sources of error:
  • Sensor noise: The gyroscope and accelerometer had standard deviations of 8.1500 × 10−4 rad s−1 and 0.0381 ms−2.
  • Calibration errors: After calibration, the accelerometers produced an average error of 0.265% when measuring gravity. It was impossible to obtain a precise estimate of the calibration error for the gyroscopes, as calibrating turntables were not available. Because the gyroscope calibration was based on a less-accurate procedure, an error of 1% of the measured value was used.
These errors were then employed to calculate the process noise matrix, Q, on the basis of the procedure in [32]. Although an initial estimate of Q was obtained, several factors were not included, such as temperature effects, hysteresis, and g-sensitivity.
An approximate modelling process was undertaken for the measurement noise covariance matrix, R. It was assumed that the readings were independent of other measurements and that each had a small uncertainty. Hence, R was set to a 4 × 4 matrix with diagonal elements of 0.01 and all others set to 0.

2.5. Ultrasound

An ultrasound system capable of measuring step lengths during walking was developed. We used HC-SR04 ultrasound sensors in our system. The receivers of the ultrasound system were mounted on the left foot along with the IMUs. Five ultrasound receivers pointing forwards were placed in the front part of the foot, whereas another five receivers pointing backwards were placed in the rear part. On the right foot, two ultrasound transmitters were mounted with one pointing forwards and one pointing backwards (see Figure 1).
When both feet are on the ground, the relative foot positions can be estimated using the ultrasound sensors. In this scenario, the foot location, O ( x , y ) , is considered to be the intersection of all the circles centered at the position of each ultrasound receiver, B ( x i , y i ) , which is defined as
( x x i ) 2 + ( y y i ) 2 = r i 2
where r i is the range measurement form the ith receiver.
The above equation can be re-expressed by the following linear system:
A x ^ = b
where
A = x 2 x 1 y 2 y 1 x 3 x 1 x 3 x 1 x n x 1 x n x 1
x ^ = x x 1 y y 1
b = 1 2 r 1 2 r 2 2 + ( x 2 x 1 ) 2 + ( y 2 y 1 ) 2 r 1 2 r 3 2 + ( x 3 x 1 ) 2 + ( y 3 y 1 ) 2 r 1 2 r n 2 + ( x n x 1 ) 2 + ( y n y 1 ) 2
Without noise, only three beacons are needed to obtain O ( x , y ) . However, when errors arise in both the range measurements and the positions of B ( x i , y i ) , then any solution calculated through the above would be inaccurate. Hence, a more sophisticated treatment is required.
Defining the vector R to be
R = x y
then the least-squares method gives a good initial estimate of the foot location, R 1 :
R 1 = ( A T A ) 1 A T b
To improve the results further, a non-linear least-squares algorithm as presented in [33,34] was used. Defining f i to be
f i ( x , y ) = ( x x i ) 2 + ( y y i ) 2 r i
where r i is the range measurement of the ith beacon, then the Newton iteration gives
R k + 1 = R k ( J k T J k ) 1 J k T f ^ k
in which
J = f 1 x f 1 y f 2 x f 2 y f n x f n y , f ^ = f 1 f 2 f n
We used Equation (16) to give an initial value for R and then iterated Equation (18) until convergence was achieved.
The step displacement as measured by the ultrasound sensors was then combined with the IMU-derived step displacement using a weighted average. Therefore, the uncertainties of the two estimated results needed to be determined. Here, we assumed that the error in the navigation frame for each sensor was proportional to the x and y displacements measured by the individual sensors. This was motivated by the experimental observation that the larger the step size, then the larger the positional error became. This arose predominantly from yaw drift errors in the IMU case and the baseline-to-range ratio for the ultrasound sensors. If the ultrasound data was not available over a footstep, for example, when the line of sight between the receiver and the transmitter was blocked, the system navigation solely relied on the IMUs.
This system consisting of IMUs with integrated ultrasound corrections is referred to as the IMU/US system. The hardware components are illustrated in Figure 2 to give a graphical illustration of how the various components described interface with each other.

2.6. Particle Filtering

Unconstrained navigation using the IMU/US system suffers from the gradual accumulation of errors. To improve the performance, an optional particle filtering algorithm was implemented.
The particle filter algorithm receives the step parameters from the underlying IMU/US system and propagates the particles accordingly. Should the particles cross a wall, they are assigned a weight of 1 / 10000 N p , while if no walls are intersected, they are assigned a weighting of 1 / N p , where N p is the number of particles.
After resampling the particles, the user’s location needs to be determined. To do so, a subtractive clustering scheme was implemented. The reason that a clustering scheme was used rather than simply an average position was to avoid the effects that could arise if the particle cloud splits. In symmetric environments, a group of particles may diverge from the main particle body. In this scenario, taking an average of all the particles would yield poor results because a large number of particles may end up in incorrect positions, and furthermore, the average location of all the particles may place the user in a physically impossible position. We consider the two scenarios presented in Figure 3:
As we can see, taking an average places the user in a physically impossible position. Therefore, the subtractive clustering scheme as proposed in [35] was used. The underlying principle is to assign a potential to every particle on the basis of the numbers and distances of the other particles. The particle with the highest potential is taken as the cluster centre. Usually, the subtractive clustering algorithm would reduce the potentials of particles near the first cluster centre and then proceed to find more cluster centres. However, this is unnecessary in our case, as the user is only in one position. Thus, the first cluster centre is taken as the true location of the user.
We call this implementation the IUP system, referring to the inertial/ultrasound/particle filter algorithms.

2.7. Cost and Form Factor

Currently, the whole sensing system is installed on a preliminary three-dimensional (3D) printed case, which may not be socially acceptable for daily uses. A slimmer and more aesthetically pleasing housing needs to be developed in order for the system to become a viable wearable piece of technology. However, the majority of the current housing is due to the ultrasound system, whereas the IMU system only uses a minimal amount of space and can be used separately in daily life. One of the aims of this study is to investigate how low-cost sensing systems function in place of high-end sensors. The core functionality (Kalman filter-aided inertial navigation) incurred a bill of just over £90. Should a user wish to include ultrasound modules, this incurred us a cost of £50.
Although this places the total price higher than would be realistically affordable for this type of functionality, we make the following observations. Firstly, this is several factors less than an Xsens IMU that would give similar performance. Secondly, and more importantly, this study has demonstrated the performance achievable from this level of hardware quality. We did not conduct an investigation into the production and manufacturing of how a commercial system such as this would be conducted. This would result in a very comfortable reduction in price. The authors believe the £60 total price is entirely achievable. As an illustration, our Arduino boards with ATMega328 micro-controllers are ∼£20 each, depending on the supplier. However, they contain a huge amount of unneeded functionality. Working directly with the ATMega328 micro-controllers (∼£2) and placing the components on printed circuit boards (PCBs) designed in house would already bring us closer to the type of system that would exist in production. Pre-existing off-the-shelf products were selected for the speed and flexibility offered when conducting initial research rather than for their being indicative of the final hardware configuration.

3. Results

The performance of the various systems were evaluated for two different types of walking:
  • The first type of walk was carried out in a gait laboratory, and the subject was instructed to walk three times round a rectangular area of approximately 4 m × 2 m. A Vicon motion capture system was used to obtain the ground truth data. The results produced by the wearable sensing system was validated against the Vicon measurement data. This is referred to as Type 1 walking.
  • The second type of walk was conducted in a typical indoor environment. The total walk length measured approximately 55 m, whereby the subject entered and exited several rooms connected by a corridor. In this situation, a Vicon motion capture system was unavailable, and hence the performance of the wearable sensing system was assessed in terms of the final loop misclosure. This type of walk is referred to as Type 2 walking.
For Type 1 walking, two different errors were calculated:
  • Absolute Error: This was calculated by measuring the difference between the ground truth determined by the Vicon system and the positions provided by the wearable sensing system. The absolute error was calculated at every single footstep.
  • Percentage Error: This was calculated by expressing the absolute error as a percentage of the total distance travelled up to a specific step according to the Vicon system.
The sensor data was streamed to a laptop PC and post-processed. It should be noted that the navigation and EKF algorithms were executed at a frequency slightly below 3000 Hz on the tested PC. Therefore, with suitable software modifications of the data acquisition methods, the algorithms can easily be run in real time. The particle filter algorithm is however, in its current implementation, too slow to run in real time. It would require either a more effective implementation or a more sophisticated algorithm, such as dynamically adapting the number of particles [22], to run in a real-time manner.

3.1. Type 1 Walking

Three Type 1 walking trials were conducted. The results of the first trial are shown here, while the results of the other two trials are presented in Appendix A.1. The walking path for trial 1 is illustrated in Figure 4 along with the associated errors, both in absolute and percentage terms. The system, while being worn and in use, is shown in Figure 5.
For Type 1 walking, the first footstep was used to align the IMU sensor frame with the Vicon coordinate system. In the subsequent steps, the errors between the two systems were analysed.
It can be seen from the figures that walking in a closed loop results in a significant error reduction. In the case of the first walking trial, this resulted in a cyclic error pattern repeating around every 17 steps in Figure 4. Systematic errors are cancelled out in closed-loop walking, and therefore this type of walking pattern results in a much better system performance. Several previous studies have evaluated the system performance only in closed-loop environments; therefore the reported accuracies may have been somewhat overestimated. As it is shown in Figure 4, this is an unrepresentative metric for the average accuracy a user would typically experience.
Figure 4 further shows that the path calculated by the sensing system tends to drift to the left of the ground truth. This could be due to several potential sources. For example, if the IMU slips during every stance phase, a systematic position error may occur. However, this error is almost eliminated over a complete closed-loop path. This error cancellation was significant, as the percentage error oscillated between 4% and 0.5% for all of the three trials.
The figures show that the incorporation of the ultrasound system (IMU/US) resulted in a ∼15% reduction in the total error. However, the ultrasound sensors do not provide any information to correct the drift in yaw, which remains a dominant source of error.
The effect of the particle filter is clearly demonstrated. Incorporating the known map into the particle filter, it is able to keep the maximum accumulated error under 0.3 m in the majority of footsteps. We can also see that the particle filter largely eliminates the cyclic error pattern.
To gain a more quantitative description of how the ultrasound and particle filter systems reduced the error, the areas under the absolute and percentage error graphs (seen in Figure 4b,c for trial 1) were calculated and are shown in Table 1.

3.2. Type 2 Walking

Three Type 2 walking trials were conducted. Similarly to Type 1 walking, the results of the first trial are shown here, while the results of the other two trials are presented in Appendix A.2. The walking path for trial 1 is illustrated in Figure 6.
In Type 2 walking, the sensing system was examined in a more “natural” scenario. The measurement involved travelling inside a typical indoor environment with the user entering and exiting multiple rooms connected by a corridor. A Vicon motion capture system was not installed in the rooms. Thus, we used the conventional method to evaluate the system performance on the basis of loop misclosure (shown in Table 2). However, as pointed out in the preceding sections, loop misclosure is a vague indication of system performance. As a result of error cancellation in closed-loop paths, the misclosure errors measured were consistently low.
To obtain a better measure of the system accuracy, an approximate maximum error was calculated for the IMU and IMU/US systems. The maximum error was a rough estimate, as accurate ground truth data was not available. To derive the estimate, markers were placed on the floor with known locations that corresponded to key landmark points in the user’s walk, for example, room entry points and U-turns. Then from our results, the maximum difference between the prediction of all the landmark points and their ground truth location was computed. We emphasise that this is a crude measure and it included as a reinforcement to the idea that when walking in a closed-loop fashion, the maximum error is never at the loop misclosure, but always occurs part way through the walk because of systematic error cancellation. This is shown in Table 3, where we can see that the final loop misclosure is always significantly lower than the estimated maximum error. The estimated maximum error was not calculated for the IUP system, as the particle filter’s accuracy along the entire path was high. Therefore to draw meaningful maximum error calculations, a more accurate ground truth measure would have been required for the IUP case.
For Type 2 walking, it was not possible to obtain an accurate measure of the initial heading offset between the IMU and the global frame, as accurate ground truth data was not available. However, the initial heading offset did not influence the loop misclosure calculation. Moreover, the initial heading offset only had a limited effect on the estimated maximum error compared to other error sources.
In the case of Type 2 walking, the IMU/US system performed essentially equivalently to the IMU system. This was due to the fact that the Type 2 walk was more “curvy”. In curving sections, the ultrasound system often does not have an adequate line of sight between the receivers and transmitters, and thus tracking is conducted solely with the IMU. This leads to the ultrasound system being used in a more asymmetric fashion. Therefore, if the walk contains a mixture of curving and straight lines, systematic errors due to the ultrasound are not always cancelled out in closed-loop walking. For example, if the user walks in a straight line forward, then systematic errors from the ultrasound accumulate. However, when the user returns, if they do so in a curvy, looping walk, then the ultrasound system will not function well in the curvy, looping section. Therefore, systematic error cancellation will not occur.

4. Conclusions

In this study, a low-cost wearable sensing system, which is capable of tracking the wearer’s position during walking, has been developed and implemented. The system employs an inertial-based navigation algorithm, which received corrections from an EKF. In parallel, an optional ultrasound trilateration system can be used to provide more accurate step-length data. Moreover, a particle filter based on map information can also be incorporated, providing strong error corrections.
The performance of the presented sensing system was compared to the other systems based on higher-end IMUs. To be consistent with the assessments conducted in previous studies, the loop misclosures as given by Type 2 walking unsing only IMU data are used for comparison. Our sensing system incurred loop-closure errors of 0.32%, 0.58% and 1.01% respectively, which were comparable to the performances of the systems developed by previous studies. Errors of 2–10% were obtained when using ZUPTs and HDR in [6]. A worst drift case of 1.28% was found in [36], and a 0.3% error was achieved in [4]. This shows that the low-cost sensing system presented here has a comparable accuracy to the other systems based on high-end IMUs.
When combining IMU sensors with ultrasound, we saw a reduction of ∼15% in the total accumulated error. This result was obtained by comparing the results of our system with those of a Vicon motion capture system as ground truth.
This study shows that the particle filtering algorithm is capable of maintaining yaw accuracy by using map information. This prevents the drift errors from increasing in an unbounded fashion. Indeed, the use of map information resulted in a bounded error, which was below 2% after the first few steps.
From the Type 1 walking results, we found that the misclosure errors of closed-loop walking were significantly reduced as a result of systemic error cancellation. This suggests that previous studies may have underestimated the system errors when using misclosure to assess accuracies. Over a typical closed-loop walk, the errors would oscillate between a maximum of 4% and then would gradually reduce to well under 1% when the user returned to the origin.
Further work may involve the use of magnetometers to remove the yaw drift and thereby obtain a more accurate heading. A more comprehensive validation of the wearable sensing system could be conducted, for example, by using longer walks or walking in more complex environments.

Acknowledgments

This work was partly supported by the grants of the Engineering and Physical Science Research Council of UK (EP/K019759/1 and EP/I033602/1). The authors would like to thank Joaquin Carrasco Gomez for his input and advice.

Author Contributions

Giulio Zizzo implemented the described algorithms, hardware, and code; Lei Ren provided experimental advice, guidance, and input, as well as overall supervision.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A.

Appendix A.1. Type 1 Walking Results

The remaining two trials for Type 1 walking are shown here.
Figure A1. (a) The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 2 of Type 1 walking compared to the ground truth position measured simultaneously by a Vicon motion capture system. (b) The absolute errors of the IMU, IMU/US and IUP systems at each single step for trial 2 of Type 1 walking. (c) The percentage errors of the IMU, IMU/US and IUP systems at each single step for trial 2 of Type 1 walking.
Figure A1. (a) The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 2 of Type 1 walking compared to the ground truth position measured simultaneously by a Vicon motion capture system. (b) The absolute errors of the IMU, IMU/US and IUP systems at each single step for trial 2 of Type 1 walking. (c) The percentage errors of the IMU, IMU/US and IUP systems at each single step for trial 2 of Type 1 walking.
Sensors 17 02866 g0a1
Figure A2. (a) The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 3 of Type 1 walking compared to the ground truth position measured simultaneously by a Vicon motion capture system. (b) The absolute errors of the IMU, IMU/US and IUP systems at each single step for trial 3 of Type 1 walking. (c) The percentage errors of the IMU, IMU/US and IUP systems at each step for trial 3 of Type 1 walking. In this trial, the percentage error was initially high. This was probably due to the error accumulation in the first step. However, we can see a drop off in the percentage error as the periodic walking pattern began.
Figure A2. (a) The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 3 of Type 1 walking compared to the ground truth position measured simultaneously by a Vicon motion capture system. (b) The absolute errors of the IMU, IMU/US and IUP systems at each single step for trial 3 of Type 1 walking. (c) The percentage errors of the IMU, IMU/US and IUP systems at each step for trial 3 of Type 1 walking. In this trial, the percentage error was initially high. This was probably due to the error accumulation in the first step. However, we can see a drop off in the percentage error as the periodic walking pattern began.
Sensors 17 02866 g0a2

Appendix A.2. Type 2 Walking Results

The remaining two trials for Type 2 walking are shown here.
Figure A3. The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 2 of Type 2 walking.
Figure A3. The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 2 of Type 2 walking.
Sensors 17 02866 g0a3
Figure A4. The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 3 of Type 2 walking.
Figure A4. The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 3 of Type 2 walking.
Sensors 17 02866 g0a4

References

  1. Peltola, P.; Hill, C.; Moore, T. Particle filter for context sensitive indoor pedestrian navigation. In Proceedings of the 2016 International Conference on Localization and GNSS (ICL-GNSS), Barcelona, Spain, 28–30 June 2016; pp. 1–6. [Google Scholar]
  2. Schirmer, M.; Hartmann, J.; Bertel, S.; Echtler, F. Shoe me the Way: A Shoe-Based Tactile Interface for Eyes-Free Urban Navigation. In Proceedings of the 17th International Conference on Human-Computer Interaction with Mobile Devices and Services, Copenhagen, Denmark, 24–27 August 2015; ACM: New York, NY, USA, 2015; pp. 327–336. [Google Scholar]
  3. Xsens. MTi-G-710. 2016. Available online: https://www.xsens.com/products/mti-g-710/ (accessed on 8 December 2017 ).
  4. Foxlin, E. Pedestrian tracking with shoe-mounted inertial sensors. IEEE Comput. Graph. Appl. 2005, 25, 38–46. [Google Scholar] [CrossRef] [PubMed]
  5. Kourogi, M.; Kurata, T. Personal positioning based on walking locomotion analysis with self-contained sensors and a wearable camera. In Proceedings of the Second IEEE and ACM International Symposium on Mixed and Augmented Reality, Tokyo, Japan, 7–10 October 2003; pp. 103–112. [Google Scholar]
  6. Jimenez, A.; Seco, F.; Prieto, J.; Guevara, J. Indoor pedestrian navigation using an INS/EKF framework for yaw drift reduction and a foot-mounted IMU. In Proceedings of the 2010 7th Workshop on Positioning Navigation and Communication (WPNC), Dresden, Germany, 11–12 March 2010; pp. 135–143. [Google Scholar]
  7. Ren, M.; Pan, K.; Liu, Y.; Guo, H.; Zhang, X.; Wang, P. A Novel Pedestrian Navigation Algorithm for a Foot-Mounted Inertial-Sensor-Based System. Sensors 2016, 16, 139. [Google Scholar] [CrossRef] [PubMed]
  8. Tian, X.; Chen, J.; Han, Y.; Shang, J.; Li, N. A Novel Zero Velocity Interval Detection Algorithm for Self-Contained Pedestrian Navigation System with Inertial Sensors. Sensors 2016, 16, 1578. [Google Scholar] [CrossRef] [PubMed]
  9. Zhang, R.; Yang, H.; Höflinger, F.; Reindl, L.M. Adaptive Zero Velocity Update Based on Velocity Classification for Pedestrian Tracking. IEEE Sens. J. 2017, 17, 2137–2145. [Google Scholar] [CrossRef]
  10. Skog, I.; Nilsson, J.O.; Zachariah, D.; Handel, P. Fusing the information from two navigation systems using an upper bound on their maximum spatial separation. In Proceedings of the 2012 International Conference on Indoor Positioning and Indoor Navigation (IPIN), Sydney, Australia, 13–15 November 2012; pp. 1–5. [Google Scholar]
  11. Windau, J.; Itti, L. Walking compass with head-mounted IMU sensor. In Proceedings of the 2016 IEEE International Conference on Robotics and Automation (ICRA), Stockholm, Sweden, 16–21 May 2016; pp. 5542–5547. [Google Scholar]
  12. Ma, X.F.; Su, Z.; Zhao, X.; Liu, F.C.; Li, C. Wearable Indoor Pedestrian Navigation Based on MIMU and Hypothesis Testing. In Wearable Sensors and Robots; Springer: Berlin, Germany, 2017; pp. 111–122. [Google Scholar]
  13. Renaudin, V.; Afzal, M.; Lachapelle, G. New method for magnetometers based orientation estimation. In Proceedings of the 2010 IEEE/ION Position Location and Navigation Symposium (PLANS), Indian Wells, CA, USA, 3–6 May 2010; pp. 348–356. [Google Scholar]
  14. Norrdine, A.; Kasmi, Z.; Blankenbach, J. Step Detection for ZUPT-Aided Inertial Pedestrian Navigation System Using Foot-Mounted Permanent Magnet. IEEE Sens. J. 2016, 16, 6766–6773. [Google Scholar] [CrossRef]
  15. Pham, D.D.; Suh, Y.S. Pedestrian Navigation Using Foot-Mounted Inertial Sensor and LIDAR. Sensors 2016, 16, 120. [Google Scholar] [CrossRef] [PubMed]
  16. Park, S.Y.; Ju, H.; Park, C.G. Stance Phase Detection of Multiple Actions for Military Drill Using Foot-mounted IMU. Sensors 2016, 14, 16. [Google Scholar]
  17. Wagstaff, B.; Peretroukhin, V.; Kelly, J. Improving Foot-Mounted Inertial Navigation Through Real-Time Motion Classification. arXiv, 2017; arXiv:1707.01152. [Google Scholar]
  18. Chen, Z.; Zhu, Q.; Soh, Y.C. Smartphone Inertial Sensor-Based Indoor Localization and Tracking with iBeacon Corrections. IEEE Trans. Ind. Inf. 2016, 12, 1540–1549. [Google Scholar] [CrossRef]
  19. Ahmed, D.B.; Diaz, E.M.; Kaiser, S. Performance comparison of foot- and pocket-mounted inertial navigation systems. In Proceedings of the 2016 International Conference on Indoor Positioning and Indoor Navigation (IPIN), Alcala de Henares, Spain, 4–7 Octorber 2016; pp. 1–7. [Google Scholar]
  20. Marron, J.J.; Labrador, M.A.; Menendez-Valle, A.; Fernandez-Lanvin, D.; Gonzalez-Rodriguez, M. Multi sensor system for pedestrian tracking and activity recognition in indoor environments. Int. J. Ad Hoc Ubiquitous Comput. 2016, 23, 3–23. [Google Scholar] [CrossRef]
  21. Tian, Q.; Salcic, Z.; Wang, K.I.K.; Pan, Y. A Multi-Mode Dead Reckoning System for Pedestrian Tracking Using Smartphones. IEEE Sens. J. 2016, 16, 2079–2093. [Google Scholar] [CrossRef]
  22. Woodman, O.; Harle, R. Pedestrian localisation for indoor environments. In Proceedings of the 10th international conference on Ubiquitous computing, Seoul, Korea, 21–24 September 2008; pp. 114–123. [Google Scholar]
  23. Widyawan; Klepal, M.; Beauregard, S. A Backtracking Particle Filter for fusing building plans with PDR displacement estimates. In Proceedings of the 5th Workshop on Positioning, Navigation and Communication (WPNC), Hannover, Germany, 27 March 2008; pp. 207–212. [Google Scholar]
  24. Farnell. ADXL345BCCZ - MEMS Accelerometer. 2017. Available online: http://uk.farnell.com/analog-devices/adxl345bccz/ic-accelerometer-3axis-14lga/dp/1853935?ost=ADXL345BCCZ&scope=partnumberlookahead&exaMfpn=true&searchref=searchlookahead&iscrfnonsku=false&ddkey=http%3Aen-GB%2FElement14_United_Kingdom%2Fw%2Fsearch (accessed on 8 December 2017).
  25. Farnell. ITG-3200. 2017. Available online: http://uk.farnell.com/invensense/itg-3200/ic-gyro-tri-axis-2000-deg-s-24qfn/dp/1858279?mckv=qsLWw3wO_dc|pcrid|78108418029|&gross_price=true&CATCI=aud-294759717834:pla-97058920691&CAAGID=20220749949&CMP=KNC-GUK-GEN-SHOPPING-INVENSENSE&CAGPSPN=pla&gclid=EAIaIQobChMI-Y3m3L7f1wIVTDobCh3X9wF-EAQYAiABEgLg__D_BwE&CAWELAID=120173390000307182 (accessed on 8 December 2017).
  26. Syed, Z.; Aggarwal, P.; Goodall, C.; Niu, X.; El-Sheimy, N. A new multi-position calibration method for MEMS inertial navigation systems. Meas. Sci. Technol. 2007, 18, 1897. [Google Scholar] [CrossRef]
  27. Martin, H. Overcoming the Challenges of Low-Cost Inertial Navigation. Ph.D Thesis, UCL (University College London), London, UK, 2016. [Google Scholar]
  28. Martin, H.; Groves, P.; Newman, M. The Limits of In-run Calibration of MEMS and the Effect of New Techniques. In Proceedings of the 27th International Technical Meeting of The Satellite Division of the Institute of Navigation, ION GNSS, Tampa, FL, USA, 8–12 September 2014; Volume 1, pp. 162–176. [Google Scholar]
  29. Skog, I.; Händel, P. Calibration of a MEMS inertial measurement unit. In Proceedings of the XVII IMEKO World Congress, Rio de Janeiro, Brazil, 17–22 September 2006; pp. 1–6. [Google Scholar]
  30. Fong, W.; Ong, S.; Nee, A. Methods for in-field user calibration of an inertial measurement unit without external equipment. Meas. Sci. Technol. 2008, 19, 085202. [Google Scholar] [CrossRef]
  31. Jekeli, C. Inertial Navigation Systems with Geodetic Applications; Walter de Gruyter: Berlin, Germany, 2000. [Google Scholar]
  32. Foxlin, E. Inertial head-tracker sensor fusion by a complementary separate-bias Kalman filter. In Proceedings of the IEEE on Virtual Reality Annual International Symposium, Santa Clara, CA, USA, 30 March–3 April 1996; pp. 185–194. [Google Scholar]
  33. Murphy, W.; Hereman, W. Determination of a Position in Three Dimensions Using Trilateration and Approximate Distances; MCS-95; Department of Mathematical and Computer Sciences, Colorado School of Mines: Golden, CO, USA, 1995; Volume 7, p. 19. [Google Scholar]
  34. Navidi, W.; Murphy, W.S.; Hereman, W. Statistical methods in surveying by trilateration. Comput. Stat. Data Anal. 1998, 27, 209–227. [Google Scholar] [CrossRef]
  35. Chiu, S.L. Fuzzy Model Identification Based on Cluster Estimation. J. Intell. Fuzzy Syst. 1994, 2, 267–278. [Google Scholar]
  36. Woodman, O.J. Pedestrian Localisation for Indoor Environments. Ph.D Thesis, University of Cambridge, Cambridge, UK, 2010. [Google Scholar]
Figure 1. The setup of the ultrasound sensors. The ultrasound sensors marked in red are active when the right leg is the leading leg during walking (a). The ultrasound sensors marked in blue are active when the left leg is the leading leg during walking (b).
Figure 1. The setup of the ultrasound sensors. The ultrasound sensors marked in red are active when the right leg is the leading leg during walking (a). The ultrasound sensors marked in blue are active when the left leg is the leading leg during walking (b).
Sensors 17 02866 g001
Figure 2. Block diagram of the inertial measurement unit and ultrasound sensors (IMU/US) system setup. The infrared (IR) LEDs are used to synchronise the ultrasound transmitters and ultrasound receivers. The sensors are connected to an ATMega328P micro-controller, which relays the information to a desktop PC for data-processing.
Figure 2. Block diagram of the inertial measurement unit and ultrasound sensors (IMU/US) system setup. The infrared (IR) LEDs are used to synchronise the ultrasound transmitters and ultrasound receivers. The sensors are connected to an ATMega328P micro-controller, which relays the information to a desktop PC for data-processing.
Sensors 17 02866 g002
Figure 3. Both (a) and (b) demonstrate how the particle cloud can diverge. This clearly shows how computing a direct average will yield inaccurate results, as in this case it will give a location situated in an impassible terrain feature. By applying a clustering algorithm, it is possible to exclude the smaller particle cloud from influencing the calculated position.
Figure 3. Both (a) and (b) demonstrate how the particle cloud can diverge. This clearly shows how computing a direct average will yield inaccurate results, as in this case it will give a location situated in an impassible terrain feature. By applying a clustering algorithm, it is possible to exclude the smaller particle cloud from influencing the calculated position.
Sensors 17 02866 g003
Figure 4. (a) The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 1 of Type 1 walking compared to the ground truth position measured simultaneously by a Vicon motion capture system. (b) The absolute errors of the IMU, IMU/US and IUP systems at each single step for trial 1 of Type 1 walking. (c) The percentage errors of the IMU, IMU/US and IUP systems at each single step for trial 1 of Type 1 walking.
Figure 4. (a) The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 1 of Type 1 walking compared to the ground truth position measured simultaneously by a Vicon motion capture system. (b) The absolute errors of the IMU, IMU/US and IUP systems at each single step for trial 1 of Type 1 walking. (c) The percentage errors of the IMU, IMU/US and IUP systems at each single step for trial 1 of Type 1 walking.
Sensors 17 02866 g004
Figure 5. The wearable sensing system during Type 1 walking. The left foot is on the ground when the zero-velocity updates (ZUPT) and Heuristic Drift Reduction (HDR) corrections are applied.
Figure 5. The wearable sensing system during Type 1 walking. The left foot is on the ground when the zero-velocity updates (ZUPT) and Heuristic Drift Reduction (HDR) corrections are applied.
Sensors 17 02866 g005
Figure 6. The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 1 of Type 2 walking.
Figure 6. The tracked walking paths by the inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for trial 1 of Type 2 walking.
Sensors 17 02866 g006
Table 1. The cumulative absolute and percentage errors of inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for all three trials during Type 1 walking. For trial 1, this corresponds to the area under the curves in Figure 4b,c. As these are cumulative errors across all the steps taken, they are not true percentages or distances, and hence the cumulative percentage error is not bound in the range 0–100%.
Table 1. The cumulative absolute and percentage errors of inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for all three trials during Type 1 walking. For trial 1, this corresponds to the area under the curves in Figure 4b,c. As these are cumulative errors across all the steps taken, they are not true percentages or distances, and hence the cumulative percentage error is not bound in the range 0–100%.
TrialCumulative Absolute Error (m)Cumulative Percentage Error
IMUIMU/USIUPIMUIMU/USIUP
114.8012.426.956108.584.3556.65
219.8416.457.323140.6104.252.05
314.6513.156.068100.797.5353.90
Table 2. The loop misclosure and percentage errors of inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for all three trials during Type 2 walking.
Table 2. The loop misclosure and percentage errors of inertial measurement unit (IMU), IMU/ultrasound (US) and inertial/ultrasound/particle filter (IUP) systems for all three trials during Type 2 walking.
TrialLoop Misclosure (m)Percentage Error
IMUIMU/USIUPIMUIMU/USIUP
10.1760.1430.5920.3190.261.07
20.3190.5510.4230.5791.000.77
30.5530.4390.3261.0050.790.59
Table 3. The loop misclosure and estimated maximum errors of inertial measurement unit (IMU) and IMU/ultrasound (US) systems for all three trials during Type 2 walking.
Table 3. The loop misclosure and estimated maximum errors of inertial measurement unit (IMU) and IMU/ultrasound (US) systems for all three trials during Type 2 walking.
TrialLoop Misclosure (m)Estimated Maximum Error (m)
IMUIMU/USIMUIMU/US
10.1760.1430.470.48
20.3190.5511.190.92
30.5530.4391.801.74

Share and Cite

MDPI and ACS Style

Zizzo, G.; Ren, L. Position Tracking During Human Walking Using an Integrated Wearable Sensing System. Sensors 2017, 17, 2866. https://0-doi-org.brum.beds.ac.uk/10.3390/s17122866

AMA Style

Zizzo G, Ren L. Position Tracking During Human Walking Using an Integrated Wearable Sensing System. Sensors. 2017; 17(12):2866. https://0-doi-org.brum.beds.ac.uk/10.3390/s17122866

Chicago/Turabian Style

Zizzo, Giulio, and Lei Ren. 2017. "Position Tracking During Human Walking Using an Integrated Wearable Sensing System" Sensors 17, no. 12: 2866. https://0-doi-org.brum.beds.ac.uk/10.3390/s17122866

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