Skip to main content

A coherent data filtering method for large scale RF fingerprint Wi-Fi Positioning Systems

Abstract

The rapid growth of mobile communication and the proliferation of smart phones have drawn significant attention to location-based services (LBS). The Wi-Fi positioning system (WPS) is a newly attractive method as a widely applicable positioning technique in LBS. In WPS, the received signal strength indication (RSSI) data of all Wi-Fi access points (APs) are measured, and stored in a huge database, as a form of radio fingerprint map. Because of the millions of APs in urban areas, radio fingerprint data are seriously contaminated. Therefore, we present a coherent filtering method for radio fingerprint data. All fingerprints used in the developed test bed are harvested from actual radio fingerprint measurements taken throughout Seoul, Korea. This demonstrates the practical usefulness of the proposed methodology.

1. Introduction

To improve its relevance, context, and economic value, a location-based service (LBS) coordinates user location with various end-user applications. Despite the many possibilities offered by LBS, its market penetration has been slow. Most early-stage services failed to spread to the mass market. Moreover, monetization of the services is limited to some special purpose markets, such as car map/navigation. The limitations of LBS are related mainly to the insufficient precision of position estimation. The general mean error of position estimation is in the order of many tens of meters, while the deviation can be of the order of hundreds of meters. The demonstration of Figure 1 shows the layered technical structure for LBS. Among technical layers, the position quality is essentially determined by the positioning system.

Figure 1
figure 1

Layered technical structure for LBS.

The positioning system measures the estimated position of a moving object (usually a mobile handset), and then minimizes the difference between the actual and estimated position. A well-estimated position can reduce the practical and emotional disjunction caused by the position difference.

The global positioning system (GPS) provides very precise positioning estimation [1, 2]. Owing to current advances in GPS technology, GPS receivers can acquire GPS signals with power levels as low as -160 dBm. However, the GPS signal should be attenuated significantly when it travels through construction materials, or any other obstacle (note that signal strength of at least -145 dBm is needed to acquire ephemeris data; the unobstructed GPS signal strength on Earth is measured at about -130 dBm.) This attenuation of a GPS signal makes it difficult to find a sufficient number of GPS satellites for each receiver in the urban environment (in GPS triangulation, at least three satellites are required to identify a current position). Presently, LBS are mainly used in urban areas, even in indoor environments. Social networking, friend finders, and local search applications need extremely wide coverage of positioning technology with a very short time to first fix (TTFF). LBS applications are shifting from rural areas, highways, and arterial roads, to urban and metropolitan areas.

With the rapid increase in Wi-Fi access points (APs) in metropolitan areas, Wi-Fi can be used as a viable alternative positioning infrastructure [3, 4]. Each Wi-Fi AP generates a radio signal with a unique identifier or media access control (MAC) address every second, which enables mobile devices to identify the specific AP. The millions of public/private Wi-Fi APs can be used for Wi-Fi-based positioning. On the basis of the received signal strength from each valid AP, and embedded algorithms, the typical accuracy of Wi-Fi positioning is in the order of tens of meters in metropolitan areas, which is more accurate than other cellular positioning technologies, because Wi-Fi APs are more closely spaced than cellular network base stations. The TTFF can be as short as 100 ms. Compared with GPS, Wi-Fi positioning works better in urban canyons or indoor environments, than in rural area. It works well in dense metropolitan areas, both outdoors and indoors, owing to its greater-received signal strength and lower attenuation. The two major approaches that implement Wi-Fi positioning are AP triangulation, and radio frequency (RF) fingerprint. Triangulation is simple to implement [3, 5, 6]. As seen in Figure 2a, three reference APs with already known coordinates are needed. After measuring the distance from the APs and a target point, three circles can be drawn. The circles intersect at one point, which is the target point. The coordinate of the target point can easily be calculated by the distance from, and the known coordinates, of the APs.

Figure 2
figure 2

Position estimation by WPS.

