Next Article in Journal
Scattered Ultrasonic Guided Waves Characterized by Wave Damage Interaction Coefficients: Numerical and Experimental Investigations
Next Article in Special Issue
Research on Indoor 3D Positioning Algorithm Based on WiFi Fingerprint
Previous Article in Journal
Enhanced Harmonics Reactive Power Control Strategy Based on Multilevel Inverter Using ML-FFNN for Dynamic Power Load Management in Microgrid
Previous Article in Special Issue
Indoor Positioning with CNN and Path-Loss Model Based on Multivariable Fingerprints in 5G Mobile Communication System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Machine Learning Approach to Improve Ranging Accuracy with AoA and RSSI

1
School of Electrical Engineering and Computer Science, Oregon State University, Corvallis, OR 97331, USA
2
School of Software & Microelectronics, Peking University, Beijing 100871, China
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(17), 6404; https://doi.org/10.3390/s22176404
Submission received: 24 July 2022 / Revised: 12 August 2022 / Accepted: 21 August 2022 / Published: 25 August 2022

Abstract

:
Ranging accuracy is a critical parameter in time-based indoor positioning systems. Indoor environments often have complex structures, which make centimeter-level-accurate ranging a challenging task. This study proposes a new distance measurement method to decrease the ranging error in multipath environment. Our method uses an artificial neural network that utilizes the received signal strength indicator along with a signal’s angle of arrival to calculate the line-of-sight distance. This combination results in a significant reduction of the error caused by multipath effects that common RSSI-based methods suffer from. It outperforms traditional ranging methods while the implementation complexity is kept low.

1. Introduction

The rapid growth of internet-of-things applications has led to an increased demand for indoor positioning systems (IPSs) [1]. It is well known that GPS does not perform well in most indoor environments. Technologies that use ultra-wideband (UWB), radio frequency identification (RFID), Bluetooth low energy (BLE), and WiFi signals have been looked into as part of IPS research [2,3]. IPSs that use UWB signals could achieve centimeter-level accuracy, which is desirable for many applications [4,5,6]. However, the high infrastructure cost and limited effective range of UWB methods make them less competitive than some alternative technologies. RFID positioning systems can be cost-effective but they typically provide coarse positions only. In addition, because of their limited effective range, they require a massive infrastructure to cover the same area, which increases implementation complexity [7].
Compared to UWB and RFID-based IPSs, BLE and WiFi-based IPSs are more cost-effective [8,9]. Initially, these systems suffered from low accuracy, but recent research has bridged the performance gap between them and UWB. BLE and WiFi-based IPSs can be categorized into the following subcategories: Time of Arrival (ToA), Time Difference of Arrival (TDoA), Angle of Arrival (AoA), and Fingerprinting [2,3]. ToA-based IPSs use the time that a signal from a transmitter arrives at a receiver to find the location of the transmitter. ToA requires wide signal bandwidth and strict synchronization between the transmitter and the receiver to achieve a high accuracy [10,11,12]. TDoA-based IPSs measure the difference between multiple ToAs, resulting in a simplified implementation that requires only receiver synchronization. However, the accuracy of this approach still depends on the signal bandwidth [13]. AoA-based IPSs utilize angle information from multiple anchors for localization. These systems do not require synchronization. However, due to the multipath effect, the error of these systems gets higher when the distance between the target and receiver increases [14,15]. A more recent trend is fingerprint-based IPSs. These IPSs utilize fingerprint databases that could be built using data such as channel state information (CSI) and received signal strength indicator (RSSI) [16,17,18], which could be acquired by using commercial devices. The system compares the newly received data with the fingerprints to accomplish the localization task. Given their simplicity, these IPSs have low implementation complexity. However, their accuracy typically lies in range of a few meters.
A ranging system that is capable of achieving centimeter accuracy using commercial WiFi devices was proposed in [19]. However, this system requires a channel hopping mechanism, which makes the system equivalent to UWB-based IPSs and compromises the devices’ ability to transmit data. In this study, we propose a WiFi-based method that is capable of reducing ranging errors under 10 cm without requiring a high signal bandwidth nor a strict synchronization process. The proposed method combines AoA estimation and RSSI ranging with an artificial neural network (ANN) to reduce the multipath effect and make it possible to perform high-accuracy ranging tasks with a single access point (AP).
The rest of this paper is organized as follows. Section 2 summarizes previous works in the area. In Section 3, we explain the system and our methodology. The experimental setup and procedure are presented in Section 4. In Section 5, the result of the experiment and the limitations of the system are discussed. Finally, in Section 6, we conclude this study and discuss the future work of our research.

