Prediction-Driven Motion Planning: Route Integration Strategies in Attention-Based Prediction Models
Marlon Steiner, Royden Wagner, Ömer Sahin Tas, Christoph Stiller
TL;DR
The paper addresses conditioning multi-agent trajectory prediction on an ego route/goal to support goal-directed motion planning. It extends a transformer-based predictor (SceneMotion) with navigation integration strategies (early and late fusion) and a navigation loss, evaluated on the nuPlan dataset. Results show navigation information can improve prediction metrics and open-loop planning, with early fusion without a navigation loss providing the best trade-off between performance and complexity. The work highlights the value of navigation-aware prediction for prediction-driven planning and points to future benchmarks and command-based navigation representations.
Abstract
Combining motion prediction and motion planning offers a promising framework for enhancing interactions between automated vehicles and other traffic participants. However, this introduces challenges in conditioning predictions on navigation goals and ensuring stable, kinematically feasible trajectories. Addressing the former challenge, this paper investigates the extension of attention-based motion prediction models with navigation information. By integrating the ego vehicle's intended route and goal pose into the model architecture, we bridge the gap between multi-agent motion prediction and goal-based motion planning. We propose and evaluate several architectural navigation integration strategies to our model on the nuPlan dataset. Our results demonstrate the potential of prediction-driven motion planning, highlighting how navigation information can enhance both prediction and planning tasks. Our implementation is at: https://github.com/KIT-MRT/future-motion.
