Skip to content

Latest commit

ย 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Gen-C: Populating Virtual Worlds with Generative Crowds

Andreas Panayiotou, Panayiotis Charalambous, and Ioannis Karamouzas

I3D 2026
Proc. ACM Comput. Graph. Interact. Tech., Volume 9, Issue 1, Article 6, May 2026

Source code is coming soon.

Demo Image

Over the past two decades, researchers have made significant steps in simulating agent-based human crowds, yet most efforts remain focused on low-level tasks such as collision avoidance, path following, and flocking. As a result, these approaches often struggle to capture the high-level behaviors that emerge from sustained agent-agent and agent-environment interactions over time. We introduce Generative Crowds (Gen-C), a generative framework that produces crowd scenarios capturing agent-agent and agent-environment interactions, shaping coherent high-level crowd plans. To avoid the labor-intensive process of collecting and annotating real crowd video data, we leverage Large Language Models (LLMs) to bootstrap synthetic datasets of crowd scenarios. To represent those scenarios, we propose a time-expanded graph structure encoding actions, interactions, and spatial context. Gen-C employs a dual Variational Graph Autoencoder (VGAE) architecture that jointly learns connectivity patterns and node features conditioned on textual and structural signals, overcoming the limitations of direct LLM generation to enable scalable, environment-aware multi-agent crowd simulations. We demonstrate the effectiveness of our framework on scenarios with diverse behaviors such as a University Campus and a Train Station, showing that it generates heterogeneous crowds, coherent interactions, and high-level decision-making patterns consistent with the provided context.


- Publication | Preprint | Supplementary Material (PDF) | Video -


๐Ÿ“– Citation

@article{Panayiotou2026Gen-C,
  author = {Panayiotou, Andreas and Charalambous, Panayiotis and Karamouzas, Ioannis},
  title = {Gen-C: Populating Virtual Worlds with Generative Crowds},
  year = {2026},
  issue_date = {May 2026},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  volume = {9},
  number = {1},
  doi = {10.1145/3804500},
  journal = {Proc. ACM Comput. Graph. Interact. Tech.},
  month = {5},
  articleno = {6},
  numpages = {20}
}

About

Populating Virtual Worlds with Generative Crowds [I3D 2026]

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors