CASPFormer: Trajectory Prediction from BEV Images with Deformable Attention
Harsh Yadav, Maximilian Schaefer, Kun Zhao, and Tobias Meisen

TL;DR
CASPFormer is a novel transformer-based model that predicts multi-modal vehicle trajectories from BEV images without relying on HD maps, using deformable attention and mode queries for efficient and accurate motion prediction.
Contribution
It introduces CASPFormer, a scalable BEV image-based motion prediction model with deformable attention and mode queries, eliminating the need for HD maps and postprocessing.
Findings
Achieves state-of-the-art results on nuScenes dataset.
Effectively predicts multiple scene-consistent trajectories.
Operates efficiently with deformable attention mechanism.
Abstract
Motion prediction is an important aspect for Autonomous Driving (AD) and Advance Driver Assistance Systems (ADAS). Current state-of-the-art motion prediction methods rely on High Definition (HD) maps for capturing the surrounding context of the ego vehicle. Such systems lack scalability in real-world deployment as HD maps are expensive to produce and update in real-time. To overcome this issue, we propose Context Aware Scene Prediction Transformer (CASPFormer), which can perform multi-modal motion prediction from rasterized Bird-Eye-View (BEV) images. Our system can be integrated with any upstream perception module that is capable of generating BEV images. Moreover, CASPFormer directly decodes vectorized trajectories without any postprocessing. Trajectories are decoded recurrently using deformable attention, as it is computationally efficient and provides the network with the ability to…
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
TopicsAnomaly Detection Techniques and Applications · Advanced Neural Network Applications · Autonomous Vehicle Technology and Safety
MethodsAttention Is All You Need · Linear Layer · Position-Wise Feed-Forward Layer · Label Smoothing · Byte Pair Encoding · Absolute Position Encodings · Softmax · Layer Normalization · Dropout · Attentive Walk-Aggregating Graph Neural Network
