paper-with-me

Papers

A Structure-Aware Lane Graph Transformer Model for Vehicle Trajectory Prediction

2024-05-30 · Sun Zhanbo, Dong Caiyin, Ji Ang, Zhao Ruibin, Zhao Yu

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$_6$ metric was decreased by 60.73% compared to the Argoverse 2 baseline model (Nearest Neighbor) and the b-minFDE$_6$ metric was reduced by 2.65% compared to the baseline LaneGCN model. Furthermore, ablation experiments demonstrated that the consideration of map topology structure led to a 4.24% drop in the b-minFDE$_6$ metric, validating the effectiveness of this model.

📄 PDF Abstract BibTeX arXiv:2405.20121

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesTrajectory Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
LapEigen 설명 없음
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Learning Lane Graphs from Aerial Imagery Using Transformers

2024-07-08 · Martin Büchner, Simon Dorer, Abhinav Valada

The robust and safe operation of automated vehicles underscores the critical need for detailed and accurate topological maps. At the heart of this requirement is the construction of lane graphs, which provide essential i…

Energy-Aware Lane Planning for Connected Electric Vehicles in Urban Traffic: Design and Vehicle-in-the-Loop Validation

2025-03-29 · Hansung Kim, Eric Yongkeun Choi, Eunhyek Joa, Hotae Lee 외

Urban driving with connected and automated vehicles (CAVs) offers potential for energy savings, yet most eco-driving strategies focus solely on longitudinal speed control within a single lane. This neglects the significa…

Motion Planning

hia-gat: A Heterogeneous Interaction-Aware Graph Attention Network For Frame-Level Traffic Conflict Risk Prediction On Freeways

2026-06-25 · Mahshid Malazizi, Seyedmehdi Khaleghian, Mina Sartipi, Toru Hirano 외 arxiv

This paper formulates frame-level freeway risk assessment as a multi-agent scene graph-level binary classification problem, where each video or trajectory frame is labeled risky if any TTC- or PET-based conflict violates…

Binary Classification

GeoReFormer: Geometry-Aware Refinement for Lane Segment Detection and Topology Reasoning

2026-03-27 · Danny Abraham, Nikhil Kamalkumar Advani, Arun Das, Nikil Dutt arxiv

Accurate 3D lane segment detection and topology reasoning are critical for structured online map construction in autonomous driving. Recent transformer-based approaches formulate this task as query-based set prediction, …

Autonomous DrivingObject Detection

How vehicles change lanes after encountering crashes: Empirical analysis and modeling

2026-01-13 · Kequan Chen, Yuxuan Wang, Pan Liu, Victor L. Knoop 외 arxiv

When a traffic crash occurs, following vehicles need to change lanes to bypass the obstruction. We define these maneuvers as post crash lane changes. In such scenarios, vehicles in the target lane may refuse to yield eve…

Trajectory Prediction