2. Related Work

In this section, we provide some background knowledge for the methods used in this work and summarize previous studies on indoor ranging techniques. This section is split into three subsections: RSSI, AoA, and ANN.

2.1. RSSI-Based IPSs

There are two major approaches in RSSI-based IPSs: fingerprinting and ranging. The fingerprinting method uses a pre-stored database to compare the incoming signal and determine the target’s location [20,21,22]. The ranging technique gathers distance information from multiple APs using the path-loss model and then uses the triangulation formula to determine the distance between the transmitter and receiver [23,24]. In [16], Martin et al. introduced an RSSI fingerprint-based IPS. The idea was promising at the time; however, the proposed system lacks accuracy. The median error achieved was 1.5 m. In [17], Achroufene et al. proposed a method that improves the accuracy of RSSI-based ranging using belief function theory, which improved the reliability and accuracy of the RSSI-based ranging to a median error of 1.13 m. In [18], Biehl et al. proposed a fingerprint-based IPS, with the help of a classification algorithm. It managed to maintain a median error within the sub-meter level, specifically 0.94 m.

2.2. AoA-Based IPSs

AoA-based IPSs determine the target’s location using a cross-section created from multiple angular information. This angular information is calculated by exploiting the phase difference between elements on an antenna array in various locations. In [25], Chen et al. developed an IPS that utilizes angular signature from AoA estimation as fingerprint, achieving an accuracy with median error in the range of 1.5 m. In [26], Kumar et al. proposed a new method to emulate synthetic aperture radar on hand-held devices to perform indoor positioning tasks, managing to achieve an accuracy with error in the range of 0.3 m. In [27], Xiong et al. introduced a method to suppress the multipath component within the AoA spectrum, thus increasing the accuracy of the system. The proposed work showed an accuracy with median error of 0.23 m; however, it uses an antenna array with sixteen antennas, which significantly increases the system cost.

2.3. ANN-Based IPSs

In an indoor environment, there are countless propagation paths due to the multipath effect. These propagation paths can contribute both constructive and destructive effects on the received signal. This makes RSSI not strictly follow its path loss model. For this reason, precise ranging based on signal power becomes a challenging task. To address this issue, ANNs have been introduced in recent studies. Unlike traditional methods that rely on a fixed model, ANNs adjust their weights internally to find a best fit for the majority of samples in the dataset. This makes ANN-based methods more suitable to mitigate multipath effects. In [28], Adege et al. proposed a fingerprinting-based IPS that uses the back-propagation ANN and KNN algorithms. Compared to the conventional fingerprinting IPS, their work shows a significant improvement in accuracy with a median error of 0.5 m. In [29], Ibrahim et al. evaluated the performance of multiple ANN algorithms for improving ranging accuracy using RSSI. The simulation result of this work shows that with the help of ANN, the ranging error is rapidly reduced solely with RSSI information. Adhikari et al. also exploited the ANN with a recursive least-squares technique for reducing the positioning error using RSSI [30]. Their simulation results show an extraordinary improvement in terms of accuracy with median error down to 0.035 m. However, the method uses 10 APs, which is complex and costly.
Table 1 summarizes the methods and the median errors these methods have achieved.