The main difficulty of this approach is measuring the distance from each AP to the target point. The typical path loss models (such as COST231, Okumura-Hata) are generally applied to measure the distance. However, it is extremely difficult to build a good and general model for distance measurement, which coincides with the actual field situation. RF fingerprinting [7, 8] consists of two phases - training and positioning - demonstrated in Figure 2b. In the training phase, a reference fingerprint database (DB) is constructed. The reference DB contains the signal strength measurements of the APs at all reference points. Usually, the entire area should be divided into a set of grids, and the centers of grids are usually considered the reference points. During the positioning phase, the position of a target point can be identified by comparing its measured fingerprint with the pre-stored reference fingerprint DB. The main advantage of RF fingerprinting is algorithmic simplicity. Simple comparing algorithms, such as pattern matching, can be easily applied to the practical process of position estimation. Then the RF fingerprinting is currently more preferred than triangulation [9]. The most advancement for RF fingerprinting has been searched in the area of position estimation algorithms. A pattern matching algorithm is used to determine the geographical position of a target point. When a fingerprint pattern of the test point is measured by a portable device (usually a handset), an algorithm compares the measured fingerprint with elements of the reference fingerprint DB. The most well-known pattern-matching algorithm is nearest neighbor (NN) [7]. As an enhanced version of the NN algorithm, the K nearest neighbor (KNN) algorithm can be taken into account [7]. The average of coordinates of k-reference grids can be used to determine the estimated position of the target point (see Figure 3 for a detailed procedure of pattern matching). Various variations, such as smallest polygon [10] and neural networks [11], are applied in the framework of KNN pattern matching. Another type of algorithm for positioning adopts a probabilistic framework. The idea of the probabilistic framework is to compute the conditional probabilistic density function (pdf) of an estimated position given the measured fingerprint pattern at the target point. The probabilistic likelihood can be modeled by Histogram [12], Gaussian [11], Log-normal [13], or Kernel [12].

Figure 3
figure 3

Basic process of pattern matching.

The main challenge related to RF fingerprinting is the creation and maintenance of an up-to-date reference fingerprint DB, which is especially difficult, due to the dynamic character of APs: they are often moved, or in some cases are temporary, with new APs being continuously deployed. The huge numbers of APs, both indoor and outdoor, are generally deployed in the urban environment. These cause serious complexity to the fingerprint DB management. In addition, the RSSI (measured in dB unit) of each AP is an element of pattern vector. The difference between reference pattern and measured pattern determines the similarity of two patterns. Usually, lots of information (i.e., number of elements in pattern vector) provides confidence to similarity estimation. However, we should consider the measurement error and characteristics of radio signal strength. Because of environmental interference, the measurement error is inevitable. We can observe usually ±3 dB or higher signal strength fluctuation. The important thing is that the unit ‘decibel (dB)’ has log scale. That is, the difference between -75 and -87 dB means not just ‘12 (= -75 to -87)’ degree separation. But, the signal power of -87 dB is 1/16 (i.e., 6.25%) of that of -75 dB. Same fluctuation on electromagnetic field gives extremely higher effect to low RSSI. Small signal power change on low RSSI makes a large change on the dB scale. AP information with low RSSI should be filtered (i.e., zero or very low weight on the AP with low RSSI) to guarantee estimation quality. A set of data filtering methods should be applied as a key management framework in a complex fingerprint DB.

The most popular common data filtering method is the Kalman filter [14]. The historically measured data can be unified with newly measured data, to eliminate data noise. However, the Kalman filter can just be applied to statistical outliers, by comparing the historic and current data. It is too complicated to apply to practical large-scale fingerprint DB, and also, it cannot make any common cutover threshold for consistent filtering in RF fingerprinting (the importance of consistent filtering in fingerprint WPS is described in Section 3).

Therefore, we propose a coherent data-filtering framework for standard RF fingerprint DB. The sufficiently valid fingerprint data are maintained by the proposed filtering framework. The number of APs for each reference fingerprint is maintained, with an effective level. The entire framework is described by an integer programming model. Moreover, we simultaneously propose a practical procedure for filtering, as a form of dynamic algorithm using an iterative function. As a result of a coherent filtering framework, we can make a standard RF fingerprint DB, which is full of effective and valid data sets. All fingerprint data used in the developed test bed are harvested from actual radio fingerprint measurements taken throughout Seoul, Korea. This demonstrates the practical usefulness of the proposed framework.

