🤖 AI Summary
To address the challenge of large-scale indoor global localization under GPS-denied conditions—particularly the degraded accuracy and low spatial efficiency in areas lacking fingerprint data—this paper proposes a novel localization framework integrating OpenStreetMap-based Area Graphs (osmAG) geometric-topological priors with physics-informed WiFi signal propagation modeling. We innovatively incorporate a wall-attenuation model to enhance radio signal characterization and synergistically combine osmAG-guided AP collaborative positioning with KNN-based fingerprint matching. In the offline phase, AP localization error is reduced to 3.79 m. Online localization achieves mean errors of 3.12 m in fingerprint-covered regions and 3.83 m in non-fingerprint regions—substantially outperforming conventional approaches. The method effectively mitigates the “robot kidnapping” problem and significantly improves spatial generalization capability.
📝 Abstract
Global localization is essential for autonomous robotics, especially in indoor environments where the GPS signal is denied. We propose a novel WiFi-based localization framework that leverages ubiquitous wireless infrastructure and the OpenStreetMap Area Graph (osmAG) for large-scale indoor environments. Our approach integrates signal propagation modeling with osmAG's geometric and topological priors. In the offline phase, an iterative optimization algorithm localizes WiFi Access Points (APs) by modeling wall attenuation, achieving a mean localization error of 3.79 m (35.3% improvement over trilateration). In the online phase, real-time robot localization uses the augmented osmAG map, yielding a mean error of 3.12 m in fingerprinted areas (8.77% improvement over KNN fingerprinting) and 3.83 m in non-fingerprinted areas (81.05% improvement). Comparison with a fingerprint-based method shows that our approach is much more space efficient and achieves superior localization accuracy, especially for positions where no fingerprint data are available. Validated across a complex 11,025 &m^2& multi-floor environment, this framework offers a scalable, cost-effective solution for indoor robotic localization, solving the kidnapped robot problem. The code and dataset are available at https://github.com/XuMa369/osmag-wifi-localization.