Next Article in Journal
A Gaussian Process Model for Color Camera Characterization: Assessment in Outdoor Levantine Rock Art Scenes
Next Article in Special Issue
A Platform of Unmanned Surface Vehicle Swarms for Real Time Monitoring in Aquaculture Environments
Previous Article in Journal
Exoskeleton Hand Control by Fractional Order Models
Previous Article in Special Issue
Optimal User Association Strategy for Large-Scale IoT Sensor Networks with Mobility on Cloud RANs
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Cooperative Machine Learning Approach for Pedestrian Navigation in Indoor IoT

1
School of Electrical Engineering, Sharif University of Technology, Tehran PO Box 11365-11155, Iran
2
School of Computer Science and Engineering, University of New South Wales, Sydney, NSW 2052, Australia
3
Istituto Sistemi Informativi e Networking, University of Applied Sciences and Arts of Southern Switzerland, 6928 Manno, Switzerland
4
Dipartimento di Ingegneria Gestionale (DIG), Politecnico di Milano, 20133 Milano, Italy
*
Author to whom correspondence should be addressed.
Data61, Locked Bag 9013, Alexandria, NSW 1435, Australia.
University of Bern, 3012 Bern, Switzerland.
§
Dipartimento di Elettronica, Informazione e Bioingegneria (DEIB), Politecnico di Milano, 20133 Milano, Italy.
Sensors 2019, 19(21), 4609; https://doi.org/10.3390/s19214609
Submission received: 7 September 2019 / Revised: 11 October 2019 / Accepted: 13 October 2019 / Published: 23 October 2019
(This article belongs to the Special Issue Emerging IoT Technologies for Smart Environments)

Abstract

:
This paper presents a system based on pedestrian dead reckoning (PDR) for localization of networked mobile users, which relies only on sensors embedded in the devices and device- to-device connectivity. The user trajectory is reconstructed by measuring step by step the user displacements. Though step length can be estimated rather accurately, heading evaluation is extremely problematic in indoor environments. Magnetometer is typically used, however measurements are strongly perturbed. To improve the location accuracy, this paper proposes a novel cooperative system to estimate the direction of motion based on a machine learning approach for perturbation detection and filtering, combined with a consensus algorithm for performance augmentation by cooperative data fusion at multiple devices. A first algorithm filters out perturbed magnetometer measurements based on a-priori information on the Earth’s magnetic field. A second algorithm aggregates groups of users walking in the same direction, while a third one combines the measurements of the aggregated users in a distributed way to extract a more accurate heading estimate. To the best of our knowledge, this is the first approach that combines machine learning with consensus algorithms for cooperative PDR. Compared to other methods in the literature, the method has the advantage of being infrastructure-free, fully distributed and robust to sensor failures thanks to the pre-filtering of perturbed measurements. Extensive indoor experiments show that the heading error is highly reduced by the proposed approach thus leading to noticeable enhancements in localization performance.

1. Introduction

As technology advances, computers and mobile devices are becoming the leading digital platforms in our everyday life. Currently, ubiquitous computing is an emerging field that infers the contextual information of the environment from connected smart devices [1,2]. As the use and reliance on smart devices grows within public domain, context aware technologies are expected to become an essential requirement in the development of smart cities. In this sense, the location of people is an important source of contextual information and a key enabler of novel location-based services (LBS) [3,4,5].
Global Navigation Satellite Systems (GNSS) are the most widely used positioning solutions [6], however, they can be easily blocked in indoor environments as they cannot handle the high attenuation and sever multi-path effects that occur indoors. This calls the development of new solutions for indoor localization. Network-based localization systems are proposed as a valuable substitute, but conventional techniques mostly require expensive ad-hoc infrastructures, which may not always be available [7,8,9,10].
Recently, new promising solutions have been emerging in the context of Internet of Things (IoT), where sophisticated sensing, computing and networking technologies are used to interconnect large numbers of smart devices and let them cooperate for monitoring and control goals, included location sensing [11,12,13,14]. This opens the door to infrastructure-free localization solutions such as Pedestrian Dead Reckoning (PDR), which exploits information from inertial sensors embedded in users devices [15,16]. The basic principle of PDR is to estimate the user displacements per step [17]: the position is recursively obtained by combining the last known position with the step length and heading measured by inertial sensors. While step length can be assessed rather accurately [18], the estimation of heading in indoor environments is extremely challenging. Gyroscope and magnetometer are usually employed to address this issue, however, the gyroscope can be used for a short time as it seemingly accumulates error over time [19], whereas magnetometer gets perturbed from man-made infrastructures [20]. Therefore, accurate heading estimation remains an open issue in PDR-based indoor localization [21,22].
Although an individual magnetic sensor may experience perturbation, multiple pedestrians walking in the same direction could in principle collaborate to overcome the effect of isolated perturbations. Emerging device-to-device (D2D) communication standards, such as WiFi-Direct [23], could be readily used to share heading information based on magnetometer measurements in real time between different pedestrians. The implementation of such collaboration, however, will have to address three major challenges: (1) how to detect pedestrians who are walking in the same direction, (2) how to establish whether a heading estimate is severely affected by magnetic perturbation, and (3) how to fuse data from many pedestrians scattered over space without a central control and taking into account the different degree of reliability of the collected data.
In this paper, a new PDR-based localization for an IoT-enabled smart-cities’ paradigm is proposed. We assume the mobile users carry smart devices (smart phones in the experimental tests), which are equipped with inertial sensors and they are interconnected via WiFi-Direct. We propose a novel distributed and collaborative PDR system based on cooperative machine learning (CML) that enhances magnetic sensors embedded in the smart phones and accurately estimates the heading of pedestrians that are closely located. Performance analysis indicates an error reduction of 86 % in heading estimation of pedestrians that leads to substantial improvement of 79 % in the accuracy of pedestrian localization using conventional PDR for indoor environment.

1.1. Related Works

Indoor navigation is highly challenging due to the complex propagation conditions, the density of objects or installation of equipment and infrastructure. The proposed algorithms for Indoor Positioning System (IPS) can be categorized into two groups: network-based and non-network-based systems. The former systems rely on network and infrastructure and need reference points (e.g., access points) for identifying user locations and the latter rely on inertial sensors and PDR algorithms.
Network-based systems utilize multi-lateration/angulation and fingerprinting techniques to localize the user [7,8,24]. Generally, radio frequency (RF) beacon tags such as ultra wideband (UWB) [25], acoustic [26], Bluetooth [27] or radio frequency identification (RFID) [28,29] are adopted for multi-lateration/angulation and measure the times of arrival (TOA) or the angle of arrival (AOA) to approximate the position of the user. Alternately, fingerprinting techniques make use of received signal strength (RSS) of WiFi [30], cellular signals [31], geomagnetic field measurements [32] or ambient measurements [33] to localize the position of the user. The localization accuracy of network-based IPSs mostly depends on the physical environment, the positioning algorithm, the number and geometrical arrangement of reference points [34,35]. A recent study exploits the fingerprint database of patterns formed by magnetic flux intensity values and deep learning algorithm to solve the need of updating the database periodically [36]. Although they generally achieve acceptable performance, they require an expensive infrastructure which may not be available, as in emergency situations.
Non-network-based systems are usually based on PDR algorithms and inertial sensors. Unlike network-based localization systems, they do not require any pre-arranged infrastructure, and the user’s location estimate is updated sequentially at each step [17]. PDR systems commonly use gyroscope to measure changes in heading, but the location estimate of these systems are extensively noisy and the performance highly degrades over time [37]. The improved heuristic drift reduction (iHDR) is an approach that estimates the drift component to reduce the heading error [38]. This system can be sensitive to accelerations and its performance can be deteriorated in complex buildings. Despite indoor magnetic field is highly perturbed, the authors in [39,40] combine heading estimates from magnetometer and gyroscope and implement it over a PDR framework with an extended Kalman filter. These multi-sensor fusion based approaches provide beacon-free PDR, however their performance can degrade for long distance in indoor environment.
As PDR alone is not a promising solution in complex indoor environments, hybrid and collaborative solutions have been proposed to improve the performance of IPS. The hybrid solutions rely on the combination of several technologies to localize a user [41,42], whereas collaborative methods exploit the location estimates of multiple users and cooperate between them to improve the localization performance [43,44,45,46,47]. For instance the combinations of Wi-Fi, magnetic field and RFID in the fingerprinting approach [41], PDR with iBeacon [42], and PDR with UWB [48] are some possible hybrid solutions. People-centric navigation (PCN) [43] is an example of cooperative approaches that utilizes the feature of “group activity” measuring the mobile phone’s acceleration, heading and Bluetooth RSS and detects similarity among subjects to correct PDR traces of group members. The authors in [44] propose a smart phone-based collaborative approach, where devices of pedestrians physically close to each other use proximity information to improve their PDR location estimates. Cooperative approaches have been investigated also in infrastructure based systems (i.e., relying on a set of anchors), by exploiting factor graphs and message passing algorithms [45]. A distributed approach based on the consensus algorithm is proposed in [46] for both fixed and mobile users.

1.2. Original Contributions

