DyTTP: Trajectory Prediction with Normalization-Free Transformers
By: JianLin Zhu, HongKuo Niu
Potential Business Impact:
Helps self-driving cars predict where others go.
Accurate trajectory prediction is a cornerstone for the safe operation of autonomous driving systems, where understanding the dynamic behavior of surrounding agents is crucial. Transformer-based architectures have demonstrated significant promise in capturing complex spatio-temporality dependencies. However, their reliance on normalization layers can lead to computation overhead and training instabilities. In this work, we present a two-fold approach to address these challenges. First, we integrate DynamicTanh (DyT), which is the latest method to promote transformers, into the backbone, replacing traditional layer normalization. This modification simplifies the network architecture and improves the stability of the inference. We are the first work to deploy the DyT to the trajectory prediction task. Complementing this, we employ a snapshot ensemble strategy to further boost trajectory prediction performance. Using cyclical learning rate scheduling, multiple model snapshots are captured during a single training run. These snapshots are then aggregated via simple averaging at inference time, allowing the model to benefit from diverse hypotheses without incurring substantial additional computational cost. Extensive experiments on Argoverse datasets demonstrate that our combined approach significantly improves prediction accuracy, inference speed and robustness in diverse driving scenarios. This work underscores the potential of normalization-free transformer designs augmented with lightweight ensemble techniques in advancing trajectory forecasting for autonomous vehicles.
Similar Papers
Transformers without Normalization
Machine Learning (CS)
Makes computer brains work better without extra steps.
Post-interactive Multimodal Trajectory Prediction for Autonomous Driving
CV and Pattern Recognition
Helps self-driving cars predict other cars' moves.
Dynamic Intent Queries for Motion Transformer-based Trajectory Prediction
Robotics
Helps self-driving cars predict where others go.