2. RF fingerprint map

A reference RF fingerprint DB constitutes the fundamental basic information of the proposed WPS. Most position estimation systems that use Wi-Fi APs require prior knowledge of the Wi-Fi RF fingerprint. The usual Wi-Fi fingerprints are collected in the form of Table 1.

Table 1 Example of the Wi-Fi AP fingerprint

The Wi-Fi fingerprint consists of base station identification (BSSID; i.e., MAC address), service set identification (SSID), measurement X-axis (MES_X, i.e., Longitude), Measurement Y-axis (MES_Y, i.e., Latitude), and Received Signal Strength Index (RSSI). When an AP is detected by an automatic scanning device, the fingerprint data (i.e., BSSID, SSID, RSSI) are stored with its position (i.e., MES_X, MES_Y). These fingerprint data should be stored and handled as a DB map. A conventional reference fingerprint DB map consists of many grids. Each grid has RF fingerprint data consisting of AP identifiers (usually the MAC address of an AP), and the signal strength of each AP (see Figure 4).

Figure 4
figure 4

Fingerprint map.

In general, fingerprint data for reference DB are collected by wardriving. Wardriving is a data acquisition method for a position estimation system using Wi-Fi, and it is suitable for collecting fingerprint data over a wide range [15]. We collected the entire fingerprint data of the Seoul Gangnam urban area, which contains about 110,000 grids. Figure 5 shows a sample of a reference fingerprint DB map, with grid representation.

Figure 5
figure 5

Sample grid in DB map. Note: All Korean characters indicate names of places. The imported map uses Korean geographical interface.

An up-to-date reference fingerprint DB should be maintained for precise position estimation. The segmented rescanning can be a promising way to update reference DB. The entire area is segmented into unit areas. Each unit area has distinguishable geographical characteristics, such as commercial, residential, and industrial or so. Then, a sample set of reference points is selected in a respective unit area. In general, the number of sample reference points is very small compared to total reference points, and the sample reference points are scattered uniformly throughout the unit area. We monitor the fingerprints of sample reference points periodically. The proportion of sample reference points, which have significantly different fingerprint pair for two time-consecutive monitoring epochs, is the determinant of area rescanning. If the proportion of significantly different fingerprint pairs is higher than a pre-specified ratio, we can conclude that the stored fingerprints of a unit area are not ‘valid’ (i.e., data is outdated), and we need to replace all fingerprints of the unit area by rescanning. Otherwise, the fingerprints of the unit area are verified as still valid, and remained to the reference fingerprint DB. Note that RF fingerprint DB is not stored in each handset in real applications. All applications send requests of position estimation to a location server which contains entire RF fingerprint DB.

A reference fingerprint DB map gives two types of information: ‘the number of APs per grid’ , and ‘the coverage of an AP’. The number of APs per grid determines the size of fingerprint DB map. The size of the map has a strong relationship with both the calculation speed and accuracy of position estimation. A set of APs that have relatively low RSSI values has limited effect for position estimation. The valuable fingerprint data are obtained from the APs that have higher RSSI values. The higher RSSI value means closer location from a reference point of the fingerprint DB map. Figure 6 shows the coverage of an AP. The coverage is shown as a set of detected grids of the AP. By the change of RSSI cutover threshold from -90 to -55 dB, the coverage of an AP shrinks to a smaller range.

Figure 6
figure 6

Coverage change of an AP.

The proper cutover threshold filters out the ineffective APs, decreases the number of detected APs per grid, and then finally restricts the coverage of the APs. The restricted AP coverage guarantees the higher likelihood for fixation of position estimation. Therefore, the determination of a cutover threshold for each AP is the essential point for reference fingerprint DB management. The key of the proposed coherent data filtering framework is the determination of the cutover threshold.

3. Coherent data filtering and compensation