Due to the highly localized nature of indoor magnetic anomalies, multiple pedestrians walking in the same direction but stepping on different locations are likely to experience different level of magnetic disturbance. Despite an individual magnetic sensor may experience some perturbations, pedestrians who are walking in the same direction should have similar heading measurements, therefore we can combine their heading estimates to overcome the effect of isolated perturbations and improve the heading accuracy.
The proposed cooperative machine learning PDR (CML-PDR) system consists of three main components: Magnetic Perturbation Detection (MPD), Pedestrian Clustering (PC) and Distributed Data Fusion (DDF). A machine learning algorithm is first designed for MPD to detect whether a heading estimate is perturbed by magnetic anomalies or not. Only estimates within a selected error margin are retained and used for heading estimation. The second component, PC uses a machine learning algorithm to detect groups of users heading in the same direction based on Received Signal Strength (RSS) measurements exchanged over D2D links. Finally DDF combines the retained heading measurements from users in the same group in a fully distributed manner by a consensus algorithm. We assess the performance of CML by an extensive experimental campaign carried out in complex localization scenarios, for varying configurations of user density and network connectivity.
To the best of our knowledge, this is the first approach that combines machine learning with consensus algorithms for cooperative PDR. With respect to other infrastructure-free methods [43,44] that exploit the similarity in groups of people moving together to improve the localization performance, here the proposed approach is fully distributed (whereas [44] relies on a centralized server) and can aggregate the information of any number of connected devices thanks to the consensus approach (while in [43] the fusion is between two users per time). The proposed approach is thus robust (thanks to the prefiltering of perturbed sensor data), it scales well with the network dimension and is not sensitive to a single point of failure (i.e., the server). A preliminary version of this work was presented in [49]. Here the work is extended by including the pedestrian clustering component, the study of the localization performance for varying number of users and connectivity degree, and extensive experimental tests to validate the proposed method.
To summarize, our contributions are as follows:
  • We propose a machine learning algorithm to detect whether magnetometer measurements collected by the device-embedded sensors are severely perturbed. The algorithm is completely self-sufficient, i.e., it detects perturbed measurements using only features extracted from magnetic readings. We show that this algorithm can detect perturbation with an accuracy of 95%.
  • We design an algorithm to detect pedestrians walking in the same direction, using a machine learning approach. The algorithm exploits RSS data extracted from WiFi beacons exchanged by pedestrians’ mobile devices. Our experiments indicate that the proposed algorithm can detect pedestrians walking in the same direction with an accuracy of 90%.
  • We prove that fusion of heading data can be carried out in a fully distributed way, with negligible performance loss compared to the centralized fusion. Different consensus approaches are considered for data fusion. The performances of the algorithms are analyzed in terms of localization accuracy and convergence rate, for varying number of users and connectivity graphs.
  • We evaluate the performance of the proposed architecture utilizing experimental data. We find that the proposed architecture achieves an error reduction of 86% in the heading estimation and 79% in user localization compared to PDR legacy architecture. In order to show the reliability of the proposed approach, we evaluated the performance for different experiments at different locations. Our result indicates that the error reduction is consistent for different settings and independent of the location and time of the experiments.
The paper is organized as follows. We first introduce the CML-PDR system in Section 2 followed by the experiments carried out for evaluation in Section 3. We then discuss the three main components of the proposed architecture in detail in Section 4, Section 5 and Section 6. Finally, in Section 7 we evaluate the performance of the system and we draw the main conclusions in Section 8.

2. Cooperative Machine Learning PDR

We introduce a PDR system that utilizes only sensors embedded in the user device (e.g., a smart phone or any IoT device) and D2D connectivity between pedestrians. D2D communications are used for data fusion between multiple pedestrians to take benefit from the spatial diversity of magnetic measurements in indoor environment. Given that the Earth’s magnetic field value is stationary and known in any given spot of the world [50,51], in our previous study we have demonstrated that indoor magnetic perturbation is highly localized in space [49]. As an example, Figure 1 shows a heat map of the heading estimate error observed at 264 locations arranged in a grid in an indoor space at the University of New South Wales (UNSW). During the experiment, a Samsung Galaxy SIII phone was placed so that it has a heading of h = 280 . Apparently, numerical results indicate that in the surrounding of a given position, only a limited area are severely perturbed. Therefore, if closely-located users head the same direction, then only some of their magnetometers are likely to be perturbed. This means that, although a single pedestrian may not be able to rely on his/her heading, he/she can use the estimates of other pedestrians walking in the same direction that are not experiencing perturbation.
The CML-PDR system architecture is displayed in Figure 2 and each component is described below:
  • The MPD component detects highly corrupted magnetometer readings based on a ML approach. Perturbed measurements have to be excluded from data fusion to avoid large positioning errors. For this reason, only heading readings that are believed to fall within a selected error margin are retained and passed to the subsequent processing steps.
  • The PC component identifies groups of pedestrians walking in the same direction. This detection has a key role as it aggregates users that can benefit from measurements fusion. ML approach is used to perform this clustering, based on RSS measurements exchanged among users.
  • The DDF component aggregates the heading measurements that have been filtered by MPD and PC in a fully distributed way. The outcome is shared with all the users belonging to the same group, including those that were excluded from data fusion.

3. Experiments

We used two different sets of experiments to analyze the performance of CML-PDR referred to as the Small- and Large-Scale Scenarios.
The Small-Scale Scenario was carried out to validate the individual system components and the overall localization performance for different user configurations, i.e., with pedestrians walking in the same direction, crossing or turning and increased complexity of trajectories. A small group of users (up to 4 pedestrians) in the validation was considered. The experiments of Small-Scale Scenario were conducted in indoor environment in Tyree Building at UNSW in Sydney, Australia. As represented in Figure 3, for each experiment, multiple pedestrians were walking in the same direction along a corridor. Each smart phone in Figure 3 denotes a pedestrian, while the edges connecting the devices indicate D2D connections between users sharing the heading. Figure 3 also shows a satellite image of Tyree Building utilized in the experimental campaign obtained from Google Earth, from which we obtain the heading ground truth values.
The Large-Scale Scenario is considered ( i ) to verify the impact of the degree of cooperation among users on the localization accuracy and ( i i ) to test the performance of CML-PDR with a larger group of pedestrians. For this second study, we focused on a larger set of users (up to 18 pedestrians) walking in a rigid formation over different buildings at UNSW with varying degree of spatial diversity, and we considered different radius of cooperation for distributed data fusion. The two measurement campaigns are described in the following.

3.1. Small-Scale Scenario

This campaign involved four pedestrians (two males and two females) walking in a corridor of the Tyree Building at UNSW.
Two different corridors were considered, one in the lower ground (Corridor LG) and the other at the ground level (Corridor G) of the Tyree Building. The two corridors have the same dimension (27 m long and 4 m wide) and orientation ( 99.18 / 279.18 ). The corridor LG and the location of the Tyree Building are shown in Figure 3.
The pedestrians involved in the campaign are referred to as U1, U2, U3 and U4. Pedestrian U4 carried a phone configured as a WiFi-Direct server transmitting WiFi beacons every 0.3 s. In this campaign, we used 2 different apps to collect RSS and magnetometers measurements and it was not possible to run both apps simultaneously on a smartphone. Therefore we preferred to pursue the data collection with two different smartphones. Every user carried one phone in each hand, one to collect magnetometer data at frequency of 100 Hz and the other to measure RSS of the beacons transmitted by the WiFi-server. The former phone was held horizontally in front of the user so as to align the phone heading with the walking heading, while the latter was carried in a natural swinging mode. The pedestrians were instructed to walk together with the same speed. All the smartphones in our data collection campaign were set to a unique time and date that helps us to synchronize the collected data between apps and users.
We carried out the experiments in three different topologies A, B and C. They are described as follows and detailed in Table 1. In topology A, all the pedestrians shared the same direction. In topology B, pedestrian U4 walked in the opposite direction with respect to the other three users. Topology C is similar to topology B except that U1 walked in the opposite direction with respect to the other three users. Therefore, in topology A we had a group of four pedestrians heading in the same direction, while in topologies B and C we had a group of three pedestrians sharing their direction. We also considered the two distinct orientations ( 99.18 and 279.18 ) for each type of topology.

3.2. Large-Scale Scenario

Further experiments were carried out in multiple buildings at UNSW in order to ensure diversity in environmental conditions, especially with respect to magnetic perturbations. As detailed in Table 2, different corridors and orientations were chosen, and we use this set of data to test the performance of CML-PDR with a larger cluster of pedestrians and for different degrees of cooperation among users. Figure 4 shows the corridors of Library and Robert Webster Building.
As it can be observed in Table 2, a set of 6 experiments per building was performed, except for Scenario ID 5 where only 5 experiments were carried out. For all the experiments, 3 subjects walked along the corridor, aligned in the traversal direction with inter-distance of 1.5 m, taking a step of 0.5 m every 0.5 s (i.e., with constant speed of 1 m/s), as depicted in Figure 5a. Each subject held either a HTC1X or HTC1X+ device, that collected magnetometer measurements at the rate of 16 Hz.
Figure 5a shows the original user configuration in each experiment, where users followed the same trajectories in each experiments. From this set of experiments, we recreated an enlarged cluster of pedestrians by combining the offline data of multiple experiments in each building. More specifically, for every building of Table 2, we aggregated the measurements collected in the 5 (for scenario ID 5) or 6 (for all the other scenarios) experiments for 3 users, to get a virtual extension to K = 15 or K = 18 users, respectively. Thereby, as depicted in Figure 5b, to get the cluster of K = 18 users, we simply aggregated the data of 6 experiments with a time shift of 0.5 s, so as to obtain a regular grid of 6 × 3 users, with vertical spacing 0.5 m (in the walking direction) and horizontal spacing of 1.5 m (in the traversal direction).