3. Methodology

In this work, we propose a new high-precision indoor ranging system that comprises an RSSI recording block, an AoA estimation block, and an ANN block as shown in Figure 1.
Unlike conventional ranging methods that use time measurements to estimate the direct signal’s path length, our method uses the periods that the signal traveled as described by
D = ( T + ϕ / 2 π ) × λ
where T is the number of periods that the signal has traveled, ϕ is the phase of the received signal and λ is the wavelength of the signal. As Equation (1) shows, with a short wavelength, the systematic error from inaccurate phase information is one wavelength. In this work, we use a signal with a central frequency of 5.52 GHz, which has a wavelength of 0.0543 m.

3.1. RSSI

RSSI-based methods convert RSSI to distance information using the path loss model expressed as
P L = P L ( d 0 ) + 10 γ log 10 d t r d 0 + X g
where P L is the total path loss in decibels, γ is the path loss exponent, d t r is the distance between the transmitter and the receiver, d 0 is the reference distance (for example, 1 m or 10 m for indoor environments), P L ( d 0 ) is the path loss at the reference distance d 0 , γ is the path loss exponent, and X g is a normal random variable with zero mean [31]. Due to the multipath effect, the received signal in an interior setting becomes very noisy. This interference has a great impact on RSSI’s ranging accuracy [17]. In order to obtain accurate distance information using RSSI, first we need to extract the line-of-sight (LoS) signal’s power from the RSSI data. We do this by using the spatial spectrum provided by the AoA estimator.

3.2. AoA Estimation

AoA estimation detects the angle that has the highest signal strength in space. In beamforming-based AoA estimation, this is done by evaluating the power of the received signal from all directions [32,33]. The received signal y ( t ) in the indoor environment can be seen as a weighted sum of multiple signals. Let us assume that there are m antennas on an uniform linear array (ULA), and the distance between two adjacent antennas is d. For an indoor environment that has a total of L propagation paths, the signal model at the mth antenna at a given time t is given as
y ( t ) = l = 0 L 1 a ( θ l ) s ( t )
where θ l is the broadside angle of the lth propagation path, s ( t ) is the source signal, and a ( θ l ) is the steering vector expressed as
a ( θ l ) = e j 2 π λ ( m 1 ) d sin θ l
and the model of beamscan is given as
P B e a m S c a n ( θ ) = a H ( θ ) R 1 a ( θ )
where R is the autocorrelation matrix of the received signal [34]. Using MATLAB, we simulated the conventional beamforming method to verify its ability to describe the spatial energy distribution of a signal. As depicted in the example shown in Figure 2, in an indoor environment, there exist three possible propagation paths, with the direct path signal from 0 and two reflections from 45 and 25 . To simulate this scenario, we set three signal sources in the simulation with distinct signal strengths. The signal strength from 45 is set to be 20 % lower than the signal from 0 , and signal strength from 25 to be 40 % lower than 0 . As demonstrated in Figure 3, the beamforming-based AoA estimator can distinguish between the signals coming from different angles and their corresponding power level. Our method utilizes this information to assist extracting the correct LoS data from the RSSI.

3.3. ANN

