Next Article in Journal
Estimation of Knee Joint Forces in Sport Movements Using Wearable Sensors and Machine Learning
Next Article in Special Issue
Time-Series Laplacian Semi-Supervised Learning for Indoor Localization
Previous Article in Journal
An Energy-Efficient Method for Human Activity Recognition with Segment-Level Change Detection and Deep Learning
Previous Article in Special Issue
A Fusion Localization Method based on a Robust Extended Kalman Filter and Track-Quality for Wireless Sensor Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Endpoints-Clipping CSI Amplitude for SVM-Based Indoor Localization

1
College of Computer Science and Engineering, Northwest Normal University, Lanzhou 730070, China
2
Gansu Province Internet of Things Engineering Research Center, Lanzhou 730070, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2019, 19(17), 3689; https://doi.org/10.3390/s19173689
Submission received: 26 June 2019 / Revised: 20 August 2019 / Accepted: 22 August 2019 / Published: 25 August 2019

Abstract

:
With the wide application of Channel State Information (CSI) in the field of sensing, the accuracy of positioning accuracy of indoor fingerprint positioning is increasingly necessary. The flexibility of the CSI signals may lead to an increase in fingerprint noise and inaccurate data classification. This paper presents an indoor localization algorithm based on Density-Based Spatial Clustering of Applications with Noise (DBSCAN), Endpoints-Clipping (EC) CSI amplitude, and Support Vector Machine (EC-SVM). In the offline phase, the CSI amplitude information collected through the three channels is combined and clipped using the EC, and then a fingerprint database is obtained. In the online phase, the SVM is used to train the data in the fingerprint database, and the corresponding relationship is found with the CSI data collected in real time to perform matching and positioning. The experimental results show that the positioning accuracy of the EC-SVM algorithm is superior to the state-of-art indoor CSI-based localization technique.

1. Introduction

With the development of the Internet of Things and popularity of intelligent terminal devices, wireless indoor positioning technology has been researched in different ways [1,2]. At present, indoor positioning technologies appearing at home and abroad generally include Global Positioning System (GPS), Radio Frequency Identification (RFID), and fingerprinting positioning technology. GPS has the advantages of rapid positioning, accuracy and stability in a spacious outdoor environment [3,4]. However, due to factors such as occlusion in indoor conditions, the positioning accuracy is seriously degraded or even impossible to locate. RFID technology uses radio frequency for noncontact data exchange to achieve identification and positioning, it has the advantages of large transmission range and low equipment cost [5,6]. However, because this technology does not have communication capability, it is not conducive to integration into other systems. Therefore, passive fingerprint positioning technology has been proposed, which does not require carrying extra devices to locate the target in positioning phase. However, due to the instability and inactivity of Received Signal Strength (RSS) signal, the positioning accuracy is affected. In terms of access, the RSS signal is taken from the MAC layer, there is no uniform standard for the RSS signals of various manufacturers, the same power may have different values on the Wi-Fi devices of different manufacturers [7], and the Channel State Information (CSI) is taken from the physical layer [8]. Theoretically, CSI signal can provide more detailed channel information, so it captures more environmental information for positioning [9]. Therefore, the indoor positioning technology based on CSI has attracted increasing attention in recent years.
The traditional Wi-Fi fingerprint positioning technology usually uses the RSS signal before the CSI can be extracted from Wi-Fi NICs. First, the form of the positioning is the collected data to construct a fingerprint database as the feature value of the location, and then the sampled data is compared with the fingerprint database to obtain the positioning result, such as RADAR [10], Ekahau, Horus [11], etc.; because of the limitations of the RSS signal, the positioning accuracy ranges from 2 to 5 m. RSS signal can be obtained from ordinary Wi-Fi receiving devices, which directly reflects the power strength from the transceiver, and maintains the influence of Wi-Fi signal in the indoor positioning field to a certain extent [12]. However, for CSI, the RSS only indicates the total received energy of the channel, and does not characterize the environmental characteristics such as multipath in detail. Therefore, the CSI fingerprint matching method has more potential compared with the characteristics of RSS. After acquiring the CSI signal, researchers use CSI to complete fingerprint database establishment, matching and positioning for the first time. Indoor positioning systems based on CSI signals typically use information from multiple links for positioning. Zhu et al. [13] proposed a CSI indoor positioning method based on Bayesian filtering method. Bayesian filtering is used for data processing to reduce the time variation of the received signal. Wu, et al. [14] used the naive Bayesian algorithm for position classification, and also reduced position misjudgment by combining the results of multiple antenna pairs. A passive indoor positioning technology based on CSI and naive Bayes is proposed in the work by the authors of [15], which improves the naive Bayesian algorithm to make the positioning result more accurate.The experimental part verifies the performance of the positioning algorithm in a variety of environments. Wu et al. [16] proposed a passive indoor positioning algorithm combined with mathematical statistics and networks, mainly by improving the visibility graph (VG) technology to establish a complex indoor network to achieve better positioning accuracy. Xiao et al. [17] implemented the FIFS system and used CSI data for fingerprint database establishment; the system utilizes multiple CSI measurements at one time and is more stable over time, causing the positioning accuracy to be better than Horus [11]. However, FIFS only uses the amplitude feature, but simply performs the simple averaging method on the obtained amplitude value. Gjengset et al. [18] implemented the phaser system based on commercial network cards and proposed a method for automatically calibrating phase errors. Kotaru et al. [19] and others implemented SpotFi, using existing common network cards, and finally achieved better positioning results. However, its positioning stage only uses phase information in the works by the authors of [18,19]. Zhou et al. [20] built a fingerprinting database based on the features of amplitude and phase; however, the K-Nearest Neighbor (KNN) positioning method is finally used for positioning, resulting in low positioning accuracy. Wang, et al. [21] realized the deep learning technology introduced into the DeepFi system and improved the positioning accuracy. The deep learning technique is also applied in the work by the authors of [22], but it has made related improvements to the non-line-of-sight situation. They used neural networks for training and achieved good positioning results in works by the authors of [20,21,22], but it is training data for specific environments. Chapre et al. [23] implemented CSI-MIMO systems, taking into account the spatial diversity and frequency diversity of CSI measurements. Since signal propagation of different subcarrier frequencies is affected by the environment, CSI-MIMO subtracts the measured values of adjacent subcarriers to obtain a fingerprint. Wu et al. [24] simply removed the outliers and used the median values of different subcarriers as reference values. It is only requires a simple mathematical method to denoise the CSI data in works by the authors of [23,24], resulting in unsatisfactory positioning results. In summary, ensuring the robustness while improving the positioning accuracy is an urgent problem to be solved.
A CSI-based EC-SVM localization algorithm is proposed in this paper. In order to reduce the noise of the amplitude data, the algorithm combines the three links to find the most sensitive point to cut and form a robust fingerprint database. The SVM algorithm is used for classification to finally complete the positioning.
In general, in this work, we have made the following main contributions.
  • We propose a novel indoor fingerprint localization algorithm. According to the characteristics of the communication link, the collected CSI data is denoised by the Density-Based Spatial Clustering of Applications with Noise (DBSCAN) algorithm in the online and offline phases.
  • We propose an EC noise reduction method, which firstly integrates three CSI communication links, and then performs feature extraction on the combined link to obtain a robust fingerprint database.
  • We validate the proposed theory and method in a real experimental scenario. The experimental results show that the proposed positioning algorithm is superior to its comparison algorithm and has high robustness.
