[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

GATSim: Urban Mobility Simulation with Generative Agents

Created by
  • Haebom

Author

Qi Liu, Can Li, Wanjing Ma

Outline

GATSim is a novel urban mobility simulation framework that leverages generative agents to overcome the limitations of traditional rigid rule-based systems and mimic complex and adaptive human mobility behavior. It leverages large-scale language models and AI agent technologies to generate agents with diverse socioeconomic profiles, individual lifestyles, and preferences that evolve through psychologically informed memory systems, tool usage, and lifelong learning. Key features include an architecture that integrates an urban mobility-based model, an agent-cognitive system, and a traffic simulation environment, a hierarchical memory system that includes spatial and temporal associations, keyword matching, and semantic relevance, and an innovative planning and response mechanism that models adaptive mobility behavior by incorporating multi-scale reflection processes. The implemented system demonstrates that generative agents generate realistic and consistent mobility behaviors, and outperform human annotators with a posterior probability of 92%. The source code is publicly available.

Takeaways, Limitations

Takeaways:
A novel approach is presented to overcome the limitations of existing rule-based urban mobility simulations.
Generative agents can be used to simulate more realistic and diverse human movement behaviors.
Achieving human-like levels of accuracy and generating realistic macroscopic traffic patterns.
Improved accessibility and reproducibility through open source code.
Limitations:
Currently in the prototype stage, with applicability and scalability to large-scale urban environments to be verified.
Consideration of the bias of the training data and models of generative agents is necessary.
Computational cost and efficiency issues need to be addressed in long-term simulations.
There is a need to verify the generalizability of simulation results to various scenarios and situations.
👍