Next Article in Journal
A Förster Resonance Energy Transfer (FRET)-Based Immune Assay for the Detection of Microcystin-LR in Drinking Water
Previous Article in Journal
Regional Pulmonary Ventilation Assessment Method and System Based on Impedance Sensing Information from the Pentapulmonary Lobes
Previous Article in Special Issue
Indoor Mapping with Entertainment Devices: Evaluating the Impact of Different Mapping Strategies for Microsoft HoloLens 2 and Apple iPhone 14 Pro
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Location-Aware Range-Error Correction for Improved UWB Localization

by
Sander Coene
1,
Chenglong Li
2,
Sebastian Kram
3,
Emmeric Tanghe
1,
Wout Joseph
1 and
David Plets
1,*
1
WAVES Group, Department of Information Technology, Ghent University-imec, 9052 Ghent, Belgium
2
College of Electronic Science and Technology, National University of Defense Technology, Changsha 410073, China
3
Information Technology (Communication Electronics), University Erlangen-Nuernberg, 91058 Erlangen, Germany
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(10), 3203; https://doi.org/10.3390/s24103203
Submission received: 11 April 2024 / Revised: 9 May 2024 / Accepted: 16 May 2024 / Published: 17 May 2024
(This article belongs to the Special Issue Enhancing Indoor LBS with Emerging Sensor Technologies)

Abstract

:
In this paper, we present a novel localization scheme, location-aware ranging correction (LARC), to correct ranging estimates from ultra wideband (UWB) signals. Existing solutions to calculate ranging corrections rely solely on channel information features (e.g., signal energy, maximum amplitude, estimated range). We propose to incorporate a preliminary location estimate into a localization chain, such that location-based features can be calculated as inputs to a range-error prediction model. This way, we can add information to range-only measurements without relying on additional hardware such as an inertial measurement unit (IMU). This improves performance and reduces overfitting behavior. We demonstrate our LARC method using an open-access measurement dataset with distances up to 20 m, using a simple regression model that can run purely on the CPU in real-time. The inclusion of the proposed features for range-error mitigation decreases the ranging error 90th percentile (P90) by 58% to 15 cm (compared to the uncorrected range error), for an unseen trajectory. The 2D localization P90 error is improved by 21% to 18 cm. We show the robustness of our approach by comparing results to a changed environment, where metallic objects have been moved around the room. In this modified environment, we obtain a 56% better P90 ranging performance of 16 cm. The 2D localization P90 error improves as much as for the unchanged environment, by 17% to 18 cm, showing the robustness of our method. This method evolved from the first-ranking solution of the 2021 and 2022 International Conference on Indoor Position and Indoor Navigation (IPIN) Competition.

1. Introduction

Location-based services rely on accurate positioning to enable use-cases, from navigation and advertising to emergency positioning and resource allocation. For outdoor scenarios, a Global Navigation Satellite System (GNSS) is the go-to solution; however, for indoor locations that are GNSS denied, other solutions are necessary. In the last few decades, research interest has grown significantly as the cost, size, and prevalence of radio frequency-based technologies have improved. Technologies such as Wi-Fi, Bluetooth low energy (BLE), radio frequency identification (RFID), and ultra wideband (UWB) already enable use cases ranging from automatic control of lights [1] and heating, ventilating, and air conditioning (HVAC) [2], to tracking industrial assets in warehouses [3].
Wi-Fi and BLE, in their most ubiquitous implementations, rely on the signal strength to estimate the distance between sender and receiver, which suffers from shadowing effects and ultimately leads to low localization precision, up to several meter. For certain applications, such as occupancy detection [4], this can be sufficient. In contrast, UWB has the ability to provide fine-grained positioning accuracy due to high ranging resolution, which makes it suitable and promising for the various use cases in the industrial environment [5,6,7]. However, it is not immune to accuracy deterioration. In impulse response (IR) UWB, ranging estimation is performed by finding the first path component (FPC) in the channel impulse response (CIR). Signal propagation in obstructed-Line-of-Sight (OLoS) or non-Line-of-Sight (NLoS) conditions makes this problem harder and can lead to an over- or underestimation of the distance between transmitter and receiver.
Much research has already been done on the mitigation of this ranging error. Many wireless devices support the collection of physical (PHY) layer channel information, which can include the signal phase, channel state information (CSI), or CIR, all of which can be leveraged to estimate the error [8,9,10,11,12]. Some solutions aim to improve localization directly and leverage specular signal reflections on walls. This requires either a priori knowledge of the floor plans [13] or a computationally complex estimation-and-association approach [14]. Others try to classify the propagation conditions using a classifier based on channel features [15], but this is only a partial solution as no ranging or localization improvement can be obtained (or quantified) directly. Another approach is to focus solely on the ranging error and try to model the error based on a set of features, which includes our own work presented here. In [16], the authors expanded the work of [15] and trained a regression model based on the same channel features to predict the ranging error. In [17], the authors propose real-time channel features that are immediately available for commodity UWB devices for NLoS classification and mitigation, in the context of the human shadowing effect. However, this requires two models, one for classification and one for mitigation (in case of NLoS); additionally, they are not able to improve the ranging in Line-of-Sight (LoS) conditions. More recently, deep learning (DL) techniques for NLoS classification and correction have been studied in [18,19,20,21]. In [19], the authors achieve the best results with a weighted least squares (WLS) localization algorithm performed on ranges corrected with a convolutional neural network (CNN) trained on the raw (partial) CIR. This showed an improvement over classical models with handcrafted features, such as in [15,16]. However, they do not provide the network architecture and require concurrent measurements from all involved anchors. A representation learning technique to extract semantic features from the raw CIR and to mitigate the ranging errors is presented in [21], with good range correction results, but was held back by the Gauss–Newton non-linear optimization used for localization in a scenario that requires concurrent range estimations. In [22], the authors propose a generative DL approach and use a variational autoencoder (VAE) to encode a partial CIR. This enables out-of-distribution detection and anomaly score prediction. The anomaly score is then integrated into an extended Kalman filter (EKF) to improve the localization error. Another work investigates CIR-based fingerprinting [23], showing improved localization accuracy in multipath-heavy scenarios, but the approach is limited to one specific environment as the suggested CNN is an end-to-end solution, transforming the input CIR into a 3D coordinate pair.
Whereas the above-mentioned approaches are limited to channel-based information, this paper introduces a novel approach to the range-correction model. We propose the Location-Aware Ranging Correction (LARC) algorithm, in which a preliminary localization loop is used to calculate location-based features. Together with well-known features calculated from channel information, a robust regression model can more precisely predict the ranging error, leading to an improved final localization result.
Figure 1 illustrates the difference between the existing methods and LARC. In uncorrected ranging (Figure 1a), the range estimate is used as is. This leads to non-optimal localization. Existing methods perform a range correction (Figure 1b) to achieve improved localization, but the correction model is limited to features obtained from channel information and/or the range estimate itself. With LARC (Figure 1c), we calculate preliminary location estimates from the uncorrected ranges. Based on the location estimates, we calculate a novel set of location-aware features, such as location, orientation, and velocity. These features, in addition to the more classical channel-based features, are then used by a predictive model to obtain the prediction of the range error. Finally, the corrected range estimations are used to calculate a more accurate final trajectory estimate.
We present an evaluation of our method on an open-access dataset and investigate performance when the environment is modified with respect to the original training environment. In this work, we show the LARC algorithm applied with a Gaussian process regression model (inspired by [16]), using a particle filter (PF) for localization, but any of the components for ranging, localization, or the error prediction model can be exchanged for a different implementation.
The remainder of this paper is organized as follows. Section 2 states the involved UWB-based localization problem. Section 3 presents the details of the proposed UWB ranging and tracking algorithms. We introduce the measurement setup in Section 4 and evaluate and analyze the ranging and tracking performance in Section 5, respectively. Section 6 concludes this paper, with a discussion on the limitations and future work.

