Search papers, labs, and topics across Lattice.
This paper introduces TrajGenAgent, a hierarchical LLM-based framework designed for generating realistic human mobility trajectories without the need for model fine-tuning. By employing a two-stage orchestrator-worker architecture, it synthesizes activity chains conditioned on individual and weekday data, and subsequently grounds these activities using personalized points of interest and other contextual factors. The evaluation demonstrates that TrajGenAgent significantly enhances spatiotemporal fidelity and semantic coherence compared to existing methods, while maintaining computational efficiency by avoiding parameter updates.
TrajGenAgent generates highly realistic human mobility trajectories without fine-tuning, outperforming existing models in both fidelity and coherence.
Human mobility data is important for transportation, urban planning, and epidemic control, but large-scale trajectory collection is often costly and privacy-constrained, motivating realistic synthetic trajectory generation. Existing LLM-based generators typically rely on either prompt engineering, which preserves zero-shot reasoning but lacks fine-grained spatiotemporal grounding, or trajectory-level fine-tuning, which improves statistical precision but incurs substantial computational cost and may weaken general reasoning. We propose TrajGenAgent, a semantic-aware hierarchical LLM-agent framework for human mobility trajectory generation without model fine-tuning. TrajGenAgent uses a two-stage orchestrator-worker design: an LLM first synthesizes an individual- and weekday-conditioned activity chain from historical evidence via in-context learning, and a deterministic workflow then grounds each activity into a complete visit using personalized POI retrieval, distance-aware location selection, kinematics-aware travel-time propagation, and LLM-based duration estimation. To evaluate realism beyond aggregate spatiotemporal statistics, we introduce an anomaly-detection-based evaluation framework using two complementary detectors to assess behavioral and semantic plausibility. Experiments on benchmark and large-scale simulation datasets show that TrajGenAgent improves spatiotemporal fidelity, semantic coherence, and individual-specific behavioral realism over representative neural and LLM-based baselines, while avoiding parameter updates.