4. Magnetic Perturbation Detection (MPD)

In this section we develop a method to be used at each user device to detect unreliable heading estimates to exclude them from data fusion.
The detection of unreliable heading measurements is performed by each user device at time step t using the measurements of magnetometer. These measurements are in the device coordinate system, { x , y , z } , that is known as local coordinate in the literature. We refer these measurements as raw data and denote them by { m ˜ x ( t ) , m ˜ y ( t ) , m ˜ z ( t ) } .
In order to calculate the heading, we need the magnetometer measurements in the Earth coordinate system, therefore the raw data from the smart phone coordinate system should be converted to the Earth coordinate system using transformation matrix [52]. There is no need to convert the device coordinate system to the Earth coordinate system if the device and the Earth coordinate system are aligned. Considering the fact that the Earth coordinate system is horizontal, we asked the users to hold the device horizontally during data collection for all the experiments to avoid the conversion between the device and the Earth coordinate systems. For the device held horizontally, the instantaneous heading of the considered subject is computed as [53]:
h ˜ ( t ) = tan 1 m ˜ y ( t ) m ˜ x ( t ) .
The Earth’s magnetic field is stationary and known in any given area [50,51], however the value of { m ˜ x ( t ) , m ˜ y ( t ) , m ˜ z ( t ) } at a specific location changes depending on the orientation of the device. In order to provide some hints to the machine learning algorithm to detect erroneous heading error, we utilize the International Geomagnetic Reference Field (IGRF) [54] for Sydney as a reference. Each IGRF datum is a triplet ( H , F , I ) , where H and F are respectively, the horizontal and total magnetic field, and I is the inclination angle of the Earth magnetic field in the given location. These three quantities are scalar values and related to the magnetic field strength { m ˜ x ( t ) , m ˜ y ( t ) , m ˜ z ( t ) } at each point by:
F ˜ ( t ) = m ˜ x ( t ) 2 + m ˜ y ( t ) 2 + m ˜ z ( t ) 2 H ˜ ( t ) = m ˜ x ( t ) 2 + m ˜ y ( t ) 2 I ˜ ( t ) = tan 1 m ˜ z ( t ) H ˜ ( t ) .
Since the reference IGRF is known at Sydney as the reference location, we computed the deviation to the reference values and obtained the error in the IGRF components as: F e r r ( t ) = F ˜ ( t ) F , H e r r ( t ) = H ˜ ( t ) H , and I e r r ( t ) = I ˜ ( t ) I . We append these error figures to the raw magnetic field measurements to obtain a vector M ( t ) = [ m ˜ x ( t ) , m ˜ y ( t ) , m ˜ z ( t ) , F e r r ( t ) , H e r r ( t ) , I e r r ( t ) ] , named extended magnetic field measurement vector.
Since the magnetometer readings are affected by random error, the instantaneous heading estimate fluctuates over time. Therefore we computed the mean of heading estimate h ¯ by averaging the instantaneous headings within a time window. A time window of T = 0.6 s is selected as this is roughly the time a pedestrian takes to make one step [18]. Let h true be the true heading, then e = | h ¯ h true | is the absolute heading error. For a given threshold γ , we consider a mean heading h ¯ without perturbation if e γ , otherwise we consider it as perturbed. Formally we define two classes C 0 and C 1 , where the class C 1 (resp. C 0 ) contains all mean headings that are not perturbed (perturbed). In our previous study [49], we show that there is an optimum threshold that minimizes the estimated heading error. We evaluated several values of the threshold γ for all the experiments in our dataset and selected γ = 10 as the optimum threshold.
In order to build a model that detects whether the heading measurement is corrupted or not, we first need to create our dataset. Based on our previous study [49], statistical mean was chosen as the selected feature for our data. We have also used correlation based feature selection [55] to select the best features and the results show that the three magnetic components are fundamental features of MPD. Therefore, we first collected all the extended magnetic field measurement vectors and then calculated the mean vector M ¯ = E [ M ( t ) ] by averaging the samples over the considered time window where T = 0.6 s. For each time window, we also determine whether the heading error e is below the error threshold γ = 10 or not. This allows us to label each time window with class C 0 or C 1 . We built the dataset by taking L observations of M ¯ over different time windows, here denoted as M ¯ j for j = 1 , , L , and the corresponding classes C j { C 0 , C 1 } .
For the Tyree Building dataset, we collected L = 44 and L = 42 samples, respectively, from the corridors LG and G, as shown in column 4 of Table 1. For each experiment, the resulting dataset is a matrix that the j-th row is [ M ¯ j , C j ] . We utilise a 10-fold cross-validation to split the datasets into training and test sets, and evaluate the classification performance. The following classification algorithms are evaluated using the software Weka [56]: Support Vector Machine, Multi Layer Perceptron, Decision Tree, 3-Nearest Neighbour, Logistic Regression and Naïve Bayes. The accuracy of the classification is chosen as the performance metric and the average accuracy is reported in Table 3 for each classifier. The numerical results show that Multi Layer Perceptron achieves an average accuracy of 94.82 % and outperforms all the other classifiers. We thus select this classifier for the MPD component of CML-PDR.
As we mentioned earlier, for each experiment, we used cross validation to evaluate the performance of the classifiers. Therefore, for each experiment, we first randomly splitted the data into training and test sets. Then the model is learnt from the training data of the experiment and exploited to classify test data from the same experiment. This has been repeated 10 times and the average of accuracy is reported as the classification accuracy.
In our previous study [49], we have attempted to build a model from data of experiments in one corridor at a building and test it on a different corridor in the same or different building. The numerical results show that the classification accuracy highly decreases and it is necessary to train a local model for each corridor in advance. This is due to the spatial diversity of magnetic perturbations and indicates that it is not possible to generalize a unique model for all the environments. Therefore, for each building, it is necessary to train magnetometer measurements for MPD in advance. As this data collection at each building is highly localized, different classifiers should be tested with several thresholds of γ , as hyper parameter of the model, to identify the optimum γ and best classifier for each building.

5. Pedestrian Clustering (PC)

The PC component uses WiFi-Direct RSS data to determine whether pedestrians are walking in the same direction. WiFi-Direct [23] is a variation of the traditional WiFi standard, which allows two or more users to directly connect each other without using any intermediate access point. By means of this technology, one phone operates as a server, acting as an access point, while the other phones as clients. As a result, the client phones can collect information, e.g., RSS samples, related to the server phone, by simply performing a WiFi scan.
To investigate whether WiFi-Direct RSS data can be useful to detect pedestrians walking in the same direction, we carried out a set of experiments as a proof of concept in three different buildings at the UNSW and at the Australian Technology Park (ATP) in Sydney. For each building, we asked two volunteers to walk in the same, opposite, and perpendicular directions as shown in Figure 6. Each pedestrian carried a Samsung Galaxy SIII phone. One of them was configured as a server, transmitting beacons every 0.3 s, and the other as a client.
Figure 7 plots the RSS measured by the client phone over time for all the experiments, i.e., for the three different buildings and the three different walking topologies. As expected, the RSS is relatively constant for pedestrians walking in the same direction, whereas it varies significantly in the other two configurations with opposite or perpendicular walking directions. This is clearly due to the varying distance between the pedestrians and the related path-loss fluctuations when they are not walking in the same direction. These experiments confirm that a sequence of WiFi-Direct RSS values contains relevant information to infer whether pedestrians are walking in the same direction.
We proposed several time-domain statistical features for RSS measurements and employed the Principal Component Analysis (PCA) to identify the most informative features. After an extensive training and testing, we selected the following five features:
  • Rate of change (RoC) of RSS values over two consequent time windows.
  • Slope of the line of best fit (SoP) of RSS values in a given time window.
  • Root mean square (RMS) of the RSS values in a given time window.
  • Minimum (Min) RSS value recorded in a given time window.
  • Maximum (Max) RSS value recorded in a given time window.