2. Problem Statement

We provide a general problem statement that describes the scope in which our method can be applied and the assumptions made. The specific instance of this problem that is used to validate our method is discussed in Section 4.
The localization problem as tackled by our approach is as follows. An unknown environment contains a set of static UWB anchors at known locations. We are tasked with locating a nomadic user agent at any given point in time. The only information available is an estimated initial location and a series of CIRs. If the initial location is not given, it can alternatively be calculated based on the range estimates using a least-squares approach. A dataset consisting of CIRs measured over a trajectory with known ground truth locations is available as a training dataset.
Each CIR represents the wireless channel between a tag-anchor pair, at a given time, t. The CIR in the complex baseband can be given in general as
h ( τ , t ) = α 0 ( t ) δ ( τ τ 0 ( t ) ) LoS + l = 1 L α l ( t ) δ ( τ τ l ( t ) ) MPCs + n ( t ) ,
where α l and τ l denote the complex amplitude and delay of the l-th signal component. l = 0 represents the first path component. L is the number of MPCs and n the measurement noise. Figure 2 shows CIR measurements collected by the commodity UWB device in a warehouse in LoS, OLoS, and NLoS conditions. OLoS is the case where the LoS signal is obstructed by some objects but still detectable with a weaker signal strength. Both OLoS and NLoS propagation between tag and anchor will challenge the accurate range estimation and localization.
For this problem, we assume that the CIRs are measured sequentially, but equitemporal spacing of the measurements is not guaranteed; our solution is also applicable in more lenient cases. Depending on the agent’s location, some anchors might be too obstructed or too far away to provide a CIR measurement (and therefore range estimate). Additionally, we assume causal tracking, i.e., calculating a position estimate at a point in time can only make use of measurement information of the past up to (and including) that point. For real-world applications, this causality is expressed by the term real-time, which introduces a further restriction on the processing time needed to produce a location estimate. For some applications, this restriction might not be present; our approach can also be used in that case.

3. Localization Approach

In this section, we explain our approach to tackle the problem described in Section 2. Figure 1 provides a head-to-head comparison between standard and state-of-the-art localization approaches (a, b) and our method (c). The blocks represent the steps in the algorithm flow, each of which are detailed in the sections below. For each CIR input/measurement, the different steps produce outputs with the following notation: r is the range estimate, { s } is the set of features, P is the uncorrected location estimate, r is the corrected range estimate, and P is the corrected location estimate. Note that the feature set, { s } , calculated in (c) differs from the one in (b): our proposed method (c) incorporates location information from a preliminary estimation (the first two steps of (c) are in fact approach (a)). The use of the training data for each step is mentioned where applicable.
Our method can be included in different tracking algorithms. We present our results on one specific ranging algorithm and use a particle filter for localization. The choice of the ranging algorithm and localization algorithm is arbitrary, and other options can of course be used as an alternative.

3.1. Distance Estimation

Distance estimation is composed of two parts and produces a single distance estimate, given a CIR.

3.1.1. Ranging

As a first step, we apply a ranging algorithm [24] to obtain a distance estimate for each CIR. The ranging algorithm uses a noise-based threshold stemming from a CIR partitioning strategy and identifies the FPC. Local maxima of the CIR magnitude are classified as either noise or signal (plus noise) using linear regression lines in a small area on both sides of each peak. The region from the first CIR bin up to the last noise-only peak produces the noise statistics used to calculate the FPC threshold. The training set is used to optimize the algorithm parameters using a particle swarm optimizer that minimizes the mean absolute error (MAE) of the obtained range estimates with respect to the ground truth ranges. The details of the algorithm and the optimization are presented in [24].

3.1.2. Bias Correction

The on-chip algorithm identifies the rising slope of a pulse, while our approach identifies the pulse peak. This introduces a small time offset. A bias correction term is therefore subtracted from the range estimate to account for antenna delay and bin timing interpretation. The median ranging error (using the optimal ranging algorithm parameters) is taken as range bias. It is calculated per anchor using the complete training dataset.

3.2. Particle Filter Tracking

We use a 2D PF [25] to obtain the location updates of the moving tag. A collection of N particles particles represents possible solution states of the nomadic user, at a single point in time ( k ) . One such particle/state, S i ( k ) = [ X ( k ) , Y ( k ) , v X ( k ) , v Y ( k ) ] i T , contains information on the position, P i ( k ) = [ X ( k ) , Y ( k ) ] i T , and velocity, v i ( k ) = [ v X ( k ) , v Y ( k ) ] i T , of the user, with i = 1 N particles being the index of the particle; additionally, each particle carries a certain weight, w i ( k ) , with · T being the transpose operator. X and Y are geometrical coordinates for a chosen coordinate system (in which the anchors are localized); v X and v Y are their respective velocity components. When the variables are used with · ( i ) , we talk about a specific particle; without the subscript, we mean the global variable. A global location estimate is obtained with a weighted mean of all particles:
S ( k ) = i = 1 N particles w i ( k ) S i ( k ) .
As the problem statement provides an initial position estimate, the particle filter is initialized with equal-weight particles distributed following a 2D normal distribution with standard deviation of 1 m around the initial estimate. If this is not available, alternative initialization can use a uniform distribution across the tracking area or by using a trilateration position estimate (starting the PF only after a few measurements).
The filtering process is executed in three steps that are executed with each CIR measurement:

