Stay on Track: A Frenet Wrapper to Overcome Off-road Trajectories in Vehicle Motion Prediction
Marcel Hallgarten, Ismail Kisa, Martin Stoll, Andreas Zell
TL;DR
The paper tackles the generalisation gap in vehicle motion prediction where models over-rely on motion history and falter on map-challenging, perturbed scenes. It introduces a model-agnostic Frenet-frame wrapper that represents scene inputs and outputs in lane-centered coordinates for each relevant centreline, querying SotA predictors in parallel across frames and aggregating results. Empirical evaluation on Argoverse with LaneGCN and Multipath++ shows the wrapper dramatically reduces off-road predictions on perturbed scenes (by over 90%) while maintaining or improving trajectory diversity, at a small cost to original-scene accuracy. The approach provides a practical, scalable path to map-aware robustness without altering existing model architectures. Overall, the Frenet wrapper enhances reliability in safety-critical forecasting by aligning predictions with lane topology and diversifying forecasted trajectories according to the scene context.
Abstract
Predicting the future motion of observed vehicles is a crucial enabler for safe autonomous driving. The field of motion prediction has seen large progress recently with state-of-the-Art (sotA) models achieving impressive results on large-scale public benchmarks. However, recent work revealed that learning-based methods are prone to predict off-road trajectories in challenging scenarios. These can be created by perturbing existing scenarios with additional turns in front of the target vehicle while the motion history is left unchanged. We argue that this indicates that SotA models do not consider the map information sufficiently and demonstrate how this can be solved by representing model inputs and outputs in a Frenet frame defined by lane centreline sequences. To this end, we present a general wrapper that leverages a Frenet representation of the scene, and that can be applied to SotA models without changing their architecture. We demonstrate the effectiveness of this approach in a comprehensive benchmark using two SotA motion prediction models. Our experiments show that this reduces the off-road rate on challenging scenarios by more than 90% without sacrificing average performance.