The rest of this paper is organized as follows. In Section 2, we introduce the proposed system model and relevant definitions. In Section 3, we introduce the EC-SVM indoor localization system. In Section 4, the performance of the proposed positioning method is verified by experiments. Finally, conclusions are drawn in Section 5.

2. System Model and Relevant Definitions

The traditional WLAN-based passive indoor positioning method is mainly based on RSS. Due to the shortcomings of the RSS signal, such as poor signal stability and poor reliability, the actual positioning effect is not ideal. Compared to RSS, CSI provides more granular channel information, which can solve the problems encountered above. CSI can be easily obtained by modifying the Atheros-CSI-tool driver code to support NIC that support the IEEE 802.11n standard at the kernel level and rewriting applications [25,26]. CSI is the channel attribute of a communication link. It describes the weakening factor of the signal in each transmission path, that is, the value of each element in the channel gain matrix H [27], such as scattering, fading, multipath fading or shadowing fading, power decay of distance, and other information. CSI can adapt the communication system to current channel conditions, providing high reliability and high rate communication in multiantenna systems.
In a smoothly attenuated channel, channel information can be modeled in the frequency domain by Orthogonal Frequency Division Multiplexing (OFDM) as
Y = H X + N
where Y and X represent the received and transmitted signal vectors, respectively. Vector N is Gaussian noise and H denotes the channel’s frequency respond. The CSI of all subcarriers can be expressed by the formula as
H = Y X
Current WLAN technologies, such as 802.11n, employ OFDM and Multiple-Input Multiple-Output (MIMO) technologies [28,29]; CSI is divided into different subcarrier groups. Under the bandwidth of 40 MHz, the number of subcarriers is 114, then the CSI matrix H can be expressed as
H = H 11 H 12 H 1 q H 21 H 22 H 2 q H p 1 H p 2 H p q
where p and q represent the number of transmitting antennas and the number of receiving antennas, respectively, and m = p × q is the number of pairs of antennas. Hence, a complex value H i of i t h subcarrier can be defined as
H i = H i e j sin H i
where H i and H i are the amplitude response and the phase response of subcarrier i, respectively.
According to the wireless signal propagation characteristics, the energy of the wireless signal is attenuated as the distance increases. The emergence of Wi-Fi was originally used for close high-speed communication, but with the application of OFDM technology in Wi-Fi [30]; its CSI contains multiple subcarrier data, which can provide more information to reflect the target location. Because of the occlusion of the human body to the signal, the response of the CSI signal will change, so the target can be located by this characteristic. As shown in the Figure 1, the amplitude values at different locations are different, so we can use the amplitude to locate.
Figure 1 shows 100 measurements of 114 subcarrier in channel 1 of the 3 * 1 antenna beams (including one transmitting antenna and three receiving antennas) when the communication system is in the 40 MHz bandwidth. The raw amplitude of location 1 and 2 are represented in Figure 1a,b. We can draw a conclusion from these two pictures that CSI amplitude shows different curves in different location, which also verifies the localization feasibility that CSI amplitude can be used as signal feature fingerprint.
As shown in Figure 1, the CSI amplitude values collected at different locations. It can be seen from Figure 1a,b that most of the CSI amplitude values are in a cluster of closely adjacent states, but some of the data is obviously far away from the data cluster set, and the part of the data is called abnormal value. To ensure accuracy, the DBSCAN algorithm can be used to eliminate the abnormal parts. DBSCAN is a density-based clustering algorithm. This kind of clustering algorithm generally assumes that categories can be determined by the tightness of the sample distribution. The same category of samples is closely related to each other, that is to say, there are samples of the same category not far from any sample of this category. CSI signal has a fine-grained ability of sense and it easily interfered due to multipath effect with serious signal error at the receiver, from the data object where the amplitude value is located, we can easily calculate the parameters in the DBSCAN algorithm. It can be seen from Figure 2 that the CSI amplitude data distributed in the upper part shows a high degree of correlation, indicating that the data of this part belong to one category. The CSI amplitude data in the lower part is loosely dispersed, and its full correlation cannot be guaranteed. If the part of the data cannot be attributed to the same category, it is called an outlier. Therefore, the outliers can be eliminated by the judgment of the method to ensure the accuracy of the data.
SVM was initially defined by Vladimir Vapnik in the early 1990s to resolve discrimination issues: classification and regression analysis [31,32]. The classification of SVM is mainly for the two classification of sample data. This feature is used in the design of the positioning algorithm proposed in this paper to classify the processed CSI sample data.