3.2.1. Prediction

In the prediction step, the particles are updated via a constant velocity motion model (subscript i is dropped for clarity), given by
X ( k + 1 ) = X ( k ) + v X ( k ) · Δ T ( k ) + 0.5 · ( Δ T ( k ) ) 2 · n a Y ( k + 1 ) = Y ( k ) + v Y ( k ) · Δ T ( k ) + 0.5 · ( Δ T ( k ) ) 2 · n a v X ( k + 1 ) = v X ( k ) + Δ T ( k ) · n a v Y ( k + 1 ) = v Y ( k ) + Δ T ( k ) · n a ,
where Δ T ( k ) = T ( k + 1 ) T ( k ) denotes the elapsed time between the new state at step k + 1 and the previous state at step k. n a is the process noise, which is in this case an acceleration error. It is sampled from the normal distribution, n a N ( 0 , σ a ) , with zero mean and standard deviation,  σ a . The value of σ a is estimated from the training data, which we indicate with σ ^ a . Since the ground truth does not include a velocity measurement, the scalar velocity component, v X / Y ( k ) , is estimated via the consecutive location changes within a given time slot. The acceleration, a X / Y ( k ) , is calculated using a similar approach. This is performed for both X and Y separately. We estimate the overall acceleration variance, σ ^ a 2 , using
σ ^ a 2 = 1 2 ( N 2 ) 1 k = 3 N a X ( k ) μ ^ a 2 + a Y ( k ) μ ^ a 2 ,
where N 2 is the number of measurements for which the acceleration is calculated. μ ^ a denotes the mean scalar acceleration, calculated over both X and Y components together.
The prediction step is used at each CIR measurement to match up the filter time with the observation time.

3.2.2. Correction

Each measurement observation, y ( k + 1 ) , is used to update the weights of all particles,
w ¯ i ( k + 1 ) = w i ( k ) p ( y ( k + 1 ) S i ( k ) ) ,
where p is the likelihood function, a metric for the probability of the observation conditioned on the current state of the particle. The w ¯ indicates that the weight is not normalized. After performing the weight calculation for all particles, the weights are normalized:
w i ( k + 1 ) = w ¯ i ( k + 1 ) j = 1 N particles w ¯ j ( k + 1 ) .
The observation y ( k + 1 ) contains the anchor position, P anch , and the range, r, estimated from the CIR. For each particle, the distance, r i , is calculated and compared to the CIR-based range estimate through a probability density function (PDF), f, of the ranging error, such that
p ( y S i ) = f ( r | | P i P anch | | 2 r i ) ,
where P i is contained within the state vector, S i , and r and P anch are contained within the observation vector, y ; | | · | | 2 is the Euclidean norm.
The training set is used to determine the PDF, through a fitting process. Note that we obtain two such functions: one fitted to the original, uncorrected ranging errors ( f uc ), and one fitted to the corrected ranging errors ( f c ). The error prediction model can overfit on the training dataset, leading to an optimistically low error spread. We therefore opt for a parametric error distribution, as this enables us to create a new averaged distribution, f av , with parameters averaged from the parameter values of f uc and f c . f uc is used unmodified in the first PF; f av is used in the second PF.
The choice of parametric distribution to fit the error distribution is influenced by the used ranging algorithm and propagation conditions. The error distribution is not normally distributed; the t-location scale distribution achieves a much better goodness-of-fit. The PDF of the t-location scale distribution family is given as follows,
f ( x ; μ , σ , ν ) = Γ ( ν + 1 2 ) σ ν π Γ ( ν 2 ) ν + x μ σ 2 ν ν + 1 2 ,
where Γ ( · ) is the gamma function. μ denotes the location parameter, σ the scale parameter, and ν the shape parameter.
Evaluation of the analytical expression for the PDF is computationally expensive because it is executed for each particle’s range observation individually. Therefore, at initialization of the PF, we evaluate the PDF at a number of (1D) grid points. The analytically evaluated points are stored, creating a look-up table, and used for linear interpolation during execution of the PF. A look-up table directly sampled from the empirical error distribution is not used to avoid overfitting. As lim x ± f ( x ) = 0 , only a limited central portion of the PDF needs to be evaluated. Therefore, we chose the grid to cover the central 95% of the PDF, sampled uniformly at 1 cm intervals. Points outside the grid are set to their nearest boundary value. The PDF itself is fit on the complete empirical error distribution.

3.2.3. Resampling

We resample the particle set after each correction (i.e., bootstrap particle filter). The new generation of particles is generated using a Monte Carlo method. They are initialized as copies of the existing particles, using their normalized weights as creation probability.

3.3. Range-Error Prediction Model

To achieve optimal positioning, we reduce the ranging error by predicting the expected error based on a set of inputs, i.e., features, { s } . Section 1 described the common approach of features that rely on channel information alone. Here we augment the number of features using the preliminary tracking results (position, P , velocity, v , and derived metrics).
The chosen model is a Gaussian process regression model [26] with an exponential kernel and a linear basis function.

3.3.1. Features

