PlanTRansformer: Unified Prediction and Planning with Goal-conditioned Transformer
Constantin Selzer, Fabina B. Flohr
TL;DR
PlanTRansformer (PTR) addresses the prediction–planning gap in autonomous driving by unifying goal-conditioned prediction with planning constraints in a Transformer framework. It introduces differentiable dynamic feasibility, collision avoidance, reachable-lane routing, and goal-conditioned reasoning via high-level commands, plus a teacher–student strategy to mimic unknown agent intents during inference. On the Waymo Open Motion Dataset, PTR improves marginal and joint prediction mAP by 4.3% and 3.5%, and reduces planning error by 15.5% at 5 seconds compared to GameFormer, while remaining architecture-agnostic for broad applicability. These results demonstrate enhanced safety and feasibility of ego trajectories in interactive scenes, underscoring PTR’s potential to bridge prediction and planning in real-world driving systems.
Abstract
Trajectory prediction and planning are fundamental yet disconnected components in autonomous driving. Prediction models forecast surrounding agent motion under unknown intentions, producing multimodal distributions, while planning assumes known ego objectives and generates deterministic trajectories. This mismatch creates a critical bottleneck: prediction lacks supervision for agent intentions, while planning requires this information. Existing prediction models, despite strong benchmarking performance, often remain disconnected from planning constraints such as collision avoidance and dynamic feasibility. We introduce Plan TRansformer (PTR), a unified Gaussian Mixture Transformer framework integrating goal-conditioned prediction, dynamic feasibility, interaction awareness, and lane-level topology reasoning. A teacher-student training strategy progressively masks surrounding agent commands during training to align with inference conditions where agent intentions are unavailable. PTR achieves 4.3%/3.5% improvement in marginal/joint mAP compared to the baseline Motion Transformer (MTR) and 15.5% planning error reduction at 5s horizon compared to GameFormer. The architecture-agnostic design enables application to diverse Transformer-based prediction models. Project Website: https://github.com/SelzerConst/PlanTRansformer
