TL;DR
Collecting human mobility data is expensive and privacy-sensitive, creating a need for realistic synthetic trajectory generation. TrajGenAgent is a hierarchical large language model (LLM) framework that generates mobility trajectories without requiring model fine-tuning.
✦ Why It Matters
Engineers can use TrajGenAgent to generate realistic mobility data for applications in urban planning and transportation without privacy concerns.
Key Takeaways
How It Works
TrajGenAgent operates in two stages: first, it synthesizes an activity chain conditioned on individual and weekday data using in-context learning. Then, it grounds these activities into specific visits through a deterministic workflow that includes personalized POI retrieval and distance-aware location selection, ensuring that the generated trajectories are both realistic and contextually relevant.
Related