Journal Search Engine

View PDF Download PDF Export Citation Korean Bibliography PMC Previewer
The Journal of The Korea Institute of Intelligent Transport Systems Vol.12 No.4 pp.76-86
DOI : https://doi.org/10.12815/kits.2013.12.4.076

An Adaptive Hybrid Filter for WiFi-Based Positioning Systems

Namjoon Park*, Suk Hoon Jung**, Yoonho Moon***, Dongsoo Han****
*Lead author: Department of Information and Communication Engineering, KAIST
**Co-author: Department of Information and Communication Engineering, KAIST
***Co-author: Associate Professor, Jeon Ki-Jeon University
****Corresponding author: Professor of Computer Science, KAIST
20130624 │ 20130627 │ 20130708

Abstract


As the basic Kalman filter is limited to be used for indoor navigation, and particle filters incur serious computational overhead, especially in mobile devices, we propose an adaptive hybrid filter for WiFi-based indoor positioning systems. The hybrid filter utilizes the same prediction framework of the basic Kalman filter, and it adopts the notion of particle filters only using a small number of particles. Restricting the predicts of a moving object to a small number of particles on a way network and substituting a dynamic weighting scheme for Kalman gain are the key features of the filter. The adaptive hybrid filter showed significantly better accuracy than the basic Kalman filter did, and it showed greatly improved performance in processing time and slightly better accuracy compared with a particle filter.



와이파이 기반 측위 시스템을 위한 적응형 혼합 필터

박 남 준*, 정 석 훈**, 문 윤 호***, 한 동 수****
*주저자: 한국과학기술원 정보통신공학과
**공저자: 한국과학기술원 정보통신공학과
***공저자: 전주기전대학교 부사관과 교수
****교신저자: 한국과학기술원 전산학과 교수

초록


