Search papers, labs, and topics across Lattice.
This paper addresses the challenge of simulating pedestrian behavior in environments where individual trajectory data is unavailable due to privacy concerns, relying instead on aggregate mobility statistics. By fine-tuning a language model to align the simulated population's destination composition with observed origin-to-destination flows, the authors effectively enhance the accuracy of crowd simulations. The key result shows a 25% reduction in destination-share error while maintaining similar grid correlation across different policies, demonstrating the model's robustness in real-world scenarios.
Fine-tuning a language model for crowd simulation can significantly improve accuracy using only aggregate mobility data, achieving a 25% reduction in destination-share error.
Pedestrian simulators need a behaviour rule for every agent, but privacy usually limits the data for setting one to aggregate statistics, namely zone-level device counts and origin-to-destination (OD) flows, with no individual trajectories. Such aggregates under-determine individual behaviour, because many different sets of decisions reproduce the same counts. We fine-tune a language model crowd agent so that the simulated population matches the observed destination composition, the fraction of the departing crowd heading to each point of interest. We read this target from the OD flow and reweight the model's own destination distribution onto it by iterative proportional fitting. Because fine-tuning inflates the dominant destination class, we fit the low-rank adapter to trajectories resampled to a corrected training composition that reaches the target after this inflation. On mobile network counts from two baseball games the fine-tuned agent runs without inference-time correction, cutting the destination-share error by 25%, while the grid correlation remains similar across policies.