GTG: Generalizable Trajectory Generation Model for Urban Mobility
Jingyuan Wang, Yujing Lin, Yudong Li
TL;DR
The paper tackles cross-city trajectory generation under privacy and data-access constraints by proposing GTG, a framework that learns invariant mobility patterns across cities. It fuses Space Syntax-based topological features, disentangled travel-cost prediction with adversarial domain adaptation, and a travel-preference learning component guided by shortest-path search. Empirical results on three real-city datasets show that GTG generalizes well to unseen cities, surpassing baselines on macro and micro trajectory similarity metrics and benefiting downstream tasks and targeted fine-tuning. The approach offers practical value for privacy-preserving data augmentation and urban mobility analytics by enabling realistic trajectory synthesis in new cities with limited or no target-city data.
Abstract
Trajectory data mining is crucial for smart city management. However, collecting large-scale trajectory datasets is challenging due to factors such as commercial conflicts and privacy regulations. Therefore, we urgently need trajectory generation techniques to address this issue. Existing trajectory generation methods rely on the global road network structure of cities. When the road network structure changes, these methods are often not transferable to other cities. In fact, there exist invariant mobility patterns between different cities: 1) People prefer paths with the minimal travel cost; 2) The travel cost of roads has an invariant relationship with the topological features of the road network. Based on the above insight, this paper proposes a Generalizable Trajectory Generation model (GTG). The model consists of three parts: 1) Extracting city-invariant road representation based on Space Syntax method; 2) Cross-city travel cost prediction through disentangled adversarial training; 3) Travel preference learning by shortest path search and preference update. By learning invariant movement patterns, the model is capable of generating trajectories in new cities. Experiments on three datasets demonstrates that our model significantly outperforms existing models in terms of generalization ability.