3. EC-SVM Indoor Localization System

3.1. System Model

The algorithm proposed includes CSI amplitude sample data and noise reduction between CSI subcarriers. As shown in Figure 3, the system model is divided into the online phase and the offline phase. The DBSCAN processing of the feature data is performed in the offline phase and the online phase. In the offline phase, the CSI amplitude sample data is collected, then the fingerprint database is established after the abnormal value is processed by the DBSCAN algorithm. In the online stage, the real-time sample data of the acquired CSI amplitude is processed by the DBSCAN algorithm to process the outliers, and then feature extraction of CSI amplitude sample data by EC method, and the SVM is used to classify according to the characteristics of the clipped CSI amplitude, and finally the physical position estimation result is obtained.

3.2. Noise Reduction of CSI Sample

3.2.1. The Combination of the Communicating Link

The CSI amplitude sample data collected at a certain location to be located has an abnormal value due to the influence of the multipath effect in the environment. The results of the CSI data of the chain three channels using the DBSCAN algorithm to eliminate the outliers are shown in Figure 4a–c. In order to perform noise reduction processing on the CSI data of one location, we combine the amplitude values of the three links, and the result of flattening is shown in Figure 4d. Since each link contains 114 subcarriers, the flattened pattern contains 342 subcarriers.

3.2.2. Charateric of Combined Communication Extract

We have a simple combination of the three data links, but although the data link we use is the DBSCAN algorithm for noise reduction, there is still noise in the data. In order to further optimize the CSI data, we propose a novel EC noise reduction method. In order to express the steps of the EC algorithm more clearly, we randomly take a CSI amplitude data from the combined CSI data link as shown in Figure 5a. We use the splicing points a, b of the link as the base point for finding the clipping point. We define the clipping factor sequences for the two points a and b as α and β , respectively:
α = a 1 , a 2 , a 3 , a n 1 , n 1 0 , 114 a + 1 , a + 2 , a + 3 , a + n 2 , n 2 ( 114 , 228 )
β = b 1 , b 2 , b 3 , b n 3 , n 3 114 , 228 b + 1 , b + 2 , b + 3 , b + n 4 , n 4 ( 228 , 342 )
where a 1 represents the first clipping point found to the left of point a, a + 1 represents the first clipping point found to the right of point a, b 1 represents the first shear point found to the left of point b, and b + 1 represents the first shear point found to the right of point b.
First, we search the clipping points on both sides of point a. Starting from point a to the left, the monotonicity of the curve is judged by the difference of adjacent points until its monotonicity changes. We take the adjacent point where monotonicity changes as the first clipping point to be found. Since the curve trend of the CSI amplitude data is wavy, we will find many eligible cilpping points. For the same reason, many cut points are found on the left and right sides of point a. However, through experimental verification analysis, we obtained that the sample data formed by the first clipping point among the many clipping points found on both sides of point a is better. After determining the clipping points on both sides of point a, we take the data between the two clipping points as the first feature sample at a certain position. In the same way, we can find the shear points on both sides of point b to obtain another feature sample at the same position. The samples obtained at two points a and b are sample features at one location. The feature sample data of the 25 positions obtained by the EC method is as shown in Figure 6. The pseudocode of the specific clipping process is given in Algorithm 1.
In order to express the necessity of feature extraction more clearly, we refine the process of feature extraction, as shown in Figure 5b–k. Figure 5b shows the CSI amplitude data characteristics obtained by the EC method to find the first clipping point on both sides of point a. Figure 5c is a CSI amplitude data characteristic obtained by the second clipping point on both sides of the point a, and the red marked portion in the figure indicates the feature of Figure 5b included. It can be seen from the comparison of the two figures that the feature samples obtained in Figure 5c are clearer than Figure 5b, and subsequent classification is easier. As shown in Figure 5c–f, with the search of the clipping point on both sides of point a, the variation of the obtained CSI amplitude data characteristics is small and complicated. The features obtained in Figure 5b have shown the characteristics of the combined two links. The search is performed in turn, and Figure 5f shows the feature samples obtained from the 10th clipping point on both sides of the point a, which can be seen to be more complicated. Similarly, Figure 5g–k shows the shear point finding process on both sides of point b. When the tenth cut point on both sides of point b is found, it can be seen that the obtained CSI amplitude data feature is more abnormal. Therefore, in order to extract the CSI amplitude data features more representative, we cut at the first clipping point.
Algorithm 1: Feature extraction algorithm.
Sensors 19 03689 i001

