REVIEW 5 cited by
AMP: Autoregressive Motion Prediction Revisited with Next Token Prediction for Autonomous Driving
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
As an essential task in autonomous driving (AD), motion prediction aims to predict the future states of surround objects for navigation. One natural solution is to estimate the position of other agents in a step-by-step manner where each predicted time-step is conditioned on both observed time-steps and previously predicted time-steps, i.e., autoregressive prediction. Pioneering works like SocialLSTM and MFP design their decoders based on this intuition. However, almost all state-of-the-art works assume that all predicted time-steps are independent conditioned on observed time-steps, where they use a single linear layer to generate positions of all time-steps simultaneously. They dominate most motion prediction leaderboards due to the simplicity of training MLPs compared to autoregressive networks. In this paper, we introduce the GPT style next token prediction into motion forecasting. In this way, the input and output could be represented in a unified space and thus the autoregressive prediction becomes more feasible. However, different from language data which is composed of homogeneous units -words, the elements in the driving scene could have complex spatial-temporal and semantic relations. To this end, we propose to adopt three factorized attention modules with different neighbors for information aggregation and different position encoding styles to capture their relations, e.g., encoding the transformation between coordinate systems for spatial relativity while adopting RoPE for temporal relativity. Empirically, by equipping with the aforementioned tailored designs, the proposed method achieves state-of-the-art performance in the Waymo Open Motion and Waymo Interaction datasets. Notably, AMP outperforms other recent autoregressive motion prediction methods: MotionLM and StateTransformer, which demonstrates the effectiveness of the proposed designs.
Forward citations
Cited by 5 Pith papers
-
Scaling Laws of Motion Forecasting and Planning -- Technical Report
Motion forecasting models improve with compute as a power law, with optimal model size growing 1.5x faster than dataset size, and closed-loop driving failures also decreasing with scale.
-
Long-term Traffic Scene Prediction via Polynomial Representations in Autonomous Driving
Polynomial representations of trajectories and maps yield competitive prediction accuracy while substantially improving cross-dataset generalization and computational efficiency in autonomous driving.
-
TrajFlow: Multi-modal Motion Prediction via Flow Matching
TrajFlow uses flow matching with a multi-query transformer to predict multiple trajectories in one pass and a Plackett-Luce ranking loss to improve confidence scores, reporting small SOTA gains on WOMD.
-
MindDrive: A Vision-Language-Action Model for Autonomous Driving via Online Reinforcement Learning
An autonomous-driving vision-language model that uses online RL over discrete language actions, with a separate action expert mapping decisions to trajectories, reports DS 78.04 and SR 55.09% on Bench2Drive.
-
Generative AI for Autonomous Driving: A Review
A review of generative models (VAEs, GANs, diffusion, transformers, LLMs) applied to map generation, scenario generation, trajectory prediction, and motion planning for autonomous driving.
Discussion (0). Continue with ORCID to comment.