Table 1 lists the features used in our model. Features that use previous measurement points make use of the ( k ) indexing. Figure 3 provides a visual companion to the trajectory features presented below. For each CIR measurement, these features are obtained as follows:
  • anchor: represents the signal origin as an integer identifier. Its numerical value is categorical and of no importance.
  • r: the estimated (debiased) range from the ranging algorithm for the current measurement.
  • log FPSS : we calculate the first path signal strength (FPSS) as a pseudo received signal strength indicator (RSSI), heuristically approximated around its FPC as
    FPSS = | CIR ( i FPC ) | 2 + | CIR ( i FPC + 1 ) | 2 ,
    with i FPC the (rounded down integer) bin index of the FPC. The ranging algorithm subsamples; the enclosing integer bin indices are therefore i FPC and i FPC + 1 .
  • log max | CIR | : measure for the peak magnitude of the CIR, calculated as
    log max | CIR | = log i = 1 1 | CIR ( i max + i ) | 2 ,
    with i max being the bin index of the maximum magnitude of the CIR.
  • X , Y : the position coordinates obtained with the particle filter.
  • ω : the heading of the user, in radians, calculated with
    ω ( k ) = 0 k = 1 , tan 1 Y ( k ) Y ( k 1 ) X ( k ) X ( k 1 ) k = 2 , tan 1 3 Y ( k ) 4 Y ( k 1 ) + 2 Y ( k 2 ) 3 X ( k ) 4 X ( k 1 ) + 2 X ( k 2 ) k 3 ,
    with k being the measurement index of the current measurement. The discrete approximation, for k 3 , reduces noise in position estimates.
  • ϕ : the angle-of-departure from the anchor, in radians, using world coordinates, calculated using
    ϕ = tan 1 Y Y anch X X anch ,
    with ( X anch , Y anch ) being the coordinates of the communication’s anchor, at the measurement time.
  • θ : the angle-of-arrival with respect to the user, in radians, using local coordinates, calculated using
    θ = ϕ ω + π .
    While this is mathematically redundant information, the model still performs better when it is a separate feature. This is likely due to the model kernel.
  • v: the total scalar velocity of the user, calculated using
    v ( k ) = P ( k ) P ( k 1 ) Δ T ( k ) .
  • ξ : the difference in range between the position estimate and the original estimate from the ranging algorithm. It is calculated using
    ξ = r P anch P ,
    with P anch being the location of the anchor and P the current position estimate. This is inspired by the fact that a perfect position estimate yields the ranging error for the feature.
The first four features are available from the ranging algorithm and the measurement information. The others rely on estimated positions, which is the novelty of our approach.

3.3.2. Training

The training dataset uses the aforementioned features in combination with the ranging error calculated from the ground truth to train the regression model. We distinguish two types of ranging errors:
  • Precision errors: These errors stem from the limited bin timestamp precision as well as noise when the FPC is attenuated.
  • Accuracy errors: These errors stem from wrong identification of the FPC. This can happen when (i) the calculated ranging algorithm threshold is inadequate for the CIR, (ii) the FPC is not contained in the captured CIR, or (iii) the FPC is indistinguishable from noise due to too much attenuation. Accuracy errors are corrected for in the localization steps: deviant measurements are filtered out due to low particle weights.
It is the former kind we target with the regression model. To avoid inclusion of the latter kind for training, we filter measurements based on the following selection criteria
  • FPC bin index: The accumulator auto-centers the estimated FPC of a CIR on a specific index. The centering is based on the initial FPC identification. When the FPC identified by our ranging algorithm is closer than 4 ns to this center, we know our estimation is reliable, and it is included in the model training. This can be adjusted for the time resolution of the CIR samples and the expected accuracy of the ranging algorithm. A FPC identified earlier indicates enough attenuation for the FPC to be missed at the initial centering, an indicator of NLoS measurements.
  • Radial velocity: We calculate the radial velocity with respect to each anchor, based on the range estimates. A velocity | v r | > 5 m / s indicates erroneous range estimates due to unrealistically high speed (for the problem of human and slow robotic motion, this can be adjusted to fit the problem). We exclude the measurements with overly high velocity, as well as the two measurements following it.
Note that both these criteria do not rely on the location estimate. During application of the localization pipeline, outlier ranges are removed with the same method and excluded from the final particle filter pass. Training on the complete set results in slightly better ranging correction, but slightly worse positioning performance.

4. Measurement Setup

The International Conference on Indoor Navigation and Indoor Positioning (IPIN) has been hosting a competition to further research on the topic of indoor localization and tracking [27,28,29]. Track 7 of the competition focuses on the problem of cooperative UWB positioning and tracking in challenging environments using commodity devices [30]. It provides training and competition CIR data to enable a direct head-to-head comparison of contestants’ approaches. The competition data and the corresponding technical annex are open-access [30] and facilitate further investigation from the community. Using the competition data, we investigate the use of location-aware features.
Our proposed method was conceived at the IPIN Competition 2021, which allowed for non-causal, offline processing of the CIR measurements, i.e., a smoothing approach. Our first-place results in the competition [29,31] are therefore slightly better than the ones we present in this paper, where we self-impose the more realistic restriction of causal measurement processing.

4.1. Environment

The environment consists of an area of approx 300 m2 in an industrial warehouse. Reflecting and absorbing elements are present, such as the walls of the measurement hall, metal gates and artificially included reflector/absorber wall elements, industrial vehicles, and metal shelves. The left diagram of Figure 4 schematically sketches the environment, while the real-world environment is shown on the right. The receiving anchors are placed around the recording area at approximately 1.5 m height. The transmitter device is carried by a human/worker at chest height and regularly transmits UWB signals received by the anchors.

4.2. Equipment

The ground truth of the transmitter positions is collected using a millimeter-accurate Qualisys motion tracking system. The data is collected and synchronized by a network time protocol (NTP) server and pre-processed (corrupted data points are removed and radio frequency (RF) and positioning reference data are synchronized).
The data are recorded using a platform based on the Decawave DW1000 UWB chip, which provides nanosecond resolution in the delay domain. The device is configured to use channel 2 (4 GHz center frequency and 499.2 MHz bandwidth), with an omnidirectional antenna.

4.3. Datasets

In total, there are three datasets: the training set, the test 1 set, and the test 2 set. All sets have a measurement sampling rate of 26 Hz. The training set contains 28,000 measurements, captured over 1074 s. Both test sets contain 5000 measurements, captured over 193 s. Figure 5 shows the trajectories that correspond to each dataset.
The training set and test set 1 are recorded in the exact same environment. Test set 2 presents a modified scenario; in this setup, clutter elements are moved around within the environment (e.g., forklift, van) which leads to a different propagation scenario. Test set 2 is therefore ideal to evaluate how well an error-mitigation approach can be generalized and how it adapts to changes in the environment.

5. Results