Due to the multipath effect, the acquired signals in an indoor environment have complex mathematical models; thus, using an ANN is the most efficient way to process them [35]. In this study, we developed an ANN that takes the RSSI data and the AoA estimation and calculates the number of periods the signal traveled from the transmitter to the receiver. The properties of the proposed ANN are given in Table 2.
Initially, the ANN extracts the correct RSSI data using the AoA estimation spectrum (as shown in Figure 3). Then, the ANN converts the RSSI data to the number of periods the signal traveled. The relationship between RSSI and signal intensity from AoA estimation can be expressed as Equation (6).
R S S I = w × P A o A ( θ 0 ) + Φ
where w is a weight factor, P A o A is the signal power at the LoS angle θ 0 taken from the AoA estimation spectrum and Φ is the power change caused on the direct signal by the multipath effect. As shown in Figure 4, for an RSSI recorder with three antennas, the RSSI values received on RX2 and RX3 suffer from additional path loss compared to RX1. Similar to the principle of AoA estimation, the additional loss is caused by the additional distance the signal travels between different antennas.
For a receiver with m antennas, the power of the received signal at the mth antenna can be expressed as Equation (7)
R S S I m = w × P A o A ( θ 0 ) + Φ + Δ P L ( m )
where Δ P L is the additional path loss on the mth antenna. These additional RSSI changes on antennas include both LoS and non-line-of-sight (NLoS) scenarios. Changes in RSSI between antennas are caused by different propagation distances from the same signal source. As a result, Δ P L L o S ( m ) and Δ P L N L o S ( m ) are proportional to the power received from LoS and NLoS paths on RX1, which is given as
Δ P L L o S ( m ) = β 1 w × P A o A ( θ 0 )
Δ P L N L o S ( m ) = β 2 × Φ .
Given P A o A and multiple RSSI values, the ANN then adjusts its internal weights to find the best combination of w, β 1 , β 2 , and Φ that works for most samples in the dataset that satisfy (6) and (9) below:
Δ P L = β 1 w × P A o A ( θ 0 ) + β 2 × Φ
Once w is found, the ANN can estimate the power of the LoS signal by multiplying w with P A o A . Then, the proposed ANN can further convert the power information to distance and transform it into a number of periods T. Figure 5 demonstrates how the ranging error is reduced based on the amount of RSSI signals used as input to ANN. With at least two RSSI values, the ranging error can be significantly reduced.

4. Experiment

4.1. Experimental Devices

Three devices are used in this experiment: two TP-LINK WR2543N wireless routers and an AD-9361 evaluation board. The router with a single antenna serves as the transmitter; another router with three antennas serves as the RSSI recorder. The AD-9361 evaluation board with a four-element antenna array is used for the signal waveform-capturing process. Signals are transmitted through channel 104 with a center frequency of 5.52 GHz and a bandwidth of 20 MHz during the experiment.

4.2. Experimental Setup

The experiment took place in a lab environment with dimensions ( L × W ) of 9.6 m × 9.1 m. The layout of the lab environment is shown in Figure 6. Ten locations were randomly selected with a maximum LoS distance of 3.78 m. The exact coordinates of selected locations are included in the Appendix A.

4.3. Experimental Process

The experimental process has following steps:
1.
Create an indoor environment and record the geometry of the selected transmitter location points, i.e., their coordinates, distance, and theoretical AoA.
2.
Record the RSSI and the signal waveform.
3.
Translate the signal waveform to the AoA spectrum and construct a dataset for the training stage.
4.
Use the dataset to train the ANN and to obtain the weight factors of the model.
5.
Estimate the number of periods T using the ANN and signal parameters.
The ANN’s performance depends on the size of the dataset. To ensure the accuracy of the network, we collect 500 samples at each selected location. Thus, the dataset has a total of 5000 samples. Each sample consists of four inputs, AoA strength, RSSI1, RSSI2, and RSSI3 and one output, the number of periods the signal traveled. We build the ANN model in Matlab. The Bayesian Regularization algorithm with a minimal gradient of 10 7 is used to train the network [36]. We divide the dataset randomly into two subsets, each having 2500 samples. We use one dataset to train the network. After the training stage, the ANN was tested against the second set of data to see if it can give the expected results. With 30 layers, the ANN achieves optimal performance resulting to a median error of 0.037 m.

5. Result and Limitations