3.3. SVM Optimized Positioning Algorithm

The specific implementation of the SVM is as follows. Suppose the sample set has its category represented as x i , y i i = 1 , 2 , , n y 1 , + 1 are category labels. In the case of linear separability, the support vector classifier attempts to find an optimal classification hyperplane that maximizes the interval ω T · x + b = 0 .
To find this hyperplane, you need to solve the quadratic programming problem below.
min 1 2 ω 2
y i ω T · x i + b 1 0 , i = 1 , 2 , , n
The solution to the above problem can be obtained by solving the following quadratic programming problem.
max W α = i = 1 n α i 1 2 i , j = 1 n α i α j y i y j x i T x j
i = 1 l α i y i , 0 α i , i = 1 , 2 , , n
This is a quadratic function optimization problem with inequality constraints, and there is a unique solution. It is easy to prove that only a small part of the Lagrangian multiplier is not zero, and the corresponding sample is the support vector. The resulting optimal classification hyperplane is f x = i = 1 n α i * y i x i T x + b * , where b can be obtained from any of the support vectors. After the optimal hyperplane is obtained, the data classification is completed.
After CSI sample noise reduction and feature extraction, the features need to be classified to complete the positioning. A CSI data sample of 25 positions obtained by the clipping method is shown in Figure 6. It can be seen from the figure that the sample data at different locations is different, and it can be seen that there is similarity in the data samples of each row. From the third behavior limit, it can be seen that the characteristics of the sample data in the first two rows of the upper part are similar and the sample data characteristics in the latter two rows are similar. These similar features, based on CSI sample data, can be classified using the SVM algorithm.
The main process of classifying samples by SVM is that, according to the characteristics of CSI data samples, we can divide the sample positions 1 to 13 into one category, divide 14 to 25 into one category, and then, according to the data collected by the real-time data collected by the positioning position, the sample is judged to be located in the upper part or the lower part. If the upper part is classified in the upper part, you can divide 1 to 7 into one category, divide 8 to 13 into one category, and then judge the position where the data of the specified position is compared with it. The iterative classification is performed in turn, and finally all the CSI sample data can be separated to obtain the position.

4. Experimental Study

4.1. Experimental Scene

The positioning performance of the algorithm is verified in a real test scenario. As shown in Figure 7b, the test area is a rectangular area having a length and a width of 4.8 m and 5.5 m, respectively, and the rest of the test is divided into 25 small squares of the same size. Two computers are placed on both sides of the test area, one as a receiver and one as a transmitter, and the distance between the two devices placed in the test area is 0.5 m. In the experiment, a computer is required for data processing, to collect experimental data. In order to understand the deployment of the experimental scene more clearly, we made the logic diagram of the experimental scene as shown in Figure 7a.

4.2. Experiment Analysis

4.2.1. Impact of the Rate of Packages

In the experimental verification, it is found that the difference in the rate of packet delivery affects its positioning accuracy. The experimental results are shown in Figure 8. When the packet rate is 600 packets per second, the result is optimal and the fluctuation range of its positioning accuracy fluctuates between 1 and 2 m. When the packet transmission rate is 300 packets per second, the positioning accuracy is found to be unstable, and the fluctuation range is between approximately 1.05 m and 1.45 m. This indicates that the CSI data integrity and robustness collected at the packet transmission rate is lower. When the packet delivery rate is 900 packets per second, the stability of the positioning accuracy is also poor. The positioning error reaches ~1.5 m in ~40 s. When the packet transmission rate is 1200 packets per second, the positioning accuracy is relatively stable, but the overall positioning error is significantly increased. This indicates that the data collected at the packet rate is stable, but the noise is increased. Through experimental verification, it can be seen that in the next experimental verification, the accuracy of the experiment can be guaranteed when the delivery rate is maintained at 600 packets per second.

