AgentFormer: Agent-Aware Transformers for Socio-Temporal Multi-Agent Forecasting
Ye Yuan, Xinshuo Weng, Yanglan Ou, Kris Kitani

TL;DR
AgentFormer introduces a novel agent-aware Transformer model that jointly captures temporal and social interactions in multi-agent trajectory forecasting, significantly improving prediction accuracy in autonomous systems.
Contribution
The paper proposes AgentFormer, a Transformer with agent-aware attention that models time and social dimensions simultaneously, unlike prior methods that treat them separately.
Findings
Outperforms previous state-of-the-art on pedestrian datasets
Achieves significant improvements in autonomous driving trajectory prediction
Effectively models stochastic multi-agent behaviors and interactions
Abstract
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. Instead, we would prefer a method that allows an agent's state at one…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Mobility and Location-Based Analysis · Video Surveillance and Tracking Methods · Traffic Prediction and Management Techniques
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Adam · Dense Connections · Softmax · Dropout · Residual Connection · Layer Normalization
