paper-with-me

홈 › Papers

Mobility-Induced Graph Learning for WiFi Positioning

2023-11-14 · Kyuwon Han, Seung Min Yu, Seong-Lyun Kim, Seung-Woo Ko

A smartphone-based user mobility tracking could be effective in finding his/her location, while the unpredictable error therein due to low specification of built-in inertial measurement units (IMUs) rejects its standalone usage but demands the integration to another positioning technique like WiFi positioning. This paper aims to propose a novel integration technique using a graph neural network called Mobility-INduced Graph LEarning (MINGLE), which is designed based on two types of graphs made by capturing different user mobility features. Specifically, considering sequential measurement points (MPs) as nodes, a user's regular mobility pattern allows us to connect neighbor MPs as edges, called time-driven mobility graph (TMG). Second, a user's relatively straight transition at a constant pace when moving from one position to another can be captured by connecting the nodes on each path, called a direction-driven mobility graph (DMG). Then, we can design graph convolution network (GCN)-based cross-graph learning, where two different GCN models for TMG and DMG are jointly trained by feeding different input features created by WiFi RTTs yet sharing their weights. Besides, the loss function includes a mobility regularization term such that the differences between adjacent location estimates should be less variant due to the user's stable moving pace. Noting that the regularization term does not require ground-truth location, MINGLE can be designed under semi- and self-supervised learning frameworks. The proposed MINGLE's effectiveness is extensively verified through field experiments, showing a better positioning accuracy than benchmarks, say root mean square errors (RMSEs) being 1.398 (m) and 1.073 (m) for self- and semi-supervised learning cases, respectively.

📄 PDF Abstract BibTeX arXiv:2311.08271

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningGraph Neural NetworkSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

WiFi Fingerprint Clustering for Urban Mobility Analysis

2021-05-04 · Sumudu HasalaMarakkalage, Billy Pik Lik Lau, Yuren Zhou, Ran Liu 외

In this paper, we present an unsupervised learning approach to identify the user points of interest (POI) by exploiting WiFi measurements from smartphone application data. Due to the lack of GPS positioning accuracy in i…

Clustering

Beyond KNN: Deep Neighborhood Learning for WiFi-based Indoor Positioning Systems

2023-02-02 · Yinhuan Dong, Francisco Zampella, Firas Alsehly

K-Neares Neighbors (KNN) and its variant weighted KNN (WKNN) have been explored for years in both academy and industry to provide stable and reliable performance in WiFi-based indoor positioning systems. Such algorithms …

Graph Learning

New trends in indoor positioning based on WiFi and machine learning: A systematic review

2021-07-29 · Vladimir Bellavista-Parent, Joaquín Torres-Sospedra, Antoni Perez-Navarro

Currently there is no standard indoor positioning system, similar to outdoor GPS. However, WiFi signals have been used in a large number of proposals to achieve the above positioning, many of which use machine learning t…

BIG-bench Machine LearningPosition

Mining Human Mobility Data to Discover Locations and Habits

2019-09-25 · Thiago Andrade, Brais Cancela, João Gama

Many aspects of life are associated with places of human mobility patterns and nowadays we are facing an increase in the pervasiveness of mobile devices these individuals carry. Positioning technologies that serve these …

Clustering

PPO-Based Dynamic Positioning of HAPS-BS in Wind-Disturbed Stratospheric Maritime Networks

2026-05-03 · Azim Akhtarshenas, German Svistunov, Matteo Bernabè, Kuangyu Zheng 외 arxiv

High-Altitude Platform Stations (HAPS) offer a promising solution for wide-area wireless coverage in maritime regions lacking terrestrial infrastructure. However, maintaining reliable performance is challenging due to dy…

Reinforcement Learning