2021

AgentFormer: Agent-Aware Transformers for Socio-Temporal Multi-Agent Forecasting

Yuan, Ye, Weng, Xinshuo, Ou, Yanglan et al.

Understand

Predicting accurate future trajectories of multiple agents is essential for autonomous systems, but is challenging due to the complex agent interaction and the uncertainty in each agent's future behavior.

  • Forecasting multi-agent trajectories requires modeling two key dimensions: (1) time dimension, where we model the influence of past agent states over future states; (2) social dimension, where we model how the state of each agent affects others.
  • Most prior methods model these two dimensions separately, e.g., first using a temporal model to summarize features over time for each agent independently and then modeling the interaction of the summarized features with a social model.
  • This approach is suboptimal since independent feature encoding over either the time or social dimension can result in a loss of information.

Reading the bibliography…