The performance of the ANN is evaluated based on its error, which is calculated by Equation (10)
ε T = T T
where T is the actual number of periods, and T is the number of periods predicted by the ANN. The mean squared error (MSE) in predicting the number of periods by the ANN is 8.99, with a standard deviation of 17.5. With a total of 5000 samples, the error histogram of the ANN provided in Figure 7 shows that more than 60 % of the predictions have an error less than 0.5 periods. The ranging error can then be calculated using Equation (11).
ε D = ( T T ) × λ .
where λ is the wavelength of the system (5.43 cm in this work). The cumulative distribution function (CDF) in Figure 8 shows that 75 % of the errors were less than 0.1 m with a median error of 0.037 m and a mean error of 0.092 m.
However, the current system is far from perfect. To begin with, the suggested system is still in its prototype stage; the RSSI recorder and signal waveform receiver are not synced. This increases the failure rate of the signal acquisition procedure, as two devices cannot begin recording simultaneously, causing the waveform receiver to record the incorrect signal. If a wrong signal is captured, then the signal capture process for the current entry requires a reset. As a result, it takes around 50 min to collect 500 samples for each location. Second, the proposed system has been evaluated only under the LoS scenario within one environment. The proposed system’s performance may vary according to the landscape and structures in which it is installed.

6. Conclusions

In this research, we developed and tested a novel method that leveraged RSSI and AoA estimation to perform high-accuracy ranging tasks without high bandwidth with the help of ANN. The initial trial delivered a favorable outcome with the proposed system successfully reducing ranging errors under ten centimeters, which ranks at a high position compared to the systems used in the literature as we can see on Table 1. This indicates that high-precision indoor ranging without wide signal bandwidth or synchronization is possible. The advantage of this work over existing high-accuracy ranging systems (TOA/TDOA-based method) is that our proposed system is simple to deploy due to low complexity equipment and cost effective. While the proposed method does have some limitations, as discussed in Section 5, these issues can be resolved in future research.

Author Contributions

Conceptulization, T.Z. and H.L.; data curation, T.Z.; formal analysis, T.Z. and P.Z.; funding acquisition, H.L.; investigation, T.Z.; methodology, T.Z.; project administration, H.L.; resources, H.L. and G.W.; software, G.W.; supervision, H.L.; visualization, T.Z. and P.K.; writing—original draft, T.Z.; writing—review and editing, H.L., P.K. and P.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. Lab Environment Test field coordinates (relative to AP).
Table A1. Lab Environment Test field coordinates (relative to AP).
IndexXYAoADistancePeriods
10.491.7715.622.1639
20.991.8228.782.3643
31.671.7443.62.6448
42.31.7452.893.0856
52.81.7158.233.4463
60.452.3610.792.6849
70.962.3322.132.7851
81.562.3134.023.0155
92.12.3342.023.3261
102.752.3849.223.7869

