Next Article in Journal
Development of a Shipboard Remote Control and Telemetry Experimental System for Large-Scale Model’s Motions and Loads Measurement in Realistic Sea Waves
Next Article in Special Issue
Indoor Multipath Assisted Angle of Arrival Localization
Previous Article in Journal
Indoor Air Quality Analysis Using Deep Learning with Sensor Data
Previous Article in Special Issue
An Improved Indoor Positioning System Using RGB-D Cameras and Wireless Networks for Use in Complex Environments
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Model-Based Localization and Tracking Using Bluetooth Low-Energy Beacons

by
F. Serhan Daniş
1,2,* and
Ali Taylan Cemgil
1
1
Department of Computer Engineering, Boğaziçi University, Istanbul 34342, Turkey
2
Department of Computer Engineering, Galatasaray University, Istanbul 34349, Turkey
*
Author to whom correspondence should be addressed.
Sensors 2017, 17(11), 2484; https://doi.org/10.3390/s17112484
Submission received: 29 September 2017 / Revised: 22 October 2017 / Accepted: 26 October 2017 / Published: 29 October 2017

Abstract

:
We introduce a high precision localization and tracking method that makes use of cheap Bluetooth low-energy (BLE) beacons only. We track the position of a moving sensor by integrating highly unreliable and noisy BLE observations streaming from multiple locations. A novel aspect of our approach is the development of an observation model, specifically tailored for received signal strength indicator (RSSI) fingerprints: a combination based on the optimal transport model of Wasserstein distance. The tracking results of the entire system are compared with alternative baseline estimation methods, such as nearest neighboring fingerprints and an artificial neural network. Our results show that highly accurate estimation from noisy Bluetooth data is practically feasible with an observation model based on Wasserstein distance interpolation combined with the sequential Monte Carlo (SMC) method for tracking.

1. Introduction

