KI-PMF: Knowledge Integrated Plausible Motion Forecasting
Abhishek Vivekanandan, Ahmed Abouelazm, Philip Schörner, J. Marius Zöllner
TL;DR
KI-PMF addresses safe, multimodal motion forecasting for autonomous driving by marrying explicit knowledge priors with learning. A deterministic non-parametric refinement layer prunes infeasible trajectories using HD-map constraints and kinematics, followed by a learnable encoder that fuses refined trajectories with goal lanes through cross-attention to produce a probability distribution over feasible futures. Key contributions include the two-stage design, explicit reachability guarantees, lane–trajectory interaction modeling, and real-time capable pruning, all validated on Argoverse with high drivable-area compliance. The approach enhances safety and reliability in real-world autonomous driving by reducing off-road and physically implausible predictions while maintaining competitive predictive accuracy.
Abstract
Accurately forecasting the motion of traffic actors is crucial for the deployment of autonomous vehicles at a large scale. Current trajectory forecasting approaches primarily concentrate on optimizing a loss function with a specific metric, which can result in predictions that do not adhere to physical laws or violate external constraints. Our objective is to incorporate explicit knowledge priors that allow a network to forecast future trajectories in compliance with both the kinematic constraints of a vehicle and the geometry of the driving environment. To achieve this, we introduce a non-parametric pruning layer and attention layers to integrate the defined knowledge priors. Our proposed method is designed to ensure reachability guarantees for traffic actors in both complex and dynamic situations. By conditioning the network to follow physical laws, we can obtain accurate and safe predictions, essential for maintaining autonomous vehicles' safety and efficiency in real-world settings.In summary, this paper presents concepts that prevent off-road predictions for safe and reliable motion forecasting by incorporating knowledge priors into the training process.