To calculate these features, we use again a window size of T = 0.6 s, which is roughly the step time and it is twice the beacons transmission time ( 0.3 s). In Figure 8, we show the time window of RSS measurements and how the features have been calculated.
For the analysis of the PC performance in a larger group of users, we use the dataset of the Tyree Building Scenario in Section 3, which involved four pedestrians walking in the same or opposite directions. One of the pedestrian’s phone was configured as server, while the other three users used RSS data to detect if they were walking in the same direction.
Using Weka, we evaluated the features listed above with six different classifiers and utilising 10-fold cross validation. From the accuracy of the classifiers reported in Table 4, we find that most classifiers achieve an accuracy close to 90%, while Decision Tree performing slightly above the others. Therefore, we use this algorithm to implement the PC component of CML-PDR system. This accuracy highlights that the sampling rate of 0.3 s, combined with the selected features, is efficient. In [57], we have used larger time window that contains more RSS data points to approximate features more precisely. The results show that the performance of PC slightly increases, however the best average accuracy of CML-PDR is achieved for RSS sampling rate of 0.3 s and window size of 0.6 s.

6. Distributed Data Fusion (DDF)

In the DDF, heading estimates from multiple people walking in the same direction—filtered by MPD and PC—are aggregated to provide a more accurate estimate of the common heading. This purpose is accomplished by averaging the estimates, so as to take into account the different degree of reliability of measurements. As we mentioned earlier, the rationale of this approach is based on the observation that magnetic perturbations are highly localized in space. Thus, if a number of users are moving with the same heading, it is likely that only a subset of their sensor measurements is corrupted.
The heading estimate h ¯ i , j , obtained by user i = 1 , , N and in time window j = 1 , , L is modeled as: h ¯ i , j = h true + w i , j , where h true is the true heading and w i , j is the measurement error with variance σ i , j 2 .
Cartesian components [ x ¯ i , j , y ¯ i , j ] = [ c o s ( h ¯ i , j ) , s i n ( h ¯ i , j ) ] are employed in the combination rather than the headings, so as to avoid ambiguity problems in averaging angle measurements. In the following, only the procedure to draw the global estimate x ^ from { x ¯ i , j } will be described, an analogous mechanism is applied to assess y ^ from { y ¯ i , j } .
Fusion is carried out according to the Best Linear Unbiased Estimator (BLUE) [58]:
x ^ = i = 1 N j = 1 L x ¯ i , j / σ i , j 2 k = 1 N l = 1 L 1 / σ k , l 2 .
We accomplish the above fusion in a distributed way as a cascade of two steps, fusion over time and fusion between users.
At first, each user performs a data fusion over time by performing a weighted average of the measurements he collected in L different time windows as
x ^ i = j = 1 L x ¯ i , j / σ i , j 2 k = 1 L 1 / σ i , k 2 .
Note that weighting by the variance inverse allows to account for the different degree of reliability at different windows. For practical implementation, the variances σ i , j 2 are computed by users as sample variances from the measurements collected in window j.
Time averaging is then followed by a data fusion between users, which consists in merging the estimates (4) collected by N different users,
x ^ = i = 1 N α i x ^ i ,
by a linear combination with weights { α i } i = 1 N . In order to guarantee the equality with (3), the weights must be set to α i = α i opt σ i 2 / ( k σ k 2 ) , where σ i 2 = var ( x ^ i ) = 1 / j σ i , j - 2 . We will consider both α i = α i opt and the simple average solution using α i = 1 .
A main issue is the distributed implementation of (5). We recall that our aim here is to develop an infrastructure-free solution that can be exploited in all kinds of scenario: a centralized data fusion (CDF) approach is not suited as it relies on a central unit that might be costly or even not available in certain environments. The recent trend in distributed system enables convergence to the centralized global estimate in a fully decentralized way even in large networks with moderate connectivity. Thereby, we propose to implement the fusion (5) by a distributed approach based on consensus [46]; this is an iterative process that consists on estimate exchanges on a peer-to-peer basis among the users of a network in order to reach a consensus for the evaluation of a certain quantity of interest [59]. The network in our scenario is the set of users that are closely located and filtered by MPD and grouped by PC. We can model the network as a graph G = ( V , E ) where the nodes V = { 1 , , N } are the users and the edges E V × V are the communication links among the nodes. Let A = [ a i j ] be the N × N symmetric adjacency matrix, with a i j = 1 if ( i , j ) E (i.e., if node j communicates with node i); a i j = 0 for any ( i , j ) E . The neighbors of a user i are denoted by N i = { k V : ( i , k ) E } and d i = N i is the node degree. The Laplacian matrix of the graph is L = D A with D = diag ( d 1 , , d N ) .
In the consensus approach each node updates at each iteration its local estimate and exchanges it with its neighbors until an agreement is reached. At iteration n the estimate at user i is updated as follows:
x ^ i ( n + 1 ) = x ^ i ( n ) + ε W i k N i ( x ^ k ( n ) x ^ i ( n ) ) ,
where ε is the step size, selected as 0 < ε < 2 / λ m a x ( W 1 L ) , to guarantee convergence, with λ m a x ( · ) denoting the maximum eigenvalue of the argument matrix and W = diag ( W 1 , , W N ) [46].
At the first step, each user utilizes its own estimate, i.e., for the first iteration at i = 0 , the estimates are initialized as x ^ i ( 0 ) = x ^ i . According to [46], if weights W i are chosen as W i = σ i 2 consensus converges to the global BLUE solution in (3) and x ^ i ( ) = x ^ . On the other hand if W i = 1 , consensus converges to (5) with α i = 1 / N , i.e., to the average of the estimates between different users: x ^ i ( ) = 1 N i = 1 N x ^ i . The two approaches are referred to as weighted average consensus (WAC) and average consensus (AC), respectively and shown by DDF-W and DDF in the evaluation section.
At the end of consensus processing the users that have taken part in the distributed algorithm spread the final estimate to the users that have been excluded by MPD. In such a way we can take advantage from spatial diversity, as we need just one user with uncorrupted estimate to share the data with the other users.
In the worst case scenario where all users do not overcome the MPD (i.e., they all experienced perturbed measurements), users can employ their previous estimate as the current heading until at least one of them is able to overcome the MPD and provide a new heading estimate for the group. If this scenario happens in the first time instant of the algorithm the users fuse their estimates even if they are all corrupted.

7. System Evaluation

The performance of CML-PDR is evaluated in terms of heading and location accuracy in the following, by using the dataset of the real indoor scenarios presented in Section 3. We verify the performance of CML-PDR for different configurations of MPD, PC and DDF algorithms, and compare it to the conventional PDR. We consider the following methods for our analysis:
  • Conventional PDR: only magnetometer readings are used to compute the heading without any further processing.
  • MPD: only perturbation filtering is used and the simple average is carried out on the filtered heading.
  • DDF: only distributed fusion is performed using the AC algorithm.
  • DDF-W: only distributed fusion is applied using WAC.
  • MPD & DDF: cascade of MPD and DDF.
  • MPD & DDF-W: cascade of MPD and DDF-W.
  • MPD & CDF: the centralized unweighted computation of (5) is employed after the MPD.
  • MPD & CDF-W: the centralized weighted computation of (5) is employed after the MPD.

7.1. Localization Performance Analysis

To validate CML-PDR, we utilize the experiments of the described in Section 3.1. We first exclude topology B, as in this topology none of the pedestrians walked in the same direction of U4, which worked as a server, and as a consequence, the remaining users miss the opportunity to cooperate.
Table 5 presents the average heading errors of the pedestrians for the eight experiments indexed in the first column according to Table 1. The second column shows the average heading errors obtained from conventional PDR based on raw magnetometer readings only, without using any component of CML-PDR. In columns 3–6 we show the heading accuracy obtained by the cooperative approach where PC is exploited to detect all the pedestrians walking in the same direction. The results in brackets refer to the ideal case of perfect clustering of users by the PC component. In Columns 3 and 4, we show the average heading errors when DDF-W and DDF are employed respectively without MPD filtering. The former exploits W = σ 2 and the latter use w = 1 as the weight. Finally, the performance of the combined MPD and DDF algorithms are shown in the last two columns.
Compared to the conventional PDR, we can notice that the proposed cooperative method significantly reduces the average heading error. The lowest error is achieved by the combination of MPD and DDF with an average value of 4.55 (2.97 in the ideal scenario) and on average reduces the heading estimation error from 32.27 to 4.55 (86% error reduction) compared to the conventional PDR system. It can also be observed that the PC component has a significant impact on the performance of CML-PDR. In fact, in the ideal scenario when PC accuracy is 100%, the average heading error is reduced to 2.97 . Although the proposed PC algorithm achieves an accuracy of 90%, the gap in the heading error with the ideal scenario is noticeable (4.55 vs. 2.97 ).
We examine now the system performance in terms of location accuracy. In the experiments, the subjects were instructed to walk at a constant speed (1 m/s on average) taking constant step lengths (0.6 m approximately). User positions are estimated at each pedestrian step, assuming perfect knowledge of the step length. The position estimate is thus computed every 0.6 s (at each pedestrian step) by combining the heading estimate with the known step length. We evaluate the localization performance in terms of Root Mean Square Error (RMSE) of the location estimate by averaging over different users and paths. In every experiment, the RMSE, over the entire trajectory of M steps, has been computed as:
R M S E = i = 1 M x i x i 2 + y i y i 2 M ,
where ( x i , y i ) are the coordinates of the true location and ( x i , y i ) are the coordinates of the location estimate for the ith step.
By means of PC, MPD and DDF our system achieves a RMSE of 1.38 m. This result represents a remarkable improvement of 79% if it is compared to the conventional PDR, which in turn achieves an accuracy of 6.57 m.
In order to verify the robustness of CML-PDR, we evaluated it in a more practical scenario, where users make several turns and do not walk at the same velocity. We repeated the same procedures described in Section 3 for collecting data from three volunteers in a square path in the CSE laboratory at UNSW. Several obstacles were present in this environment to ensure shadowing and multi-path effects on RSS. We asked the pedestrians to walk normally and at their personal walking speed, while maintaining the distance between each other such that they could form a group. Again we utilised γ = 10 for MPD.
In Figure 9, we plot the estimated headings of the three users for this experiment when convention PDR, i.e., non-cooperative approach, is used. The colored points represent the three pedestrians heading estimates during the experiment. The figure shows that the estimated heading error due to the magnetic perturbation is highly spacial but all the pedestrians follow almost similar patterns at different time. In Figure 10, we show the heading error of these users using CML-PDR. Obviously, all the users have the same heading error that notably decreases.
We show the position estimates for both CML-PDR and conventional PDR approaches in Figure 11. It should be noticed that we did not take into account (a-priori) the planimetry of the room in the evaluation. The grey color shows the shared office space where desks and computers are placed and pedestrians could not walk through. Our results show that localization RMSE for CML-PDR is 0.66 m that results in a 81 % improvement if compared to the conventional PDR (3.53m). This result validates our proposed method in a more complex scenario and confirms the prominent results obtained in previous experiments.