4.2.2. Impact of Single Link and Combined Link

In the EC noise reduction method, the influence of the three links fusion and the single link on the positioning accuracy is different, and the experimental verification result is shown in Figure 9. As can be seen from the figure, the positioning accuracy of the three link fusions is significantly better than the positioning accuracy of a single link, and the trend of the experimental curves of the positioning errors of the three single links (1, 2, and 3) is similar. All four curves experience a slow upward trend with a positioning error of approximately 0 to 1m, after which the four curves have a faster trend until the CDF approaches 1. The experimental results of the three link fusions show that the positioning accuracy is ~85% when the positioning error is ~1.2 m, and the positioning accuracy is ~100% when the positioning error is ~1.95 m. However, the results of three single links show that the positioning accuracy is only 63%, 52%, and 47% when the positioning error is 1.2 m, and the positioning accuracy is only 100% when the positioning error is 2 m.

4.2.3. Impact of the Clipping Facter

In the method description, we mentioned the influence of the clipping factor on the positioning accuracy, so the optimal position of the clipping point is determined by experimental verification.The two independent variables involved in the experiment are the clipping factor and the rate of packet delivery. The experimental verification results are shown in Figure 10. The positioning error is significantly higher at different packet rates and without shear points. When the clipping factor is 1, the positioning error is significantly reduced and the positioning accuracy is optimal at different packet rates.However, as can be seen from the figure, when the packet transmission rate is 300 packets per second, the positioning error fluctuates with the increase of the clipping point, which indicates that the CSI data collected is unstable when the packet transmission rate of is 300 packets per second. At the other three packet rates, after the shear point 1, the positioning error gradually increases with the increase of the shear point and tends to have no positioning error in the case of the shear point.

4.2.4. Comparison of between EC-SVM and SVM

The SVM algorithm involved in the EC-SVM positioning algorithm and the SVM algorithm in the experiment are based on the use of multiclassifiers. However, in this paper, we use the SVM algorithm to classify it under the proposed EC method. Moreover, the classification criteria we use are different, so the positioning accuracy caused by the two algorithms is different. Our classification criteria are that the sample data of 25 positions is first divided into the upper part and the lower part according to the sample characteristics, and then the upper part. Perform a two-division iteration to separate all the data in the upper part. The conventional SVM separates the sample data of 25 positions by, first, separating the position 1 from the others and, sequentially, separating the categories of each position. A comparison experiment between the two methods on the positioning accuracy is shown in Figure 11. As can be seen from the figure, when the number of samples varies from 200 to 1000, the positioning accuracy of the optimized SVM classification is significantly higher than that of the conventional SVM. The positioning accuracy of the optimized SVM is kept between 1.2 m and 1.8 m. The positioning effect is optimal when the number of samples is 600 sets of samples, indicating that the number of samples is 600. The positioning accuracy of the traditional SVM varies from 1.7 m to 2.3 m, and the positioning accuracy is significantly higher.

4.2.5. Overall Performance of EC-SVM Positioning Algorithm

In order to more accurately describe the comparison between EC-SVM and DeepFi, FIFS and Horus, the average error, standard error, and positioning accuracy are compared. The results are shown in Table 1. It can be seen from the figure that the three aspects of the EC-SVM algorithm are superior to the other three algorithms. The standard error of the EC-SVM algorithm is 1.13 m, which indicates that the positioning accuracy of the algorithm is relatively stable. When the positioning error is 1.5 m, the positioning accuracy reaches 85%.
In order to verify the overall positioning performance of the EC-SVM algorithm, this part is compared with the positioning performance of SVR-CSI [32], DeepFi, FIFS and Horus algorithms. The SVR-CSI algorithm is verified in the experimental scenario we set up, and the experimental results obtained are shown in Figure 12. As can be seen from the figure, the positioning accuracy of the EC-SVM positioning algorithm is significantly better than that of SVR-CSI, DeepFi, FIFS, and Horus. The CDF growth trend of the EC-SVM algorithm is relatively fast, and its value soars to ~85% when the positioning error is ~1.2 m, and the CDF of the algorithm reaches 1 at ~1.85 m.The performance of the SVR-CSI algorithm is better than that of the DeepFi, FIFS, and Horus algorithms, but the positioning accuracy is relatively low compared with the EC-SVM algorithm. When the positioning error is ~2.25 m, the CDF value can reach 100%. The performance of the Horus algorithm is relatively the worst, and the growth rate is relatively slow. The CDF reaches ~50% when the positioning error is 1.5 m, and the positioning error reaches 100% when it is ~1.7 m. The positioning performance of the DeepFi and FIFS algorithms is similar, and the trend of the experimental results is approximately similar. The DeepFi algorithm is used when the positioning error is ~100% for a CDF of ~2.65 m, and the FIFS algorithm achieves a positioning accuracy of 100% for a positioning error of ~2.25 m.

5. Conclusions

