English

Symphony: Learning Realistic and Diverse Agents for Autonomous Driving Simulation

Machine Learning 2022-05-09 v1 Robotics

Abstract

Simulation is a crucial tool for accelerating the development of autonomous vehicles. Making simulation realistic requires models of the human road users who interact with such cars. Such models can be obtained by applying learning from demonstration (LfD) to trajectories observed by cars already on the road. However, existing LfD methods are typically insufficient, yielding policies that frequently collide or drive off the road. To address this problem, we propose Symphony, which greatly improves realism by combining conventional policies with a parallel beam search. The beam search refines these policies on the fly by pruning branches that are unfavourably evaluated by a discriminator. However, it can also harm diversity, i.e., how well the agents cover the entire distribution of realistic behaviour, as pruning can encourage mode collapse. Symphony addresses this issue with a hierarchical approach, factoring agent behaviour into goal generation and goal conditioning. The use of such goals ensures that agent diversity neither disappears during adversarial training nor is pruned away by the beam search. Experiments on both proprietary and open Waymo datasets confirm that Symphony agents learn more realistic and diverse behaviour than several baselines.

Keywords

Cite

@article{arxiv.2205.03195,
  title  = {Symphony: Learning Realistic and Diverse Agents for Autonomous Driving Simulation},
  author = {Maximilian Igl and Daewoo Kim and Alex Kuefler and Paul Mougin and Punit Shah and Kyriacos Shiarlis and Dragomir Anguelov and Mark Palatucci and Brandyn White and Shimon Whiteson},
  journal= {arXiv preprint arXiv:2205.03195},
  year   = {2022}
}

Comments

Accepted to ICRA-2022

R2 v1 2026-06-24T11:09:18.096Z