7.2. Localization Performance vs. Degree of Cooperation

In this section, the performances of data fusion algorithms are analyzed in terms of convergence time and degree of cooperation among large group of users. This analysis is necessary because unlike the centralized approach, the performance of the distributed solution depends on the connectivity degree of the network used for sharing. To perform this evaluation, we use the Large-Scale Scenario with 15 and 18 users described in Section 3.2. This dataset allows us to simulate different values of cooperation radius, i.e., the maximum distance at which the users are able to cooperate with each other, and test the performance of cooperative localization versus the degree of cooperation among the users. Note in particular that the scenario herein considered, where a node is enabled to participate to the fusion according to MPD filtering outcome, allows the formation of small fusion groups and the isolation of nodes with non-perturbed estimates. This may generate a performance degradation in the distributed approach with respect to the centralized one, where a unique fusion group is always present regardless of the network topology. Obviously, the distributed solution is expected to perform as the centralized one as the cooperation radius increases.
We examine the effect of the network connectivity by using cooperation radius R c { 0 , d , 3 d , 4 d , 6 d , 8 d } m with d = 0.5 m. The corresponding graph topologies are shown in Figure 12. Note that these levels of connectivity are reached only if the heading estimates at all users have overcome the MPD filtering. In other words, each graph in Figure 12 depicts the maximum cooperation degree for the considered value of R c . The case R c = 0 means no communication among nodes (each user estimate reduces to the non-cooperative assessment (4)), whereas R c = 8 d corresponds to all-to-all connectivity (i.e., each user reaches the centralized estimate). Intermediate values reproduce network configurations with limited connectivity among nodes.
In Figure 13, we show heading RMSE for different iterations of the DDF processing and different values for radius of cooperation. It can be seen that only one iteration and a cooperation radius of R c = 4 d = 2 m (red color) is comparable to R c = 8 d = 4 m (green color) that is a fully connected network and performs similar to CDF. Therefore, even a small degree of connectivity is enough for the DDF approach to approximate the performance of the CDF. In this instance, MPD & DDF provide heading RMSE of 2.1 whereas and MPD & CDF achieves the accuracy of 1.7 . Therefore, for Large-Scale scenario and cooperation radius of R c = 4 d = 2 m, CML-PDR provides an error reduction of 88 % with respect to conventional PDR.
In order to analyze the effect of cooperation radius R c on the localization accuracy, in Figure 14 we have compared the trajectories of the experiment 4 in Large-Scale Scenario for the conventional PDR, MPD & CDF and MPD & DDF (CML-PDR). Obviously, the trajectories estimated by the centralized and distributed approachs in Figure 14b,c achieve noticable localization error reduction compare to the conventional PDR in Figure 14a. For the distributed approach, we use a cooperation radius R c = 4 d and the the localization error obtained by CML-PDR is 0.18 m that corresponds to the localization error reduction of 93 % compared to the conventional PDR. Moreover, despite limited connectivity between users, our method closely matched the trajectories estimated by the centralized approach (MPD & CDF), as can be appreciated in Figure 14b,c.
As we mentioned earlier, one objective of performance analysis for Large-Scale Scenario is to verify the heading error reduction of our proposed method for a larger group of pedestrians. Similar to Section 7.1, we assess the performance of CML-PDR for the large-scale scenario and compared the heading estimates obtained by the conventional PRD, MPD, data fusion (DDF-W and DDF), and combined MPD with data fusion (MPD & DDF-W and MPD & DDF). In Figure 15, we depict the RMSE of the heading estimate of these approaches for scenario 1 to 8 in Table 2. In this analysis, we assume perfect user clustering (i.e., PC with 100% accuracy). Results in Figure 15 highlight that both MPD and DDF are needed for reliable heading estimation as the error is high when only one component is implemented. The combined approach for large scale scenario yields an error reduction of 91 % (MPD & DDF-W) and 80 % (MPD & DDF) compared to conventional PDR, with a RMSE of respectively 1.45 and 3.45 . The localization accuracy obtained using conventional PDR is 2.75 m, while CML-PDR achieves a the location RMSE of 0.55 m, with an improvement of 80 % of performance. As we expect, the MPD & DDF-W method overcomes the MPD & DDF since it weights the estimates according to a reliability metric. However, depending on the selected weights, the performance of the MPD & DDF-W could be better or worse than MPD & DDF. It is due to the fact that the MPD & DDF-W performance relates to the measurement bias that occurs in the scenarios and it is not accounted for in the weighting of BLUE (which assumes unbiased observations). A possible way to deal with this is performing first DDF and then DDF-W using as reference for computing the weights. We have discussed this issue in our previous work [49].

8. Conclusions and Future Works

The main purpose of this paper is to overcome one of the main limits of PDR indoor localization systems: heading estimation. This work provides an accurate and efficient method to assess the direction of motion of pedestrians relying only on magnetometers embedded in smart devices and peer-to-peer connectivity. We evaluated the performance of our approach using real experiments in indoor environments and the performance exhibits a significant heading error reduction (86%) with respect to the conventional PDR, corresponding to an average heading error of 4.55 . This allows to achieve a location accuracy of 1.38 m, which represents 79% error reduction with respect to conventional PDR approach.
CML-PDR relies on the spatial diversity of magnetic perturbation inside a building and it is necessary to train magnetometer measurements for MPD in advance. Comparing to fingerprinting database, the data collection for this training does not require exhaustive labour work and substantial cost, however the magnetometer data training is needed for every building. This is one of the limitation of CML-PDR. Another disadvantage of this method is that the initial position should be shared with the smartphone to create the trajectory. This is due to the fact that PDR estimates the location at each step and based on the previous location. Therefore it is necessary to provide the initial position at the entrance of the building with the device.
In our evaluations, we show that the performance of CML-PDR is robust in a complex environment with several turns and a long distance (60 m) while the pedestrian holds the smartphone horizontally. Future work will address real-time testing in large indoor spaces, such as airport and museum, by considering more complicated paths, longer distances and as a crowded environment. We also verify the performance of CML-PDR when the pedestrian holds the smartphone at different position and focus on the enhancement of the PC component to further improve the localization accuracy. Other D2D communication, such as Bluetooth iBeacon [60] and LTE proximal discovery beacons [61], will be considered as emerging technologies to compare the power consumption CML-PDR and investigate the coverage and effect of multi path in an open area.

Author Contributions

All the authors conceived the conceptualization and proposed the methodology of this study. M.J.A. and L.L. developed the software and performed the validation. The formal analysis and investigation were carried out by all the authors. M.J.A. provided the resources, data curation and wrote the original draft of the paper. All the authors were involved in the review and editing of the paper and visualization. M.H., M.N. and C.T.C. encouraged M.J.A. and L.L. and supervised the findings of this work.

Funding

This research received no external funding.

Acknowledgments