In our experiment in the Gangnam district of Seoul, we collected 0.6 million fingerprint patterns in a single collection cycle. Moreover, a single measured fingerprint pattern contains more than 30 AP identifications (i.e., BSSID) and RSSI measurement data, on average. The total data volume collected in our single collection cycle exceeds hundreds of megabytes. This huge volume of fingerprint data has a significant negative effect on both the running speed of the positioning estimation algorithm, and reference fingerprint DB map maintenance. Moreover, the dimension of fingerprint should be restricted, for practical pattern matching type position estimation algorithms (the dimension of a fingerprint is the number of (AP identification and RSSI value) pairs, as shown in Figure 7). For the entire domestic national data collection and efficient position estimation, the filtering mechanism should be widely applied, in any form whatsoever.

Figure 7
figure 7

Coherent data filtering concept.

Figure 7 shows the general filtering structure of the proposed method. To maintain the consistency of filtering, cutover RSSI thresholds are applied to both the ‘reference fingerprint DB’ and ‘fingerprint measured by handset in positioning stage’. The simultaneous application of common cutover thresholds gives consistency to the fingerprint pattern matching in the actual positioning stage. The entire framework to determine the proper cutover threshold can be mathematically described as the following integer programming models (1), (2), (3), (4), and (5).

Minimize j g j - m j
(1)
S . T . m j = i y ij
(2)
y ij o ij
(3)
o ij - y ij r ij y ij r ij
(4)
y ij , o ij = 0 or 1
(5)

where g j is the desired number of APs in grid j. Note that g j determines the numerical dimension in a position estimation algorithm. A typical position estimation algorithm uses a pattern-matching method. The synchronous and proper dimensioning of pattern matching is important for the significance and running speed of estimation. The practical value of g j can be fixed as differentiated numbers, according to the regional characteristics, such as residential or commercial areas (i.e., smaller values for residential and larger ones for commercial). m j denotes the number of APs offered for grid j in the reference fingerprint DB map, after filtering. Thus, the objective function (1) minimizes the difference between the desired and offered number of APs, for all grids in the reference DB map. Equation 2 represents the calculation of m j . y ij is determined as 1, if APi in grid j survives after the filtering, otherwise as 0. The summation of y ij for all i s in a grid j (i.e., i y ij ) can make the value of m j . o ij means the original existence of APi in grid j. When APi is originally detected in grid j, the value of o ij is determined as 1, otherwise as 0. The inequality (3) shows the existence of APi in grid j before and after filtering. The candidate APs for filtering should be selected among the originally detected APs by the inequality (3). The inequality (4) guarantees that all survived AP RSSIs are greater than the RSSIs of filtered APs. (o ij  - y ij ) has value 1 (i.e., (o ij  - y ij ) = 1), if APi in grid j is filtered. Thus, (o ij  - y ij )r ij means RSSIs of filtered APs. (o ij  - y ij )r ij should be less than the y ij r ij , the RSSIs of survived APs. r ij is the measured RSSI of APi in grid j. For arithmetical consistency, we slightly modify the RSSI of AP in our model, in the form of r ij  = -1/RSSI ij (RSSI ij is the actual measured value of RSSI for APi in grid j (unit: dB)).

The proposed mathematical model determines the cutover RSSI threshold for each AP in each grid. Then, it can select optimal significant APs for each grid. The determined RSSI threshold guarantees the minimum difference between the desired and offered number of APs. However, for coherent application of common cutover threshold to both the ‘reference DB map’ and ‘measured fingerprint by handset’ , the practical cutover threshold should be given for each AP as a single value, not for each grid (a mobile handset does not know its current grid position in the positioning stage). The determined RSSI cutover threshold by the mathematical model can make multiple thresholds for a single AP. Figure 8a shows the discrepancy of RSSI thresholds for a specific AP (i.e. -85 and -88 dB for AP14) in the mathematical modeling approach.

Figure 8
figure 8

Cutover threshold for grid.

To get a practical cutover RSSI threshold for each AP, we should determine a single value threshold for a single AP, such as -88 dB for AP14 in Figure 8a, or -85 dB for AP14. This single-value threshold determination cannot maintain the optimality of the aforementioned mathematical model, but it can give the common cutover threshold to both the reference DB map building and handset positioning. Because of the dynamic interaction between adjacent grids, as presented in Figure 8b, a single-value threshold should be determined, under the harmonization among grids. The decrement or increment of single-value threshold can make for a different offered number of APs among grids. We suggest a dynamic type of algorithm to determine a harmonized single-value threshold for each AP.