In this paper, a fingerprint indoor positioning algorithm based on EC-SVM is proposed. First, a link fusion and clipping noise reduction method is proposed to establish a highly robust fingerprint database. Then the SVM algorithm is used to classify the data to complete the final positioning. In the experimental verification phase, the performance of the algorithm is verified by five parts: the impact of the rate of packages on positioning accuracy, the influence of three link fusion and single link on positioning accuracy, the impact of the rate of packages and clipping fact on positioning accuracy, EC-SVM and traditional SVM comparison and EC-SVM algorithm, and SVR-CSI, DeepFi, FIFS, and Horus algorithm comparison experiment. The experimental results show that the positioning accuracy of the EC-SVM algorithm is 85% when the positioning error is 1.2 m, and its positioning accuracy is better than that of SVR-CSI, DeepFi, FIFS, and Horus.

Author Contributions

Z.H. contributed towards the algorithms and the analysis. Y.Y. contributed towards the algorithms, the analysis, and the simulations and wrote the paper. X.D. revised the equations, and critically revised the paper. All authors read and approved the final manuscript. C.S. revised the details of the paper and figures.

Funding

This work was supported by the National Natural Science Foundation of China under grant nos. 61762079 and 61662070; Key Science and Technology Support Program of Gansu Province under grant nos. 1604FKCA097 and 17YF1GA015; and Science and Technology Innovation Project of Gansu Province under grant nos. 17CX2JA037 and 17CX2JA039.

Acknowledgments

The authors would like to thank the reviewers for their thorough reviews and helpful suggestions.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript.
CSIChannel State Information
SVMSupport Vector Machine
RFIDRadio Frequency Identification
GPSGlobal Positioning System
RSSReceived Signal Strength
KNNK-Nearest Neighbor
MIMOMultiple-Input Multiple-Output
OFDMOrthogonal Frequency Division Multiplexing
DBSCANDensity-Based Spatial Clustering of Applications with Noise