References

  1. Zafari, F.; Gkelias, A.; Leung, K.K. A survey of indoor localization systems and technologies. IEEE Commun. Surv. Tutor. 2019, 21, 2568–2599. [Google Scholar] [CrossRef]
  2. Kunhoth, J.; Karkar, A.; Al-Maadeed, S.; Al-Ali, A. Indoor positioning and wayfinding systems: A survey. Hum.-Centric Comput. Inf. Sci. 2020, 10, 18. [Google Scholar] [CrossRef]
  3. Sakpere, W.; Adeyeye-Oshin, M.; Mlitwa, N.B. A state-of-the-art survey of indoor positioning and navigation systems and technologies. S. Afr. Comput. J. 2017, 29, 145–197. [Google Scholar] [CrossRef]
  4. Zhao, S.; Liu, H. Transmitter-side multipath preprocessing for pulsed UWB systems considering pulse overlapping and narrow-band interference. IEEE Trans. Veh. Technol. 2007, 56, 3502–3510. [Google Scholar] [CrossRef]
  5. Zhao, S.; Orlik, P.; Molisch, A.F.; Liu, H.; Zhang, J. Hybrid ultrawideband modulations compatible for both coherent and transmit-reference receivers. IEEE Trans. Wirel. Commun. 2007, 6, 2551–2559. [Google Scholar] [CrossRef]
  6. Zhao, S.; Liu, H. Prerake diversity combining for pulsed UWB systems considering realistic channels with pulse overlapping and narrow-band interference. In Proceedings of the GLOBECOM’05, IEEE Global Telecommunications Conference, St. Louis, MO, USA, 28 Novembe–2 December 2005; pp. 5–3788. [Google Scholar]
  7. Saab, S.S.; Nakad, Z.S. A standalone RFID indoor positioning system using passive tags. IEEE Trans. Ind. Electron. 2010, 58, 1961–1970. [Google Scholar] [CrossRef]
  8. Agarwal, H.; Sanghvi, N.; Roy, V.; Kitani, K. DeepBLE: Generalizing RSSI-based Localization Across Different Devices. arXiv 2021, arXiv:2103.00252. [Google Scholar]
  9. Suraweera, N.; Li, S.; Johnson, M.; Collings, I.B.; Hanly, S.V.; Ni, W.; Hedley, M. Environment-assisted passive WiFi tracking with self-localizing asynchronous sniffers. IEEE Syst. J. 2020, 14, 4798–4809. [Google Scholar] [CrossRef]
  10. Li, S.; Hedley, M.; Bengston, K.; Humphrey, D.; Johnson, M.; Ni, W. Passive localization of standard WiFi devices. IEEE Syst. J. 2019, 13, 3929–3932. [Google Scholar] [CrossRef]
  11. Mandal, A.; Lopes, C.V.; Givargis, T.; Haghighat, A.; Jurdak, R.; Baldi, P. Beep: 3D indoor positioning using audible sound. In Proceedings of the Second IEEE Consumer Communications and Networking Conference, Las Vegas, NV, USA, 6 January 2005; pp. 348–353. [Google Scholar]
  12. Liu, K.; Liu, X.; Li, X. Guoguo: Enabling fine-grained indoor localization via smartphone. In Proceedings of the 11th Annual International Conference on Mobile Systems, Applications, and Services, Taipei, Taiwan, 25–28 June 2013; pp. 235–248. [Google Scholar]
  13. Ma, Y.; Wang, B.; Pei, S.; Zhang, Y.; Zhang, S.; Yu, J. An indoor localization method based on AOA and PDOA using virtual stations in multipath and NLOS environments for passive UHF RFID. IEEE Access 2018, 6, 31772–31782. [Google Scholar] [CrossRef]
  14. Chen, L.; Ahriz, I.; Le Ruyet, D. AoA-aware probabilistic indoor location fingerprinting using channel state information. IEEE Int. Things J. 2020, 7, 10868–10883. [Google Scholar] [CrossRef] [Green Version]
  15. Gjengset, J.; Xiong, J.; McPhillips, G.; Jamieson, K. Phaser: Enabling phased array signal processing on commodity WiFi access points. In Proceedings of the 20th annual international conference on Mobile computing and networking, Maui, HI, USA, 7–11 September 2014; pp. 153–164. [Google Scholar]
  16. Martin, E.; Vinyals, O.; Friedland, G.; Bajcsy, R. Precise indoor localization using smart phones. In Proceedings of the 18th ACM International Conference on Multimedia, Firenze, Italy, 25–29 October 2010; pp. 787–790. [Google Scholar]
  17. Achroufene, A.; Amirat, Y.; Chibani, A. RSS-Based Indoor Localization Using Belief Function Theory. IEEE Trans. Autom. Sci. Eng. 2018, 16, 1163–1180. [Google Scholar] [CrossRef]
  18. Biehl, J.T.; Cooper, M.; Filby, G.; Kratz, S. Loco: A ready-to-deploy framework for efficient room localization using wi-fi. In Proceedings of the 2014 ACM International Joint Conference on Pervasive and Ubiquitous Computing, Seattle, WA, USA, 13–17 September 2014; pp. 183–187. [Google Scholar]
  19. Vasisht, D.; Kumar, S.; Katabi, D. Decimeter-Level Localization with a Single WiFi Access Point. In Proceedings of the 13th USENIX Symposium on Networked Systems Design and Implementation (NSDI 16), Santa Clara, CA, USA, 16–18 March 2018; pp. 165–178. [Google Scholar]
  20. Afousi, M.B.; Zoghi, M.R. Wi-Fi RSS indoor positioning system using online layer clustering and weighted DCP-KNN. In Proceedings of the 2018 26th Iranian Conference on Electrical Engineering (ICEE), Mashhad, Iran, 8–10 May 2018; pp. 710–715. [Google Scholar]
  21. Du, C.; Peng, B.; Zhang, Z.; Xue, W.; Guan, M. KF-KNN: Low-cost and high-accurate FM-based indoor localization model via fingerprint technology. IEEE Access 2020, 8, 197523–197531. [Google Scholar] [CrossRef]
  22. Goldoni, E.; Savioli, A.; Risi, M.; Gamba, P. Experimental analysis of RSSI-based indoor localization with IEEE 802.15.4. In Proceedings of the 2010 European Wireless Conference (EW), Lucca, Italy, 12–15 April 2010; pp. 71–77. [Google Scholar]
  23. Youssef, M.; Agrawala, A. The Horus WLAN location determination system. In Proceedings of the 3rd International Conference on Mobile Systems, Applications, and Services, Washington, DC, USA, 6–8 June 2005; pp. 205–218. [Google Scholar]
  24. Yang, J.; Chen, Y. Indoor localization using improved rss-based lateration methods. In Proceedings of the GLOBECOM 2009—2009 IEEE Global Telecommunications Conference, Honolulu, HI, USA, 30 November–4 December 2009; pp. 1–6. [Google Scholar]
  25. Li, Z.; Tian, Z.; Wang, Z.; Zhang, Z. Multipath-assisted indoor localization using a single receiver. IEEE Sens. J. 2020, 21, 692–705. [Google Scholar] [CrossRef]
  26. Kumar, S.; Gil, S.; Katabi, D.; Rus, D. Accurate indoor localization with zero start-up cost. In Proceedings of the 20th Annual International Conference on Mobile Computing and Networking, Maui, HI, USA, 7–11 September 2014; pp. 483–494. [Google Scholar]
  27. Xiong, J.; Jamieson, K. ArrayTrack: A Fine-Grained Indoor Location System. In Proceedings of the 10th USENIX Symposium on Networked Systems Design and Implementation (NSDI 13), Lombard, IL, USA, 2–5 April 2013; pp. 71–84. [Google Scholar]
  28. Adege, A.B.; Yayeh, Y.; Berie, G.; Lin, H.-P.; Yen, L.; Li, Y.R. Indoor localization using K-nearest neighbor and artificial neural network back propagation algorithms. In Proceedings of the 2018 27th Wireless and Optical Communication Conference (WOCC), Hualien, Taiwan, 30 April–1 May 2018; pp. 1–2. [Google Scholar]
  29. Ibrahim, A.; Rahim, S.K.A.; Mohamad, H. Performance evaluation of RSS-based WSN indoor localization scheme using artificial neural network schemes. In Proceedings of the 2015 IEEE 12th Malaysia International Conference on Communications (MICC), Kuching, Malaysia, 23–25 November 2015; pp. 300–305. [Google Scholar]
  30. Adhikari, B.; Fernando, X.N. A Neural Network Based Recursive Least Square Multilateration Technique for Indoor Positioning. In Proceedings of the 2021 IEEE 26th International Workshop on Computer Aided Modeling and Design of Communication Links and Networks (CAMAD), Porto, Portugal, 25–27 October 2021; pp. 1–6. [Google Scholar]
  31. Viswanathan, M. Wireless Communication Systems in Matlab; Independently Published; 2020. Available online: https://www.gaussianwaves.com/wireless-communication-systems-in-matlab (accessed on 1 June 2020).
  32. Capon, J.; Greenfield, R.J.; Kolker, R. Multidimensional maximum-likelihood processing of a large aperture seismic array. Proc. IEEE 1967, 55, 192–211. [Google Scholar] [CrossRef]
  33. Van Trees, H.L. Optimum Array Processing: Part IV of Detection, Estimation, and Modulation Theory; John Wiley & Sons: Hoboken, NJ, USA, 2004. [Google Scholar]
  34. Gentilho, E.; Scalassara, P.R.; Abrão, T. Direction-of-arrival estimation methods: A performance-complexity tradeoff perspective. J. Signal Process. Syst. 2020, 92, 239–256. [Google Scholar] [CrossRef]
  35. Abiodun, O.I.; Jantan, A.; Omolara, A.E.; Dada, K.V.; Mohamed, N.A.; Arshad, H. State-of-the-art in artificial neural network applications: A survey. Heliyon 2018, 4, e00938. [Google Scholar] [CrossRef] [PubMed]
  36. MacKay, D. Bayesian interpolation. Neural Comput. 1992, 4, 415–447. [Google Scholar] [CrossRef]
