A Structure-Aware Lane Graph Transformer Model for Vehicle Trajectory Prediction
Sun Zhanbo, Dong Caiyin, Ji Ang, Zhao Ruibin, Zhao Yu

TL;DR
This paper introduces a structure-aware Lane Graph Transformer model that encodes map topology into attention mechanisms, significantly improving vehicle trajectory prediction accuracy for autonomous driving.
Contribution
The novel LGT model incorporates map topology into attention mechanisms using RPE and SPD matrices, enhancing prediction performance over existing models.
Findings
Achieved 60.73% reduction in minFDE6 compared to baseline.
Reduced b-minFDE6 by 2.65% over LaneGCN.
Map topology consideration improved accuracy by 4.24%.
Abstract
Accurate prediction of future trajectories for surrounding vehicles is vital for the safe operation of autonomous vehicles. This study proposes a Lane Graph Transformer (LGT) model with structure-aware capabilities. Its key contribution lies in encoding the map topology structure into the attention mechanism. To address variations in lane information from different directions, four Relative Positional Encoding (RPE) matrices are introduced to capture the local details of the map topology structure. Additionally, two Shortest Path Distance (SPD) matrices are employed to capture distance information between two accessible lanes. Numerical results indicate that the proposed LGT model achieves a significantly higher prediction performance on the Argoverse 2 dataset. Specifically, the minFDE metric was decreased by 60.73% compared to the Argoverse 2 baseline model (Nearest Neighbor) and…
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
MethodsAttention Is All You Need · Laplacian EigenMap · Laplacian Positional Encodings · Linear Layer · Byte Pair Encoding · Label Smoothing · Adam · Residual Connection · Position-Wise Feed-Forward Layer · Multi-Head Attention
