Abstract
Location-enabled Internet of things (IoT) has attracted much attention from the scientific and industrial communities given its high relevance in application domains such as agriculture, wildlife management, and infectious disease control. The frequency and accuracy of location information plays an important role in the success of these applications. However, frequent and accurate self-localization of IoT devices is challenging due to their resource-constrained nature. In this paper, we propose a new algorithm for self-localization of IoT devices using noisy received signal strength indicator (RSSI) measurements and perturbed anchor node position estimates. In the proposed algorithm, we minimize a weighted sum-square-distance-error cost function in an iterative fashion utilizing the gradient-descent method. We calculate the weights using the statistical properties of the perturbations in the measurements. We assume log-normal distribution for the RSSI-induced distance estimates due to considering the log-distance path-loss model with normally-distributed perturbations for the RSSI measurements in the logarithmic scale. We also assume normally-distributed perturbation in the anchor position estimates. We compare the performance of the proposed algorithm with that of an existing algorithm that takes a similar approach but only accounts for the perturbations in the RSSI measurements. Our simulation results show that by taking into account the error in the anchor positions, a significant improvement in the localization accuracy can be achieved. The proposed algorithm uses only a single measurement of RSSI and one estimate of each anchor position. This makes the proposed algorithm suitable for frequent and accurate localization of IoT devices.
Keywords: IoT, Multilateration, RSSI, Self-localization, Weighted least-squares
Introduction
The location information plays an important role in the success of various IoT-based applications related to, for example, healthcare, agriculture, and disaster management [1–8]. The contact-tracing applications, which have emerged as helpful tools to contain the spread of COVID-19 pandemic, are also based on accurate and frequent location and distance information [9–11]. However, the self-localization of IoT devices is still challenging due to inherent characteristics of the pertinent applications such as the use of low-grade sensors, environmental disturbances, and lack of line of sight (LoS).
Global navigation satellite system (GNSS) receivers are generally used in IoT devices to obtain location information. However, these receivers are known for being power hungry and poor performance in indoor and dense outdoor areas such as forests and cities [12–15]. In addition, equipping each node with a GNSS receiver in mass IoT deployments may also be infeasible due to cost constraints. A number of alternative technologies such as cooperative localization (based on different ranging methods), use of environmental signals (magnetic, air pressure, etc.), and use of micro-electromechanical systems (MEMS) sensors have been proposed in the literature to address various issues around localization of resource-constrained devices [16–19].
In mass deployment scenario such as large-scale agriculture or wildlife monitoring, centimeter-level accuracy is often not required. Therefore, the alternative localization technologies such as cooperative localization using received signal strength indicator (RSSI) measurements have emerged as effective methods for localizing groups of battery-operated mobile nodes. They reduce the energy consumption by minimizing the use of expensive localization methods such as GNSS [20, 21]. In cooperative localization, any node interested in estimating its own position, referred to as the “blind node”, receives position and distance information from its neighboring nodes, called the “anchor nodes”, and estimates its position through multilateration.
In multilateration, a blind node requires the position of the anchor nodes and the distances to them in order to calculate its position. Given accurate anchor node positions and distances, the blind node position is the intersection of the circles with the origins located at the anchor node positions and the radii equal to the corresponding distances. The left plot in Fig. 1 shows three anchor nodes A, B, C with their positions given by coordinates (x1, y1), (x2, y2), (x3, y3), which are known exactly, and one blind node D with unknown position coordinate (x, y). The exact distances between the anchor nodes and the blind node are represented as d1, d2, d3. Given the exact distances and anchor node positions, the blind node position can be calculated by intersecting the mentioned circles.
Fig. 1.
Left: multilateration given the perfect knowledge of anchor positions and distances. Right: multilateration when both anchor positions and distance measurements are perturbed
In real life, neither the distance estimates nor the anchor positions are error-free as the RSSI measurements are subject to perturbations arising from model inaccuracy, thermal noise, and measurement error while anchor node position information is usually corrupted by noise or error, especially when it is the product of a previous estimation process including the GNSS. Therefore, in practice, the left-hand side plot of Fig. 1 turns into the one on the right-hand side, where the intersection of circles has uncertainty. The solution to the blind node position estimation problem depends upon the nature of the perturbations assumed in the distance and anchor node position estimates.
The problem of coping with the adverse effects of perturbations in the RSSI measurements [9, 22–27] and the anchor node position information [28–39] has received significant attention from the research communities. Most of the existing proposed solutions rely on complex optimization techniques such as semidefinite programming (SDP) or second-order cone programming (SOCP) to mitigate the adverse effects of perturbations. However, SDP and SOCP-based methods are computational expensive and generally unsuitable for localization of resource-constrained devices.
In this paper, we propose a self-localization algorithm suitable for resource-constrained IoT devices given perturbed anchor position information and noisy RSSI-based distance estimates. We tackle the considered self-localization problem by formulating a weighted least-squares cost function, which we minimize using the gradient-descent method. Each term in the cost function is the weighted square of the difference between the distance inferred from an RSSI measurement and the Euclidean distance between the blind node and the anchor node to which the RSSI measurement corresponds. We weight the square-error terms by their variances, which are estimated by taking into account perturbations in both RSSI measurements and anchor node position information. We use the well-known log-normal shadowing path-loss model as the radio propagation model. Therefore, we assume that the RSSI measurements in the logarithmic (dBm) scale are affected by normally-distributed perturbation and consequently the distance estimates inferred from the RSSI measurements have log-normal distribution.
We compare the performance of the proposed algorithm with that of an existing WLS-based algorithm [25] that only takes into account the perturbations in the RSSI measurements and has similar computational requirements. Our simulation-based evaluations reveal that significant improvement in location accuracy can be achieved by accounting for anchor position errors in the weight calculations. The proposed algorithm uses only a single RSSI measurement and position estimate corresponding to each anchor node. This makes the proposed algorithm suitable for frequent and accurate self-localization of IoT devices.
This paper is an extension of our previous work presented in [40]. The major additions to [40] are as follows:
In this paper, we investigate the performance of the proposed algorithm in both cases of anchor node position perturbations being homogeneous and heterogeneous.
We derive the Cramer-Rao lower bound (CRLB) for the problem in hand.
We investigate the impact of the perturbations in anchor node positions and RSSI measurements on the best achievable localization accuracy.
The experiments presented in this paper are more extensive and are entirely different from those in [40].
There are other substantial enhancements in various parts of the paper including introduction, literature review, algorithm description, and the general narrative.
Related Work
In this paper, we are interested in self-localization by a resource-constrained mobile node. Some example related applications are proximity services, mobile phone users tracking, and animal tracking [41]. The considered problem has the following distinct features compared to other localization problems, such as self-localization by a static blind node, target localization, and joint multiple blind and anchor node localization, considered in [22, 30, 34, 35, 42–46]:
Unlike in target localization, the anchor nodes are not required to be in the communication range of each other.
Limited resources entail the need for avoiding complex algorithms in performing multi-source or joint localization.
The autonomous mobile nature of the nodes may lead to temporary grouping behaviors. The grouping interval sometimes may not be enough to receive or share the results of joint localization.
Substantial research efforts have been dedicated to developing localization algorithms that can compensate for the adverse effects of perturbations in the RSSI measurements and the anchor node position information [29, 31, 32, 34, 35]. Most of the proposed algorithms that can cope with perturbations in both RSSI measurements and anchor node position information assume zero-mean Gaussian perturbation in the distance measurements and use computationally demanding optimization techniques such as SDP or SOCP.
In [47–49], the authors propose an RSSI-based solution for location estimation of a source and multiple anchor nodes. They also provide the theoretical bounds for their solution as well as an interpretation of the theoretical bounds. The nature of the perturbations considered in [47–49] is the same as what we consider in this paper. However, their approach is based on using multiple RSSI and anchor position measurements. Nonetheless, our work is focused on energy-efficient outdoor localization of mobile nodes where the GNSS is the main source of anchor position information while being responsible for the majority of energy consumed. Therefore, the requirement of multiple measurements of a anchor position is not in line with our goal of energy/resource-efficient localization.
In [50], the authors explore the concept of collaborative GNSS duty cycling using Wi-Fi ad-hoc connectivity while ensuring application-specific error bounds. Whenever a node approaches the error bound, it first requests another (hopefully better) position estimate from its neighborhood and awaits for a response within a certain timeframe. In the case of a positive response, the node updates its position estimate. Otherwise, it acquires its own GNSS position coordinates and broadcasts them.
In [50], the authors present an algorithm for self-localization in resource-constrained environments but their main aim is to minimize the energy consumption. They do not consider any perturbation in distance estimates or neighborhood position information. In [51], the authors aim at improving the Wi-Fi positioning in indoor environments by using the RSSI-based distances among neighbors. They calculate confidence scores as weights in deciding the positions of the neighbors. The confidence of the Wi-Fi-based position is a function of the standard deviation of the multiple Wi-Fi scans for the same point. A lower standard deviation means higher confidence on position and vice-versa. Similarly, the confidence score of the Bluetooth is assigned by RSSI modeling in different settings of the indoor environment. Lastly, game theory is used to determine the final position of the nodes. Similar to others, this work only considers the error in the RSSI measurements. A simple subspace-based algorithm for single mobile node positioning using time of arrival (TOA) measurements from three or more anchors with exact position information is given in [52].
In [25], the authors propose two WLS-based algorithms, called hyperbolic and circular, to localize a node in the presence of log-normal perturbations in the RSSI-based distance measurements. The hyperbolic algorithm linearizes the problem and solves it using the WLS method. The circular algorithm minimize the weighted approximation of the original non-linear sum-square-error cost function using the gradient-descent method. The circular algorithm performs better than the hyperbolic algorithm due to minimization of the original cost function by an iterative approach. The proposed algorithms match the low computational requirement of our applications of interest but do not consider perturbations in the anchor node positions. Our proposed algorithm is based on a similar approach and is of non-linear WLS type but assumes perturbations in the anchor positions as well.
In summary, the existing relevant works either assume the perturbations in both RSSI-based distance measurements and anchor positions to have normal distribution, which is not realistic given that the RSSI-based distance measurements follow log-normal distribution [53], or propose solutions that are based on complex optimization techniques such as SDP or SOCP. The applications of our interest fall into a category where a resource-constrained mobile node has access to perturbed anchor node positions and RSSI measurements and is interested in localizing itself in a resource-efficient way. We consider a more realistic log-normal perturbation for the RSSI-based distance measurements and normal distribution for anchor position perturbations. To meet the resource-efficiency requirement, we find a weighted nonlinear least-squares solution for the considered location estimation problem by minimizing a weighted sum-square error cost function using the gradient-descent method.
Notations: The symbol denotes the set of positive integers and denotes the set of real numbers. A lower-case letter, e.g., x, represents a scalar variable; a lower-case bold letter, e.g., , represents a vector; and an upper-case bold letter, e.g., , represents a matrix. The superscript denotes the vector/matrix transpose and denotes the matrix inverse. A letter with a tilde accent, e.g., , represents the noisy observation of the original variable, ; a letter with a hat accent, e.g., , represents an estimated value; and a letter with an overbar, e.g., , represents an approximate value. The operator is the partial derivative with respect to the variable v, returns the variance of a scalar, returns the covariance matrix of its vector argument, is the expectation operator, and is the matrix trace operator. The symbol represents the normal (Gaussian) distribution with mean and standard deviation .
Problem Statement
We consider the problem of self-localization by a single node, referred to as the blind node, on a two-dimensional Cartesian plane. The blind node is interested in obtaining an estimate of its true position, denoted by . There are nodes, referred to as the anchor nodes, arbitrarily distributed within the communication range of the blind node at locations , . The locations of the anchor nodes are known to the blind node only approximately as they are corrupted by random perturbations. The blind node estimates its distance from the anchor nodes using available RSSI measurements that are also subject to random perturbations. We denote the perturbed knowledge of the anchor node positions at the blind node by , , and the corresponding perturbed RSSI measurements by , , in the linear (mW) scale and by , , in the logarithmic (dBm) scale.
We adopt the following common assumptions:
A1: The available knowledge of the position of the ith anchor node on x and y axes are corrupted by independent additive zero-mean Gaussian perturbations with standard deviation . The perturbations of different anchor node positions are independent of each other and the values of may not be the same for different anchor nodes. Therefore, we have
| 1 |
| 2 |
| 3 |
A2: The path-loss model for the radio signal propagation is the log-normal shadowing model. Therefore, the RSSI measurement of the signal transmitted from the ith anchor node and received at the blind node has a nominal value of in the logarithmic (dBm) domain. However, the actual measured value is a realization of the nominal value corrupted by a zero-mean Gaussian perturbation with standard deviation , i.e.,
| 4 |
| 5 |
According to the shadowing path-loss model, we have
| 6 |
where
| 7 |
is the distance between the blind node and the ith anchor node. In addition, , , and , are the reference distance, the received power at the reference distance, and the path-loss exponent, respectively. Therefore, given the perturbed value , the RSSI-induced estimate for the distance between the blind node and the ith anchor node, denoted by , is given by
| 8 |
Furthermore, we assume that the blind node and the anchor nodes have limited computational and energy resources. Hence, at any particular instance of localization, only one RSSI measurement and position estimate from each anchor node is available to the blind node.
Proposed Algorithm
One can estimate the position of the blind node by minimizing the following sum-square-error cost function
| 9 |
where
| 10 |
and
| 11 |
Given an initial estimate, the blind node’s position can be estimated using a gradient-descent method as follows:
| 12 |
where is the step-size parameter and and are the estimate of and at iteration k, respectively.
However, we do not have access to the unperturbed values , , and . Hence, we replace them with their corresponding perturbed observations , , and and approximate the ith error term with
| 13 |
where
| 14 |
In addition, to factor in the difference in the scale and statistical properties of the values associated with different anchor nodes, we weight each error term with the inverse of its standard deviation. Therefore, we minimize the following WLS cost function
| 15 |
Since the perturbations of the anchor positions and RSSI-induced distances are independent of each other, each variance term can be calculated as
| 16 |
To calculate the first term on the right-hand side of (16), we note that is the Euclidean distance of the points (x, y) and where x and y are deterministic variables and and are independent stochastic variables that have Gaussian distributions with means and , respectively, and the same variance . Therefore, has a Rice distribution [54] with the variance
| 17 |
where
| 18 |
and is a Laguerre polynomial expressed as
| 19 |
with and being the modified Bessel functions of the first kind with order zero and one, respectively. The Laguerre polynomial , is the solution of the following second-order linear differential Eq. [55, 56]
| 20 |
Considering the assumption A2, the second term on the right-hand side of (16) is calculated as [25]
| 21 |
where
| 22 |
We estimate the blind node position by minimizing the formulated cost function (15) in an iterative manner using the gradient-descent method. Since the unperturbed anchor positions , , are unknown, we replace in (17) with its approximate value of
| 23 |
where is the most recent estimate of the blind node location. In addition, we replace the unknown values of , in (21) with their available approximate values , . Therefore, we calculate the gradients as
| 24 |
and
| 25 |
where the weight that is an estimate of the variance of the error due to the measurements related to the ith anchor node is calculated at the kth iteration as
| 26 |
Computational Complexity
At each iteration, the proposed algorithm requires 16M multiplications and 4M divisions as well as M square-root and 4M exponentiation operations where M is the number of anchor nodes. Note that the required computations do not involve any complex number and are performed on real numbers. The required Bessel function values can be obtained using look-up tables, which only incur some extra storage requirement. Therefore, the proposed algorithm has a computational complexity of where I is the total number of iterations needed for convergence.
Cramer-Rao Lower Bound
Given an observation vector in relation to an unknown parameter vector , the Cramer-Rao lower bound (CRLB) sets a lower bound on the covariance of any unbiased non-Bayesian estimator of . The CRLB is the inverse of the Fisher information matrix (FIM), denoted by . Therefore, we have
| 27 |
The FIM represents the information provided by the observation about the unobserved parameter vector and is calculated as
| 28 |
where is the log-likelihood function of given .
In our self-localization problem, the observation vector contains the perturbed anchor positions , , and the perturbed RSSI measurements , . Therefore, it can be written as
| 29 |
Given (45) and (6), the probability density function (pdf) of is expressed as [23]
| 30 |
where
| 31 |
Our unknown parameters of interest are the position coordinates of the blind node . However, since the RSSI values are functions of the unknown unperturbed anchor positions, , , we include the unperturbed anchor positions as the nuisance parameters. Hence, the unknown parameter vector is
| 32 |
The perturbed anchor node positions , , are statistically independent of each other as well as the RSSI values. Therefore, the log-likelihood function can be written as
| 33 |
We derive the second-order partial derivatives of with respective to the entries of , required for the calculation of the FIM, in the "Appendix". Using [23]
| 34 |
together with the results in the "Appendix", we can express the FIM as
| 35 |
where
| 36 |
| 37 |
and is the identity matrix. Consequently, we obtain a lower bound on the localization root-mean-square error (RMSE) of any unbiased estimator of the blind node location as below
Performance Evaluation
This section is focused on performance evaluation of the proposed algorithm. We first describe the algorithm in comparison followed by the results of some experiments performed to find the minimum number of anchor nodes required to obtain a satisfactory localization accuracy in the presence of perturbations. Then, we describe the simulation setup and different scenarios simulated to evaluate the performance. Lastly, we present the simulation results and our key observations.
Algorithm in Comparison
The performance of the purposed algorithm is compared with the weighted circular algorithm proposed in [25]. Similar to our assumptions, the authors of [25] assume the presence of log-normally distributed perturbations in the RSSI-induced distance estimates. However, they assume the availability of noise-free anchor position information. They also rely on minimizing a weighted sum-square-distance-error cost function in an iterative fashion using the gradient-descent method. However, their weight calculation only considers the perturbations in the RSSI measurements. The high level of similarity in assumptions and approach to solve the problem in hand makes the algorithm proposed in [25] a suitable candidate for algorithm in comparison. Moreover, to the best of our knowledge it is the only relevant algorithm in the literature that has a computational complexity comparable to that of the proposed algorithm.
Cramer-Rao Lower Bound Experimental Insights
The number of anchor nodes required to perform self-localization by a blind node in a group of resource-constrained nodes is an important factor for determining the usefulness of any localization algorithm. This is because the anchor nodes may also be resource-constrained in nature and frequent use of their positioning sensors, such as the GNSS receiver, will drain the battery quickly. This defeats the major purpose of energy-efficient self-localization for resource-constrained devices.
In a perturbation-free environment, we require at least three anchor nodes to localize a blind node in 2D. However, three anchor nodes may not be sufficient to achieve the required level of accuracy in the presence of perturbations. Therefore, we perform some experiments to find the minimum number of nodes required to achieve a reasonable localization accuracy in the presence of perturbations in both anchor positions and RSSI measurements.
In the first experiment, we simulate a scenario in which initially only three anchor nodes and one blind node are present in a region. The three sub-figures in Fig. 2a show three different node placement arrangements selected for evaluation. The three anchor nodes and one blind node used in this experiment are labelled as “anchor 1-3” and “blind node”, respectively. For now, let us ignore the anchor nodes labeled as “anchor 4-6” and “anchor 7-12”. We consider the standard deviation of the perturbation in the anchor position to be equal to 1m, 3m, and 5m. We vary the standard deviation of the RSSI perturbations between 1dB and 10dB. We evaluate the CRLB for two different perturbation scenarios, i.e., when the perturbations are only present in the RSSI measurements and when the perturbations are present in both RSSI measurements and anchor position information. For the former, we use the CRLB derived in [23] and label the results as “CRLB-R-1,3,5m”. For the latter, we use the CRLB derived in Section 5 while “CRLB-RP-1m”, “CRLB-RP-3m”, and “CRLB-RP-5m” represent the results when is equal to 1m, 3m, and 5m, respectively.
Fig. 2.
(a) Three stages of the network used in three experiments with a fixed blind node position (the green dot). The first experiment consists of three anchors represented by squares, the triangles represent the added three anchors in the second experiment, and the stars represent the six anchors added in the third experiment; (b) the CRLB of localization RMSE of the network simulated in the first experiment; (c) the CRLB of localization RMSE of the network simulated in the second experiment; (d) the CRLB of localization RMSE of the network simulated in the third experiment
The three sub-figures of Fig. 2b present the results for the three corresponding node placements given in Fig. 2a. The following observations are made from Fig. 2b:
As expected “CRLB-R-1,3,5m” do not vary with the level of perturbation in the anchor position information.
The presence of perturbation in anchor position information as represented by “CRLB-RP-1m” does not increase the CRLB noticeably compared to “CRLB-R-1,3,5m”. This is possibly due to the perturbation in RSSI dominating the localization accuracy. Hence, both algorithms (proposed and the algorithm in comparison) perform similarly in such perturbation scenarios.
For being equal to 3m and 5m, the CRLB rises to 25m, which is considerably high for any practical purpose. Hence, we conclude that three anchor nodes are not sufficient to have a reasonably good localization estimate in the presence of perturbations.
In the second experiment, we keep everything the same as the previous experiment except for adding three more anchor nodes to the scenario. The newly added anchor nodes in this experiment are shown as “anchor 4–6” in 2a. Let us ignore the anchor nodes labeled as “anchor 7–12” for now. Therefore, in this experiment, the blind node receives the RSSI and anchor position information from six anchor nodes compared to three in the first experiment. The three sub-figures of Fig. 2c present the results for the corresponding three node placements shown in Fig. 2a. The following observations are made from Fig. 2c:
The addition of three anchor nodes reduces the CRLB drastically compared to the CRLB values in 2b.
The upper limit of the CRLB in all the three sub-figures is only around 10m.
In the third experiment, we keep everything the same as the second experiment except for adding six more anchor nodes to the scenario. Therefore, the blind node receives the RSSI and anchor position information from twelve anchor nodes compared to six in the second experiment. The anchor nodes added in this experiment are labeled as “anchor 7-12”). The three sub-figures of Fig. 2d present the results for the corresponding three node placements shown in Fig. 2a. The following observations are made from Fig. 2d:
The CRLB using twelve nodes is considerably low compared to using three anchor nodes.
The CRLB gap using six and twelve anchor nodes has a maximum value around 20% in all the cases, whereas from an energy consumption perspective, the latter case requires about twice the energy. A similar observation of insignificant performance improvement by adding more anchor nodes has been made in [26].
In light of the above observations, we use six anchor nodes in all our experiments, described in the next section, to evaluate the performance of the proposed algorithm.
Simulation Details and Results
We simulate a scenario where six anchor nodes and one blind node are present in a area. We vary the RSSI measurement errors, , ranging from 0dBm to 5dBm in all the simulations. We use m, , and in our simulations, which are based on the results reported in [57]. We tune the step-size parameter of the gradient-descent algorithm to obtain convergence within 300 iterations. We use the same step-size and maximum number of iterations in the implementation of both algorithms.
We use the root mean square error (RMSE) as the performance criterion. The results presented are averaged over 1000 independent trials for each simulation. We also compare our results to the CRLB values, when appropriate, as the estimates of both algorithms may have bias in some scenarios due to the nature of the perturbations. We perform multiple simulations varying the anchor position errors and the arrangement of the nodes to evaluate the proposed algorithm as described next.
First, we simulate a scenario in which the position error, , is the same for all anchor nodes. Figure 3 shows the results for being equal to 1, 3 and 5m in an arbitrary node arrangement as in Fig. 3a. The performance of the proposed algorithm is comparable to that of the existing algorithm for low perturbation levels the in anchor position information, i.e., being 1 or 3m. However, for m, the proposed algorithm performed considerably better than the existing algorithm when the perturbation level in the RSSI measurements is moderate, i.e., when is in the range of 1dBm to 3dBm. Note that the CRLB values in Fig. 3d for m are higher than the corresponding RMSE values in Fig. 3c. This can be justified considering the fact that the estimates produced by both proposed and existing algorithms may be biased. We make a similar observation for another arbitrary node arrangement given in Fig. 4a.
Fig. 3.
Homogeneous and fixed nodes; (a) the network topology: the stars are the anchor nodes, the circle is the true position of the blind node, the triangle is the initial estimate for the blind node position; (b) the RMSE of the existing algorithm for different values of and ; (c) the RMSE of the proposed algorithm for different values of and ; (d) the corresponding CRLB values
Fig. 4.
Homogeneous and fixed nodes; (a) the network topology: the stars are the anchor nodes, the circle is the true position of the blind node, the triangle is the initial estimate for the blind node position; (b) the RMSE of the existing algorithm for different values of and ; (c) the RMSE of the proposed algorithm for different values of and ; (d) the corresponding CRLB values
In practise, different anchor nodes may have different values of based on the quality of their GNSS receivers or their location affecting the number of visible satellites at the time of positioning. Hence, we simulate a scenario in which half of the anchor nodes have one value for and the other half have another value for . The evaluation results of this scenario for two arbitrarily selected node arrangements are presented in Figs. 5 and 6. In this scenario, the proposed algorithm results in significantly (up to 30%) lower values of RMSE compared to the existing algorithm. The error profile of the proposed algorithm is also better than that of the existing algorithm as shown in Figs. 5c and 6c.
Fig. 5.
Heterogeneous and fixed nodes; (a) the network topology: the stars are the anchor nodes with m, the squares are the anchor nodes with m, the circle is the true position of the blind node, the triangle is the initial estimate for the blind node position; (b) the RMSE of the proposed and existing algorithms as well as the corresponding CRLB for different values of ; (c) the localization error histograms of the proposed and existing algorithms when dBm
Fig. 6.
Heterogeneous and fixed nodes; (a) the network topology: the stars are the anchor nodes with m, the squares are the anchor nodes with m, the circle is the true position of the blind node, the triangle is the initial estimate for the blind node position; (b) the RMSE of the proposed and existing algorithms as well as the corresponding CRLB for different values of ; (c) the localization error histograms of the proposed and existing algorithms when dBm
It is known that the performance of the RSSI-based localization highly depends on the network geometry [49, 58]. To generalise the applicability of the evaluation results to a wider range of physical node arrangements, we simulate a scenario in which we assign an independent region for the physical location of the anchor nodes, the true position of the blind node, and the initial estimate of the blind node position. This means that in each simulation run (total 1000 runs), the physical node arrangement and the initial estimate of the blind node position change while they were fixed in the previous simulations.
Same as earlier, we first simulate a scenario in which all the anchor nodes have the same value for their position error . The two considered arbitrary region-based node arrangements are shown in Figs. 7a and 8a. In the former arrangement, is 5m for all anchor nodes and in the latter one, is 3m. The superior performance of the proposed algorithm in terms of lower RMSE is noticeable in both considered arrangements.
Fig. 7.
Homogeneous and region-based random node placement; (a) the network topology: the grey rectangles contain the anchor nodes with m, the green rectangle contains the true position of the blind node, the yellow rectangle contains the initial estimate for the blind node position; (b) the RMSE of the proposed and existing algorithms; (c) the localization error histograms of the proposed and existing algorithms when dBm
Fig. 8.
Homogeneous and region-based random node placement; (a) the network topology: the grey rectangles contain the anchor nodes with m , the green rectangle contains the true position of the blind node, the yellow rectangle contains the initial estimate for the blind node position; (b) the RMSE of the proposed and existing algorithms; (c) the localization error histograms of the proposed and existing algorithms when dBm
Lastly, we simulate a scenario in which the anchor nodes in one region have one value for and the anchor nodes in another region have another value for . The results for this scenario are given in Figs. 9 and 10. The proposed algorithm achieves up to lower RMSE compared to the algorithm in comparison. The error histogram of the proposed algorithm for dBm is also more compact than that of the algorithm in comparison.
Fig. 9.
Heterogeneous and region-based random node placement; (a) the network topology: the grey rectangle contains the anchor nodes with m, the blue rectangle contains the anchor nodes with m, the green rectangle contains the true position of the blind node, the yellow rectangle contains the initial estimate for the blind node position; (b) the RMSE of the proposed and existing algorithms; (c) the localization error histograms of the proposed and existing algorithms when dBm
Fig. 10.
Heterogeneous and region-based random node placement; (a) network topology: the grey rectangles contain the anchor nodes with m, the blue rectangle contains the anchor nodes with m, green rectangle contains the true position of the blind node, the yellow rectangle contains the initial estimate for the blind node position; (b) the RMSE of the proposed and existing algorithms; (c) the localization error histograms of the proposed and existing algorithms when dBm
In summary, the proposed algorithm offers significant improvements over the existing algorithm in the realistic scenario of heterogeneous GNSS error. However, its advantages when the GNSS error is homogeneous are less pronounced.
Conclusion
We investigated the problem of self-localization of resource-constrained IoT devices given noisy anchor position information and imperfect RSSI-based distance estimates. We experimentally analysed the values of CRLB in different situations to gain insights into the impacts of anchor position errors and the number of anchors on the localization accuracy. We showed that the presence of perturbation in anchor position information in addition to the perturbations in the RSSI measurements can severely degrade the self-localization accuracy of the blind node. Our analysis also revealed that the presence of noisy anchor nodes beyond a certain number may not improve the localization accuracy. We proposed a self-localization algorithm that can localize an IoT device in the presence of perturbations in both anchor positions and RSSI measurements. Our simulation results show that the proposed algorithm can yield significantly lower localization error compared to an existing related algorithm.
Biographies
Vikram Kumar
received the Bachelor of Technology degree in Information Technology from the University Institute of Information Technology, Himachal Pradesh University, India in 2006. He received his PhD degree from The University of Queensland, Australia in 2018. Currently, he is working as Assistant Professor in Indian Institute of Information Technology Una, India. Mailing address: School of Computing, Indian Institute of Information Technology, Una, India
Reza Arablouei
received his PhD degree in telecommunications engineering from the University of South Australia in 2013. He is currently a research scientist at the Commonwealth Scientific and Industrial Research Organisation. His current research interest are in machine learning and statistical signal processing. Mailing address: CSIRO’s Data61, Pullenvale QLD 4069, Australia
Appendix
The second-order partial derivatives of the log-likelihood function with respect to the entries of its argument , which are required for the calculation of the FIM, are computed as in the following
| 38 |
| 39 |
| 40 |
| 41 |
| 42 |
| 43 |
| 44 |
for :
| 45 |
| 46 |
| 47 |
for :
| 48 |
Footnotes
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Contributor Information
Vikram Kumar, Email: vikram@iiitu.ac.in, Email: er.vikram14@yahoo.com.
Reza Arablouei, Email: reza.arablouei@csiro.au, Email: rezaa219@yahoo.com.
References
- 1.Nguyen, T.N., Le, V.V., Chu, S.I., Liu, B.H., & Hsu, Y.C. (2021). Secure localization algorithms against localization attacks in wireless sensor networks. Wireless Personal Communications, 17, 1–26.
- 2.Valsalan P, Baomar TAB, Baabood AHO. IoT based health monitoring system. Journal of Critical Reviews. 2020;7(4):739–743. [Google Scholar]
- 3.Zamanifar, A. (2021). Remote patient monitoring: Health status detection and prediction in IoT-Based health care. In IoT in Healthcare and Ambient Assisted Living, Springer, pp 89–102.
- 4.Kaur, N., & Deep, G. (2021). IoT-Based brinjal crop monitoring system. In Smart Sensors for Industrial Internet of Things, Springer, pp 231–247.
- 5.Tao Z. Advanced wavelet sampling algorithm for IoT based environmental monitoring and management. Computer Communications. 2020;150:547–555. doi: 10.1016/j.comcom.2019.12.006. [DOI] [Google Scholar]
- 6.Ali Z, Shah MA, Almogren A, Ud Din I, Maple C, Khattak HA. Named data networking for efficient IoT-based disaster management in a smart campus. Sustainability. 2020;12(8):3088. doi: 10.3390/su12083088. [DOI] [Google Scholar]
- 7.Kumar, V., Arablouei, R., Jurdak, R., Kusy, B., & Bergmann, N.W. (2017). Multi-mode tracking of a group of mobile agents. In 2017 20th International Symposium on Wireless Personal Multimedia Communications (WPMC), pp 161–166, 10.1109/WPMC.2017.8301801
- 8.Wang, Y., Shang, Y., Tao, W., & Yu, Y. (2021). Target positioning algorithm based on RSS fingerprints of SVM of fuzzy kernel clustering. Wireless Personal Communications pp 1–19.
- 9.Clark L, Papalia A, Carvalho JT, Mastrostefano L, Krishnamachari B. Inter-mobile-device distance estimation using network localization algorithms for digital contact logging applications. Smart Health. 2021;19(100):168. [Google Scholar]
- 10.Kindt, P.H., Chakraborty, T., Chakraborty, S. (2020). How reliable is smartphone-based electronic contact tracing for COVID-19? http://arxiv.org/abs/arXiv:2005.05625.
- 11.Siriwardhana Y, De Alwis C, Gur G, Ylianttila M, Liyanage M. The Fight against COVID-19 Pandemic with 5G Technologies. IEEE Engineering Management Review. 2020;48-3:72–84. doi: 10.1109/EMR.2020.3017451. [DOI] [Google Scholar]
- 12.Specht C, Szot T, Dabrowski P, Specht M. Testing GNSS receiver accuracy in samsung galaxy series mobile phones at a sports stadium. Measurement Science and Technology. 2020;31(6):064006. doi: 10.1088/1361-6501/ab75b2. [DOI] [Google Scholar]
- 13.Vallina-Rodriguez N, Crowcroft J. When assistance becomes dependence: Characterizing the costs and inefficiencies of A-GPS. ACM SIGMOBILE Mobile Computing and Communications Review. 2013;17(4):3–14. doi: 10.1145/2557968.2557970. [DOI] [Google Scholar]
- 14.Constandache, I., Gaonkar, S., Sayler, M., Choudhury, R.R., & Cox, L. (2009). Enloc: Energy-efficient localization for mobile phones. In INFOCOM 2009, IEEE, IEEE, pp 2716–2720.
- 15.Kumar, V., Bergmann, N.W., Ahmad, I., Jurdak, R., & Kusy, B. (2016). Cluster-based position tracking of mobile sensors. In 2016 IEEE Conference on Wireless Sensors (ICWiSE), IEEE, pp 7–14
- 16.Gao Z, Li Y, Zhuang Y, Yang H, Pan Y, Zhang H. Robust Kalman filter aided GEO/IGSO/GPS raw-PPP/INS tight integration. Sensors. 2019;19(2):417. doi: 10.3390/s19020417. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Solin A, Kok M, Wahlström N, Schön TB, Särkkä S. Modeling and interpolation of the ambient magnetic field by gaussian processes. IEEE Transactions on Robotics. 2018;34(4):1112–1127. doi: 10.1109/TRO.2018.2830326. [DOI] [Google Scholar]
- 18.Wang M, Qin H, Jin T. Massive terminal positioning system with snapshot positioning technique. GPS Solutions. 2019;23(2):1–14. [Google Scholar]
- 19.Pandey, A., Rajan, A., Nandi, A., & Balas, V.E. (2021). Lifetime enhancement of sensor networks by the moth flame optimization. Wireless Personal Communications pp 1–14.
- 20.Lee, Y., Ju, Y., Min, C., Kang, S., Hwang, I., & Song, J. (2012). Comon: Cooperative ambience monitoring platform with continuity and benefit awareness. In Proceedings of the 10th international conference on Mobile systems, applications, and services, ACM, pp 43–56.
- 21.Mohammadabadi, P.H., & Valaee, S. (2014). Cooperative node positioning in vehicular networks using inter-node distance measurements. In 2014 IEEE 25th Annual International Symposium on Personal, Indoor, and Mobile Radio Communication (PIMRC), IEEE, pp 1448–1452.
- 22.Feng, C., Anthea Au, W. S., Valaee, S., & Tan, Z. (2010). Compressive sensing based positioning using RSS of WLAN access points. Proceedings - IEEE INFOCOM. 10.1109/INFCOM.2010.5461981
- 23.Patwari, N., Hero, A. O., Perkins, M., Correal, N. S., & O’dea, R. J. (2003). Relative location estimation in wireless sensor networks. IEEE Transactions on Signal Processing,51(8), 2137–2148.
- 24.Patwari N, Ash JN, Kyperountas S, Hero AO, Moses RL, Correal NS. Locating the nodes: Cooperative localization in wireless sensor networks. IEEE Signal Processing Magazine. 2005;22(4):54–69. doi: 10.1109/MSP.2005.1458287. [DOI] [Google Scholar]
- 25.Tarrío P, Bernardos AM, Casar JR. Weighted least squares techniques for improved received signal strength based localization. Sensors. 2011;11(9):8569–8592. doi: 10.3390/s110908569. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Shang Y, Ruml W, Zhang Y, Fromherz M. Localization from connectivity in sensor networks. IEEE Transactions on Parallel and Distributed Systems. 2004;15(11):961–974. doi: 10.1109/TPDS.2004.67. [DOI] [Google Scholar]
- 27.Biswas, P., & Ye, Y. (2004). Semidenite Programming for Ad Hoc Wireless Sensor Network Localization. In Proceedings of the Third International Symposium on Information Processing in Sensor Networks, pp 46–54. 10.1145/984622.984630.
- 28.Xiong W, Schindelhauer C, So HC, Bordoy J, Gabbrielli A, Liang J. Tdoa-based localization with nlos mitigation via robust model transformation and neurodynamic optimization. Signal Processing. 2021;178(107):774. [Google Scholar]
- 29.Zheng, J., & Wu, Y. C. (2009). Robust joint localization and time synchronization in wireless sensor networks with bounded anchor uncertainties. 2009 IEEE International Conference on Acoustics (pp. 2793–2796). IEEE: Speech and Signal Processing.
- 30.Picard JS, Weiss AJ. Bounds on the number of identifiable outliers in source localization by linear programming. IEEE Transactions on Signal Processing. 2010;58(5):2884–2895. doi: 10.1109/TSP.2010.2041275. [DOI] [Google Scholar]
- 31.Zhu S, Ding Z. A simple approach of range-based positioning with low computational complexity. IEEE Transactions on Wireless Communications. 2009;8(12):5832–5836. doi: 10.1109/TWC.2009.12.090905. [DOI] [Google Scholar]
- 32.Lui KWK, Ma WK, So HC, Chan FKW. Semi-definite programming algorithms for sensor network node localization with uncertainties in anchor positions and/or propagation speed. IEEE Transactions on Signal Processing. 2009;57(2):752–763. doi: 10.1109/TSP.2008.2007916. [DOI] [Google Scholar]
- 33.Mekonnen, Z.W., & Wittneben, a. (2014). Robust TOA based localization for wireless sensor networks with anchor position uncertainties. In Personal, Indoor, and Mobile Radio Communication (PIMRC), 2014 IEEE 25th Annual International Symposium, pp 2029–2033, 10.1109/PIMRC.2014.7136505
- 34.Naddafzadeh-Shirazi G, Shenouda MB, Lampe L. Second order cone programming for sensor network localization with anchor position uncertainty. IEEE Transactions on Wireless Communications. 2014;13(2):749–763. doi: 10.1109/TWC.2013.120613.130170. [DOI] [Google Scholar]
- 35.Srirangarajan, S., Tewfik, A.H., & Luo, Z.Q. (2007). Distributed sensor network localization with inaccurate anchor positions and noisy distance information. In 2007 IEEE International Conference on Acoustics, Speech and Signal Processing-ICASSP’07, IEEE, vol 3, pp III–521.
- 36.Angjelichinoski M, Denkovski D, Atanasovski V, Gavrilovska L. SPEAR: Source position estimation for anchor position uncertainty reduction. Communications Letters, IEEE. 2014;18(4):560–563. doi: 10.1109/LCOMM.2014.020414.132780. [DOI] [Google Scholar]
- 37.Ja Costa, Patwari N, Hero AO. Distributed weighted-multidimensional scaling for node localization in sensor networks. ACM Transactions on Sensor Networks. 2006;2(1):39–64. doi: 10.1145/1138127.1138129. [DOI] [Google Scholar]
- 38.Yin Y, Wang Q, Zhang H, Xu H. A novel distributed sensor fusion algorithm for RSSI-based location estimation using the unscented kalman filter. Wireless Personal Communications. 2021;117(2):607–621. doi: 10.1007/s11277-020-07888-w. [DOI] [Google Scholar]
- 39.Varma PS, Anand V. Random forest learning based indoor localization as an IoT service for smart buildings. Wireless Personal Communications. 2021;117(4):3209–3227. doi: 10.1007/s11277-020-07977-w. [DOI] [Google Scholar]
- 40.Kumar, V., & Arablouei, R. (2020). Self-localization given single perturbed measurement of anchor positions and RSSI. In 2020 23rd International Symposium on Wireless Personal Multimedia Communications (WPMC), IEEE, pp 1–5.
- 41.Raun J, Ahas R, Tiru M. Measuring tourism destinations using mobile tracking data. Tourism Management. 2016;57:202–212. doi: 10.1016/j.tourman.2016.06.006. [DOI] [Google Scholar]
- 42.Cardell-Oliver, R., Smettem, K., Kranz, M., & Mayer, K. (2004). Field testing a wireless sensor network for reactive environmental monitoring [soil moisture measurement]. In Intelligent Sensors, Sensor Networks and Information Processing Conference. Proceedings of the 2004, IEEE, pp 7–12.
- 43.Hart JK, Martinez K. Environmental sensor networks: A revolution in the earth system science? Earth-Science Reviews. 2006;78(3):177–191. doi: 10.1016/j.earscirev.2006.05.001. [DOI] [Google Scholar]
- 44.Doherty, L., Pister, K., & El Ghaoui, L. (2001). Convex position estimation in wireless sensor networks. In Proceedings IEEE INFOCOM 2001 Conference on Computer Communications Twentieth Annual Joint Conference of the IEEE Computer and Communications Society (Cat No01CH37213) 3:1655–1663, 10.1109/INFCOM.2001.916662
- 45.Patwari, N., Hero III, A.O. (2003) Using proximity and quantized RSS for sensor localization in wireless networks. In Proceedings of the 2nd ACM international conference on Wireless sensor networks and applications, ACM, pp 20–29.
- 46.Kumar, P., Reddy, L., & Varma, S. (2009). Distance measurement and error estimation scheme for RSSI-based localization in wireless sensor networks. In Wireless Communication and Sensor Networks (WCSN), 2009 Fifth IEEE Conference on, IEEE, pp 1–4.
- 47.Angjelichinoski M, Denkovski D, Atanasovski V, Gavrilovska L. SPEAR: Source position estimation for anchor position uncertainty reduction. IEEE Communications Letters. 2014;18(4):560–563. doi: 10.1109/LCOMM.2014.020414.132780. [DOI] [Google Scholar]
- 48.Angjelichinoski M, Denkovski D, Atanasovski V, Gavrilovska L. Cramér-Rao lower bounds of RSS-based localization with anchor position uncertainty. IEEE Transactions on Information Theory. 2015;61(5):2807–2834. doi: 10.1109/TIT.2015.2409270. [DOI] [Google Scholar]
- 49.Denkovski, D., Angjelichinoski, M., Atanasovski, V., & Gavrilovska, L. (2016). Geometric interpretation of theoretical bounds for RSS-based source localization with uncertain anchor positions. 10.1016/j.dsp.2017.06.003.
- 50.Vukadinovic, V., & Mangold, S. (2012). Performance of collaborative GPS localization in pedestrian ad hoc networks. In Proceedings of the third ACM international workshop on Mobile Opportunistic Networks, ACM, pp 45–52.
- 51.Taniuchi D, Liu X, Nakai D, Maekawa T. Spring model based collaborative indoor position estimation with neighbor mobile devices. IEEE Journal of Selected Topics in Signal Processing. 2015;9(2):268–277. doi: 10.1109/JSTSP.2014.2382478. [DOI] [Google Scholar]
- 52.So HC, Chan FK. A generalized subspace approach for mobile positioning with time-of-arrival measurements. IEEE Transactions on Signal Processing. 2007;55(10):5103–5107. doi: 10.1109/TSP.2003.896092. [DOI] [Google Scholar]
- 53.Rappaport, T.S., et al. (1996). Wireless communications: Principles and practice, vol 2. Prentice Hall PTR.
- 54.Rice, S.B.L. (1945). Mathematical Analysis of Random Noise Part III: Statistical properties of random noise currents _bstj24-1-46.pdf. 10.1002/j.1538-7305.1944.tb00874.x
- 55.Abramowitz, M., Stegun, I.A., & Miller, D. (1965). Handbook of mathematical functions with formulas, graphs and mathematical tables (National Bureau of Standards Applied Mathematics Series No. 55).
- 56.Zill, D. G. (2020). Advanced Engineering Mathematics. Jones & Bartlett Publishers.
- 57.Ahmad, I., Bergmann, N., Jurdak, R., & Kusy, B. (2015). Experiments on localization of wireless sensors using airborne mobile anchors. In IEEE Conference on Wireless Sensors (ICWiSe), IEEE, pp 1–6.
- 58.Nguyen NH, Doğançay K. Optimal geometry analysis for multi-static TOA localization. IEEE Transactions on Signal Processing. 2016;64(16):4180–4193. doi: 10.1109/TSP.2016.2566611. [DOI] [Google Scholar]










