Model Predictive Simulation Using Structured Graphical Models and Transformers
Xinghua Lou, Meet Dave, Shrinu Kushagra, Miguel Lazaro-Gredilla, Kevin, Murphy

TL;DR
This paper introduces Model Predictive Simulation (MPS), combining transformers and probabilistic graphical models to generate and refine multi-agent trajectories, improving safety metrics without additional training.
Contribution
The paper presents MPS, a novel framework that enhances transformer-based trajectory predictions with PGMs for better safety and adaptability in multi-agent simulation.
Findings
MPS improves collision avoidance over baseline models.
The approach is compatible with any forecasting model.
No extra training required for the PGM component.
Abstract
We propose an approach to simulating trajectories of multiple interacting agents (road users) based on transformers and probabilistic graphical models (PGMs), and apply it to the Waymo SimAgents challenge. The transformer baseline is based on the MTR model, which predicts multiple future trajectories conditioned on the past trajectories and static road layout features. We then improve upon these generated trajectories using a PGM, which contains factors which encode prior knowledge, such as a preference for smooth trajectories, and avoidance of collisions with static obstacles and other moving agents. We perform (approximate) MAP inference in this PGM using the Gauss-Newton method. Finally we sample trajectories for each of the agents for the next time steps, where is the sampling rate per second. Following the Model Predictive Control (MPC)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSimulation Techniques and Applications · Modeling and Simulation Systems
MethodsProbability Guided Maxout