In this section, we apply the pipeline to the open-access data discussed earlier. We quantify the performance of the ranging correction and final 2D trajectory using the cumulative distribution function (CDF) of the error, as well as scalar metrics such as the MAE, the root mean square error (RMSE), and percentile values (e.g., P90 for the 90th percentile).
To illustrate the performance of our method, we compare three approaches, following the notation in Section 3 and Figure 1:
(a)
An uncorrected approach.
(b)
A correction that uses features based on channel information; we follow [15], using the signal energy, maximum amplitude, mean excess delay, root mean square delay spread, kurtosis, and estimated range. Rise time cannot be included because of the lower time resolution of the CIRs. We replaced the least squares (LS) support vector machine (SVM) with the same exponential Gaussian process regression as in our proposed method. The LS-SVM worsened the ranging error in all datasets.
(c)
Our method LARC, a correction that uses features based on both channel information and a preliminary location estimate.
All approaches use the same particle filter implementation for localization, with N particles = 5000 , using the same resampling strategy and weighing approach. Only the likelihood functions differs as the error PDF, f, is adapted to each method:
(a)
The error PDF is fitted to the ranging error of the training data ( f = f uc ).
(b)
The error PDF is fitted to the corrected ranging error of the training dataset ( f = f c ) corrected using method (b).
(c)
Our method contains two localization passes: PF1 and PF2. PF1 uses the original ranging error PDF ( f 1 = f uc ). PF2 uses the parametrically averaged error PDF ( f 2 = f av ).
Since the error correction model can overfit on the training set, we construct the PDF for the likelihood of the second localization pass as follows: each t-location scale distribution parameter is averaged between the original PDF (of the uncorrected ranging error), · uc , and the corrected error PDF parameters, · c , such that
f 2 = f av = f ( x ; μ uc + μ c 2 , σ uc + σ c 2 , ν uc + ν c 2 ) .
Table 2 and Table 3 summarize the evaluation results using scalar metrics for the ranging and positioning error, respectively. A regular correction method that uses features solely based on channel information (column (b)) overfits on the training set, resulting in worse ranging and positioning performance than compared to our LARC method (column (c)). While we acknowledge the difference in problem statement and measuring equipment that can be at the root of this, it is still an indication that such an approach is not generally applicable nor robust enough.
Execution time of our algorithm is measured using the MATLAB timeit function. The whole localization chain to obtain a final position estimate (i.e., ranging, PF1, feature calculation, correction, PF2) takes 3.4 milliseconds per measurement on an i7-7700 CPU running at a clock speed of 3.6 GHz; we do not make use of multi-threading, graphics processing unit (GPU) acceleration, nor neural processing unit (NPU) acceleration. In other words, our localization algorithm can run in real-time up to an acquisition rate of 294 Hz. The mean acquisition rate of the dataset used here is 25 Hz, meaning our approach can perform at nearly a 12× real-time rate. The GP regression model takes up 3.2 MB of memory.

5.1. Training Set

The results of the training dataset are only useful as an indication that error correction can take place. Table 2 lists the numerical results, showing an improvement in ranging precision. Method (b) reduces the P90 error to 3 cm, whereas our LARC method (c) achieves 9 cm, down from 36 cm for (a). Note that, for (c), approximately 27% of the training data are unseen, because of the filtering that happens prior to training the model (see Section 3.3.2). This explains the gap in performance between (b) and (c), which would otherwise seem to indicate a poor model choice. We compare to the results of the training set to identify a potential overfit of the model.

5.2. Test Set 1: Same Environment

For the same environment as the training set, i.e., the first test set, Figure 6a shows the ranging error CDF for an unseen trajectory. The method based only on channel information (b) is unable to provide consistent improvement to the ranging, if at all. This indicates that indeed, the method overfits on the training data, resulting in worse performance on unseen data than on training data. The selected features of method (b) are possibly too correlated, leading to an over-dimensioned model. Method (b) mostly impacts outliers, as seen in Table 2, decreasing the ranging error MAE from 24 cm to 19 cm and the RMSE from 79 cm to 35 cm. P90 error is unchanged at 36 cm. These errors are an order of magnitude larger than those on the training set, indicating overfit. Our LARC method (c) is more consistent with training, providing a visible improvement to the ranging error. The MAE decreases by 41% to 15 cm, and the RMSE by 12% to 70 cm, indicating the continued presence of outliers. This is acceptable; Section 3.3.2 explains that our model focuses on the smaller, correctable precision errors. The localization solution manages the impact of outliers; large (outlier) ranging errors do not influence the PF as the weight of all particles will be zero when evaluating the likelihood function. The P90 error decreases by 58%, to 15 cm.
Figure 6b shows the 2D positioning error CDF for the first test set. Interestingly, solution (b) now performs worse, with the MAE increasing from 13 cm to 16 cm, and the P90 error increasing from 22 cm to 28 cm, as listed in Table 3. A possible explanation for this lies in the localization approach. The ranging outliers (P95, P99) are now less pronounced and will therefore influence the trajectory calculations more heavily, resulting in higher 2D errors. Our LARC method (c) does create an improvement for the final trajectory, though less pronounced than for the ranging error. The MAE decreases by 30% to 9 cm. The P90 error decreases by 4 cm to 18 cm (−21%).

5.3. Test Set 2: Varied Environment

By varied environment, we mean unseen data with changed locations of some clutter object with respect to the environment of the training set, while keeping the location of the anchor nodes identical. Figure 7a shows the ranging error CDF for the second test set. The overfit of method (b) is clear, as the correction even increases the error. As listed in Table 2, the ranging MAE increases from 30 cm to 32 cm, the P90 error doubles from 37 cm to 74 cm, while the RMSE decreases from 1 m to 69 cm. Indicating again that, while outliers are improved, the majority of localizations deteriorate. Our LARC method (c) shows an important improvement: decreasing the MAE by 30% to 21 cm and the RMSE decreases by 10% to 92 cm. The P90 decreases by 57%, to 16 cm. This is completely in line with the results of test set 1, indicating great robustness to changes in environment.
Figure 7b shows the 2D position error CDF for the second test set. Method (b) fails to improve the trajectory. As explained for test set 1, this is caused by the (slightly) improved outliers that now more strongly influence the localization algorithm, while the bulk of ranging estimates is worse. Our method (c) obtains an improved location estimate, decreasing the MAE by 20%, from 13 cm to 10 cm, as listed in Table 3. The P90 error improvement is equal to test set 1, decreasing by 4 cm to 18 cm (−17%). This once more shows the robustness of our method.
Overall, these results shows that our method can be used to improve UWB ranging and localization using COTS devices.

5.4. Feature Ranking