arg RSSI AP i min f RSSI AP i = RSSI AP i | f RSSI AP i = j ^ k g j ^ k - m j ^ k RSSI AP i
(6)

Equation 6 shows the single-value RSSI threshold determination for APi. |gĵ(k) - mĵ(k)(RSSIAPi)| has the same meaning in function (1), except that mĵ(k)(RSSIAPi) denotes the offered number of APs for grid ĵ(k) under the given RSSIAPi (a grid ĵ(k) is in a grid set ĵ which has APi as a detected AP in its fingerprint; k is the ordering index for each grid in a set ĵ). RSSIAPi is the determined single-value RSSI threshold for APi. The RSSIAPi guarantees the minimum difference between the desired and offered number of APs for grids ĵ. The RSSIAPi values are determined by an iterative Equation (7):

f n + 1 RSSI n + 1 AP i = g j ^ n + 1 - m j ^ n + 1 RSSI n + 1 AP i + f n * RSSI n AP i *
(7)

The function f n * in Equation 7 denotes the summation of difference between the desired and offered number of APs from the 1st to the n th grid, under the given current RSSI threshold for APi, RSSI n APi *. The fn+1 can be obtained by the summation of ‘the nth function value (i.e. f n *(RSSI n APi*))’ and ‘difference between the desired and offered number of APs for the n + 1th grid (i.e., |gĵ(n+1) - mĵ(n+1)(RSSIn+1APi)|)’. The difference between the desired and offered number of APs for the n + 1th grid is calculated under the RSSI threshold of APi in the n + 1th grid. Now, we compare the fn+1(RSSIn+1APi) and fn+1(RSSI n APi*). If the gap between fn+1(RSSIn+1APi) and fn+1(RSSI n APi*) is lower than a pre-specified range, the current RSSI threshold for APi is maintained at the same value for the n th grid, (i.e., RSSIn+1APi* = RSSI n APi*). Otherwise, we configure the new current RSSI threshold as RSSIn+1APi. Note that the RSSI threshold (i.e., RSSI n APi for all i and n) is ideally obtained from the integer programming models (1) ~ (5). However, we have a candidate RSSI range, namely RSSI n APi = {minRSSIAPi,…, maxRSSIAPi}, for calculation convenience. The complexity of the proposed dynamic algorithm is O(n C), n is the number of neighboring grids of target grid and C is the scale factor of RSSI measure. To specify all APs in a grid (if we assume k APs per grid), we need maximum k implementations of the dynamic algorithm of O(n C) complexity (i.e., total O(nk C) complexity of implementations). The selection of APs in online positioning stage is totally based on the common cutover RSSI threshold of specific AP. The process of online positioning stage is relatively simple. Just applying the common cutover RSSI threshold can give the simplicity in practical application in online positioning process. Figure 9 shows the sample grid area for calculation of the proposed filtering method. A total of nine neighbor grids are selected for applying the filtering method. We assume the desired number of APs as a single value of 10, for simplicity (the determination of desired number of APs (i.e., g j ) is described in the Appendix).

Figure 9
figure 9

Sample grid set for single value cutover threshold calculation. Note: All Korean characters indicate names of places. The imported map uses Korean geographical interface.

By applying the filtering method, we obtain the following results (Table 2), which show the offered numbers of APs for each grid. The average offered numbers of APs are very close to the desired number. The difference is reduced from 7.67 to 2.56.

Table 2 Results for sample filtering

After the filtering by single-value cutover RSSI threshold, we perform a fingerprint compensation process in the building of reference DB, based on a coherence test. The collected fingerprint data have empirical fluctuations on RSSI caused by environmental factors. The human movement makes a short-range fluctuation of RSSI (The human body is a sort of radio wave absorber. Approximately 3 dB is attenuated throughout the single human body). We can compensate imperfectly measured RSSI values by the compensated ones. Figure 10 shows the concept of compensation. First, we find the temporal fluctuation on RSSI. Because of human movement, RSSI can be fluctuated temporally. Thus, we collect RSSI measurement data from several different time bands at each collection point. If the difference of RSSI measurements is greater than a certain level, we select vertical and horizontal neighbor grids and apply a smoothing technique. By the curve fitting (linear or exponential) with neighboring RSSI values, the two newly compensated RSSI values (i.e., vertical and horizontal) are obtained according to both the vertical and horizontal axis”.