The authors would like to thank Pongsakorn Taechakijviboon and Christopher Zarzour (School of Mechanical and Manufacturing Engineering, University of New South Wales, Sydney, Australia) for their research assistance and preparing the application for data collection.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Poslad, S. Ubiquitous Computing: Smart Devices, Environments and Interactions, 1st ed.; Wiley Publishing: Haboken, NJ, USA, 2009. [Google Scholar]
  2. Sagl, G.; Resch, B.; Blaschke, T. Contextual Sensing: Integrating Contextual Information with Human and Technical Geo-Sensor Information for Smart Cities. Sensors 2015, 15, 17013–17035. [Google Scholar] [CrossRef]
  3. Thurm, S.; Kane, Y.I. Your Apps Are Watching You. Wall Str. J. 2010, 17, 1. [Google Scholar]
  4. Liu, J.; Chen, R.; Pei, L.; Guinness, R.; Kuusniemi, H. A Hybrid Smartphone Indoor Positioning Solution for Mobile LBS. Sensors 2012, 12, 17208–17233. [Google Scholar] [CrossRef] [PubMed]
  5. Dhar, S.; Varshney, U. Challenges and Business Models for Mobile Location-based Services and Advertising. Commun. ACM 2011, 54, 121–128. [Google Scholar] [CrossRef]
  6. Groves, P.D. Principles of GNSS, Inertial, and Multisensor Integrated Navigation Systems, 2nd ed.; Artech House: Norwood, MA, USA, 2013. [Google Scholar]
  7. Kim, S.C.; Lee, J.K. Wireless Localization Method based on an Efficient Multilateration Algorithm over a Wireless Sensor Network and a Recording Medium in Which a Program for the Method is Recorded. U.S. Patent 8478292, 2 July 2013. [Google Scholar]
  8. He, S.; Chan, S.H.G. Wi-Fi Fingerprint-Based Indoor Positioning: Recent Advances and Comparisons. IEEE Commun. Surv. Tutor. 2016, 18, 466–490. [Google Scholar] [CrossRef]
  9. Zhuang, Y.; Syed, Z.; Li, Y.; El-Sheimy, N. Evaluation of Two WiFi Positioning Systems Based on Autonomous Crowdsourcing of Handheld Devices for Indoor Navigation. IEEE Trans. Mob. Comput. 2016, 15, 1982–1995. [Google Scholar] [CrossRef]
  10. Zhuang, Y.; Yang, J.; Li, Y.; Qi, L.; El-Sheimy, N. Smartphone-Based Indoor Localization with Bluetooth Low Energy Beacons. Sensors 2016, 16, 596. [Google Scholar] [CrossRef]
  11. Shit, R.C.; Sharma, S.; Puthal, D.; Zomaya, A.Y. Location of Things (LoT): A Review and Taxonomy of Sensors Localization in IoT Infrastructure. IEEE Commun. Surv. Tutor. 2018, 20, 2028–2061. [Google Scholar] [CrossRef]
  12. Kwak, M.; Park, Y.; Kim, J.; Han, J.; Kwon, T. An Energy-Efficient and Lightweight Indoor Localization System for Internet-of-Things (IoT) Environments. Proc. ACM Interact. Mob. Wearable Ubiquitous Technol. 2018, 2, 17:1–17:28. [Google Scholar] [CrossRef]
  13. Cho, S.B. Exploiting Machine Learning Techniques for Location Recognition and Prediction with Smartphone Logs. Neurocomputing 2016, 176, 98–106. [Google Scholar] [CrossRef]
  14. Luceri, L.; Cardoso, F.; Papandrea, M.; Giordano, S.; Buwaya, J.; Kundig, S.; Angelopoulos, C.M.; Rolim, J.; Zhao, Z.; Carrera, J.L.; et al. VIVO: A Secure, Privacy-Preserving, and Real-time Crowd-Sensing Framework for the Internet of Things. Pervasive Mob. Comput. 2018, 49, 126–138. [Google Scholar] [CrossRef]
  15. Steinhoff, U.; Schiele, B. Dead Reckoning from the Pocket - An Experimental Study. In Proceedings of the IEEE International Conference on Pervasive Computing and Communications (PerCom), Mannheim, Germany, 20 May 2010; pp. 162–170. [Google Scholar] [CrossRef]
  16. 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; ACM: New York, NY, USA, 2008; pp. 114–123. [Google Scholar] [CrossRef]
  17. Beauregard, S.; Haas, H. Pedestrian Dead Reckoning: A Basis for Personal Positioning. In Proceedings of the 3rd Workshop on Positioning, Navigation and Communication (WPNC’06), Hannover, Germany, 16–19 March 2006; pp. 27–35. [Google Scholar]
  18. Li, F.; Zhao, C.; Ding, G.; Gong, J.; Liu, C.; Zhao, F. A Reliable and Accurate Indoor Localization Method using Phone Inertial Sensors. In Proceedings of the 2012 ACM Conference on Ubiquitous Computing, Pittsburgh, PA, USA, 5–8 September 2012; ACM: New York, NY, USA, 2012; pp. 421–430. [Google Scholar] [CrossRef]
  19. Borenstein, J.; Ojeda, L. Heuristic Drift Elimination for Personnel Tracking Systems. J. Navig. 2010, 63, 591–606. [Google Scholar] [CrossRef] [Green Version]
  20. Bachmann, E.; Yun, X.; Brumfield, A. Limitations of Attitude Estimation Algorithms for Inertial/Magnetic Sensor Modules. IEEE Robot. Autom. Mag. 2007, 14, 76–87. [Google Scholar] [CrossRef]
  21. Renaudin, V.; Combettes, C. Magnetic, Acceleration Fields and Gyroscope Quaternion (MAGYQ)-Based Attitude Estimation with Smartphone Sensors for Indoor Pedestrian Navigation. Sensors 2014, 14, 22864. [Google Scholar] [CrossRef]
  22. Yadav, N.; Bleakley, C. Accurate Orientation Estimation Using AHRS under Conditions of Magnetic Distortion. Sensors 2014, 14, 20008–20024. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  23. Wi-Fi Alliance, P2P Technical Group. Wi-Fi Peer-to-Peer (P2P) Technical Specification v1.7; P2P Technical Group: Kitchener, ON, Canada, 2009. [Google Scholar]
  24. Jung, S.; Hann, S.; Park, C. TDOA-based Optical Wireless Indoor Localization using LED Ceiling Lamps. IEEE Trans. Consum. Electron. 2011, 57, 1592–1597. [Google Scholar] [CrossRef]
  25. Nicoli, M.; Morelli, C.; Rampa, V. A Jump Markov Particle Filter for Localization of Moving Terminals in Multipath Indoor Scenarios. IEEE Trans. Signal Process. 2008, 56, 3801–3809. [Google Scholar] [CrossRef]
  26. Hazas, M.; Hopper, A. Broadband Ultrasonic Location Systems for Improved Indoor Positioning. IEEE Trans. Mob. Comput. 2006, 5, 536–547. [Google Scholar] [CrossRef]
  27. Altini, M.; Brunelli, D.; Farella, E.; Benini, L. Bluetooth Indoor Localization with Multiple Neural Networks. In Proceedings of the IEEE 5th International Symposium on Wireless Pervasive Computing, Modena, Italy, 14 June 2010; pp. 295–300. [Google Scholar] [CrossRef]
  28. Ni, L.; Liu, Y.; Lau, Y.C.; Patil, A. LANDMARC: Indoor Location Sensing using Active RFID. In Proceedings of the First IEEE International Conference on Pervasive Computing and Communications (PerCom), Fort Worth, TX, USA, 26 March 2003; pp. 407–415. [Google Scholar] [CrossRef]
  29. Almaaitah, A.; Ali, K.; Hassanein, H.S.; Ibnkahla, M. 3D Passive Tag Localization Schemes for Indoor RFID Applications. In Proceedings of the IEEE International Conference on Communications, Cape Town, South Africa, 23–27 May 2010; pp. 1–5. [Google Scholar] [CrossRef]
  30. Youssef, M.; Agrawala, A. The Horus WLAN Location Determination System. In Proceedings of the 3rd International Conference on Mobile Systems, Applications, and Services, Washington, DC, USA, 6–8 June 2005; ACM: New York, NY, USA, 2005; pp. 205–218. [Google Scholar] [CrossRef]
  31. Otsason, V.; Varshavsky, A.; LaMarca, A.; de Lara, E. Accurate GSM Indoor Localization. In UbiComp 2005: Ubiquitous Computing; Lecture Notes in Computer Science; Beigl, M., Intille, S., Rekimoto, J., Tokuda, H., Eds.; Springer: Berlin/Heidelberg, Germany, 2005; Volume 3660, pp. 141–158. [Google Scholar] [CrossRef]
  32. Chung, J.; Donahoe, M.; Schmandt, C.; Kim, I.J.; Razavai, P.; Wiseman, M. Indoor Location Sensing using GEO-Magnetism. In Proceedings of the 9th International Conference on Mobile Systems, Applications, and Services, Bethesda, MD, USA, 28 June–1 July 2011; ACM: New York, NY, USA, 2011; pp. 141–154. [Google Scholar] [CrossRef]
  33. Tarzia, S.P.; Dinda, P.A.; Dick, R.P.; Memik, G. Indoor Localization Without Infrastructure Using the Acoustic Background Spectrum. In Proceedings of the 9th International Conference on Mobile Systems, Applications, and Services, Bethesda, MD, USA, 28 June–1 July 2011; ACM: New York, NY, USA, 2011; pp. 155–168. [Google Scholar] [CrossRef]
  34. Zou, H.; Xie, L.; Jia, Q.S.; Wang, H. Platform and Algorithm Development for a RFID-based Indoor Positioning System. Unmanned Syst. 2014, 2, 279–291. [Google Scholar] [CrossRef]
  35. Moghtadaiee, V.; Dempster, A.G. Design Protocol and Performance Analysis of Indoor Fingerprinting Positioning Systems. Phys. Commun. 2014, 13, 17–30. [Google Scholar] [CrossRef]
  36. Ashraf, I.; Hur, S.; Park, Y. mPILOT-Magnetic Field Strength Based Pedestrian Indoor Localization. Sensors 2018, 18, 2283. [Google Scholar] [CrossRef] [PubMed]
  37. Chen, C.; Lu, X.; Markham, A.; Trigoni, N. IONet: Learning to Cure the Curse of Drift in Inertial Odometry. In Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence, New Orleans, LA, USA, 2–7 February 2018. [Google Scholar]
  38. Jiménez, A.R.; Seco, F.; Zampella, F.; Prieto, J.C.; Guevara, J. Improved Heuristic Drift Elimination (iHDE) for pedestrian navigation in complex buildings. In Proceedings of the International Conference on Indoor Positioning and Indoor Navigation (IPIN), Guimaraes, Portugal, 21–23 September 2011; pp. 1–8. [Google Scholar] [CrossRef]
  39. Jimenez, A.R.; Seco, F.; Zampella, F.; Prieto, J.C.; Guevara, J. Improved Heuristic Drift Elimination with Magnetically-aided Dominant Directions MiHDE for Pedestrian Navigation in Complex Buildings. J. Locat. Based Serv. 2012, 6, 186–210. [Google Scholar] [CrossRef]
  40. Qiu, S.; Wang, Z.; Zhao, H.; Qin, K.; Li, Z.; Hu, H. Inertial/Magnetic Sensors Based Pedestrian Dead Reckoning by Means of Multi-Sensor Fusion. Inf. Fusion 2018, 39, 108–119. [Google Scholar] [CrossRef]
  41. Ettlinger, A.; Retscher, G. Positioning using Ambient Magnetic Fields in Combination with Wi-Fi and RFID. In Proceedings of the International Conference on Indoor Positioning and Indoor Navigation (IPIN), Alcala de Henares, Spain, 4–7 October 2016; pp. 1–8. [Google Scholar] [CrossRef]
  42. Chen, Z.; Zhu, Q.; Soh, Y.C. Smartphone Inertial Sensor-Based Indoor Localization and Tracking With iBeacon Corrections. IEEE Trans. Ind. Inform. 2016, 12, 1540–1549. [Google Scholar] [CrossRef]
  43. Higuchi, T.; Yamaguchi, H.; Higashino, T. Clearing a Crowd: Context-Supported Neighbor Positioning for People-Centric Navigation. In Pervasive Computing; Lecture Notes in Computer Science; Kay, J., Lukowicz, P., Tokuda, H., Olivier, P., Krüger, A., Eds.; Springer: Berlin/Heidelberg, Germany, 2012; Volume 7319, pp. 325–342. [Google Scholar] [CrossRef]
  44. Kloch, K.; Lukowicz, P.; Fischer, C. Collaborative PDR Localisation with Mobile Phones. In Proceedings of the 15th Annual International Symposium on Wearable Computers (ISWC), San Francisco, CA, USA, 12–15 June 2011; pp. 37–40. [Google Scholar] [CrossRef]
  45. Wymeersch, H.; Lien, J.; Win, M. Cooperative Localization in Wireless Networks. Proc. IEEE 2009, 97, 427–450. [Google Scholar] [CrossRef]
  46. Soatti, G.; Nicoli, M.; Savazzi, S.; Spagnolini, U. Consensus-Based Algorithms for Distributed Network-State Estimation and Localization. IEEE Trans. Signal Inf. Process. Netw. 2017, 3, 430–444. [Google Scholar] [CrossRef]
  47. Abadi, M.J.; Gu, Y.; Guan, X.; Wang, Y.; Hassan, M.; Chou, C.T. Improving Heading Accuracy in Smartphone-Based PDR Systems using Multi-Pedestrian Sensor Fusion. In Proceeding of the 4th International Conference on Indoor Positioning and Indoor Navigation (IPIN), Montbeliard-Belfort, France, 28–31 October 2013; p. 4. [Google Scholar]
  48. Chen, P.; Kuang, Y.; Chen, X. A UWB/Improved PDR Integration Algorithm Applied to Dynamic Indoor Positioning for Pedestrians. Sensors 2017, 17, 2065. [Google Scholar] [CrossRef]
  49. Abadi, M.J.; Luceri, L.; Hassan, M.; Chou, C.T.; Nicoli, M. A Collaborative Approach to Heading Estimation for Smartphone-based PDR Indoor Localisation. In Proceedings of the International Conference in Indoor Positioning and Indoor Navigation (IPIN), Busan, Korea, 27–30 October 2014. [Google Scholar] [CrossRef]
  50. Stern, D.P. A Millennium of Geomagnetism. Rev. Geophys. 2002, 40. [Google Scholar] [CrossRef]
  51. Chapter Five Reversals of the Earth’s Magnetic Field. In The Earth’s Magnetic Field: Its History, Origin and Planetary Perspective; International Geophysics; Merrill, R.T.; McElhinny, M.W. (Eds.) Academic Press: Cambridge, MA, USA, 1983; Volume 32, pp. 135–168. [Google Scholar]
  52. Lee, J.G.; Park, C.G.; Park, H.W. Multiposition alignment of strapdown inertial navigation system. IEEE Trans. Aerosp. Electron. Syst. 1993, 29, 1323–1328. [Google Scholar] [CrossRef]
  53. Kaniewski, P.; Kazubek, J. Integrated System for Heading Determination. Acta Phys. Pol. A 2009, 116, 325. [Google Scholar] [CrossRef]
  54. Finlay, C.; Maus, S.; Beggan, C.; Bondar, T.; Chambodut, A.; Chernova, T.; Chulliat, A.; Golovkov, V.; Hamilton, B.; Hamoudi, M.; et al. International Geomagnetic Reference Field: The Eleventh Generation. Geophys. J. Int. 2010, 183, 1216–1230. [Google Scholar]
  55. Hall, M.A. Correlation-Based Feature Selection for Machine Learning. Ph.D Thesis, The University of Waikato, Hamilton, New Zealand, 1999. [Google Scholar]
  56. Hall, M.; Frank, E.; Holmes, G.; Pfahringer, B.; Reutemann, P.; Witten, I.H. The WEKA Data Mining Software: An Update. SIGKDD Explor. Newsl. 2009, 11, 10–18. [Google Scholar] [CrossRef]
  57. Abadi, M.J. GPS-Less Personal Tracking Using Smartphone Sensors. Ph.D. Thesis, University of New South Wales, Sydney, Australia, 2017. [Google Scholar]
  58. Kay, S.M. Fundamentals of Statistical Signal Processing; Prentice-Hall, Inc.: Upper Saddle River, NJ, USA, 1993. [Google Scholar]
  59. Olfati-Saber, R.; Fax, J.; Murray, R. Consensus and Cooperation in Networked Multi-Agent Systems. Proc. IEEE 2007, 95, 215–233. [Google Scholar] [CrossRef]
  60. Faragher, R.; Harle, R. An Analysis of the Accuracy of Bluetooth Low Energy for Indoor Positioning Applications. In Proceedings of the 27th International Technical Meeting of The Satellite Division of the Institute of Navigation (ION GNSS Conference), Tampa, FL, USA, 8–12 September 2014; pp. 201–210. [Google Scholar]
  61. Qualcomm Technologies Inc. LTE Direct Always-on Device-to-Device Proximal Discovery; Technical Report; Qualcomm: San Diego, CA, USA, 2014. [Google Scholar]