The feature list we present in Section 3.3.1 is extensive. Therefore, we now take the time to analyze the ranking of the features using F-tests, to investigate which features are most important to the model. An F-test is performed on each feature individually and test the hypothesis that response values grouped by predictor variable values are drawn from populations with the same mean against the alternative hypothesis that the population means are not all the same [32].
Figure 8 shows the result of the F-test, ranking the features from high to low importance. The importance score is calculated as log p , where the p-value is the result of the hypothesis test. The highest importance scores are represented as infinity, due to numerical accuracy when the p-value approaches machine precision. The most important features are the first path signal strength and ξ , the difference between the user position estimate’s range and the range estimated from the CIR. The least important features are the location coordinates X and Y, the AOD ϕ , and the anchor identifier. This can have a significant impact for applications and training: X, Y, ϕ , and the anchor identifier are location-specific features. In other words, these features capture effects from the absolute lay-out of the training environment and are intuitively not suited if the model is deployed at a different location. However, because we have shown that these have the least importance, and no impact on performance, the chosen regression model is portable to other environments when we drop these features from the model.
Figure 9 shows the impact of dropping the features with the lowest importance score. Dropping the four least-important features, such that only seven remain, has no impact on final localization performance. Keeping only the three most important features has a significant impact, increasing the error by 15–20%. The implication is that the (additional) location-based features that were introduced in this paper with a feature importance score of only 65–92 have a meaningful impact and showcase the benefit of using location-based features to achieve good ranging correction.

6. Conclusions and Future Work

This paper has introduced the concept of location-aware features to improve ranging estimation errors. The ranging improvement of our method is large (approximately 57% P90 error improvement, to 15 cm) and is consistent across the unseen test datasets, even when introducing changes in the environment. The localization also improves (4 cm improvement to the P90 error, to approximately 18 cm), though it is less pronounced than the ranging improvement.
The use of trajectory-based features such as heading and velocity has a drawback, as it makes training a model using static measurements impossible. For some real-world applications, it might be impractical to hold a measurement campaign to obtain the required training data. A device capable of angle-of-arrival (AoA) estimation could alleviate this drawback, because features such as the user heading can be calculated directly, without the need for trajectory estimation, and thus, with a modified error estimation model (dropping, e.g., velocity features), static measurements could suffice.
Since the features are based on absolute environment location (e.g., X, Y) as well as relative position and orientation with respect to the anchors (e.g., r, θ ), it is clear that the resulting error prediction model does not lend itself to re-use in a completely different environment. However, we have shown that it is robust enough to perturbations in the environment, and that the location-specific features can be left out without loss in performance. This allows the model and method to be deployed in dynamic environments, with changing numbers or locations of scatterers. Additionally, in environments like office buildings, where the general layout of each floor is similar, this method might also be applied. This robustness is an improvement over a model based on only channel information, which fails to generalize well to changes in the environment.
In the future, we will investigate the impact of the choice of ranging and localization algorithms on the obtained improvements, as well as the type of prediction model (e.g., CNN).

Author Contributions

Conceptualization, S.C., C.L. and S.K.; investigation, S.C., C.L. and S.K.; software, S.C.; validation, S.C.; resources, S.K.; data curation, S.K.; writing—original draft preparation, S.C. and C.L.; writing—review and editing, S.K., E.T., W.J. and D.P.; visualization, S.C. and C.L.; supervision, E.T. and D.P.; funding acquisition, W.J. and D.P. All authors have read and agreed to the published version of the manuscript.

Funding

This work is supported in part by the Excellence of Science (EOS) project MUlti-SErvice WIreless NETworks (MUSE-WINET), by the imec project UWB-IR, and by the Research Foundation Flanders (FWO) project under Grant G098020N.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No new data were created or analyzed in this study. The existing data used in the manuscript are available at https://owncloud.fraunhofer.de/index.php/s/RURgoPDou3PgF3U (accessed on 10 April 2024) with supporting documentation at https://evaal.aaloa.org/images/2021/IPIN_Track7_v3.pdf (accessed on 10 April 2024).

Acknowledgments