Figure 10
figure 10

Coherent data compensation.

Using the filtering and compensation mechanism, the volume of fingerprint data is significantly reduced, and the data quality is highly enhanced, for precise position estimation. The common RSSI threshold for both the reference fingerprint DB and handset-measured fingerprint gives effective dimension of the fingerprint, which imparts good estimation quality, with sufficiently fast running speed for position estimation algorithms.

4. Numerical results

To show the applicability of the proposed filtering and compensation methods, we collected all the fingerprint data from the Seoul Gangnam urban district, which contains about 110,000 grids. A single scanning process usually generates approximately 600,000 fingerprint data. This is a huge amount of data, and a relatively large area is not suitable for testing and enhancing the details of the filtering method. Thus, we constructed a Windows-based performance analysis tool, as shown in Figure 11. The analysis tool shows the density of APs by different coloring (Light red means relatively light density of APs; dark red means relatively high AP density.). We applied the proposed filtering method and evaluated its performance in a relatively restricted area as the first step.

Figure 11
figure 11

Snapshot of analyzing tool. Note: All Korean characters indicate names of places. The imported map uses Korean geographical interface.

The test area shown in Figure 12 is a square district (320 m × 500 m) in Gangnam, Seoul. This district is classified as a commercial area in Seoul. It includes many commercial buildings and dense foot traffic. There are 248 grids. A total of 1,267 APs are detected. Each grid has one fingerprint, which has 26.6 APs and their RSSI measurement value, on average. A total of 6,566 (AP identification and RSSI value) pairs are used to build the reference fingerprint DB.

Figure 12
figure 12

Test district.

The proposed filtering method greatly reduces the volume of data: from 6,566 measurement pairs (26.6 APs per grid on average), to 2,751 (10.9 APs per grid on average). Approximately 60% of the measurement data are filtered out by the proposed method. Figure 13 shows the difference of the originally measured APs and offered APs by the filtering method, for areas 14 and 19 of Figure 13. The offered numbers of APs are in the range of the desired number of APs per grid (we set the desired number of APs to 10 for the test).

Figure 13
figure 13

Comparison of before/after filtering. (a) Area 14. (b) Area 19.

Table 3 shows the single-value RSSI thresholds for APs. We list a part of the whole list of thresholds for reference.

Table 3 Single-value thresholds for APs

Next, we extended coherent filtering and compensation in a large area. Ten test districts (see Figure 14) in Seoul Gangnam were selected to prove the applicability of the proposed filtering method. The area of Gangnam district is 39.55 km2. The range of area for test districts is 0.10 ~ 0.17 km2. Each district has 50 ~ 60 target points for position estimation.

Figure 14
figure 14

Test districts in Gangnam, Seoul.

We apply the well-known and widely used the KNN pattern matching algorithm [7]. The results prove the effectiveness of the proposed method, in various diversified environments of an urban area. For comparison purposes, Table 4 includes the results of ‘W/O filtering’ and the ‘unified RSSI filter’. In the unified RSSI filter, we apply the same RSSI cutover threshold for all APs, of -85 dBm.

Table 4 Position estimation error for test districts

The results show the effect of the proposed method. An average of 22% enhancement (for coherent filtering only) and 25% enhancement (for coherent filtering and compensation) are measured for 10 different districts. Most of the enhancement depends on coherent filtering. The contribution of compensation is somewhat limited. We also attach the ratio of land utilization (commercial/residential) for test districts. Each test district has its differentiated ratio for commercial and residential areas. The enhancement is diversified with the range (5 ~ 24 m). We can observe the relatively higher enhancement for commercial-oriented districts. The commercial-oriented districts have approximately 18-m (range 12 ~ 24 m) enhancement, whereas approximately 8-m (range 5 ~ 13 m) enhancement for residential-oriented districts. Figure 15 directly shows the effectiveness of the proposed method by a graphic chart.