References

  1. Alarifi, A.; Al-Salman, A.; Alsaleh, M.; Alnafessah, A.; Al-Hadhrami, S.; Al-Ammar, M.; Al-Khalifa, H. Ultra Wideband Indoor Positioning Technologies: Analysis and Recent Advances. Sensors 2016, 16, 707. [Google Scholar] [CrossRef] [PubMed]
  2. Niu, L. A Survey of Wireless Indoor Positioning Technology for Fire Emergency Routing. IOP Conf. Ser. Earth Environ. Sci. 2014, 18, 012127. [Google Scholar] [CrossRef] [Green Version]
  3. Cui, H.; Wang, X.; Wang, W.; Qin, X. Indoor positioning system based on WiFi. Microcomput. Its Appl. 2014, 33. [Google Scholar] [CrossRef]
  4. Vishal, K.; Jawahar, C.V.; Chari, V. Accurate localization by fusing images and GPS signals. In Proceedings of the 2015 IEEE Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), Boston, MA, USA, 7–12 June 2015; IEEE: Piscataway, NJ, USA, 2015. [Google Scholar]
  5. Ma, S.Q.; Wang, C.J. Design of Laboratory Management System Based on RFID. Adv. Mater. Res. 2014, 945–949, 2689–2692. [Google Scholar] [CrossRef]
  6. O’Connell, M.; Hickey, S.; Besiou, M.; Fitzpatrick, C.; Van Wassenhove, L.N. Feasibility of Using Radio Frequency Identification to Facilitate Individual Producer Responsibility for Waste Electrical and Electronic Equipment. J. Ind. Ecol. 2013, 17, 11. [Google Scholar] [CrossRef]
  7. Sabek, I.; Youssef, M. MonoStream: A Minimal-Hardware High Accuracy Device-free WLAN Localization System. arXiv 2013, arXiv:1308.0768. [Google Scholar]
  8. Xiao, J.; Wu, K.; Yi, Y.; Wang, L.; Ni, L.M. Pilot: Passive Device-Free Indoor Localization Using Channel State Information. In Proceedings of the 2013 IEEE 33rd International Conference on Distributed Computing Systems (ICDCS), Philadelphia, PA, USA, 8–11 July 2013; IEEE: Piscataway, NJ, USA, 2013. [Google Scholar]
  9. Yang, Z.; Zhou, Z.; Liu, Y. From RSSI to CSI: Indoor Localization via Channel Response. ACM Comput. Surv. 2013, 46, 1–32. [Google Scholar] [CrossRef]
  10. Bahl, P.; Padmanabhan, V.N. RADAR: An in-building RF-based user location and tracking system. In Proceedings of the INFOCOM 2000 Nineteenth Annual Joint Conference of the IEEE Computer and Communications Societies, Tel Aviv, Israel, 26–30 March 2000; IEEE: Piscataway, NJ, USA, 2000. [Google Scholar]
  11. Youssef, M.; Agrawala, A. The Horus location determination system. Wirel. Netw. 2008, 14, 357–374. [Google Scholar] [CrossRef]
  12. Li, Z.; Huang, J. WiFi positioning using robust filtering with RSSI. Geomat. Inf. Sci. Wuhan Univ. 2016, 41, 361–366. [Google Scholar]
  13. Zhu, R.; Bai, G.W.; Shen, H. Bayesian filtering based CSI indoor localization method. Comput. Eng. Des. 2015, 36, 567–571. [Google Scholar]
  14. Wu, Z.; Xu, Q.; Li, J.; Fu, C.; Xuan, Q.; Xiang, Y. Passive indoor human localization based on channel state information. Harbin Gongcheng Daxue Xuebao/J. Harbin Eng. Univ. 2017, 38, 1328–1334. [Google Scholar]
  15. Wu, Z.; Xu, Q.; Li, J.; Fu, C.; Xuan, Q.; Xiang, Y. Passive Indoor Localization Based on CSI and Naive Bayes Classification. IEEE Trans. Syst. Man Cybern. Syst. 2018, 48, 1566–1577. [Google Scholar] [CrossRef]
  16. Wu, Z.; Jiang, L.; Jiang, Z.; Chen, B.; Liu, K.; Xuan, Q.; Xiang, Y. Accurate Indoor Localization Based on CSI and Visibility Graph. Sensors 2018, 18, 2549. [Google Scholar] [CrossRef] [PubMed]
  17. Xiao, J.; Wu, K.; Yi, Y.; Ni, L.M. FIFS: Fine-grained indoor fingerprinting system. In Proceedings of the International Conference on Computer Communications & Networks, Munich, Germany, 30 July–2 August 2012; IEEE: Piscataway, NJ, USA, 2012. [Google Scholar]
  18. 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; ACM: New York, NY, USA, 2014. [Google Scholar]
  19. Kotaru, M.; Joshi, K.; Bharadia, D.; Katti, S. SpotFi: Decimeter Level Localization Using WiFi. ACM Sigcomm Comput. Commun. Rev. 2015, 45, 269–282. [Google Scholar] [CrossRef]
  20. Zhou, T.Y.; Lian, B.W.; Zhang, Y.; Liu, S. Amp-Phi: A CSI-based Indoor Positioning System. Int. J. Pattern Recognit. Artif. Intell. 2018, 32, 1858005. [Google Scholar] [CrossRef]
  21. Wang, X.; Gao, L.; Mao, S.; Pandey, S. DeepFi: Deep Learning for Indoor Fingerprinting Using Channel State Information. In Proceedings of the 2015 IEEE Wireless Communications and Networking Conference (WCNC), New Orleans, LA, USA, 9–12 March 2015; IEEE: Piscataway, NJ, USA, 2015. [Google Scholar]
  22. Choi, J.S.; Lee, W.H.; Lee, J.H.; Lee, J.H.; Kim, S.C. Deep Learning Based NLOS Identification with Commodity WLAN Devices. IEEE Trans. Veh. Technol. 2018, 67, 3295–3303. [Google Scholar] [CrossRef]
  23. Chapre, Y.; Ignjatovic, A.; Seneviratne, A.; Jha, S. CSI-MIMO: Indoor Wi-Fi fingerprinting system. In Proceedings of the 39th Annual IEEE Conference on Local Computer Networks, Edmonton, AB, Canada, 8–11 September 2014; IEEE: Piscataway, NJ, USA, 2014. [Google Scholar]
  24. Zhang, X.; Xiu, C.; Wang, Y.; Yang, D. CSI-XGBoost-based high-precision WiFi indoor positioning algorithm. J. Beijing Univ. Aeronaut. Astronaut. 2018, 44, 2536–2544. [Google Scholar]
  25. Jiang, Z.; Zhao, J.; Li, X.Y.; Han, J.; Xi, W. Rejecting the Attack: Source Authentication for Wi-Fi Management Frames using CSI Information. Proc. IEEE Infocom. 2012, 12, 2544–2552. [Google Scholar]
  26. Wang, X.; Gao, L.; Mao, S.; Pandey, S. CSI-based Fingerprinting for Indoor Localization: A Deep Learning Approach. IEEE Trans. Veh. Technol. 2016, 66, 763–776. [Google Scholar] [CrossRef]
  27. Gao, Q.; Wang, J.; Ma, X.; Feng, X.; Wang, H. CSI-based Device-free Wireless Localization and Activity Recognition Using Radio Image Features. IEEE Trans. Veh. Technol. 2017, 66, 10346–10356. [Google Scholar] [CrossRef]
  28. Demeechai, T.; Kukieattikool, P.; Ngo, T.; Chang, T.G. Localization based on standard wireless LAN infrastructure using MIMO-OFDM channel state information. EURASIP J. Wirel. Commun. Netw. 2016, 2016, 146. [Google Scholar] [CrossRef]
  29. Xie, H.; Lin, L.; Jiang, Z.; Xi, W.; Zhao, K.; Ding, M.; Zhao, J. Accelerating Crowdsourcing Based Indoor Localization Using CSI. In Proceedings of the IEEE International Conference on Parallel & Distributed Systems, Melbourne, Australia, 14–17 December 2015. [Google Scholar]
  30. Li, H.; Wang, X.; Zou, Y.; Hou, W. Eavesdropping-Resilient OFDM System Using CSI-Based Dynamic Subcarrier Allocation. In Proceedings of the Vehicular Technology Conference, Dresden, Germany, 2–5 June 2013; IEEE: Piscataway, NJ, USA, 2013. [Google Scholar]
  31. Chriki, A.; Touati, H.; Snoussi, H. SVM-based indoor localization in Wireless Sensor Networks. In Proceedings of the 2017 13th International Wireless Communications and Mobile Computing Conference (IWCMC), Valencia, Spain, 26–30 June 2017; IEEE: Piscataway, NJ, USA, 2017. [Google Scholar]
  32. Zhou, R.; Chen, J.; Lu, X.; Wu, J. CSI fingerprinting with SVM regression to achieve device-free passive localization. In Proceedings of the 2017 IEEE 18th International Symposium on A World of Wireless, Mobile and Multimedia Networks (WoWMoM), Macau, China, 12–15 June 2017; IEEE: Piscataway, NJ, USA, 2017. [Google Scholar]