The authors would like to thank the organizers of the IPIN competition, for which our method was initially conceived.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. de Bakker, C.; Aries, M.; Kort, H.; Rosemann, A. Occupancy-based lighting control in open-plan office spaces: A state-of-the-art review. Build. Environ. 2017, 112, 308–321. [Google Scholar] [CrossRef]
  2. Esrafilian-Najafabadi, M.; Haghighat, F. Occupancy-based HVAC control systems in buildings: A state-of-the-art review. Build. Environ. 2021, 197, 107810. [Google Scholar] [CrossRef]
  3. Vossiek, M.; Wiebking, L.; Gulden, P.; Wieghardt, J.; Hoffmann, C.; Heide, P. Wireless local positioning. IEEE Microw. Mag. 2003, 4, 77–86. [Google Scholar] [CrossRef]
  4. Tekler, Z.D.; Low, R.; Gunay, B.; Andersen, R.K.; Blessing, L. A scalable Bluetooth Low Energy approach to identify occupancy patterns and profiles in office spaces. Build. Environ. 2020, 171, 106681. [Google Scholar] [CrossRef]
  5. Silva, B.; Hancke, G.P. IR-UWB-Based Non-Line-of-Sight Identification in Harsh Environments: Principles and Challenges. IEEE Trans. Ind. Inform. 2016, 12, 1188–1195. [Google Scholar] [CrossRef]
  6. Savic, V.; Ferrer-Coll, J.; Ängskog, P.; Chilo, J.; Stenumgaard, P.; Larsson, E.G. Measurement Analysis and Channel Modeling for TOA-Based Ranging in Tunnels. IEEE Trans. Wirel. Commun. 2015, 14, 456–467. [Google Scholar] [CrossRef]
  7. Barbieri, L.; Brambilla, M.; Trabattoni, A.; Mervic, S.; Nicoli, M. UWB Localization in a Smart Factory: Augmentation Methods and Experimental Assessment. IEEE Trans. Instrum. Meas. 2021, 70, 1–18. [Google Scholar] [CrossRef]
  8. Wu, K.; Xiao, J.; Yi, Y.; Chen, D.; Luo, X.; Ni, L.M. CSI-Based Indoor Localization. IEEE Trans. Parallel Distrib. Syst. 2013, 24, 1300–1309. [Google Scholar] [CrossRef]
  9. Zand, P.; Romme, J.; Govers, J.; Pasveer, F.; Dolmans, G. A high-accuracy phase-based ranging solution with Bluetooth Low Energy (BLE). In Proceedings of the 2019 IEEE Wireless Communications and Networking Conference (WCNC), Marrakesh, Morocco, 15–18 April 2019; pp. 1–8. [Google Scholar] [CrossRef]
  10. Wang, X.; Wang, X.; Mao, S. Deep Convolutional Neural Networks for Indoor Localization with CSI Images. IEEE Trans. Netw. Sci. Eng. 2020, 7, 316–327. [Google Scholar] [CrossRef]
  11. Li, C.; Tanghe, E.; Suanet, P.; Plets, D.; Hoebeke, J.; De Poorter, E.; Joseph, W. ReLoc 2.0: UHF-RFID Relative Localization for Drone-Based Inventory Management. IEEE Trans. Instrum. Meas. 2021, 70, 1–13. [Google Scholar] [CrossRef]
  12. Fontaine, J.; Ridolfi, M.; Van Herbruggen, B.; Shahid, A.; De Poorter, E. Edge Inference for UWB Ranging Error Correction Using Autoencoders. IEEE Access 2020, 8, 139143–139155. [Google Scholar] [CrossRef]
  13. Froehle, M.; Leitinger, E.; Meissner, P.; Witrisal, K. Cooperative multipath-assisted indoor navigation and tracking (Co-MINT) using UWB signals. In Proceedings of the 2013 IEEE International Conference on Communications Workshops (ICC), Budapest, Hungary, 9–13 June 2013; pp. 16–21. [Google Scholar] [CrossRef]
  14. Gentner, C.; Jost, T.; Wang, W.; Zhang, S.; Dammann, A.; Fiebig, U.C. Multipath Assisted Positioning with Simultaneous Localization and Mapping. IEEE Trans. Wirel. Commun. 2016, 15, 6104–6117. [Google Scholar] [CrossRef]
  15. Maranò, S.; Gifford, W.M.; Wymeersch, H.; Win, M.Z. NLOS identification and mitigation for localization based on UWB experimental data. IEEE J. Sel. Areas Commun. 2010, 28, 1026–1035. [Google Scholar] [CrossRef]
  16. Wymeersch, H.; Marano, S.; Gifford, W.M.; Win, M.Z. A Machine Learning Approach to Ranging Error Mitigation for UWB Localization. IEEE Trans. Commun. 2012, 60, 1719–1728. [Google Scholar] [CrossRef]
  17. Ferreira, A.G.; Fernandes, D.; Branco, S.; Catarino, A.P.; Monteiro, J.L. Feature Selection for Real-Time NLOS Identification and Mitigation for Body-Mounted UWB Transceivers. IEEE Trans. Instrum. Meas. 2021, 70, 1–10. [Google Scholar] [CrossRef]
  18. Tiemann, J.; Pillmann, J.; Wietfeld, C. Ultra-Wideband Antenna-Induced Error Prediction Using Deep Learning on Channel Response Data. In Proceedings of the 2017 IEEE 85th Vehicular Technology Conference (VTC Spring), Sydney, NSW, Australia, 4–7 June 2017; pp. 1–5. [Google Scholar] [CrossRef]
  19. Bregar, K.; Mohorčič, M. Improving Indoor Localization Using Convolutional Neural Networks on Computationally Restricted Devices. IEEE Access 2018, 6, 17429–17441. [Google Scholar] [CrossRef]
  20. Vales, V.B.; Domínguez-Bolaño, T.; Escudero, C.J.; García-Naya, J.A. Using the Power Delay Profile to Accelerate the Training of Neural Network-Based Classifiers for the Identification of LOS and NLOS UWB Propagation Conditions. IEEE Access 2020, 8, 220205–220214. [Google Scholar] [CrossRef]
  21. Angarano, S.; Mazzia, V.; Salvetti, F.; Fantin, G.; Chiaberge, M. Robust ultra-wideband range error mitigation with deep learning at the edge. Eng. Appl. Artif. Intell. 2021, 102, 104278. [Google Scholar] [CrossRef]
  22. Stahlke, M.; Kram, S.; Ott, F.; Feigl, T.; Mutschler, C. Estimating TOA Reliability with Variational Autoencoders. IEEE Sens. J. 2022, 22, 5133–5140. [Google Scholar] [CrossRef]
  23. Niitsoo, A.; Edelhäußer, T.; Eberlein, E.; Hadaschik, N.; Mutschler, C. A deep learning approach to position estimation from channel impulse responses. Sensors 2019, 19, 1064. [Google Scholar] [CrossRef]
  24. Coene, S.; Tanghe, E.; Plets, D.; Romme, J.; Martens, L.; Joseph, W. Noise-Based Threshold Ranging Method Using Region-of-Interest in UWB Signals. IEEE Sens. J. 2023, 23, 30605–30619. [Google Scholar] [CrossRef]
  25. 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]
  26. Rasmussen, C.E.; Williams, C.K. Gaussian Processes for Machine Learning; MIT Press: Cambridge, MA, USA, 2006. [Google Scholar]
  27. Potorti, F.; Park, S.; Crivello, A.; Palumbo, F.; Girolami, M.; Barsocchi, P.; Lee, S.; Torres-Sospedra, J.; Ruiz, A.R.J.; Perez-Navarro, A.; et al. The IPIN 2019 Indoor Localisation Competition—Description and Results. IEEE Access 2020, 8, 206674–206718. [Google Scholar] [CrossRef]
  28. Potortì, F.; Torres-Sospedra, J.; Quezada-Gaibor, D.; Jiménez, A.R.; Seco, F.; Pérez-Navarro, A.; Ortiz, M.; Zhu, N.; Renaudin, V.; Ichikari, R.; et al. Off-Line Evaluation of Indoor Positioning Systems in Different Scenarios: The Experiences From IPIN 2020 Competition. IEEE Sens. J. 2022, 22, 5011–5054. [Google Scholar] [CrossRef]
  29. Potortì, F.; Crivello, A.; Lee, S.; Vladimirov, B.; Park, S.; Chen, Y.; Wang, L.; Chen, R.; Zhao, F.; Zhuge, Y.; et al. Offsite Evaluation of Localization Systems: Criteria, Systems, and Results From IPIN 2021 and 2022 Competitions. IEEE J. Indoor Seamless Position. Navig. 2024, 2, 92–129. [Google Scholar] [CrossRef]
  30. Kram, S.; Stahlke, M.; Mutschler, C. 8th IPIN Competition Off-Site Indoor Localization, Track 7: Channel Impulse Responses; Technical Report; Fraunhofer Institute for Integrated Circuits IIS; Friedrich-Alexander-University Erlangen-Nurnberg: Erlangen, Germany, 2021; Available online: https://evaal.aaloa.org/images/2021/IPIN_Track7_v3.pdf (accessed on 10 April 2024).
  31. EvAAL. IPIN 2021 Competition Results. 2021. Available online: https://evaal.aaloa.org/2021/competition-results (accessed on 10 April 2024).
  32. fsrftest—Univariate Feature Ranking for Regression Using F-Tests. Available online: https://mathworks.com/help/stats/fsrftest.html (accessed on 3 May 2024).
