Predictive Spliner: Data-Driven Overtaking in Autonomous Racing Using Opponent Trajectory Prediction
Nicolas Baumann, Edoardo Ghignone, Cheng Hu, Benedict Hildisch, Tino Hämmerle, Alessandro Bettoni, Andrea Carron, Lei Xie, Michele Magno
TL;DR
Predictive Spliner addresses overtaking in autonomous racing by learning opponent trajectories with Gaussian Process regression to forecast future opponent behavior and dimensions the RoC to plan overtakes. The method combines Opponent Trajectory Regression, Collision Prediction, and an Optimization-based Spliner in Frenet coordinates to produce feasible, safe overtakes that align with a global racing line. Empirical results on a 1:10 scale platform show substantial improvements over state-of-the-art, including overtaking at up to 83.1% of the ego speed and an 84.5% success rate, with real-time computation around 8.4 ms. The approach is open-source and demonstrated in competitive F1TENTH settings, with potential extensions to multi-opponent and game-theoretic frameworks for broader applicability.
Abstract
Head-to-head racing against opponents is a challenging and emerging topic in the domain of autonomous racing. We propose Predictive Spliner, a data-driven overtaking planner that learns the behavior of opponents through Gaussian Process (GP) regression, which is then leveraged to compute viable overtaking maneuvers in future sections of the racing track. Experimentally validated on a 1:10 scale autonomous racing platform using Light Detection and Ranging (LiDAR) information to perceive the opponent, Predictive Spliner outperforms State-of-the-Art (SotA) algorithms by overtaking opponents at up to 83.1% of its own speed, being on average 8.4% faster than the previous best-performing method. Additionally, it achieves an average success rate of 84.5%, which is 47.6% higher than the previous best-performing method. The method maintains computational efficiency with a Central Processing Unit (CPU) load of 22.79% and a computation time of 8.4 ms, evaluated on a Commercial off-the-Shelf (CotS) Intel i7-1165G7, making it suitable for real-time robotic applications. These results highlight the potential of Predictive Spliner to enhance the performance and safety of autonomous racing vehicles. The code for Predictive Spliner is available at: https://github.com/ForzaETH/predictive-spliner.