Figure 1. Heading Error Map. Blue color indicates locations with low level of perturbation, while red color represents points highly perturbed. The black color at the bottom left corner identifies a space outside the room.
Figure 1. Heading Error Map. Blue color indicates locations with low level of perturbation, while red color represents points highly perturbed. The black color at the bottom left corner identifies a space outside the room.
Sensors 19 04609 g001
Figure 2. Cooperative Machine Learning PDR Architecture.
Figure 2. Cooperative Machine Learning PDR Architecture.
Sensors 19 04609 g002
Figure 3. An indoor localization scenario with multiple pedestrians walking in the same direction along a corridor. Each smart phone in the figure denotes a pedestrian, while the edges connecting the devices indicate D2D connections between users sharing the heading. The figure also shows the satellite image (obtained from Google Earth) of the Tyree Buildings at the University of New South Wales, which was one of the building utilized in the experimental campaign.
Figure 3. An indoor localization scenario with multiple pedestrians walking in the same direction along a corridor. Each smart phone in the figure denotes a pedestrian, while the edges connecting the devices indicate D2D connections between users sharing the heading. The figure also shows the satellite image (obtained from Google Earth) of the Tyree Buildings at the University of New South Wales, which was one of the building utilized in the experimental campaign.
Sensors 19 04609 g003
Figure 4. Library and Robert Webster Building Corridors. (a) Library Corridor; (b) Robert Webster Corridor.
Figure 4. Library and Robert Webster Building Corridors. (a) Library Corridor; (b) Robert Webster Corridor.
Sensors 19 04609 g004
Figure 5. Starting user position in the experiment (3 users) and in the enlarged scenario (18 users), respectively. The extended dataset is obtained by aggregating the data of the 6 experiments with a relative time offset (as indicated in the legend) to form a regular 3 × 6 user grid. (a) Experiment Setting (3 Users); (b) Large-Scale Scenario (18 Users).
Figure 5. Starting user position in the experiment (3 users) and in the enlarged scenario (18 users), respectively. The extended dataset is obtained by aggregating the data of the 6 experiments with a relative time offset (as indicated in the legend) to form a regular 3 × 6 user grid. (a) Experiment Setting (3 Users); (b) Large-Scale Scenario (18 Users).
Sensors 19 04609 g005
Figure 6. Walking topologies. (a) Same heading path, (b) Opposite heading path, (c) Perpendicular heading path.
Figure 6. Walking topologies. (a) Same heading path, (b) Opposite heading path, (c) Perpendicular heading path.
Sensors 19 04609 g006
Figure 7. RSS values over time for the three different walking topologies. (a) Same heading path, (b) Opposite heading path, (c) Perpendicular heading path.
Figure 7. RSS values over time for the three different walking topologies. (a) Same heading path, (b) Opposite heading path, (c) Perpendicular heading path.
Sensors 19 04609 g007
Figure 8. The RSS measurements over the time have been shown on top of the figure. Each step time is 0.6 s and contains two RSS data. For the first two steps, we calculated the proposed features and display them. The RoC for the first step/window is considered equal to the SoP of the first step/window.
Figure 8. The RSS measurements over the time have been shown on top of the figure. Each step time is 0.6 s and contains two RSS data. For the first two steps, we calculated the proposed features and display them. The RoC for the first step/window is considered equal to the SoP of the first step/window.
Sensors 19 04609 g008
Figure 9. Heading estimates of three users using conventional PDR. The pedestrians walk in different speed and over the square path 3 turns shown in Figure 11.
Figure 9. Heading estimates of three users using conventional PDR. The pedestrians walk in different speed and over the square path 3 turns shown in Figure 11.
Sensors 19 04609 g009
Figure 10. Heading estimates of three users using CML-PDR. The pedestrians walk in different speed and over the square path 3 turns shown in Figure 11. Since all the users collaborate to estimate consensus heading, all three users have the same heading error.
Figure 10. Heading estimates of three users using CML-PDR. The pedestrians walk in different speed and over the square path 3 turns shown in Figure 11. Since all the users collaborate to estimate consensus heading, all three users have the same heading error.
Sensors 19 04609 g010
Figure 11. Localization of three users walking in different speed and over a path with several turns to verify the performance of the system for a complex scenario. Colored markers represent position estimates of the three pedestrians, while black lines indicate the true trajectories.
Figure 11. Localization of three users walking in different speed and over a path with several turns to verify the performance of the system for a complex scenario. Colored markers represent position estimates of the three pedestrians, while black lines indicate the true trajectories.
Sensors 19 04609 g011
Figure 12. Connectivity graph for cooperation radius R c { 0 , d , 3 d , 4 d , 6 d , 8 d } . Nodes are plotted in black and communication links are shown as red lines.
Figure 12. Connectivity graph for cooperation radius R c { 0 , d , 3 d , 4 d , 6 d , 8 d } . Nodes are plotted in black and communication links are shown as red lines.
Sensors 19 04609 g012
Figure 13. Heading RMSE as a function of the iterations and of the cooperation radius for the distributed approach.
Figure 13. Heading RMSE as a function of the iterations and of the cooperation radius for the distributed approach.
Sensors 19 04609 g013
Figure 14. Trajectories of 18 users by cooperative and non cooperative processing. Each marker and color combination uniquely represents a user. Black lines indicate the true trajectories. Each trajectory is covered by a group of 6 users that are walking vertically aligned, as indicated in Figure 12. The estimates are represented by colored markers, with a different color for each user and a different marker for each of the 3 trajectories. (a) Conventional PDR; (b) MPD & CDF; (c) MPD & DDF (CML-PDR).
Figure 14. Trajectories of 18 users by cooperative and non cooperative processing. Each marker and color combination uniquely represents a user. Black lines indicate the true trajectories. Each trajectory is covered by a group of 6 users that are walking vertically aligned, as indicated in Figure 12. The estimates are represented by colored markers, with a different color for each user and a different marker for each of the 3 trajectories. (a) Conventional PDR; (b) MPD & CDF; (c) MPD & DDF (CML-PDR).
Sensors 19 04609 g014
Figure 15. Heading RMSEs for the eight localization scenarios of the Large-Scale Scenario.
Figure 15. Heading RMSEs for the eight localization scenarios of the Large-Scale Scenario.
Sensors 19 04609 g015
Table 1. Small-Scale Scenario Experiments.
Table 1. Small-Scale Scenario Experiments.
Experiment IDCorridorTopologyNumber of Steps (Length)True Heading
U1U2U3U4
1LGA44 (26.4 m)99.18 99.18 99.18 99.18
244 (26.4 m)279.18 279.18 279.18 279.18
3B44 (26.4 m)99.18 99.18 99.18 279.18
444 (26.4 m)279.18 279.18 279.18 99.18
544 (26.4 m)99.18 99.18 99.18 279.18
644 (26.4 m)279.18 279.18 279.18 99.18
7GA42 (25.2 m)99.18 99.18 99.18 99.18
842 (25.2 m)279.18 279.18 279.18 279.18
9C42 (25.2 m)99.18 279.18 279.18 279.18
1042 (25.2 m)279.18 99.18 99.18 99.18
1142 (25.2 m)99.18 279.18 279.18 279.18
1242 (25.2 m)279.18 99.18 99.18 99.18
Table 2. Large-Scale Scenario Experiments.
Table 2. Large-Scale Scenario Experiments.
Scenario IDUNSW BuildingTrue HeadingN of UsersN of Experiments
1Library, 3rd Floor188.98 36
2Old Main Building, Ground Floor279.23 36
3Old Main Building, Ground Floor99.46 36
4Robert Webster Building, LG Floor99.26 36
5Robert Webster Building, LG Floor279.18 35
6ABS Building, 1st Floor99.26 36
7ABS Building, 1st Floor279.15 36
8Electrical Engineering Building, 2nd Floor98.90 36
Table 3. MPD Performance for Different Classifiers.
Table 3. MPD Performance for Different Classifiers.
Accuracy (%)
Support Vector MachineMulti-Layer PerceptronDecision TreeK-Nearest Neighbour ( K = 3 )Logistic RegressionNaïve Bayes
77.2894.8294.2192.3278.2982.15
Table 4. Comparison of classifiers accuracy for PC.
Table 4. Comparison of classifiers accuracy for PC.
Accuracy (%)
Support Vector MachineMulti-Layer PerceptronDecision TreeK-Nearest Neighbour ( K = 2 )Logistic RegressionNaïve Bayes
90.3790.6690.9090.1790.3788.83
Table 5. Heading errors in degree. Data in parenthesis represent outcomes obtained by PC performing with 100% accuracy.
Table 5. Heading errors in degree. Data in parenthesis represent outcomes obtained by PC performing with 100% accuracy.
Experiment IDConventional PDR ( )Cooperative ( )
DDF-WDDFMPD & DDF-WMPD & DDF
1577.98 (6.19)16.78 (15.07)8.77 (8.03)4.73 (3.84)
218.7312.23 (11.7)5.03 (3.93)5.19 (4.94)2.03 (1.39)
746.5913.24 (4.11)26.59 (18.95)13.04 (6.61)9.75 (2.01)
814.210.67 (0.55)7.24 (7.23)0.82 (0.81)1.83 (1.85)
97.712.49 (1.68)5.56 (1.95)1.78 (1.78)1.61 (1.61)
105330.15 (25.97)51.44 (37.07)8.84 (5.76)8.84 (5.75)
119.331.64 (1.79)3.15 (1.82)1.77 (1.77)1.77 (1.77)
1251.5823.06 (17.28)40.70 (25.84)5.54 (5.01)5.85 (5.53)
Average32.2711.42 (8.66)19.56 (13.98)5.72 (4.33)4.55 (2.97)

Share and Cite

MDPI and ACS Style

Jalal Abadi, M.; Luceri, L.; Hassan, M.; Chou, C.T.; Nicoli, M. A Cooperative Machine Learning Approach for Pedestrian Navigation in Indoor IoT. Sensors 2019, 19, 4609. https://doi.org/10.3390/s19214609

AMA Style

Jalal Abadi M, Luceri L, Hassan M, Chou CT, Nicoli M. A Cooperative Machine Learning Approach for Pedestrian Navigation in Indoor IoT. Sensors. 2019; 19(21):4609. https://doi.org/10.3390/s19214609

Chicago/Turabian Style

Jalal Abadi, Marzieh, Luca Luceri, Mahbub Hassan, Chun Tung Chou, and Monica Nicoli. 2019. "A Cooperative Machine Learning Approach for Pedestrian Navigation in Indoor IoT" Sensors 19, no. 21: 4609. https://doi.org/10.3390/s19214609

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