Figure 1. Channel State Information (CSI) amplitude at different locations.
Figure 1. Channel State Information (CSI) amplitude at different locations.
Sensors 19 03689 g001
Figure 2. Density-Based Spatial Clustering of Applications with Noise (DBSCAN) algorithm principle.
Figure 2. Density-Based Spatial Clustering of Applications with Noise (DBSCAN) algorithm principle.
Sensors 19 03689 g002
Figure 3. Localization flowchart.
Figure 3. Localization flowchart.
Sensors 19 03689 g003
Figure 4. Link fusion process: (ac) single link and (d) combined link.
Figure 4. Link fusion process: (ac) single link and (d) combined link.
Sensors 19 03689 g004
Figure 5. Characteristics of CSI amplitude extract. (a) Representation of the two clipping base points of a and b of the fusion link. (b,g) CSI amplitude characteristics obtained from the first clipping point. (c,h) CSI amplitude characteristics obtained from the second clipping point. (d,i) CSI amplitude characteristics obtained from the third clipping point. (e,j) CSI amplitude characteristics obtained from the forth clipping point. (f,k) CSI amplitude characteristics obtained from the tenth clipping point.
Figure 5. Characteristics of CSI amplitude extract. (a) Representation of the two clipping base points of a and b of the fusion link. (b,g) CSI amplitude characteristics obtained from the first clipping point. (c,h) CSI amplitude characteristics obtained from the second clipping point. (d,i) CSI amplitude characteristics obtained from the third clipping point. (e,j) CSI amplitude characteristics obtained from the forth clipping point. (f,k) CSI amplitude characteristics obtained from the tenth clipping point.
Sensors 19 03689 g005
Figure 6. Extracted CSI amplitude sample.
Figure 6. Extracted CSI amplitude sample.
Sensors 19 03689 g006
Figure 7. Experimental scene: (a) Experimental scene logic diagram (b). Real experimental site deployment.
Figure 7. Experimental scene: (a) Experimental scene logic diagram (b). Real experimental site deployment.
Sensors 19 03689 g007
Figure 8. Change the impact of the packet rate on the positioning error.
Figure 8. Change the impact of the packet rate on the positioning error.
Sensors 19 03689 g008
Figure 9. Performance comparison between single link and combined link.
Figure 9. Performance comparison between single link and combined link.
Sensors 19 03689 g009
Figure 10. Impact of the clipping factor.
Figure 10. Impact of the clipping factor.
Sensors 19 03689 g010
Figure 11. Comparison of optimized SVM with traditional SVM.
Figure 11. Comparison of optimized SVM with traditional SVM.
Sensors 19 03689 g011
Figure 12. Comparison of positioning accuracy of four algorithms.
Figure 12. Comparison of positioning accuracy of four algorithms.
Sensors 19 03689 g012
Table 1. Comparison of algorithm positioning performance.
Table 1. Comparison of algorithm positioning performance.
AlgorithmsAverage ErrorStandard ErrorPositioning Accuracy (1.5 m)
EC-SVM1.371.1389.00%
DeepFi1.531.2769.41%
FIFS1.861.4268.74%
Horus2.611.7750.48%

Share and Cite

MDPI and ACS Style

Hao, Z.; Yan, Y.; Dang, X.; Shao, C. Endpoints-Clipping CSI Amplitude for SVM-Based Indoor Localization. Sensors 2019, 19, 3689. https://doi.org/10.3390/s19173689

AMA Style

Hao Z, Yan Y, Dang X, Shao C. Endpoints-Clipping CSI Amplitude for SVM-Based Indoor Localization. Sensors. 2019; 19(17):3689. https://doi.org/10.3390/s19173689

Chicago/Turabian Style

Hao, Zhanjun, Yan Yan, Xiaochao Dang, and Chenguang Shao. 2019. "Endpoints-Clipping CSI Amplitude for SVM-Based Indoor Localization" Sensors 19, no. 17: 3689. https://doi.org/10.3390/s19173689

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