COLA: Cross-city Mobility Transformer for Human Trajectory Simulation
Yu Wang, Tongya Zheng, Yuxuan Liang, Shunyu Liu, Mingli Song
TL;DR
COLA tackles cross-city human trajectory simulation under data scarcity and privacy constraints by transferring universal mobility patterns through a Half-open Transformer that separates private city-specific and shared city-universal modules. The model-agnostic transfer framework follows a meta-learning paradigm with Meta Clone, Internal Update, and Meta Update across source cities, initializing the target city model from a meta shared backbone and finishing with Post-hoc Adjustment to align predictions with the target city’s long-tail distribution. Empirical results across four real-world cities show COLA outperforms state-of-the-art single-city and cross-city baselines on multiple distributional and preference-oriented metrics, with ablations confirming the value of half-open attention and post-hoc calibration. The work demonstrates practical applicability in privacy-preserving data synthesis, data augmentation, and epidemic modeling, offering a scalable approach to generate realistic mobility data while respecting city-specific characteristics.
Abstract
Human trajectory data produced by daily mobile devices has proven its usefulness in various substantial fields such as urban planning and epidemic prevention. In terms of the individual privacy concern, human trajectory simulation has attracted increasing attention from researchers, targeting at offering numerous realistic mobility data for downstream tasks. Nevertheless, the prevalent issue of data scarcity undoubtedly degrades the reliability of existing deep learning models. In this paper, we are motivated to explore the intriguing problem of mobility transfer across cities, grasping the universal patterns of human trajectories to augment the powerful Transformer with external mobility data. There are two crucial challenges arising in the knowledge transfer across cities: 1) how to transfer the Transformer to adapt for domain heterogeneity; 2) how to calibrate the Transformer to adapt for subtly different long-tail frequency distributions of locations. To address these challenges, we have tailored a Cross-city mObiLity trAnsformer (COLA) with a dedicated model-agnostic transfer framework by effectively transferring cross-city knowledge for human trajectory simulation. Firstly, COLA divides the Transformer into the private modules for city-specific characteristics and the shared modules for city-universal mobility patterns. Secondly, COLA leverages a lightweight yet effective post-hoc adjustment strategy for trajectory simulation, without disturbing the complex bi-level optimization of model-agnostic knowledge transfer. Extensive experiments of COLA compared to state-of-the-art single-city baselines and our implemented cross-city baselines have demonstrated its superiority and effectiveness. The code is available at https://github.com/Star607/Cross-city-Mobility-Transformer.