Figure 15
figure 15

Error difference between before/after filtering.

Note that the majority of test points belong to the outdoor environment. The automatic scanning vehicle has an access problem to the indoor environment. The most of indoor fingerprints are collected by human power. Thus, our experiment has a limitation for the applicability on indoor environment. However, our proposed framework are applicable both on indoor and outdoor environments. The radio signal fluctuation and structure complexity are more serious in an indoor environment. The proposed coherent filtering framework has relative advantage on the complex and fluctuated environment (see the comparison between commercial and residential). We carefully expect the effective application to the indoor environment.

5. Conclusion

The rapid growth of mobile communication and the proliferation of smart phones have drawn significant attention to location-based services. One of the most important factors in the vitalization of LBS is the accurate position estimation of a mobile device. Traditional triangulation has an inevitable weakness, in estimating an AP's exact position. Moreover, significant technical advances are not shared publicly by solution providers. RF fingerprint WPS is an alternative valuable way to penetrate the positioning solution provider market. Even by indiscriminate fingerprint collection, providers can build a fingerprint DB and apply a simple pattern-matching algorithm for position estimation. However, to build a competitive fingerprint WPS solution, we should focus on fingerprint data management, and precise estimation algorithms. The essential factor of radio fingerprint map is the data integrity of RSSI. Because of millions of APs in the urban area, RSSI measurement data are seriously contaminated. Therefore, we present a coherent filtering method for RSSI measurement data. In our method, we built a new fingerprint filtering method. Based on the single cutover threshold and data coherency, collected fingerprints are filtered and compensated. A new fingerprint data filtering for position estimation can strengthen the advantages of RF fingerprint WPS. Compared to the existing approaches for fingerprint filtering, our method achieves a better performance, in both average error of estimation, and deviation of errors. Furthermore, all the fingerprint data were harvested from the actual measurement of RF fingerprints in Seoul's Gangnam district. We built an effectively filtered fingerprint DB for the entire area of Seoul and applied position estimation. These trials show the practical usefulness of the proposed methodology.

Appendix

The higher number of g j provides more information for precise position estimation. On the other hand, it also generates larger deviation (i.e., the deviation is gradually increased according to increment of g j ). The following statistical implication shows the negative effect (i.e., large deviation on position estimation) by the increment of g j .

The similarity of two patterns is usually determined by the Euclidian distance of two different patterns. That is, the statistical difference between two fingerprints is based on the square of the Euclidean distance (d2(i, j)) between two fingerprint pairs (f i ,f j ) as d2(i, j) = (f i  - f j )2, where f i  = {RSSIAP 1i, RSSIAP 2i,…, RSSI AP n i}, f j  = {RSSIAP 1j, RSSIAP 2j,…,RSSI AP n j}. Each value of RSSI AP k i (RSSI for APk in fingerprint f i ) is a random variable and has a measurement error that tends to follow a normal distribution. Thus, each element of vector f i  - f j also follows a normal distribution. By transforming the elements of vector f i  - f j to the standard normal distribution, d2(i, j) tends to follow a chi-square distribution with a degree of freedom n (i.e., d 2 i , j ~ χ 2 n ). Generally, the χ2(n) has a mean n and variance 2n. The value of n is determined by g j , then, deviation of position error is increased by the increment of g j (i.e., if n is increased, variance (2n) is also increased).

Now, we have to find the tradeoff relation between ‘deviation caused by higher g j ’ and ‘information density obtained by higher g j ’. We adopt an empirical experiment to find the proper number of g j . Figure 16 shows three representative illustrations for position estimation error.

Figure 16
figure 16

Determination of desired number of APs.

This figure shows the position estimation error for three test districts: (1) residential-oriented district (district 2 in Table 4), (2) commercial-oriented district (district 5 in Table 4), and (3) neutral district (district 10 in Table 4). Despite of small difference, significant range of g j can be found; 9 ~ 11 APs are sufficient numbers for position estimation. From the knowledge of empirical experiments, we can apply proper g j to practical reference DB management. Note that this empirical experiment cannot give an absolute value of g j for all cases. The repetitive experiments are required to guarantee the effectiveness of the empirical method.

