FSN dynamically selects the number of future trajectory steps to predict, using a learned classifier plus a Fréchet-distance-based score, claiming improved accuracy and efficiency on two driving benchmarks.
GAMDTP: Dynamic Trajectory Prediction with Graph Attention Mamba Network
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Accurate motion prediction of traffic agents is crucial for the safety and stability of autonomous driving systems. In this paper, we introduce GAMDTP, a novel graph attention-based network tailored for dynamic trajectory prediction. Specifically, we fuse the result of self attention and mamba-ssm through a gate mechanism, leveraging the strengths of both to extract features more efficiently and accurately, in each graph convolution layer. GAMDTP encodes the high-definition map(HD map) data and the agents' historical trajectory coordinates and decodes the network's output to generate the final prediction results. Additionally, recent approaches predominantly focus on dynamically fusing historical forecast results and rely on two-stage frameworks including proposal and refinement. To further enhance the performance of the two-stage frameworks we also design a scoring mechanism to evaluate the prediction quality during the proposal and refinement processes. Experiments on the Argoverse dataset demonstrates that GAMDTP achieves state-of-the-art performance, achieving superior accuracy in dynamic trajectory prediction.
citation-role summary
citation-polarity summary
fields
cs.RO 1years
2025 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Adaptive Output Steps: FlexiSteps Network for Dynamic Trajectory Prediction
FSN dynamically selects the number of future trajectory steps to predict, using a learned classifier plus a Fréchet-distance-based score, claiming improved accuracy and efficiency on two driving benchmarks.