paper-with-me

홈 › Papers

NLP-enabled Trajectory Map-matching in Urban Road Networks using a Transformer-based Encoder-decoder

2024-04-18 · Sevin Mohammadi, Andrew W. Smyth

Vehicular trajectory data from geolocation telematics is vital for analyzing urban mobility patterns. Map-matching aligns noisy, sparsely sampled GPS trajectories with digital road maps to reconstruct accurate vehicle paths. Traditional methods rely on geometric proximity, topology, and shortest-path heuristics, but they overlook two key factors: (1) drivers may prefer routes based on local road characteristics rather than shortest paths, revealing learnable shared preferences, and (2) GPS noise varies spatially due to multipath effects. These factors can reduce the effectiveness of conventional methods in complex scenarios and increase the effort required for heuristic-based implementations. This study introduces a data-driven, deep learning-based map-matching framework, formulating the task as machine translation, inspired by NLP. Specifically, a transformer-based encoder-decoder model learns contextual representations of noisy GPS points to infer trajectory behavior and road structures in an end-to-end manner. Trained on large-scale trajectory data, the method improves path estimation accuracy. Experiments on synthetic trajectories show that this approach outperforms conventional methods by integrating contextual awareness. Evaluation on real-world GPS traces from Manhattan, New York, achieves 75% accuracy in reconstructing navigated routes. These results highlight the effectiveness of transformers in capturing drivers' trajectory behaviors, spatial dependencies, and noise patterns, offering a scalable, robust solution for map-matching. This work contributes to advancing trajectory-driven foundation models for geospatial modeling and urban mobility applications.

📄 PDF Abstract BibTeX arXiv:2404.12460

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine Translation

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Bridging Traffic State and Trajectory for Dynamic Road Network and Trajectory Representation Learning

2025-02-08 · Chengkai Han, Jingyuan Wang, Yongyao Wang, Xie Yu 외

Effective urban traffic management is vital for sustainable city development, relying on intelligent systems with machine learning tasks such as traffic flow prediction and travel time estimation. Traditional approaches …

Graph AttentionRepresentation LearningTravel Time Estimation

Feature Selection in Conditional Random Fields for Map Matching of GPS Trajectories

2014-09-02 · Jian Yang, Liqiu Meng

Map matching of the GPS trajectory serves the purpose of recovering the original route on a road network from a sequence of noisy GPS observations. It is a fundamental technique to many Location Based Services. However, …

feature selection

Transformer-based Map Matching Model with Limited Ground-Truth Data using Transfer-Learning Approach

2021-08-01 · Zhixiong Jin, Jiwon Kim, Hwasoo Yeo, Seongjin Choi

In many spatial trajectory-based applications, it is necessary to map raw trajectory data points onto road networks in digital maps, which is commonly referred to as a map-matching process. While most previous map-matchi…

Transfer Learning

Restoring Super-High Resolution GPS Mobility Data

2024-10-01 · Haruki Yonekura, Ren Ozeki, Hamada Rizk, Hirozumi Yamaguchi

This paper presents a novel system for reconstructing high-resolution GPS trajectory data from truncated or synthetic low-resolution inputs, addressing the critical challenge of balancing data utility with privacy preser…

DecoderSynthetic Data Generation

Trajectory Map-Matching in Urban Road Networks Based on RSS Measurements

2025-02-03 · Zheng Xing, Weibing Zhao

This paper proposes an RSS-based approach to reconstruct vehicle trajectories within a road network, enforcing signal propagation rules and vehicle mobility constraints to mitigate the impact of RSS noise and sparsity. T…