Trajectory Prediction for Autonomous Driving using Agent-Interaction Graph Embedding
Jilan Samiuddin, Benoit Boulet, Di Wu

TL;DR
This paper introduces AiGem, a novel graph embedding approach for predicting vehicle trajectories in autonomous driving, effectively modeling interactions over time to improve prediction accuracy.
Contribution
AiGem uniquely models traffic interactions as a spatial-temporal graph and applies a graph encoder with a sequential decoder for improved trajectory prediction.
Findings
AiGem outperforms existing methods for longer prediction horizons.
The graph-based approach captures agent interactions more effectively.
Results demonstrate significant accuracy improvements over state-of-the-art algorithms.
Abstract
Trajectory prediction module in an autonomous driving system is crucial for the decision-making and safety of the autonomous agent car and its surroundings. This work presents a novel scheme called AiGem (Agent-Interaction Graph Embedding) to predict traffic vehicle trajectories around the autonomous car. AiGem tackles this problem in four steps. First, AiGem formulates the historical traffic interaction with the autonomous agent as a graph in two steps: (1) at each time step of the history frames, agent-interactions are captured using spatial edges between the agents (nodes of the graph), and then, (2) connects the spatial graphs in chronological order using temporal edges. Then, AiGem applies a depthwise graph encoder network on the spatial-temporal graph to generate graph embedding, i.e., embedding of all the nodes in the graph. Next, a sequential Gated Recurrent Unit decoder network…
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
TopicsTraffic Prediction and Management Techniques · Autonomous Vehicle Technology and Safety
