
Presented at GeoIndustry Workshop 2023
Prof. Hamada Rizk has taken the stage to present an innovative approach to indoor localization at the GeoIndustry workshop in conjunction with the ACM Sigspatial conference.
International Conference · 2023
Gaining knowledge of a person's location in the environment without needing a specialized device raises the need for device-free indoor localization systems that could be leveraged in many applications including IoT, security, etc. Wi-Fi is one of the most widely adopted technologies for indoor location determination tasks due to its ubiquity. Existing device-free indoor localization systems rely on the utilization of the Received Signal Strength Indicator (RSSI) and the Wi-Fi Channel State Information (CSI). However, RSSI is highly sensitive to environmental noise such as multi-path interference and fading which causes degradation in the system's performance. In addition, CSI suffers a lack of standardization which necessitates the requirement for special hardware or software. In this work, we present LocFree, a deep-learning-based device-free indoor localization system that handles the challenges of RSSI and CSI by leveraging the Time of Flight (ToF) information obtained using the IEEE 802.11mc Fine Time Measurement (FTM) protocol. The FTM protocol measures the Round Trip Time (RTT) between two Wi-Fi devices which is influenced by the human-body blockage. Consequently, LocFree trains a deep classification model using the RTT data indicating the person's existence in the area. Finally, LocFree employs a smoothing stage that enables location determination with fine-grained accuracy. The evaluation of LocFree in a realistic environment demonstrates its efficacy, achieving a median localization accuracy of 1.56m.
屋内で人がどこにいるかを、その人にスマートフォンやタグを持たせずに知りたい場面は、IoT やセキュリティを含めて数多くあります。こうしたデバイスフリー測位では、どこにでもある Wi-Fi を使うのが現実的な選択肢になりますが、従来は電波の受信強度(RSSI)かチャネル状態情報(CSI)のどちらかに頼っていました。RSSI はマルチパス干渉やフェージングといった環境ノイズに弱く、CSI は取得方法が標準化されていないため特別なハードウェアやソフトウェアが必要になるという、それぞれ別の問題を抱えています。
本研究の LocFree は、IEEE 802.11mc の Fine Time Measurement で得られる往復伝搬時間(RTT)を使うことでこの両方を回避しています。FTM は Wi-Fi 機器どうしの電波の往復時間を測る仕組みで、人が電波の通り道に立つと体が遮蔽物になって往復時間が変化するため、人を持ち物なしで検出できます。
LocFree ではこの RTT のデータから深層分類モデルを学習させ、人がどの領域にいるかを判定したうえで、時間方向の平滑化を加えて位置を細かく絞り込みます。実環境での評価では、測位誤差の中央値 1.56m を達成しました。