Figure 1. Comparison between localization solutions in the literature and ours: (a) is the default approach without any corrections, (b) makes use of an error prediction model based on channel information, in (c), our proposed LARC solution calculates location-aware features from an initial trajectory estimation. r is the range estimate, { s } is the set of features, P is uncorrected location estimate, r is the corrected range estimate, and P is the corrected location estimate. The second localization algorithm uses the same code and parameters, differing only in likelihood function.
Figure 1. Comparison between localization solutions in the literature and ours: (a) is the default approach without any corrections, (b) makes use of an error prediction model based on channel information, in (c), our proposed LARC solution calculates location-aware features from an initial trajectory estimation. r is the range estimate, { s } is the set of features, P is uncorrected location estimate, r is the corrected range estimate, and P is the corrected location estimate. The second localization algorithm uses the same code and parameters, differing only in likelihood function.
Sensors 24 03203 g001
Figure 2. Measured CIR data of the commodity UWB device in the cases of (a) LoS, (b) OLoS, and (c) NLoS propagation. (FPC: first-path component).
Figure 2. Measured CIR data of the commodity UWB device in the cases of (a) LoS, (b) OLoS, and (c) NLoS propagation. (FPC: first-path component).
Sensors 24 03203 g002
Figure 3. A visual representation of the trajectory-based features.
Figure 3. A visual representation of the trajectory-based features.
Sensors 24 03203 g003
Figure 4. Schematic environment setup, including exemplary object setups 1 and 2 (left) and a similar real-world environment (right).
Figure 4. Schematic environment setup, including exemplary object setups 1 and 2 (left) and a similar real-world environment (right).
Sensors 24 03203 g004
Figure 5. Overview of the UWB deployments and the dataset trajectories. Clutter objects are present in all cases, but are not represented here.
Figure 5. Overview of the UWB deployments and the dataset trajectories. Clutter objects are present in all cases, but are not represented here.
Sensors 24 03203 g005
Figure 6. Results of test set 1: CDF of (a) the absolute ranging error and (b) the 2D position error in meters. Evaluated without and with corrections.
Figure 6. Results of test set 1: CDF of (a) the absolute ranging error and (b) the 2D position error in meters. Evaluated without and with corrections.
Sensors 24 03203 g006
Figure 7. Results of test set 2: CDF of (a) the absolute ranging error and (b) the 2D position error in meters. Evaluated without and with corrections.
Figure 7. Results of test set 2: CDF of (a) the absolute ranging error and (b) the 2D position error in meters. Evaluated without and with corrections.
Sensors 24 03203 g007
Figure 8. Feature ranking based on F-tests. The importance score is calculated as log p ; a high value indicates that the feature is important.
Figure 8. Feature ranking based on F-tests. The importance score is calculated as log p ; a high value indicates that the feature is important.
Sensors 24 03203 g008
Figure 9. Results of feature selection in our method. CDFs of the 2D position error in meter show the impact of dropping the lowest ranked features. (a) shows the results for test set 1 and (b) shows the results for test set 2.
Figure 9. Results of feature selection in our method. CDFs of the 2D position error in meter show the impact of dropping the lowest ranked features. (a) shows the results for test set 1 and (b) shows the results for test set 2.
Sensors 24 03203 g009
Table 1. Features used in the regression model.
Table 1. Features used in the regression model.
PredictorDescription
anchoridentifier of signal origin
restimated range
log FPSS first path signal strength
log max | CIR | CIR peak magnitude
Xposition estimate coordinate
Yposition estimate coordinate
θ angle-of-arrival to user, in local coordinates
ϕ angle-of-departure from anchor, in world coordinates
vtotal scalar velocity of the user
ω heading of the user
ξ difference between user position estimate’s range and observed range estimate from CIR
Table 2. Resulting absolute ranging errors in meters.
Table 2. Resulting absolute ranging errors in meters.
MetricTraining Test 1 Test 2
(a)(b)/[%](c)/[%] (a)(b)/[%](c)/[%] (a)(b)/[%](c)/[%]
MAE0.260.01−950.14−48 0.240.19−240.15−41 0.300.32+70.21−30
RMSE0.970.02−980.89−8 0.790.35−560.70−12 1.020.69−320.92−9
P500.090.01−870.02−78 0.090.11+160.04−53 0.090.13+410.05−46
P750.190.02−890.04−78 0.190.21+90.08−56 0.200.26+290.09−54
P900.360.03−920.09−75 0.360.36+20.15−58 0.370.74+980.16−56
P950.670.03−950.19−71 0.610.55−100.23−62 0.721.55+1140.33−54
P994.060.04−993.48−14 4.031.57−613.45−14 5.423.26−404.94−9
(a) without correction, (b) correction using channel information features, (c) LARC: correction using channel information and location-aware features.
Table 3. Resulting 2D positioning errors in meters.
Table 3. Resulting 2D positioning errors in meters.
MetricTraining Test 1 Test 2
(a)(b)/[%](c)/[%] (a)(b)/[%](c)/[%] (a)(b)/[%](c)/[%]
MAE0.120.02−810.05−59 0.130.16+220.09−30 0.130.18+390.10−20
RMSE0.140.03−800.06−56 0.150.19+260.11−23 0.160.21+370.14−11
P500.120.02−820.04−62 0.120.14+190.08−35 0.110.15+400.08−25
P750.160.03−810.07−58 0.170.20+220.11−31 0.160.22+380.13−20
P900.210.04−810.10−54 0.220.28+240.18−21 0.220.31+440.18−17
P950.250.05−800.12−52 0.260.34+300.22−16 0.260.38+460.21−19
P990.330.07−790.17−47 0.350.47+350.32−7 0.420.68+600.44+4
(a) without correction, (b) correction using channel information features, (c) LARC: correction using channel information and location-aware features.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Coene, S.; Li, C.; Kram, S.; Tanghe, E.; Joseph, W.; Plets, D. Location-Aware Range-Error Correction for Improved UWB Localization. Sensors 2024, 24, 3203. https://doi.org/10.3390/s24103203

AMA Style

Coene S, Li C, Kram S, Tanghe E, Joseph W, Plets D. Location-Aware Range-Error Correction for Improved UWB Localization. Sensors. 2024; 24(10):3203. https://doi.org/10.3390/s24103203

Chicago/Turabian Style

Coene, Sander, Chenglong Li, Sebastian Kram, Emmeric Tanghe, Wout Joseph, and David Plets. 2024. "Location-Aware Range-Error Correction for Improved UWB Localization" Sensors 24, no. 10: 3203. https://doi.org/10.3390/s24103203

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