Figure 1. Workflow of the proposed system.
Figure 1. Workflow of the proposed system.
Sensors 22 06404 g001
Figure 2. Simulation scenario.
Figure 2. Simulation scenario.
Sensors 22 06404 g002
Figure 3. Simulated AoA Estimation Spectrum.
Figure 3. Simulated AoA Estimation Spectrum.
Sensors 22 06404 g003
Figure 4. Example of additional RSSI attenuation on antenna array.
Figure 4. Example of additional RSSI attenuation on antenna array.
Sensors 22 06404 g004
Figure 5. Error comparison between differentinput.
Figure 5. Error comparison between differentinput.
Sensors 22 06404 g005
Figure 6. Layout of the test field.
Figure 6. Layout of the test field.
Sensors 22 06404 g006
Figure 7. Error Histogram.
Figure 7. Error Histogram.
Sensors 22 06404 g007
Figure 8. Ranging error CDF.
Figure 8. Ranging error CDF.
Sensors 22 06404 g008
Table 1. Ranging accuracy in previous work.
Table 1. Ranging accuracy in previous work.
StudyMethodMedian Error# of APs
Martin et al. [16]RSSI-fingerprint1.5 m3
Achroufene et al. [17]RSSI-ranging1.13 m5
Biehl et al. [18]RSSI-fingerprint0.94 m7
Chen et al. [25]AoA1.5 m1
Kumar et al. [26]AoA0.3 m5
Xiong et al. [27]AoA0.23 m6
Adege et al. [28]ANN0.5 m7
Ibrahim et al. [29]ANN0.49 m1
Adhikari et al. [30]ANN0.035 m10
Table 2. Properties of ANN.
Table 2. Properties of ANN.
PropertiesValue
Input P A o A , RSSI1, RSSI2, RSSI3
Output# of Periods
AlgorithmBayesian Regularization
Layers30
Loss Functionmse
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhang, T.; Zhang, P.; Kalathas, P.; Wang, G.; Liu, H. A Machine Learning Approach to Improve Ranging Accuracy with AoA and RSSI. Sensors 2022, 22, 6404. https://doi.org/10.3390/s22176404

AMA Style

Zhang T, Zhang P, Kalathas P, Wang G, Liu H. A Machine Learning Approach to Improve Ranging Accuracy with AoA and RSSI. Sensors. 2022; 22(17):6404. https://doi.org/10.3390/s22176404

Chicago/Turabian Style

Zhang, Tingwei, Peng Zhang, Paris Kalathas, Guangxin Wang, and Huaping Liu. 2022. "A Machine Learning Approach to Improve Ranging Accuracy with AoA and RSSI" Sensors 22, no. 17: 6404. https://doi.org/10.3390/s22176404

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