In this work we address the problem of positioning and tracking using beacons that transmit data with Bluetooth low-energy (BLE) messages. In the most general setup, we distribute beacons whose exact positions are not necessarily known in a closed indoor area, and we need to estimate and track the position of a mobile sensor using BLE messages emitted by the beacons. As the underlying technology uses short wavelength radio signals, data transfer is affected by a high number of factors, such as scattering and reflections, all of which can not be exactly known. We attempt to model and solve this issue using probabilistic methods.
BLE is a distinctive feature that was added to the Bluetooth technology standard at v4.0. It has been introduced to facilitate short-range communication, which requires large amounts of data transfer. However, this new feature in Bluetooth technology made it a good candidate as part of positioning systems as it provides an efficient way of transferring messages with low energy, with the help battery-powered mobile beacons to emit messages for durations in the order of years [1]. Moreover, BLE technology provides the variables that can be used to predict the position information. One of those variables is the received signal strength indicator (RSSI), which may give an estimate of the flight distance of the signal from the beacon to the receiver [2]. Neburka et al. [3], after extensively analyzing the performance of BLE technology in indoor environments, show that it is a promising technique for indoor positioning, even though the RSSI values are inaccurate and highly depend on the BLE module used. Its new abilities, like durability, mobility, and high reaction time have led to the Bluetooth BLE technology replacing Wi-Fi for positioning purposes.
An accurate, lightweight, and easily deployable tracking system for indoor environments has many practical applications. For example, in marketing and retail, a reliable indoor positioning and tracking system (IPS) deployed in a closed area such as a mall or a shopping center, is used for targeted advertising, campaign management and customer behavior monitoring [4,5,6]. In healthcare, elderly people or patients with dementia can be tracked in indoor environments without needing any other caretaking personnel or complex sensors [7]. In a factory or production environment, assets or hardware can be continuously logged for security reasons or inventory analysis [8]. In mobile robotics, localization is the basis for trajectory planning and smooth and secure navigation. Researchers attempt to solve this problem with dead-reckoning using inertial sensors accompanied by visual/range-related environmental sensors like cameras, range scanners, and sonars, or use a combination of these methods [9,10]. BLE fits into this domain as another practical, simple, and economical sensory system.
There are mainly two basic techniques used in IPS: trilateration and fingerprinting: In trilateration, estimated distances are used to calculate the most probable coordinates using the geometry of triangles [11]. With BLE, the distances to the beacons are estimated via the RSSI readings which are expected to map to the actual distances according to the radio frequency (RF) propagation model [12]. Chen et al. [13,14] combine the pedesterian dead reckoning (PDR) with a weighted path loss (WPL) algorithm that bases on the log-distance path loss model between a router and a client, under an extended Kalman filter. While the technique is based on a fast training phase, problems arise due to the RSSI-to-distance mapping model, which is regarded unstable due to the unreliable distance estimation in BLE [15,16]. On the other hand, fingerprinting relies on a prior scene analysis (or radio map construction [17]), in which measurements are collected from the environment and calibrated into specific features, called fingerprints, which describe a part of the environment [18]. The system estimates the location of a sensor by comparing the online measurements with the fingerprints, and the most similar fingerprint location is regarded as an estimate for the expected position. To make the technique robust and precise, the fingerprint locations must be as dense as possible. Thus, there arises a trade-off between the installation overhead versus the precision. Besides, the overhead may also include the recalibration after the system is installed [19,20]. Previous work on IPS shows that fingerprinting-based techniques outperform the trilateration technique with respect to reliability and precision [16,21,22].
Different algorithms are employed over the above mentioned IPS techniques. The authors of [23] study three typical algorithms in IPS domain: the k-nearest neighbors (kNN), neural networks and support vector machines (SVM). They show that kNN methods yield better results for localization than the other two. The authors of [24] use fingerprint technique and evaluate BLE localization performances based on extensive indoor measurements, mapped by propagation modes. The authors of [25] combine the propagation model (PM) with the extended Kalman filter (EKF), and reach an error rate of 2.56 m, improving the localization accuracy with sparse beacon deployment. The authors of [26] compare the fingerprinting technique via Wi-Fi with the current fingerprinting via BLE. They use a Bayesian estimator as the main method for positioning with a grid size of 1 m, and achieve a tracking accuracy of 2.6 m using a dense beacon distribution and 4.8 m using a sparse distribution, which, as they claim, is a significant improvement over Wi-Fi even using sparse beacon deployment [27]. As another technique, Chen et al. [28] study the Bayesian fusion methods using Bluetooth fingerprints and achieve a horizontal positioning accuracy of 4.7 m on average with respect to Bayesian static estimation and Kalman filter.
Related literature guides us to use the fingerprinting technique. Nevertheless, we attempt to see if the trilateration technique may be applied with the beacon set in hand. As previous research [16] suggests, we ask if we can fit a logarithm-based attenuation model to the RSSI data so that we can map the data to a distance value easily, but without even attempting to perform a fitting, we can see the inconsistency in the histograms changing with distance. Figure 1 shows the points that move away from two different beacons and their corresponding histograms of the RSSI data on each position. While the expected behavior of the modes would be to move from lower values to higher values as the point gets farther away from the beacon, we cannot visualize this behavior consistently. The direction of the blue arrow is selected to be aligned with almost linearly positioned fingerprint locations, so that we expect a consistent attenuation of strength values of the corresponding beacon data. The histograms of the blue beacon on Figure 1 do not display the expected behavior. Instead, we see more than one peaked histograms as we get farther away. The same inconsistency can be visualized with the similar setting for the red beacon.
As we cannot map the data to some distance metric, the trilateration method does not seem to be an option in our case. Even when the beacon is in the line-of-sight (LoS) of the sensor, the data values show interesting fluctuations. Moreover, a single reading, which may be a reflection, would lead to incorrect distance mappings, but with fingerprinting the same reading can be explained by another mode of a histogram.
Accordingly in this work, we rely on the fingerprinting technique and we compute the histograms of RSSI readings on certain positions as the fingerprints (see Figure 2a), but we cannot use the conventional tracking algorithms like the Kalman filter or its variations as the fingerprint histograms do not display any Gaussian-like structure, possibly because of the signal reflections from various objects and surfaces (see Figure 2b). Moreover, we could have discarded the data of the lower strengths by using sliding windows to arrive at Gaussian-like histograms, but we have the tendency to keep the multimodality in the histograms, believing that the multimodality has the location information within.
However, for fine localization, we require many fingerprints, the collection of which costs time and thus is impractical. Vector interpolation techniques are considered to estimate the histograms associated with arbitrary map positions. Such a technique is applied in the works of [29,30] with Wi-Fi strength indicators. They approximate the likelihood of an observation via Nadaraya–Watson kernel regression, which is a computationally complex model, but they achieve accuracies under one meter with Wi-Fi.
We introduce a histogram interpolation technique, affine Wasserstein histogram interpolation, into the IPS domain to approximate a radio map using lower number of fingerprints, which is obviously less time consuming and more practical. With an intelligent interpolation, sparsely distributed fingerprints are used to estimate the densities at any location. Our radio map model differs from the state-of-the-art by its tendency to define the interpolated histograms by a combination of the surrounding histograms, which makes the method totally data driven, and thus the output is expected to keep the original modes of the histograms (because of scattering and reflections).
The Wasserstein distance is originally a distance metric in optimal transport, defining the distance between two distributions [31]. While optimally transporting measures between distributions, a transport map is calculated and the measures are gradually moved according to this map [32,33], which corresponds to an interpolation between two distributions. The authors of [34] use a similar regression intuition in computer graphics under the name `Wasserstein Barycenter coordinates’. One of their applications is recolorizing the images with a transition between the original and the objective color histograms. Likewise, the authors of [35] introduce a class of algorithms for tractable optimization problems to solve optimal transportation over geometric domains and apply the idea for shape interpolation, Bidirectional Reflectance Distribution Function (BRDF) design, color histogram manipulation, skeleton layout, and soft maps.
With a radio map approximation model in hand, we require a tracking method to estimate the positions. For this purpose, the authors of [36] employ the article filter for indoor localization fusing Wi-Fi- received signal strengths with accelerometer, gyroscope, map, and barometer data. They show that map information provides a significant improvement on the positioning accuracy. The authors of [37] use the particle filter over the iBeacon data. They achieve an error rate as low as 0.27 m using the trilateration technique.
For the localization purposes, the SMC method can be employed if we can model the motion and have a location related evaluation [38]. As we have both, we build an SMC method to tackle the problem of indoor positioning and tracking. However, the main contribution of this work is the application of Wasserstein interpolation to estimate the observation densities that map the positions to the beacon RSSI densities. As side contributions, we also add the other regression methods, like the k-nearest neighbor convex combination and neural networks to estimate the observation densities on arbitrary map coordinates. The estimated observation densities are then used to in the update step of the SMC algorithm.
In Section 2, we give the details on the tracking algorithms and the accessories used in these algorithms. Section 3 describes the test setup and the experiments. We give the experimental results in Section 4 and finalize our report with a summary and a plan of the future of the research in Section 5.

2. Methodology

We are dealing with an indoor positioning and tracking problem. This section shows the model of this problem, a hidden Markov model (HMM), followed by a simple transition density model. We focus primarily on the estimation of the observation densities on arbitrary positions, so that the likelihood of a single position can be computed. While we contribute to the domain with the application of Wasserstein interpolation to estimate observation density, many other regression or interpolation methods are also discussed. With transition and observation densities in hand, we show how to construct an SMC filter for BLE localization and tracking at the end of the section.
In the most general case, bold uppercase letters ( T , H ) denote matrices, and bold lowercase letters ( x , y , α ) are the vectors. Concordantly, h will always symbolize the histogram vectors. An element of a vector will be denoted with the unbold version of the original vector and with an index in the subscript. Index numbering is classically in lower case. Particularly, t always denotes the time points. The superscript on the histogram ( h P ) symbolizes the position it is generated on. If the histogram is estimated by a specific method, it will be marked with a tilde (∼), the method will be written in the subscript, and possible hyperparameters will be written as parameters to the method function ( h ˜ NF P ( k ) ). The positions are of two types: P, the arbitrary ones, and F, the fingerprint positions. Fingerprint positions will be indexed in the subscript as they belong to a finite set. p ( x | y , Θ ) denote the conditional probability distributions, and Θ are the problem specific hyperparameters that, in this work, depend on the estimation algorithms.

2.1. Tracking Problem

We form a hidden Markov model (HMM) for the tracking problem. Let A be a subset of R 2 and P = ( x , y ) be a position in this set A , forming the latent variables. We observe the RSSI values belonging to a discrete set of { 120 , , 60 } , the size of which is adjusted according to the maximal values of the captured RSSI values. We denote each data instance D t b , with t being the time stamp of such an instance and b being the index of the beacon that transmits data. According to our model D t b depends on the position P t and the beacon b t . The generative model follows and the graphical model is given in Figure 3:
D t b p ( D t b | P t , Θ ) P 0 p ( P 0 ) P t p ( P t | P t 1 )
For the transition density, p ( P t | P t 1 ) , we use the motion model given in Section 2.2. In Section 2.3, we construct the estimators for the observation density via multiple methods that use the fingerprints. With the estimated observation densities we compute the likelihood of a new observation sample, p ( D t b | P t , Θ ) . The two models are then combined in a tracking filter described in Section 2.4.

2.2. Transition Model (Diffusion Motion Model)

We restrict our agent to reside on a plane, in which the position is composed of two Cartesian coordinates, x t = ( x t , y t ) (see Figure 4).
We assume that the robot is not fed by any internal sensory data that enables dead reckoning. The diffusion motion model relies on the assumption that the robot will be in a close position to a previous one, which is thus modeled as a Gaussian distribution with the previous position as the mean value. The covariance of the distribution determines how far the robot can move in a time unit [10].
The next state, x t , can be modeled by:
x y t = x y t 1 + ε x ε y
where ε i = N ( 0 , R ) . We assume that distributions on individual dimensions are independent and their variances are equal (R).

2.3. Observation Models

In this section, we list our contributions for the observation models to find an estimate on the likelihood of a measurement given a position of the map.

2.3.1. Nearest Fingerprint (NF)

The most naïve method to estimate the likelihood density on a position P is to use directly the information on the nearest fingerprint position, corresponding to the k-nearest neighbor method with k = 1 . For a given position, P, we find the nearest fingerprint position to P with respect to the Euclidean distance. With F i F and i [ 1 . . N ] :
i = arg min i P F i
We use the corresponding histogram on the closest fingerprint location, h F i , as the likelihood:
p ( D b | P , Θ ) = h ˜ NF P = h F i
This method assumes that the area in which the position estimation will be handled is densely sampled, so that for every position P, there happens to be a close fingerprint position.

2.3.2. k-Nearest Fingerprint Combination (kNF)

Alternatively, we can take the convex combination of the surrounding fingerprints. We compute a linear combination of the histograms with respect to their distances to the estimation position which reside in the convex hull of the input histograms (see Figure 5). Furthermore, we generalize the convex combination onto the plane spanned by the fingerprint positions, relaxing the convex hull to an affine hull, making it an affine vector combination.
Let F j denote the fingerprint positions on which the histograms are previously computed, h F j , and let the position P reside in the affine hull of a subset of fingerprint positions. Then the histogram on P, h P = { h i } , is defined as:
h i = j λ j h i F j
where λ = { λ j } are multipliers that are tuned with respect to the distances between the estimation position P and the fingerprint positions F j , and necessarily j λ j = 1 . In particular, we use the softmax function to boost the effect of the close fingerprint positions: λ j = exp ( P F j ) k exp ( P F k ) . The observation density of a specific position on the map can then be estimated as
p ( D b | P , Θ ) = h ˜ kNF P ( k )
where k is a parameter that decides how many fingerprint positions closest to the estimation position will be used. Note that the method NF is the special case of kNF with k = 1 .

2.3.3. The Artificial Neural Network (ANN)

Considering the problem as a regression, the intuition leads to tackle it using the neural network approach. A multilayer neural network takes the map coordinates as the input, and returns the histogram measures at that coordinates as the output. We expect the synaptic links to learn the histograms with respect to the positions (see Figure 6).
Layers are fully connected via nonlinear activation functions (hyperbolic tangent and sigmoid) of the linear perceptron equations. We also add a bias for each node to make the structure learn an offset value if possible. The forward neural equations in matrix notation are given in (7).
Z = tanh X 1 W H = sigm Z 1 V
where X is of size N × ( D + 1 ) , W of ( D + 1 ) × M , Z of N × ( M + 1 ) , V of ( M + 1 ) × L , and H of N × L , and the sizes N , D , M and L denote the sample size, number of inputs (coordinates), hidden layer size, and number of outputs (histogram indices), respectively.
We employ the Keras Deep Learning Libary [39] for training the neural network model and find the interlayer weights. The algorithm starts with uniformly randomized weights with values in [ 0.05 , 0.05 ] . The first layer is passed through the hyperbolic tangent and the second layer through the sigmoid function as the relations are considered to be nonlinear. We use the RMSprop, an adaptive gradient descent-based learning rate method as the optimizer [40], and the mean squared error as the loss function.
With the weights in hand after training, we run the network in the forward direction to get a histogram estimation for the position of interpolation, P:
p ( D b | P , Θ ) = h ˜ ANN P ( N h )
where N h is the size of the hidden layer.

2.3.4. Affine Wasserstein Combination (AWC)

The Wasserstein distance is originally a distance metric used to compare densities [32,33]. In the process of calculating the cost to transport the measures between densities, we also obtain a transport function that maps the measures of one density to the measures of the other one. We employ the transport function to produce an interpolation by transporting the mesaures gradually and to develop an affine combination between two or more histogram positions.
In a discrete state space, we replace the transport function, T ( x ) with a transport matrix, T = { τ i , j } , which represents the measure to be transported from a one dimensional vector, x = { x i } , to another one dimensional vector, y = { y i } . In our case, these vectors are actually normalized histograms, whose bins are identical and each bin index corresponds to an integer between the given extremities.
x = { x i } y = { y i } where 0 x i 1 0 y i 1 and i x i = 1 i y i = 1
In the discrete case [41], the Wasserstein distance is the minimum cost of transporting one histogram onto another:
W ( x , y ) = min W W x , y i , j τ i , j c ( i , j )
where τ i , j is the measure that would be transported from the location i to the location j and c ( i , j ) is the cost multiplier that is usually related to the distance between the locations i , j .
If the cost function, c, is a linear function, the Wasserstein transport matrix is efficiently computed by scanning the array and keeping track of the transported weights between bins.

Wasserstein Interpolation

We can perform the interpolation operation in multiple ways (Figure 7). In fact, we define two parameters, α and β , both in the interval of [ 0 , 1 ] [33]. The actual interpolation between densities is controlled by the coefficient α , which decides how similar would the interpolation be to the original densities. For the values of α near zero, the interpolation will be similar to the source histogram, whereas for the higher values will make the interpolation resemble the destination histogram. β controls the evolution of the interpolaton between a linear interpolation ( β = 0 ) and a displacement interpolation ( β = 1 ) [33].
Formally, given two histograms, namely h 0 and h 1 , we first compute the Wasserstein mapping, T h 0 , h 1 , which is merely a matrix that demonstrates the transport plan of the measures. According to this transport plan, we calculate two intermediate plans, I α , β = { ι i , j } and I α , β = { ι i , j } , which represent the destination indices. The measures, τ i , j will be distributed to:
ι i , j = i + α β ( j i ) ι i , j = j ( 1 α ) β ( j i )
where . is the ceil operator as the indices should be integers. Indices of the final interpolation are computed as follows:
h k = i j ( 1 α ) τ i , j δ ( ι i , j = k ) + α τ i , j δ ( ι i , j = k )
where δ { 0 , 1 } is the Kronecker delta operator.
Note that a two-position convex combination (kNF) of histograms is merely a special case of the Wasserstein combination, in which β is set to 0.

Affine Wasserstein Combination

The interpolation of histograms can be generalized to their linear combinations by varying α on the real line, relaxing the limitation of the interval [ 0 , 1 ] to acquire values out of the interval. With the intermediate transport plans (9), we redefine the interpolation operation at (10) as:
h k = i j | 1 α | | 1 α | + | α | τ i , j δ ( ι i , j = k ) + | α | | 1 α | + | α | τ i , j δ ( ι i , j = k )
The algorithm is given in Algorithm 1 and the combinations for different values of α and β can be seen in Figure 8.
Algorithm 1 Affine Wasserstein Histogram Combination
1:
Initial two histograms h 0 = { h i 0 } and h 1 = { h j 1 } .
2:
Calculate the discrete Wasserstein mapping T = { τ i , j } .
3:
Initialize the interpolation h with zeros, h k = 0 .
4:
for all i , j do
5:
 Calculate new histogram indices of the measure
k 0 = i + α β ( j i )
k 1 = j ( 1 α ) β ( j i )
6:
 Distribute the weight on these indices
h k 0 = h k 0 + | 1 α | | 1 α | + | α | τ i , j
h k 1 = h k 1 + | α | | 1 α | + | α | τ i , j
7:
end for
8:
return   h

Pair Selection Strategy (Loose Alignment)

For a given position, P, we find the nearest fingerprint positions F i from the set of all fingerprint locations, F i F . If an arbitrary point in a closed area ( P A ) is loosely aligned with two fingerprint locations on which some histograms are defined, we can compute an affine combination of histograms on this point P using the two fingerprints. A point P is aligned loosely with two other points ( F i , F j ) if
d ( F i , F j , P ) ρ
where d defines the orthogonal distance of a point to a line, F i , F j is the set of affine combinations or simply the line passing through the points F i and F j , and ρ is the looseness parameter (See Figure 9).
Finally, if there exist predefined histograms at positions F i and F j and if P is aligned loosely with these positions with respect to a previously defined ρ , we can apply an affine Wasserstein combination of histograms between h F i and h F j at P.

Two-Position Affine Wasserstein Combination (AWC-B)

As an attenuation model of wireless signals does not necessarily behave linearly, we propose multiple mappings, f m , that map the distance between map positions to the Wasserstein similarity parameter, α . These mappings are linear, quadratic, cubic, logarithmic, and exponential mappings, α = f m ( F i , P ) / f m ( F i , F j ) . This mapping is another parameter to be decided upon.
With T F i , F j being the Wasserstein mapping from the histogram at F i to the histogram at F j , the affine combination of histograms between h F i and h F j at P is computed. An estimator for the probability density at the position P would be:
p ( D b | P , Θ ) = h ˜ AWC - B P ( α , β )
The original Wasserstein transport problem is defined to be an interpolation [33], where α is restricted to be in [ 0 , 1 ] , however without this limitation in α , the interpolation generalizes to an affine combination, so that the position P does not necessarily have to reside in the convex hull of the fingerprints. The method is expected to give a likelihood density estimation out of this hull, as the candidate position P may exist out of the hull. The definition does not depend on the density of the fingerprints, but the accuracy would depend on the scatter of the fingerprints.

Multiple-Position Combination (AWC-E)

The Wasserstein combination method for a single position can be employed using only two fingerprints, but the method is prone to losing any other surrounding information. In order to take advantage of the whole map and be able to compare this method with other estimation algorithms that use more than two fingerprints, we develop an extension on the affine Wasserstein combination method.
According to this extension, for the position of interest, P, we select all of the possible fingerprint pairs that can generate a combination according to the selection model. For each pair we perform the pairwise combination and obtain a histogram estimation on P with each pair. The final combination, h ˜ AWC - E , is found by taking the affine combination of the available two-position affine Wasserstein combinations, h ˜ AWC - B , and averaging them with the weights, λ i , inverse exponentially proportional to the pairwise average distances to P. We will denote the final histogram with h ˜ AWC - E :
p ( D b | P , Θ ) = h ˜ AWC - E P = i exp ( λ i ) h ˜ AWC - B P

2.4. Inference with the SMC Filter

Having a transition density between positions and an estimate for the observation density to evaluate the measurements with respect to the positions, we have all the ingredients to build up a sequential Monte Carlo method (particle filter) [42,43] to track an agent that reads data from the surrounding beacons. The algorithm of the SMC filter is given in Algorithm 2.
In our setting, we use the generative model defined in (1) with the graphical model in Figure 3. For the transition density, p ( P t | P t 1 ( i ) ) , we employ the diffusion motion model (2), assuming that no rotation or translation information is supplied. For the observation density, p ( D t | P ˜ t ( i ) ) , we have five different estimators, listed in Section 2.3 as (4), (5), (8), (12) and (13).
Algorithm 2 SMC Filter for BLE Localization
1:
Instantiate
For i [ 1 . . N ] , sample P 0 ( i ) p ( P 0 )
2:
Importance Sampling
Update time index t t + 1
For i [ 1 . . N ] , sample P ˜ t ( i ) p ( P t | P t 1 ( i ) )
For i [ 1 . . N ] , evaluate to obtain the importance weights w t ( i ) = p ( D t | P ˜ t ( i ) )
Normalize the importance weights w ˜ t ( i ) = w t ( i ) i = 0 N w t ( i )
3:
Select
Resample N particles as P t ( i ) from the particles P ˜ t ( i ) according to the importance weights.
4:
Recurse with repeating 2.

3. Setup

3.1. Beacons and Sensors

In our measurement setup, we use multiple stationary beacons that serve as message emitters. These are the commercial Bluetooth low-energy beacons supplied by Boni working at around 1 Hz each. The placement of the beacons are shown in colored circles in Figure 2a.
A USB Bluetooth dongle receives the BLE messages and reads RSSI values that are used for both fingerprinting and tracking purposes. The Bluetooth dongle is attached to the top of a tripod (1.5 m in height) to elevate the sensor in order to increase the line-of-sight with the beacons (see Figure 10).

3.2. Test Area and Fingerprints

We use a living room of a flat actively used by a married couple to collect data. A plan of the room is given in Figure 2a. The area has a length of 6.66 m and a width of 5.36 m. To gather data, we log the incoming BLE RSSI data with respect to the beacon MAC address on different points in the test area.
On the selected locations of the area, we set up the Bluetooth dongle to dump the incoming raw BLE RSSI data for 24 h, corresponding to about 85 K data points for each beacon, in order to obtain a data spectrum as redundant and as time invariant as possible. Histograms on each position for each dongle are then generated using these data. In our work, a total of 50 days of BLE data are collected with one location per day, making 50 different positions on the map (Figure 2a). Histograms are normalized to represent a density of the RSSI values on a point on the map. If no data belonging to a beacon can be captured on a certain point, then its corresponding distribution is set to constant zero (see Figure 2b). The normalized version of the histograms are called the fingerprints of the specific indoor area, which represent a summary of the map in the means of BLE data, or a probabilistic radio map.
This work aims to encode the location (not distance) information with the fingerprints. Hence, a previous scene analysis is required. Should a new beacon be added into the system, its fingerprint information on specific locations should also be added. In our setup, we naturally receive data from other beacons, or other Bluetooth based transmissions. We filter them out as we do not assume to have any previously known “location vs. rssi”-based information related to those beacons.
Because measurements are conducted in an actual living room, where interferences due to Wi-Fi signal from multiple sources, other Bluetooth-based signals, multiple living beings, and metallic masses are highly probable.

3.3. Model Parameters

Emission density estimators have their own model parameters (represented previously as Θ ). Before employing the tracking algorithms with different estimators, we search for their optimal values by trial-and-error using the leave-one-out cross-validation (LOOCV) strategy [44,45] using the full set of fingerprints (50 measurement locations) and search for the parameter configurations that minimize the error between the estimated histogram and the original fingerprint. We report these parameters as a list:
  • Nearest fingerprint ( NF ):
    • No parameters
  • k-Nearest fingerprints ( kNF ):
    • Number of nearest fingerprints: k = 8
  • Artificial neural networks with one layer ( ANN ):
    • Number of hidden layer nodes: N h = 40
    • Hidden layer activation function: tanh
    • Output layer activation function: sigmoid
  • Affine Wasserstein combination with the best two positions ( AWC - B ):
    • Distance to decibel mapping function: linear
    • Evolution type parameter: β = 0.36
    • Looseness parameter: ρ = 0.63
  • Affine Wasserstein combination with multiple positions ( AWC - E ):
    • Distance to decibel mapping function: linear
    • Evolution type parameter: β = 0.38
    • Looseness parameter: ρ = 0.53
We also search for the optimal variances (R) of the predictive distribution for the diffusion model (Section 2.2) that maximizes the localization performance. For this purpose, we take tests of the whole tracking system with different observation density estimators using different variances for the predictive distribution. With an exhaustive search we find and set the optimal variance parameter as R = 0.38 .

3.4. Fingerprint Sets

We test the observation density estimators on different subsets of fingerprint locations. Beginning with the whole set of 50 fingerprint locations, we run simulations with the estimation algorithms using the sets of 32, 21, 15 and 8 fingerprint locations. The configurations are shown in Figure 11.
As the complexity of the algorithms are also similar, we do not mention their complexities. Only ANN takes too long to train, while it passes an actual training procedure compared to the others. Moreover, we use a fine grid structured probabilistic radio map, on which histograms for every beacon every grid center are previously computed, so that for the actual runs the likelihood estimation of the particles is merely a lookup table operation with the trade-off of high memory usage.

3.5. Test Trajectories and Observations

For testing purposes, we sampled synthetic trajectories that imitate the movement of a person that navigates at 0.5 m/s with low tendency to rotate and receives beacon data similar to the BLE RSSI data generated in the setup area (see Figure 12). The details of the trajectory generation are given in Appendix A.
Observational data are sampled afterwards on the trajectory points. The details of the data generation is given in Appendix B.

3.6. Summary of Experiments

We supply a brief summary of the experiments for the readers (see Figure 13). As per the figure, we first collect long hours of BLE RSSI data from densely selected points in the area (a). We then convert these data into fingerprints (normalized histograms) that can be queried for the likelihood of a RSSI value given 2D point and beacon ID (b). With data from multiple fingerprint locations in hand, we search for the model parameters of the individual location estimators like k in kNF , N h in ANN or β and ρ in AWC -based estimators (c). We then select a subset of fingerprint locations (d) and we then run the estimators with these parameters on a fine grid with points of 0.1 m apart, in order to construct a grid of observation densities for different beacons, or namely an estimate of the probabilistic radio map of the area (e).
In a different track, (f) we sample a trajectory of a virtual agent that navigates in the test area and generate RSSI data from the previously collected dense fingerprint locations. Finally, using the estimate of the probabilistic radio map as the observation density, sampled RSSI data on the trajectory points as the observations and the motion model as the prediction density, (g) we employ the SMC filter to estimate the position estimations for the observations and measure the tracking performance of the specific method.

4. Simulations and Results

We defined five different estimator methods to estimate the observation densities: NF , kNF , ANN , AWC - B , and AWC - E . The estimations are performed using 50, 32, 21, 15, and 8 measurement locations. The estimators estimate the observation densities for particle evaluation in the update step of the SMC algorithm. For the prediction step we employ the motion model defined in Section 2.2, and the recursive loop of the SMC algorithm is closed. The simulations are designed with Python-3.4 and are run with a particle size of 10 K on an Intel Xeon 2630. The particle evaluation step is parallelized by 32 processes. Each iteration takes about 0.8 s. A snapshot of the running SMC algorithm is given in Figure 14.
The SMC filter was run for the same trajectory of 232 points, with 32 of them discarded as the burn-in period, leaving us with 200 points of error for each run. We log the distances of the predicted positions to the original positions as errors. Each combination (estimator and fingerprint set size) is repeated 30 times, which gives 6000 position estimations or error measurements per combination. The box plot of the statistics is given in Figure 15. We report both mean and median errors.
It can be seen from the results that high-resolution fingerprint information with 50 fingerprint locations (FL) defines the map the best for the tracking purposes with any of the applied methods. Without employing any complicated method, that is, using only NF in estimating the observation density, gives the best result: an error rate of 0.66 m, with the lowest variance. This is an expected result but with an impractical setting. With more than 50 fingerprint locations, this error rate will surely get lower, but making the scene analysis much more of a burden at the same time. Collecting data from many locations is obviously not practical. A reduced number of fingerprints would facilitate the installation and calibration procedure in BLE positioning and tracking infrastructure, so that the results for such scenarios are substantial and realistic for us.
As the configurations lose a number of fingerprint locations, we see that NF is unable to keep its success with the highest resolution, and Wasserstein interpolation-based techniques stand out. Even though the error rates are over 1 m, AWC - B looks especially promising with an error rate of 1.29 m with 15 fingerprint locations. The same algorithm gives an error rate of 1.9 m with only 8 fingerprint locations.
The neural network approach ( ANN ) is both inconvenient as we do not have many samples for training and impractical as the training iterations take too long. Moreover, the results show that ANN yields consistently higher error rates compared to the other methods. These results are expected whilst the neural networks require many samples beforehand, and we also try to reduce the required fingerprint size, which makes ANN naturally inappropriate for our purposes.
Table 1 summarizes the mean localization errors for different fingerprint confugurations with respect to the applied estimator algorithms. Concentrating on the results with lower number of fingerprints (15 and 8), we see that Wasserstein-based methods race head to head with the kNF method. We also run two t-tests for significance analysis on the last two configurations. In the significance test tables we report the p-values for the one-sided hypothesis if the value on the row is less than the value on the column. According to the p-values, for 15 fingerprint locations (see Table 2), AWC - B has the best localization performance, but for the configuration of 8 fingerprint locations (see Table 3), there is no best estimator, because AWC - B and kNF cannot outperform each other.
Even though the box plots in Figure 15 give a hint about error distributions, we also supply the explicit distributions and corresponding cumulative error distributions. In Figure 16, we encode the methods with the same color codes with Figure 15.
The figures clearly show that the error distributions are not normally distributed, which is probably due to sudden incorrect far position estimations in the SMC filter. We believe that such results are better shown with box plots and medians, as the errors have skewed distributions, where means would be misleading. We also report the error medians in Table 4.
For the significance test, because the error results are not necessarily normally distributed, we apply one-sided Wilcoxon signed-rank tests on the error rates of the configuration pairs. We report the two low sized fingerprint sets’ values with the confidence value of α < 0.05 .
Table 5 shows that for the configuration of 15 fingerprint locations, the proposed methods AWC - B and AWC - E , perform significantly better than any other methods we compared. For a smaller configuration of eight locations, we see almost the same results. Table 6 shows that the proposed methods perform significantly better than the applied techniques, except against kNF , in which we can say that our methods perform slightly better than kNF . This leads to the claim that, for the small-sized fingerprint sets (8 and 15), Wasserstein-based interpolation techniques reduce the errors significantly, (except for only one case) compared to the applied techniques so far. Moreover, as the complexity of the methods is similar, Wasserstein interpolation techniques are preferable for small-sized fingerprint sets. Amongst the proposed methods, AWC - B is seen to perform slightly better than its counterpart AWC - E .
Thus, we conclude that that two methods AWC - B and AWC - E are the two candidates to be used in observation density estimation in the SMC filter for tracking purposes with BLE beacon information for lower number of fingerprints if the positions of these fingerprints are scattered evenly in order to perform better histogram interpolations.

5. Conclusions

In this work, we have developed a method to render indoor localization and tracking practical using only BLE sensors. Our model-based approach relies critically on the accurate estimation of a probabilistic radio map—a distribution of RSSI values for every position inside the region of interest—from a few RSSI fingerprint measurements, obtained only at a few locations. The estimated radio map is subsequently used as the observation model of a dynamical system where we do target tracking by a sequential Monte Carlo algorithm.
Not surprisingly, there is a direct relationship between the accuracy of the radiomap and accuracy of localization and tracking. We show first that when RSSI fingerprints are collected on a very dense grid, a radio map can be accurately estimated and a satisfactory tracking performance can be obtained despite the high variability of the actual measurements. However, dense fingerprint sampling is often not practical or at least not desired in real applications as this requires careful measurement and a long data collection process. In this paper, we develop methods to obtain accurate radio maps from far fewer and sparsely sampled fingerprints and show empirically that tracking accuracy is still acceptable.
We cast the radio map estimation as a fingerprint interpolation method, that we cast as a regression problem. We have proposed two variations of the Wasserstein interpolation method, which is also originally derived from the Wasserstein distance computation method. The first one uses two points as the pivot points to find an affine combination on an unknown coordinate aligned with the pivot points. The second one fuses multiple affine combinations to estimate a histogram on an unknown coordinate. The results of these Wasserstein variations are compared with the results of the well known regression methods, namely the nearest neighbor approach, the affine combination and the neural networks
We can generalize from the results that we can estimate the unknown radio information on the arbitrary positions by an interpolation using the radio strength densities on previously measured positions. Moreover, Wasserstein combination variations are good candidates for histogram estimation purposes, as the error rates of these metods increase consistently while the number of fingerprints are reduced, but they perform better compared to the other applied techniques.
An expected result is that with such small data, neural networks are unable to learn the nonlinear histogram on a planar surface without overlearning. The domain can benefit from the autoregressive models to train the histograms against the positions.
In fingerprinting techniques, initial scene analysis is a must, but it is not practical to collect data from high number of locations. For future work, an immediate study could to perform an analysis on the appropriate fingerprint locations. Having the practicality in mind, the researcher can also find the number of fingerprint locations with respect to the area size and the required fineness. Additionally, if a method can give confidence for a position in the area, it may urge the researcher to gather data from locations with low confidence values. A proper Gaussian process regression for multiple outputs would be a good future study using this data, as the algorithm by nature provides the confidence values.

Author Contributions

F. Serhan Daniş and Ali Taylan Cemgil conceived and designed the algorithms and the experiments. F. Serhan Daniş collected the data, performed experiments and analyzed the data. Both authors wrote and revised the document.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Trajectory Sampling

The generative model from which we sample the trajectory points follows:
τ 0 = 0 x 0 , y 0 U ( A ) θ 0 U ( [ 0 , 2 π ] ) δ ˜ t τ G ( a τ , b τ ) δ ˜ t l G ( a l , b l ) δ ˜ t θ N ( 0 , s ) τ t = τ t 1 + δ ˜ t τ x t = x t 1 + δ ˜ t l cos ( θ t 1 + δ ˜ t θ ) y t = y t 1 + δ ˜ t l sin ( θ t 1 + δ ˜ t θ ) θ t = θ t 1 + δ ˜ t θ
We sample an initial location in A and an initial orientation between 0 and 2 π , and set the initial time stamp to 0. At each step, a time interval, δ ˜ t τ , and a distance value, δ ˜ t l , are sampled from gamma distributions, and a rotation value, δ ˜ t θ , is sampled from a normal distribution. The parameters of the distributions, a τ , b τ , a l , b l , s are experimentally set to generate values similar with the real data. To prevent our virtual robot from leaving the area, sampled rotation values are deliberately manipulated by an additional value of π 8 according to the current orientation. This helps the robot return smoothly into the area when it approaches the borders. Sample trajectories can be seen in Figure 12.

Appendix B. Data Sampling

The generative model from which we sample the RSSI data on the trajectory points follows:
b t M ( b , P t ) i = arg min i d ( P t , F i ) D t M ( h b t F i )
We first sample a beacon label from the set of all available beacons b , according to a probability distribution P t , which reshapes at each time step inversely proportional to the use counts of the beacons, in order to let the beacons be sampled uniformly in small time windows. We then find the closest fingerprint index ( i ), and sample an RSSI value, D t , using the corresponding beacon histogram.

References

  1. Cinefra, N. An Adaptive Indoor Positioning System Based on Bluetooth Low Energy RSSI. Master’s Thesis, Politecnico di Milano, Milano, Italy, 24 April 2013. [Google Scholar]
  2. Cabarkapa, D.; Grujic, I.; Pavlovic, P. Comparative Analysis of the Bluetooth Low-Energy Indoor Positioning systems. In Proceedings of the 12th International Conference on Telecommunication in Modern Satellite, Cable and Broadcasting Services (TELSIKS), Nis, Serbia, 14–17 October 2015; pp. 76–79. [Google Scholar]
  3. Neburka, J.; Tlamsa, Z.; Benes, V.; Polak, L.; Kaller, O.; Bolecek, L.; Sebesta, J.; Kratochvil, T. Study of the Performance of RSSI Based Bluetooth Smart Indoor Positioning. In Proceedings of the 26th International Conference Radioelektronika (RADIOELEKTRONIKA), Kosice, Slovakia, 19–20 April 2016; pp. 121–125. [Google Scholar]
  4. 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, UbiComp ’12; ACM: New York, NY, USA, 2012; pp. 421–430. [Google Scholar]
  5. Kuo, Y.S.; Pannuto, P.; Hsiao, K.J.; Dutta, P. Luxapose: Indoor Positioning with Mobile Phones and Visible Light. In Proceedings of the 20th Annual International Conference on Mobile Computing and Networking, MobiCom ’14; ACM: New York, NY, USA, 2014; pp. 447–458. [Google Scholar]
  6. Dickinson, P.; Cielniak, G.; Szymanezyk, O.; Mannion, M. Indoor Positioning of Shoppers Using a Network of Bluetooth Low Energy Beacons. In Proceedings of the International Conference on Indoor Positioning and Indoor Navigation (IPIN), Alcala de Henares, Madrid, Spain, 4–7 October 2016; pp. 1–8. [Google Scholar]
  7. Komai, K.; Fujimoto, M.; Arakawa, Y.; Suwa, H.; Kashimoto, Y.; Yasumoto, K. Elderly Person Monitoring in Day Care Center Using Bluetooth Low Energy. In Proceedings of the 10th International Symposium on Medical Information and Communication Technology (ISMICT), Worcester, MA, USA, 20–23 March 2016; pp. 1–5. [Google Scholar]
  8. Bisio, I.; Sciarrone, A.; Zappatore, S. A new asset tracking architecture integrating RFID, Bluetooth Low Energy tags and ad hoc smartphone applications. Pervasive Mob. Comput. 2016, 31, 79–93. [Google Scholar] [CrossRef]
  9. Siegwart, R.; Nourbakhsh, I.R. Introduction to Autonomous Mobile Robots; Bradford Company: Scituate, MA, USA, 2004. [Google Scholar]
  10. Thrun, S.; Burgard, W.; Fox, D. Probabilistic Robotics (Intelligent Robotics and Autonomous Agents); The MIT Press: Cambridge, MA, USA, 2005. [Google Scholar]
  11. Martin, P.; Ho, B.J.; Grupen, N.; Muñoz, S.; Srivastava, M. An iBeacon Primer for Indoor Localization: Demo Abstract. In Proceedings of the 1st ACM Conference on Embedded Systems for Energy-Efficient Buildings, BuildSys ’14; ACM: New York, NY, USA, 2014; pp. 190–191. [Google Scholar]
  12. Boukerche, A.; Oliveira, H.A.B.F.; Nakamura, E.F.; Loureiro, A.A.F. Localization systems for wireless sensor networks. IEEE Wirel. Commun. 2007, 14, 6–12. [Google Scholar] [CrossRef]
  13. Chen, Z.; Zou, H.; Jiang, H.; Zhu, Q.; Soh, Y.C.; Xie, L. Fusion of WiFi, Smartphone Sensors and Landmarks Using the Kalman Filter for Indoor Localization. Sensors 2015, 15, 715–732. [Google Scholar] [CrossRef] [PubMed]
  14. 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]
  15. Mahiddin, N.A.; Safie, N.; Nadia, E.; Safei, S.; Fadzli, E. Indoor Position Detection Using WiFi and Trilateration Technique. In Proceedings of the International Conference on Informatics and Applications (ICIA2012), Kuala Terengganu, Malaysia, 2–5 June 2012; pp. 362–366. [Google Scholar]
  16. Dahlgren, E.; Mahmood, H. Evaluation of Indoor Positioning Based on Bluetooth Smart technology. Master’s Thesis, Chalmers University of Technology, Gothenburg, Sweden, 10 June 2014. [Google Scholar]
  17. Muñoz-Salinas, R.; Marín-Jiménez, M.J.; Yeguas-Bolivar, E.; Carnicer, R.M. Mapping and Localization from Planar Markers. arXiv, 2016; arXiv:abs/1606.00151. [Google Scholar]
  18. Pritt, N. Indoor Location with Wi-Fi Fingerprinting. In Proceedings of the Applied Imagery Pattern Recognition Workshop (AIPR), Washington, DC, USA, 23–25 October 2013; pp. 1–8. [Google Scholar]
  19. Liu, H.; Darabi, H.; Banerjee, P.; Liu, J. Survey of Wireless Indoor Positioning Techniques and Systems. Trans. Syst. Man Cybern. Part C 2007, 37, 1067–1080. [Google Scholar] [CrossRef]
  20. Farid, Z.; Nordin, R.; Ismail, M. Recent Advances in Wireless Indoor Localization Techniques and System. J. Comput. Netw. Commun. 2013, 2013, 12. [Google Scholar] [CrossRef]
  21. Toplan, E. RFID Based Indoor Location Tracking. Master’s Thesis, Bogazici University, Istanbul, Turkey, 2011. [Google Scholar]
  22. Bisio, I.; Lavagetto, F.; Marchese, M.; Sciarrone, A. Smart probabilistic fingerprinting for WiFi-based indoor positioning with mobile devices. Pervasive Mob. Comput. 2016, 31, 107–123. [Google Scholar] [CrossRef]
  23. Zhang, L.; Liu, X.; Song, J.; Gurrin, C.; Zhu, Z. A Comprehensive Study of Bluetooth Fingerprinting-Based Algorithms for Localization. In Proceedings of the 27th International Conference on Advanced Information Networking and Applications Workshops (WAINA), Barcelona, Spain, 25–28 March 2013; pp. 300–305. [Google Scholar]
  24. Pelant, J.; Tlamsa, Z.; Benes, V.; Polak, L.; Kaller, O.; Bolecek, L.; Kufa, J.; Sebesta, J.; Kratochvil, T. BLE device indoor localization based on RSS fingerprinting mapped by propagation modes. In Proceedings of the 27th International Conference Radioelektronika (RADIOELEKTRONIKA), Brno, Czech Republic, 19–20 April 2017; pp. 1–5. [Google Scholar]
  25. 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] [PubMed]
  26. 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+ 2014), Tampa, FL, USA, 8–12 September 2014; Volume 812. [Google Scholar]
  27. Faragher, R.; Harle, R. Location Fingerprinting With Bluetooth Low Energy Beacons. IEEE J. Sel. Areas Commun. 2015, 33, 2418–2428. [Google Scholar] [CrossRef]
  28. Chen, L.; Pei, L.; Kuusniemi, H.; Chen, Y.; Kröger, T.; Chen, R. Bayesian Fusion for Indoor Positioning Using Bluetooth Fingerprints. Wirel. Pers. Commun. 2013, 70, 1735–1745. [Google Scholar] [CrossRef]
  29. Zhang, V.Y.; Wong, A.K.S. Kernel-based Particle Filtering for Indoor Tracking in WLANs. J. Netw. Comput. Appl. 2012, 35, 1807–1817. [Google Scholar] [CrossRef]
  30. Zhang, V.Y.; Wong, A.K.S.; Woo, K.T. Histogram Based Particle Filtering with Online Adaptation for Indoor Tracking in WLANs. Int. J. Wirel. Inf. Netw. 2012, 19, 239–253. [Google Scholar] [CrossRef]
  31. Villani, C. The Wasserstein distances. In Optimal Transport: Old and New; Springer: Berlin/Heidelberg, Germany, 2009; pp. 93–111. [Google Scholar]
  32. Benamou, J.D.; Brenier, Y. A computational fluid mechanics solution to the Monge-Kantorovich mass transfer problem. Numer. Math. 2000, 84, 375–393. [Google Scholar] [CrossRef]
  33. Papadakis, N.; Peyré, G.; Oudet, E. Optimal Transport with Proximal Splitting. SIAM J. Imaging Sci. 2014, 7, 212–238. [Google Scholar] [CrossRef] [Green Version]
  34. Bonneel, N.; Peyré, G.; Cuturi, M. Wasserstein Barycentric Coordinates: Histogram Regression Using Optimal Transport. ACM Trans. Graph. 2016, 35. [Google Scholar] [CrossRef]
  35. Solomon, J.; de Goes, F.; Peyré, G.; Cuturi, M.; Butscher, A.; Nguyen, A.; Du, T.; Guibas, L. Convolutional Wasserstein Distances: Efficient Optimal Transportation on Geometric Domains. ACM Trans. Graph. 2015, 34, 66. [Google Scholar] [CrossRef]
  36. Nurminen, H.; Ristimäki, A.; Ali-Löytty, S.; Piché, R. Particle Filter and Smoother for Indoor Localization. In Proceedings of the International Conference on Indoor Positioning and Indoor Navigation, Montbeliard-Belfort, France, 28–31 October 2013; pp. 1–10. [Google Scholar]
  37. Zafari, F.; Papapanagiotou, I. Enhancing iBeacon Based Micro-Location with Particle Filtering. In Proceedings of the IEEE Global Communications Conference (GLOBECOM), San Diego, CA, USA, 6–10 December 2015; pp. 1–7. [Google Scholar]
  38. Gustafsson, F.; Gunnarsson, F.; Bergman, N.; Forssell, U.; Jansson, J.; Karlsson, R.; Nordlund, P.J. Particle filters for positioning, navigation, and tracking. IEEE Trans. Signal Process. 2002, 50, 425–437. [Google Scholar] [CrossRef]
  39. Chollet, F. Keras. 2015. Available online: https://github.com/fchollet/keras (accessed on 27 July 2017).
  40. Tieleman, T.; Hinton, G. Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude. In COURSERA: Neural Networks for Machine Learning; University of Toronto: Toronto, ON, Canada, 2012. [Google Scholar]
  41. Ferradans, S.; Papadakis, N.; Rabin, J.; Peyré, G.; Aujol, J.F. Regularized Discrete Optimal Transport. In SSVM 2013—International Conference on Scale Space and Variational Methods in Computer Vision; Kuijper, A., Bredies, K., Pock, T., Bischof, H., Eds.; Springer: Leibnitz, Austria, 2013; Volume 7893, pp. 428–439. [Google Scholar]
  42. Gordon, N.; Salmond, D.; Smith, A. Novel approach to nonlinear/non-Gaussian Bayesian state estimation. IEEE Proc. F Radar Signal Process. 1993, 140, 107–113. [Google Scholar] [CrossRef]
  43. Doucet, A.; de Freitas, N.; Gordon, N. An Introduction to Sequential Monte Carlo Methods. In Sequential Monte Carlo Methods in Practice; Springer: New York, NY, USA, 2001; pp. 3–14. [Google Scholar]
  44. Alpaydin, E. Introduction to Machine Learning, 2nd ed.; The MIT Press: Cambridge, MA, USA, 2010. [Google Scholar]
  45. Arlot, S.; Celisse, A. A survey of cross-validation procedures for model selection. Statist. Surv. 2010, 4, 40–79. [Google Scholar] [CrossRef]
Figure 1. Change in the histograms with respect to distance.
Figure 1. Change in the histograms with respect to distance.
Sensors 17 02484 g001
Figure 2. Sample fingerprints and their positions. (a) A dense fingerprinting example in an indoor environment. Hollow, black and colored dots show measurement positions, sample fingerprint positions (b) and beacon positions, respectively. (b) Sample fingerprints (histograms) on different locations for different beacons. Color codes are the same with the beacon dot colors in (a).
Figure 2. Sample fingerprints and their positions. (a) A dense fingerprinting example in an indoor environment. Hollow, black and colored dots show measurement positions, sample fingerprint positions (b) and beacon positions, respectively. (b) Sample fingerprints (histograms) on different locations for different beacons. Color codes are the same with the beacon dot colors in (a).
Sensors 17 02484 g002
Figure 3. Graphical model for tracking.
Figure 3. Graphical model for tracking.
Sensors 17 02484 g003
Figure 4. Distribution of the position of a mobile agent at time t.
Figure 4. Distribution of the position of a mobile agent at time t.
Sensors 17 02484 g004
Figure 5. Visualization of a convex combination at the position P in the convex hull of some other fingerprint positions.
Figure 5. Visualization of a convex combination at the position P in the convex hull of some other fingerprint positions.
Sensors 17 02484 g005
Figure 6. Neural network structure for histogram estimation.
Figure 6. Neural network structure for histogram estimation.
Sensors 17 02484 g006
Figure 7. Interpolation ambiguity: We want to move the pile of red histogram onto the green histogram. The figure on the left represents a direct jump of the measures onto the new location, whereas the one on the right shows a gradual movement of the measures towards the new pile location.
Figure 7. Interpolation ambiguity: We want to move the pile of red histogram onto the green histogram. The figure on the left represents a direct jump of the measures onto the new location, whereas the one on the right shows a gradual movement of the measures towards the new pile location.
Sensors 17 02484 g007
Figure 8. Affine combination of two histograms of Gaussian densities for different α and β values. Yellow vertical lines show the original location of the modes.
Figure 8. Affine combination of two histograms of Gaussian densities for different α and β values. Yellow vertical lines show the original location of the modes.
Sensors 17 02484 g008
Figure 9. A position P is loosely aligned with positions F i and F j if it falls in the green area.
Figure 9. A position P is loosely aligned with positions F i and F j if it falls in the green area.
Sensors 17 02484 g009
Figure 10. Bluetooth dongle on a tripod and beacons mounted on the walls.
Figure 10. Bluetooth dongle on a tripod and beacons mounted on the walls.
Sensors 17 02484 g010
Figure 11. Distribution of fingerprint locations with different sizes. Black dots: measurement locations, colored dots: beacon locations.
Figure 11. Distribution of fingerprint locations with different sizes. Black dots: measurement locations, colored dots: beacon locations.
Sensors 17 02484 g011
Figure 12. Sampled trajectories with different parameters.
Figure 12. Sampled trajectories with different parameters.
Sensors 17 02484 g012
Figure 13. Block diagram of the experimental setup.
Figure 13. Block diagram of the experimental setup.
Sensors 17 02484 g013
Figure 14. Running sequential Monte Carlo (SMC) filter: The yellow trajectory shows the computer-generated positions, while the cyan trajectory shows the estimation.
Figure 14. Running sequential Monte Carlo (SMC) filter: The yellow trajectory shows the computer-generated positions, while the cyan trajectory shows the estimation.
Sensors 17 02484 g014
Figure 15. Trajectory estimation performances of different observation models with different sizes of fingerprint sets with black lines denoting medians and red lines for means. NF: nearest fingerprint; kNF: k-nearest fingerprint; ANN: artificial neural network; AWC-B: affine Wasserstein combination with the best two positions; AWC-E: affine Wasserstein combination with multiple positions.
Figure 15. Trajectory estimation performances of different observation models with different sizes of fingerprint sets with black lines denoting medians and red lines for means. NF: nearest fingerprint; kNF: k-nearest fingerprint; ANN: artificial neural network; AWC-B: affine Wasserstein combination with the best two positions; AWC-E: affine Wasserstein combination with multiple positions.
Sensors 17 02484 g015
Figure 16. Localization error distributions and corresponding cumulative error distributions for two fingerprint location configurations: 15 and 8 locations.
Figure 16. Localization error distributions and corresponding cumulative error distributions for two fingerprint location configurations: 15 and 8 locations.
Sensors 17 02484 g016
Table 1. Means of trajectory estimation performances.
Table 1. Means of trajectory estimation performances.
Means50 FLs32 FLs21 FLs15 FLs8 FLs
NF 0.6631.2661.6021.4142.012
kNF 1.0331.3591.5611.4451.908
ANN 1.6611.5152.0982.0942.395
AWC - B 0.9321.0981.6621.2941.910
AWC - E 1.1571.3551.5881.3141.956
Table 2. p-values of the pairwise one-sided t-tests of the results for the set of 15 FLs.
Table 2. p-values of the pairwise one-sided t-tests of the results for the set of 15 FLs.
< NF kNF ANN AWC - B AWC - E
NF -0.00000.00001.00001.0000
kNF 1.0000-0.00001.00001.0000
ANN 1.00001.0000-1.00001.0000
AWC - B 0.00000.00000.0000-0.0000
AWC - E 0.00000.00000.00001.0000-
Table 3. p-values of the pairwise one-sided t-tests of the results for the set of 8 FLs.
Table 3. p-values of the pairwise one-sided t-tests of the results for the set of 8 FLs.
< NF kNF ANN AWC - B AWC - E
NF -1.00000.00001.00001.0000
kNF 0.0000-0.00001.00000.0000
ANN 1.00001.0000-1.00001.0000
AWC - B 0.00001.00000.0000-0.0000
AWC - E 0.00001.00000.00001.0000-
Table 4. Medians of trajectory estimation performances.
Table 4. Medians of trajectory estimation performances.
Medians50 FLs32 FLs21 FLs15 FLs8 FLs
NF 0.5191.0081.2591.2671.754
kNF 0.8471.1941.3851.3421.753
ANN 1.6071.2892.1271.8892.403
AWC - B 0.6760.8591.3491.1181.672
AWC - E 0.9841.3091.2321.1741.724
Table 5. p-values of the pairwise one-sided Wilcoxon tests of the results for the set of 15 FLs.
Table 5. p-values of the pairwise one-sided Wilcoxon tests of the results for the set of 15 FLs.
< NF kNF ANN AWC - B AWC - E
NF -0.00000.00001.00000.9998
kNF 1.0000-0.00001.00001.0000
ANN 1.00001.0000-1.00001.0000
AWC - B 0.00000.00000.0000-0.0001
AWC - E 0.00020.00000.00000.9999-
Table 6. p-Values of the pairwise one-sided Wilcoxon tests of the results for the set of 8 FLs.
Table 6. p-Values of the pairwise one-sided Wilcoxon tests of the results for the set of 8 FLs.
< NF kNF ANN AWC - B AWC - E
NF -1.00000.00001.00001.0000
kNF 0.0000-0.00000.90140.5156
ANN 1.00001.0000-1.00001.0000
AWC - B 0.00000.09860.0000-0.1205
AWC - E 0.00000.48440.00000.8795-

Share and Cite

MDPI and ACS Style

Daniş, F.S.; Cemgil, A.T. Model-Based Localization and Tracking Using Bluetooth Low-Energy Beacons. Sensors 2017, 17, 2484. https://doi.org/10.3390/s17112484

AMA Style

Daniş FS, Cemgil AT. Model-Based Localization and Tracking Using Bluetooth Low-Energy Beacons. Sensors. 2017; 17(11):2484. https://doi.org/10.3390/s17112484

Chicago/Turabian Style

Daniş, F. Serhan, and Ali Taylan Cemgil. 2017. "Model-Based Localization and Tracking Using Bluetooth Low-Energy Beacons" Sensors 17, no. 11: 2484. https://doi.org/10.3390/s17112484

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