References

  1. Masumoto Y: Global positioning system, US Patent 5,210,540, 11. May 1993.

    Google Scholar 

  2. Watters JM: Combining GPS with TOA/TDOA of cellular signals to locate terminal, US Patent 5982324, 14. May 1998.

    Google Scholar 

  3. Wireless S: Estimation of positioning using WLAN access point radio propagation characteristics in a WLAN Positioning System, US Patent 7515578, World Intellectual Property Organization, 22. Nov 2007.

    Google Scholar 

  4. del Prado Pavon J: Link adaptation strategy for IEEE 802.11 WLAN via received signal strength measurement. In Wireless Communication and Networking Conference. New Orleans; 16–20 March 2003.

    Google Scholar 

  5. Skyhook Wireless: Skyhook Wireless technology used in revolutionary iPhone and iPod touch. 2008.http://www.businesswire.com/news/home/20080116005162/en/Skyhook-Wireless-Technology-Revolutionary-iPhone-iPod-touch . Accessed 16 January 2008

    Google Scholar 

  6. Wireless S: Location beacon database and server, method of building location beacon database, and location based service using same, US 62310804, World Intellectual Property Organization, 29. Oct 2004.

    Google Scholar 

  7. Li B, Salter J, Dempster AG, Rizos C: Indoor positioning techniques based on Wireless LAN. In The First IEEE International Conference on Wireless Broadband and Ultra Wideband Communications. Sydney, Australia; 13–16 March 2006.

    Google Scholar 

  8. Li B, Quader IJ, Dempster AG: On outdoor positioning with Wi-Fi. Journal of GPS 2008, 7: 1. 10.5081/jgps.7.1.1

    Article  Google Scholar 

  9. Das S, Teixeira T, Hasan SF: Research issues related to Trilateration and fingerprinting methods. Int J Res Wireless Systems 2012, 1: 33-35.

    Google Scholar 

  10. Pandya D, Jain R, Lupu E: Indoor location estimation using multiple wireless technologies. In Proceedings of the 15th IEEE International Symposium on Personal Indoor and Mobile Radio Communication (PIMRC). Beijing, China; 7–1 Sept 2003.

    Google Scholar 

  11. Battiti R, Nha TL, Villani A: Location-aware computing: a neural network model for determining location in wireless LANs, Technical Report DIT-02-0083. University of Trento; 2002. http://eprints.biblio.unitn.it/233/

    Google Scholar 

  12. Haeberlen A, Flannery E, Ladd AM, Rudys A, Wallach DS, Kavraki LE: Practical robust localization over large-scale 802.11 wireless networks. In Proceedings of the 10th annual international conference on Mobile computing and networking (MobiCom’04). Philadelphia; 26 Sept - 1 Oct 2004.

    Google Scholar 

  13. Kaemarungsi K: Distribution of WLAN received signal strength indication for indoor location determination, 2006 1st International Symposium on Wireless Pervasive Computing, Phuket, Thailand, 16–18. Jan 2006.

    Google Scholar 

  14. Welch G, Bishop G: An Introduction to the Kalman Filter. Technical Report: University of North Carolina; 2006.

    Google Scholar 

  15. Yoshida H, Ito S, Kawaguchi N: Evaluation for pre-acquisition methods for position estimation system using Wireless LAN. In Proceedings of the Third International Conference on Mobile Computing and Ubiquitous Networking (ICMU 2006). London, UK; 11–13 Oct 2006:148-155.

    Google Scholar 

Download references

Acknowledgements

This research work is supported by SK Telecom in South Korea. All collected data are obtained using the facility of SK Telecom. This work was also supported by the National Research Foundation of Korea (NRF) grant funded by the Korean Government (2013–025572).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Woon-Young Yeo.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Kim, JH., Yeo, WY. A coherent data filtering method for large scale RF fingerprint Wi-Fi Positioning Systems. J Wireless Com Network 2014, 13 (2014). https://doi.org/10.1186/1687-1499-2014-13

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2014-13

Keywords