Search papers, labs, and topics across Lattice.
The paper introduces TrajGPT-R, a framework for generating urban mobility trajectories using a Transformer-based model pre-trained and fine-tuned with reinforcement learning. Trajectory generation is formulated as an offline RL problem, using Inverse Reinforcement Learning (IRL) to infer trajectory-wise reward signals from historical data and reduce the vocabulary space via tokenization. The pre-trained model is then fine-tuned using the learned reward model, improving reliability and diversity compared to existing methods.
TrajGPT-R generates realistic urban mobility trajectories by cleverly combining IRL with a pre-trained transformer, sidestepping the usual challenges of RL in autoregressive sequence generation.
Mobility trajectories are essential for understanding urban dynamics and enhancing urban planning, yet access to such data is frequently hindered by privacy concerns. This research introduces a transformative framework for generating large-scale urban mobility trajectories, employing a novel application of a transformer-based model pre-trained and fine-tuned through a two-phase process. Initially, trajectory generation is conceptualized as an offline reinforcement learning (RL) problem, with a significant reduction in vocabulary space achieved during tokenization. The integration of Inverse Reinforcement Learning (IRL) allows for the capture of trajectory-wise reward signals, leveraging historical data to infer individual mobility preferences. Subsequently, the pre-trained model is fine-tuned using the constructed reward model, effectively addressing the challenges inherent in traditional RL-based autoregressive methods, such as long-term credit assignment and handling of sparse reward environments. Comprehensive evaluations on multiple datasets illustrate that our framework markedly surpasses existing models in terms of reliability and diversity. Our findings not only advance the field of urban mobility modeling but also provide a robust methodology for simulating urban data, with significant implications for traffic management and urban development planning. The implementation is publicly available at https://github.com/Wangjw6/TrajGPT_R.