기존의 와이파이 기반 측위 시스템에서 주로 사용되는 칼만필터와 파티클 필터는 실내공간의 구조적 특성을 반영하 지 못해 정확도가 낮고, 계산 부하 또한 높기 때문에 휴대기기를 이용한 실내 측위에 적용하는데 한계를 지닌다. 이러한 한계를 극복하고자 본 논문은 와이파이 기반 측위 시스템을 위한 적응형 혼합필터를 제안한다. 제안된 필터는 칼만 필터 의 일반적인 적용 체계를 활용하였으며, 적은 수의 파티클을 사용한 파티클 필터의 개념 또한 추가되었다. 제안된 필터 는 일반 칼만 필터와는 달리 예측 가중치를 동적으로 변화시켜 동작하며, 위치 예측을 위한 파티클을 실내공간의 경로 네트워크상에 한정하는 특징을 지닌다. 검증결과 적응형 혼합 필터는 일반 칼만 필터에 비해 높은 정확도를 보이며, 일 반 파티클 필터에 비해서도 정확도 및 계산시간의 측면에서 유의할만한 성능향상을 보였다.



    Ⅰ. INTRODUCTION

    In WiFi-based localization, the estimated location is not always accurate and oscillates even when a user stays at a fixed location. Thus displaying the location of the user in a stable manner is one of challenging issues of WiFi-based indoor positioning systems. In particular, with single location estimation, there is little means to cope with this accuracy fluctuation problem without the help of additional sensors such as a gyroscope, a barometer, a compass, and a 3-axis accelerometer. However, in the case of navigation or real-time tracking, the current location estimation can be improved or stabilized to some degree by referring to previous signals and location information (i.e., historic data).

    Basic Kalman Filter (BKF) [1] was developed to deal with similar problems for an object moving in linear dynamics. BKF predicts the next location of an object based on the previous location and velocity information of the object. Then it combines the predicted location with the measured location by computing the weighted average of the two locations.

    However, BKF is not adequate for indoor positioning systems because the pedestrian does not always move on a straight line, and the accuracy of WiFi-based indoor localization fluctuates. In fact, applying BKF to indoor positioning could improve the prediction results on straight lines, but the results were worsened at corners and intersections by the corrections made by BKF.

    There have been some attempts to overcome the constraints of BKF. For example, Extended Kalman Filter (EKF) [2, 3, 4] models an object moving on a nonlinear curve. EKF enables us to incorporate additional information from sensors like a gyroscope and a compass into the model with the assumption that the direction and the movement of the sensors are equivalent to those of the object. In car navigation, this assumption is quite reasonable because the sensors are usually installed at a fixed location with a constant orientation angle in the car. However, in indoor positioning, this assumption does not hold any more because the orientation angle of a handheld device is not stabilized during service. Note that there are many different ways of carrying the handheld device.

    Another approach to enhance tracking accuracy is to use particle filters [5, 6]. Particle filters scatter numerous particles to a target area and let the particles move their locations according to the received signals. The predicted location is obtained by computing the weighted average of the particles. Since numerous particles participate in the prediction, the wrong estimation of each particle can be controlled to some degree. However the run time overhead of keeping track of numerous particles is a barrier for the particle filters to be practically used in real fields. As a result only a little work showing the effect of applying particle filters for localization especially using WiFi signals has been reported despite the potential of particle filters.

    As BKF and EKF are not suitable for WiFi-based indoor navigation with a handheld device such as a smart phone, and particle filters may incur serious processing overhead, we propose a new location filter for indoor positioning. As the new filter operates in the same framework as that of BKF (i.e., it consists of prediction and update phases), and it borrows the key notion of particles filters adapting to the drastically changing accuracies, the propose filter was named as adaptive hybrid filter (AHF). Like BKF, AHF does not require any additional information from sensors like a gyroscope, a barometer, a compass, or a 3-axis accelerometer. But it does not mean that AHF cannot be integrated with them at all. Like EKF, if necessary, the information from the sensors can be used additionally by extending AHF.

    AHF takes into consideration two aforementioned characteristics of WiFi-based indoor localization. The dynamically changing accuracy of WiFi-based localization, which is rooted in the fluctuation of WiFi signals, is one of characteristics. With the consideration of this characteristic, AHF adopts a new dynamic weighting scheme and substitutes it for the function of Kalman gain. Next, we assume that the pedestrians will move on a way network which consists of nodes and links derived respectively from intersections and hallways in indoor map. This assumption allows us to restrict the next possible locations predicted by the filter to be confined to only a small number of locations or particles. Thus AHF can be also considered as a variant of particle filters which use a very limited number of particles appearing only on a restricted area.

    In this paper, the evaluation compared AHF, BKF, and a particle filter performed on two data sets collected from KAIST library, Daejeon, Korea, and E-mart discount store, Seoungsu, Seoul. From the evaluation, the comparison results showed that AHF achieved accuracy improvements of 18.0 % at the KAIST library and 25.0 % at the E-mart discount store. AHF achieved slightly better accuracy improvement than the particle filter, but it showed greatly improved performance in processing time compared with the particle filter. The processing time of AHF was about 80 times faster than that of the particle filter. When we applied AHF and integrated it with our indoor localization engine and navigation system, "myCoex," which is known as the first commercialized indoor navigation system, the effect of using AHF was apparently observed, especially in improving the accuracy and the stability of the system.

    This paper is organized as follows. Section 2 introduces related work on various indoor navigation filters. Section 3 gives an explanation of AHF in a formal way. Experimental results are reported in section 4, and we draw conclusion in section 5.

    Ⅱ. RELATED WORK

    It is known that the BKF can make a significant contribution to the improvement of positioning in a linear system. However, there are still a plenty of rooms to further improve Kalman filter for indoor positioning. There were some studies to improve the BKF in its prediction model and weighting scheme. In the category of prediction model, there are two main research streams: utilizing additional sensors and utilizing map information. Digital compass and gyroscope are the examples to provide information on the direction for which pedestrians are heading. Map information allows us to figure out if the movement of a pedestrian is correctly predicted or not. Inertial Navigation System (INS) is a technique used for outdoor car navigation. It estimates the current location without external references but with velocity and orientation that are obtained by some sensors embedded into the system. Some attempted to use the INS for the indoor pedestrian navigation system as well to improve prediction model of Kalman filter. Frédéric et al. [7] proposed a method using a gyroscope. As gyroscope provides only angular rate, the filter estimates the orientation with cumulated angular rate. To track the orientation, this study applied additional Kalman filter to keep track of orientation. As the angular rate from gyroscope is cumulated, the error from gyroscope is also cumulated, so this study proposed a mechanism to periodically reset the sensor. Jirawimut et al. [8] proposed a method using a digital compass. In their method, since the digital compass may have bias, the filter keeps track of the bias in the state and uses it to correct the value of digital compass. Fang et al. [9], Davison et al. [10], and Tsai [11] also used digital compass or gyroscope to improve the accuracy of Kalman filter.

    The methods using additional sensors, however, are not appropriate for indoor navigation system because the mobile device, that is our target device, is not carried in a fixed way. A pedestrian may hold his/her own mobile device in a hand, pocket, bag, etc, and the orientation angle of the device can be changed from time to time. Consequently, the estimated result is sometimes worse than not using the information from the additional sensors. Moreover, using additional sensors consume more battery to detect the orientation.

    Particle filters are another approach to enhance the tracking accuracy by introducing numerous particles in prediction. The particle filters scatter numerous particles at a target area and use a Monte Carlo method to represent posterior distribution of the particles [5]. The location of the particles gradually changes according to received signals. The prediction is made by computing the weighted average location of the particles. Since there could be many different ways for assigning weights to particles and moving particles, many techniques can be developed in this category. The effect of using particle filters using infrared beacon and ultrasonic raging was reported in [6, 12]. But the effect of particle filters especially using WiFi signal was not reported yet. Moreover, the question if the computational overhead incurred by processing numerous particles can be accommodated in mobile phones, which are equipped with only limited computational and storage resources, are still remain unclear.

    There are some researches using a map information for improving the prediction model. Anindya et al. [13] proposed a sophisticated prediction model using the map information. In the method, the layout of a building is divided into cells, and each cell is set to 0 or 1 according to the possibility if the pedestrian can walk through the cell. As a result, all the walls or obstacles are set to 1 and others are set to 0. In the prediction model, an imaginary repulsive force is exerted to pedestrian and all the cells set to 1, and the force can modify the velocity vector of state. This method works well at corners or dead-end corridors, but when all the forces exerted are symmetric and the resultant force is 0, it cannot modify the velocity vector.

    There were some studies in the category of weighting improvement as well. Yim et al. [14] proposed a method which gives more weights to the measured location than predicted states at intersections. Since the accuracy varies as the density of AP changes or depending on the building layouts, the method cannot yield the results in a stable manner. Moreover, this method is effective only at intersections.

    Ⅲ. STATE AND PREDICTION MODELS OF AHF

    1. State Model

    The state model represents an instance of a target object at a certain time. To distinguish the differences between AHF and BKF, we contrast the state models of the two filters. In BKF, the state model is specified using the location and the velocity vectors; that is, the state instance at time k, xk is represented by [ C k x , C k y , V k x , V k y ] T , where C k x , C k y are coordinates of x, y at time k, and V k x , V k y are the velocities at time k [15].

    The state model of BKF has been slightly changed in AHF. The state model of AHF consists of a location vector, speed, and way link; that is, the state instance at time k, xk is represented by [ C k x , C k y , S K , W P k S , W P k E ] T . , where Sk is the speed, and W P k S , W P k E , respectively, are the start and the end nodes of a way link corresponding to an link of a way network. In the model, the speed and the way link substitute for the velocity vectors of BKF's state model. Figure 1 shows the state models of AHF and BKF.

    2. Prediction Model

    Based on the state models defined above, the relation is established between the state instances xk , at time k, and xk - 1 at time k - 1. In BKF, the relation between the states at time k and k - 1 is defined by:

    C k x = C ( k 1 ) x + δ T · V ( k 1 ) x , C k y = C ( k 1 ) y + δ T · V ( k 1 ) y .

    Contrary to BKF predicting one coordinate, AHF generates several candidates, each of which corresponds to a particle in particle filter. In AHF, the relation is defined by:

    C k x = C ( k 1 ) x + δ T · S ( k 1 ) · cos θ , C k x = C ( k 1 ) x + δ T · S ( k 1 ) · cos θ .

    where, θ is the angle of the way link and the base line. The base line is shared by all the way links. Since there are two directions on a straight line, θ can have two possible values on the straight line: θ and θ + π. At a perpendicular four-way intersection, θ can have four possible values: θ, θ + π/2, θ + π,θ + 3π/2.

    This means that for an instant on a straight line, there are two possible candidates for predictions: forward and backward directions. For an instant on a four-way intersection, there are four possible candidates for predictions. Among the candidates, the closest candidate to the measurement is chosen as the final prediction. As long as the angle of the way links connected to the intersections is known, the number and the angle of the way links do not matter in AHF. Note that the angle of each way link can be obtained once the way network is derived from a map.

    The prediction model of AHF is described by:

    [ C k x C k y S k ] = [ 1 0 δ T · cos θ 0 1 δ T · sin θ 0 0 1 ] [ C k 1 x C k 1 y S k 1 ] + [ w k C z w k C y w k S ]

    where, wk is the process noises w k N ( 0 , Q k ) , and Qk is the process error covariance. In the observation model of AHF, the observation zk is defined by:

    [ z k x z k y ] = [ 1 0 0 0 1 0 ] [ C k x C k y S k ] + [ υ k x υ k y ]
    (4)

    where, υk is the observation noise υ k N ( 0 , R k ) , and Rk is observation error covariance.

    Unlike BKF, AHF does not use Kalman gain in the update. In AHF, instead of building an error covariance matrix, we compute the accuracy at each location, and then compute the relative error level at each location. Best Candidate Set (BCS) method [16] was used for the error estimation. After the relative error level is determined, the weights for a prediction and a measurement are defined by:

    N k = 1 1 k 1 i = 1 k 1 e r r i e + 1 e r r k e w k p = 1 N k + 1 1 k 1 i = 1 k 1 e r r i e w k m = 1 N k + 1 e r r k e ,

    where, e r r k e is the estimated error, w k p is the weight for a prediction, w k m is the weight for a measurement, and Nk is the normalizing factor which maps the weight into a real number in the range of 0 and 1. The weight increases as the average of estimated errors decreases. Once the weight is computed, the filter combines the predictions and measurements by:

    x k = w k p · x k p + w k m · x k m y k = w k p · y k p + w k m · y k m

    where x k p , y k p are the coordinates of a prediction, which are the results of a prediction phase, and x k m , y k m are coordinates of an estimated location.

    Ⅳ. EXPERIMENTAL RESULTS

    1. Experiment Setup

    The validity of AHF for indoor navigation was evaluated on two data sets: one collected from the 4th floor of a KAIST library, KAIST, Daejeon, Korea and one from the 1st floor of E-mart at Seongsu, Seoul, Korea. The 4th floor of KAIST library is an open space of 2232 m2 , and the space is divided by 67 bookshelves, making the way network complicated. The learning data was collected at 557 points, and 20 fingerprints were collected at each point. For the test data, 20 traces were collected, and each of the traces included 174 measure points.

    E-mart is one of the biggest discount stores with 200 chains in Korea, and E-mart at Seongsu is the headquarters and main store of the chain. The data was collected on the 1st floor, which was 8800 m2 . E-mart is also an open space, and the area is divided by dozens of shelves. The learning data was collected at 725 points, and 14,500 fingerprints were collected in total. For the test data, like the case of the KAIST library, 20 traces were collected, and each of the traces included 188 measure points.

    2. Accuracy Results

    The evaluation compared the accuracy improvements achieved by AHF, a particle filter and BKF at the KAIST library and E-mart respectively. To measure the accuracy of each method, we implemented a WiFi fingerprint-based localization engine using weighted kNN algorithm. Then BKF, AHF, and a particle filter were developed and integrated with the localization engine for the measurement. The particle filter conducted its prediction with 5,000 particles. Since there are many different ways of assigning weights for AHF and particle filters, we used a uniform value in assigning weights to particles for a fair comparison. For the test set, 10 traces were prepared and the accuracies were obtained by computing the average of results from the 10 traces.

    As shown in Table 1, AHF showed the best accuracy among the three methods both at the KAIST library and the E-mart. At the KAIST library, AHF achieved an accuracy improvement of 16.7% when compared it with the accuracy measured without filtering (from 3.42m to 2.85m in the average error distance), whereas BKF achieved an accuracy improvement of only 5.9% and the particle filter KK %. At the E-mart, as much as 25.0% accuracy improvement was made by AHF (from 4.88m to 3.66m), whereas BKF achieved only a 15.0% accuracy improvement and the particle filter 23.4 %.

    The processing time of particle filter was about 80 times slower than that of AHF. If particle filter use the less number of particles, it could reduce the processing time. But instead, the accuracy was downed. For example, when particle filter used 1,000 particles, the processing time was reduced by 5 times. But the accuracy was downed about 7 - 8 % in both data sets. On the other hand, when the filter increased the number of particles to 10,000, only the processing time greatly increased without further improvement of accuracy.

    The reason that filters could achieve more improvement at E-mart than at KAIST was because the length of straight lines at E-mart were usually longer than that at the KAIST library. Usually, we can expect a greater filtering effect on straight lines than at corners or intersections. The accuracy results of AHF was around 10% better than what was achieved by BKF and 2 - 6% better than the particle filter.

    3. Contribution Results

    In order to figure out how much restricting the prediction locations to the way network and dynamic weighting scheme contribute to the accuracy improvement, the accuracies were measured with/without incorporating each method. When we analyzed the results, in the improvement, the contributions of restricting the prediction locations to the way network was 7.93%, and dynamic weighting scheme was 3.23% at E-mart and 9.45% and 2.66%, respectively, at the KAIST library. The effect of dynamic weighting scheme was also observed in the particle filter because the particle filter using dynamic weighting scheme showed slightly better accuracy than the one using static weighting scheme. Table 2 is the summary of the evaluation results with/without incorporating way network-based prediction or dynamic weighting scheme at E-mart and at KAIST.

    In both of the cases, the contribution of the way network-based prediction was greater than the contribution of the dynamic weighting scheme. We attribute this to the result of inaccurate error estimation because the correlation between true error distance and estimated error distance was 0.425, which is a weak correlation.

    Figure 2 shows the change of the weights for measurements depending on the true error distance. The lower dotted line shows the change of the true error distances and the upper line shows the change of the weight values. The experiment was performed with a trace sequence. As depicted in Figure 2, when the true error distance was long, a relatively low weight was assigned to the measurement, whereas if the true error distance was short, a relatively high weight was assigned to the measurement. The correlation between the true error distance and the weight for the measurements was only −0.325 for the case of KAIST library. This means that, if a better error estimation method is devised, the contribution of the dynamic weighting scheme to the accuracy improvement will grow.

    Since the ratio of corners and intersections to straight lines at the KAIST library is bigger than at the E-mart in the trace, the improvement made by restricting the prediction locations to the way network at the KAIST, 9.45%, is slightly higher than that at the E-mart, 7.93%. Note that AHF usually shows more improvement in accuracy than BKF at corners and intersections. The weighting scheme, however, works better at the E-mart, 3.23%, than at the KAIST, 2.66%, because the minus correlation between true error distance and weight for measurement of the E-mart dataset, −0.344, is slightly higher that of the KIAST dataset, −0.325. This indicates the contribution made by dynamic weighting scheme is heavily dependent on the accuracy of error estimation.

    4. Accuracy of Error Estimation

    Since the accuracy of error estimation is a critical factor deciding the accuracy of localization, we compared the true error with the error estimated by BCS method. Figure 3 shows the correlation between the true error distance and the error distance estimated by BCS method. The experiment was performed in N5 building of KAIST. Although the result is somewhat dependent on datasets, the overall correlation stayed in between 0.4 and 0.7. This indicates that, although error estimation of BCS method is not so accurate, the estimated result can still be used as an error indicator.

    5. Application

    In order to confirm the effect by the improved accuracy, we generated traces wi/wo applying AHF and then visualized the traces on the maps. As illustrated in Figure 3 the average error distance was a key factor for a generated trace to be close to the real trace. In the Figure 4, the red line represents the generated traces and the green line original user trace. As shown in figures in Figure 4, a), the generated traces were getting closer to the original traces as the error distance was getting smaller. This means that if the accuracy is improved by AHF, a more realistic trace would be generated.

    Actually, AHF is applied for upgrading myCoex, a commercial WiFi-based indoor navigation system released by KTNET and KAIST on Oct. 2010 in Korea. Although AHF is just one of location filters equipped for myCoex, the contribution of AHF was apparent to the accuracy improvement of myCoex indoor navigation system. We could confirm the improvement through user experiences as well.

    Ⅴ. CONCLUSION

    We have proposed AHF for indoor navigation by extending BKF. AHF achieved considerable improvement in the accuracy for both data sets of KAIST and of E-mart. The improvement was due to the restriction of the movement of the target object to the way network and the dynamic weighting scheme based on error estimation. We can expect further improvement if we develop a more advanced and reliable error estimation technique, which is an open problem. Incorporating sensor information into the AHF is another source of improvement. In fact, AHF is just one of the filters used for an indoor navigation system. Signal filters and map matching are the typical filters that should be integrated together with AHF. The interrelations between the filters should be studied further, and analyzing the effect of applying AHF with the filters is our future work.

    Figure

    KITS-12-4-76_F1.gif

    State models of BKF and AHF

    KITS-12-4-76_F2.gif

    The change in weights according to the true error distances in a sample trace at the KAIST main campus library

    KITS-12-4-76_F3.gif

    The correlation of true error and error estimated by BCS method

    KITS-12-4-76_F4.gif

    The contrasts between estimated traces and the original trances. The generated traces are specified in red lines and the original trances are specified in green lines.

    Table

    The accuracy comparison results of BKF, AHF, and a particle filter at a KAIST library, Daejeon and E-mart, Sungsu, Seoul.

    The contributions of way network-based prediction and dynamic weighting scheme (DWS) of AHF in accuracy improvement from using BKF (the value is the average error distance and % is the improvement to BKF).

    Reference

    1. R. KALMAN, "A new approach to linear filtering and prediction problems", ASME DC Journal of Basic Engineering, vol. 82, no. 1, pp.35-45, Mar, 1960.
    2. N. Sheimy, E. Shin, X. Jiniu, "Kalman filter Face-Off: extended vs. unscented Kalman filters for integrated GPS and MEMS inertial", InsideGNSS, vol. 1, no. 2, pp.48-54, Mar. 2006.
    3. Y. Chiou, C. Wang, S. Yeh, "An adaptive location estimator using tracking algorithms for indoor WLANs", ACM Journals on Wireless Networks, vol. 16, no. 7, pp.1987-2012, Oct. 2010.
    4. 정승환, “Wi-Fi 기반 옥내측위를 위한 확장칼만 필터 방법”, Journal of Information Technology Applications & Management, vol. 15, no. 2, pp51-65, 2008
    5. A. Doucet, S. Godsill, C. Andrieu, "On sequential monte carlo sampling methods for bayesian filtering", ACM Journals on Statistics and Computing, vol. 10, no. 3, pp.197-208, July 2000.
    6. F. Gustafsson, F. Gunnarsson, N. Bergman, U. Forssell, J. Jansson, R. Karlsson, P. Nordlund, "Particle filters for positioning, navigation, and tracking", IEEE Transactions on Signal Processing, vol. 50, no. 2 pp. 425-437, Feb. 2002.
    7. F. Evennou, F. Marx, “Advanced integration of WiFi and inertial navigation systems for indoor mobile positioning”, EURASIP Journals on Applied Signal Processing, vol. 2006, pp.164-174, Jan. 2006.
    8. R. Jirawimut, P. Ptasinski, V. Garaj, F. Cecelja, W. Balachandran, "A method for dead reckoning parameter correction in pedestrian navigation system", IEEE Transactions on Instrumentation and Measurement, vol. 52, no. 1, pp.209- 2015, Feb. 2003.
    9. L. Fang, P. Antsaklis, L. Montestruque, B. McMickell, M. Lemmon, Y. Sun, H. Fang, I. Koutroulis, M. Haenggi, M. Xie, X. Xie, "Design of a wireless assisted pedestrian dead reckoning system — the NavMote experience", IEEE Transactions on Instrumentation and Measurement, vol. 54, no. 6, pp.2342-2358, Dec. 2005.
    10. A. Davison, I. Reid, N. Molton, O. Stasse, "MonoSLAM: Real-time single samera SLAM", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 29, no. 6, pp.1052-1067, Jun. 2007.
    11. C. Tsai, “A localization system of a mobile robot by fusing dead-reckoning and ultrasonic measurements”, IEEE Transactions on Instrumentation and Measurement, vol. 47, no. 5, pp.1399-1404, Oct. 1998.
    12. J. Hightower, G. Borriello, "Particle filters for location estimation in ubiquitous computing: A Case Study", in Proc. ACM Int. Conf. Ubiquitous Computing 2004 (ACM UbiComp 2004), pp.88-106, Nottingham, UK, Sep. 2004.
    13. A. Paul, E. Wan, "RSSI-based indoor localization and tracking using sigma-point Kalman smoothers", IEEE Journal of Selected Topics in Signal Processing, Vol. 3, no. 5, pp.860-873, Oct. 2009.
    14. J. Yim, S. Jeong, J. Joo, C. Park, "Utilizing map information for WLAN-based Kalman filter indoor tracking", in Porc. IEEE Int. Conf. Futrue Generation Communications and networking Symposia (IEEE FGCNS 2008), pp.58-62. Hainan Island, China, Dec. 2008.
    15. A. Bekkali, H. Sanson, M. Matsumoto, “RFID indoor positioning based on probabilistic RFID map and Kalman filtering”, in Proc. IEEE Int. Conf. Wireless and Mobile Computing, Networking and Communications 2007 (IEEE WiMOB 2007), pp.21-27, White plains, USA, Oct. 2007.
    16. H. Lemelson, M. Kjærgaard, R. Hansen, T. King, “Error estimation for indoor 802.11 location fingerprinting”, in Proc. ACM Int. Symp. Location and Context Awareness 2009 (ACM LoCA 2009), pp.138-155, Tokyo, Japan, May 2009.

    저자소개

    • 박 남 준 (Namjoon Park)
    • 2013년 한국과학기술원 공학석사(정보통신공학)
    • 2012. 8월 ~ 현 재 : 삼성전자 무산사업부 연구원

    • 정 석 훈 (Suk Hoon Jung)
    • 2007년 한국과학기술원 공학석사(정보통신공학)
    • 2007년 2월 ~ 현 재 : 한국과학기술원 박사과정 재학(정보통신공학)

    • 문 윤 호 (Yoonho Moon)
    • 2000년 숭실대학교 공학박사(컴퓨터구조전공)
    • 2006년 3월 ~ 현 재 : 전주기전대학 부사관과 교수
    • 1991년 4월 ~ 2006년 2월 : 전주기전대학 컴퓨터과 교수
    • 1997년 3월 ~ 1999년 2월 : 전주기전대학 인터넷창업보육센터장
    • 1988년 3월 ~ 1991. 3 공군 정보장교 (공군정비 전산화개발팀 프로젝트 매니저)

    • 한 동 수 (Dongsoo Han)
    • 1994년 교토대학교 공학박사 (컴퓨터공학)
    • 1997년 12월 ~ 현 재 : 한국과학기술원 교수 (전산학과)
    • 1996년 9월 ~ 1997년 10월 : 현대정보기술 선임연구원
    • 1996년 4월 ~ 1996년 7월 : 일본 NEC C&C 연구원
    • 1991년 ~ 1992년 : 삼성전자 연구원

    Footnote