pith. sign in

arxiv: 2605.21111 · v1 · pith:QXGCLOETnew · submitted 2026-05-20 · 💻 cs.RO · cs.SY· eess.SY

Benchmarking Empirical and Learning-Based Approaches for Feedforward Steering Control in Autonomous Racing

Pith reviewed 2026-05-21 04:17 UTC · model grok-4.3

classification 💻 cs.RO cs.SYeess.SY
keywords autonomous racingfeedforward steering controlempirical modelinglearning-based controlvehicle dynamicsclosed-loop evaluationpolynomial surface fitpath tracking
0
0 comments X

The pith

A polynomial surface empirical controller outperforms learning-based methods for feedforward steering in closed-loop racing simulations.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

This paper benchmarks two learning-based and two empirical feedforward steering controllers for autonomous racing. It introduces a new empirical handling dynamics formulation that uses a polynomial surface fit to model velocity-dependent nonlinear steering with few parameters. Open-loop tests show learning methods achieve lower prediction errors, but closed-loop integration into the full trajectory planning and control stack reveals the empirical approach delivers better path tracking robustness and faster lap times. The work demonstrates that isolated accuracy metrics fail to predict performance when controllers operate together in a complete system.

Core claim

The proposed EHD approach achieves the best overall closed-loop robustness and lap time. Although learning-based controllers exhibit the lowest open-loop prediction errors, this does not translate into superior path tracking performance or lap times even after iterative fine-tuning. The results highlight the necessity of evaluating feedforward strategies within the complete trajectory planning and control software stack rather than in isolation.

What carries the argument

The EHD formulation, a polynomial surface fit that captures velocity-dependent nonlinear steering behavior with minimal parametrization.

If this is right

  • Open-loop prediction accuracy alone does not predict closed-loop path tracking success or lap time gains.
  • Feedforward steering performance must be assessed inside the integrated trajectory planning and control pipeline.
  • A low-parameter polynomial surface can model nonlinear steering dynamics effectively enough to outperform data-driven alternatives in full-system tests.
  • Learning-based controllers may require further integration adjustments before their open-loop edge appears in closed-loop racing.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The open-versus-closed-loop gap suggests feedback controllers compensate differently for each feedforward prediction type.
  • Similar benchmarking protocols could be applied to throttle or brake feedforward modules in the same racing stack.
  • If the simulator-reality gap proves small, the EHD method offers a lightweight alternative to retraining neural controllers for new tracks.

Load-bearing premise

The high-fidelity double-track vehicle dynamics simulator accurately represents the real-world dynamics and conditions of the Abu Dhabi Autonomous Racing League competition.

What would settle it

Running the four controllers on a physical vehicle during an actual Abu Dhabi Autonomous Racing League event and comparing measured lap times plus path-tracking error statistics would determine whether the EHD method retains its closed-loop advantage.

Figures

Figures reproduced from arXiv: 2605.21111 by Boris Lohmann, Georg Jank, Johannes Betz, Mattia Piccinini, Phillip Pitschi, Sebastian Wenk.

Figure 1
Figure 1. Figure 1: Onboard of the Dallara EAV24 at the Abu Dhabi circuit. [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Overview of the hierarchical control architecture with the high [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: ). The resulting polynomial function ˆδdev(ay, vx) then defines the feedforward steering command as δff = δack + ˆδdev = ayl v 2 x + ˆδdev. (3) The fitting function is given by the following polynomial, odd in ay and linear in vx: ˆδdev(ay, vx) = (kv1vx + kv0)(ka3a 3 y + ka1ay) (4) with fitting parameters kv1, kv0, ka3, ka1. For fitting, we transform this function as follows: z = ˜kv1a3xy + ˜ka3x + ˜kv1a1y… view at source ↗
Figure 4
Figure 4. Figure 4: Schematic of the LSTM based feedforward control algorithm [PITH_FULL_IMAGE:figures/full_fig_p003_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Top: Steering direction normalized error, sgn(δ)(δff − δ), across different longitudinal accelerations during cornering (ρ ≥ 0.003 rad m−1 ). Bottom: RMSE, MAE and FVU of the steering angle prediction for the four feedforward approaches. a high-fidelity double-track vehicle model [32] of the Dallara EAV24 on the Abu Dhabi North circuit. Model parameters are derived from real vehicle data and the simulation… view at source ↗
Figure 7
Figure 7. Figure 7: Top: Normalized cross-correlation between lateral acceleration and steering angle. Middle and bottom: Mean absolute SHAP impor￾tance scores for the features in the MS-NN (middle) and the LSTM (bottom) evaluated for 1000 samples. The peak in cross-correlation at 90 ms appears to correlate with higher feature importance at step 9 of the MS-NN SHAP map. This is an indication of the MS-NN’s ability to extract … view at source ↗
Figure 9
Figure 9. Figure 9: Comparison of lateral error and steering angle for the track [PITH_FULL_IMAGE:figures/full_fig_p006_9.png] view at source ↗
Figure 12
Figure 12. Figure 12: Lap time evolution under iterative fine-tuning (retraining after [PITH_FULL_IMAGE:figures/full_fig_p007_12.png] view at source ↗
Figure 11
Figure 11. Figure 11: Comparison of lateral error, steering angle and lateral [PITH_FULL_IMAGE:figures/full_fig_p007_11.png] view at source ↗
read the original abstract

Feedforward steering control is a key component of hierarchical control architectures for autonomous racing. The goal is to reduce steering corrections from the feedback controllers by predicting the vehicle's inverse lateral dynamics. This paper presents a systematic benchmark of two learning-based and two empirical (analytical) feedforward steering controllers. We introduce a new \acf{ehd} formulation based on a polynomial surface fit that captures velocity-dependent nonlinear steering behavior with minimal parametrization. We test the feedforward controllers in a high-fidelity simulation framework based on the real-world Abu Dhabi Autonomous Racing League competition, using a high-fidelity double-track vehicle dynamics simulator. Open-loop evaluation shows that the learning-based controllers achieve the lowest prediction errors; however, closed-loop testing reveals that this improved accuracy does not translate into superior path tracking performance or lap times, even after iterative fine-tuning. In contrast, the proposed EHD approach achieves the best overall closed-loop robustness and lap time, highlighting the necessity of evaluating feedforward strategies within the complete trajectory planning and control software stack. Our code is available at https://github.com/TUMRT/steering_ff_control.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 2 minor

Summary. The paper benchmarks two learning-based and two empirical feedforward steering controllers for autonomous racing, introducing a new EHD polynomial surface fit to capture velocity-dependent nonlinear steering with minimal parameters. Open-loop evaluation in a high-fidelity double-track simulator (modeled on the Abu Dhabi Autonomous Racing League) shows learning-based methods with the lowest prediction errors, but closed-loop tests reveal that the EHD approach yields the best robustness and lap times. This leads to the conclusion that feedforward strategies must be evaluated within the full trajectory planning and control stack rather than by open-loop accuracy alone. Code is released at https://github.com/TUMRT/steering_ff_control.

Significance. If the simulation-based results hold, the work usefully demonstrates that lower open-loop prediction error does not guarantee superior closed-loop path tracking or lap times in autonomous racing. This provides concrete evidence for the value of full-stack evaluation over isolated controller benchmarking. The public code release supports reproducibility and is a clear strength.

major comments (1)
  1. The closed-loop performance ranking (EHD superiority in robustness and lap time) is generated entirely inside the high-fidelity double-track simulator. The manuscript provides no validation of this simulator against real Abu Dhabi Autonomous Racing League vehicle data (e.g., measured lateral accelerations, tire force curves, or velocity-dependent cornering stiffness). Because any systematic mismatch in these dynamics would alter the observed ranking between empirical and learning-based methods, this is load-bearing for the central claim that full-stack evaluation is necessary.
minor comments (2)
  1. Add explicit details on feedback controller tuning procedures, the precise closed-loop metrics (e.g., RMS lateral error, peak error), and any data exclusion criteria used in the reported experiments.
  2. Clarify the exact definition and fitting procedure for the EHD polynomial surface (including how velocity dependence is encoded) in the main text rather than relying solely on the code repository.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for the constructive feedback. We address the single major comment below and propose targeted revisions to strengthen the presentation of our simulation-based results.

read point-by-point responses
  1. Referee: The closed-loop performance ranking (EHD superiority in robustness and lap time) is generated entirely inside the high-fidelity double-track simulator. The manuscript provides no validation of this simulator against real Abu Dhabi Autonomous Racing League vehicle data (e.g., measured lateral accelerations, tire force curves, or velocity-dependent cornering stiffness). Because any systematic mismatch in these dynamics would alter the observed ranking between empirical and learning-based methods, this is load-bearing for the central claim that full-stack evaluation is necessary.

    Authors: We agree that the absence of direct validation against real Abu Dhabi Autonomous Racing League vehicle data is a limitation. The high-fidelity double-track model uses parameters drawn from publicly available competition specifications and standard tire models, but the manuscript does not present comparisons to measured lateral accelerations, tire force curves, or velocity-dependent cornering stiffness. Consequently, the specific closed-loop ranking could shift under different dynamic assumptions. At the same time, the central claim—that open-loop accuracy alone is insufficient to predict closed-loop behavior within a full planning-and-control stack—remains valid as a qualitative result inside the simulated environment. To address the concern we will add (i) an explicit paragraph in the Simulation Framework section listing all parameter sources and modeling assumptions and (ii) a short limitations paragraph in the Conclusions that states the simulation-only nature of the ranking and the value of future real-vehicle confirmation. These changes will make the scope of the claims precise while preserving the paper’s main contribution. revision: partial

Circularity Check

0 steps flagged

No circularity: claims rest on direct simulator measurements, not self-referential fits or derivations

full rationale

The paper reports open-loop prediction errors and closed-loop lap times/robustness from explicit simulation runs inside a high-fidelity double-track model. The EHD polynomial surface is introduced as a new empirical fit and then evaluated on the same simulator; its reported superiority is an observed outcome rather than a quantity forced by the fit itself or by any self-citation chain. No equations or sections reduce a claimed result to a parameter that was fitted to the target metric. The work is therefore self-contained against external benchmarks (the simulator runs) and receives the default non-finding.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The central claim depends on the validity of the simulator as a proxy for real dynamics and on the polynomial fit capturing the relevant nonlinearities without overfitting.

free parameters (1)
  • Polynomial coefficients in EHD surface fit
    Fitted to data to model velocity-dependent steering behavior with minimal parametrization.
axioms (1)
  • domain assumption Double-track vehicle dynamics in the simulator match real racing car behavior under competition conditions.
    Invoked when transferring open-loop predictions to closed-loop path tracking performance.

pith-pipeline@v0.9.0 · 5745 in / 1179 out tokens · 39577 ms · 2026-05-21T04:17:10.309638+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

35 extracted references · 35 canonical work pages

  1. [1]

    Autonomous vehicles on the edge: A survey on autonomous vehicle racing,

    J. Betzet al., “Autonomous vehicles on the edge: A survey on autonomous vehicle racing,”IEEE Open J. Intell. Transp. Syst., vol. 3, pp. 458–488, 2022

  2. [2]

    Tube model predictive control for an autonomous race car,

    A. Wischnewskiet al., “Tube model predictive control for an autonomous race car,”V ehicle Syst. Dyn., vol. 60, no. 9, pp. 3151– 3173, 2021

  3. [3]

    Neural network vehicle models for high- performance automated driving,

    N. A. Spielberget al., “Neural network vehicle models for high- performance automated driving,”Sci. Robot., vol. 4, no. 28, p. eaaw1975, 2019

  4. [4]

    Kineto-dynamical planning and accurate execution of minimum-time maneuvers on three-dimensional circuits,

    M. Piccininiet al., “Kineto-dynamical planning and accurate execution of minimum-time maneuvers on three-dimensional circuits,” in2025 IEEE International Conference on Robotics and Automation (ICRA), 2025, pp. 1–7

  5. [5]

    A predictive neural hierarchical framework for on-line time-optimal motion planning and control of black-box vehicle models,

    ——, “A predictive neural hierarchical framework for on-line time-optimal motion planning and control of black-box vehicle models,”V eh. Syst. Dyn., vol. 61, no. 1, pp. 83–110, 2023

  6. [6]

    A two-layer controller for lateral path tracking control of autonomous vehicles,

    Z. Heet al., “A two-layer controller for lateral path tracking control of autonomous vehicles,”Sensors, vol. 20, no. 13, p. 3689, 2020

  7. [7]

    Model-structured neural networks to control the steering dynamics of autonomous race cars,

    M. Piccininiet al., “Model-structured neural networks to control the steering dynamics of autonomous race cars,” in2025 IEEE 28th International Conference on Intelligent Transportation Sys- tems (ITSC), 2025, pp. 4129–4136

  8. [8]

    Abe,V ehicle Handling Dynamics: Theory and Application

    M. Abe,V ehicle Handling Dynamics: Theory and Application. Elsevier Science, 2009

  9. [9]

    Critical review of han- dling diagram and understeer gradient for vehicles with locked differential,

    F. Frendo, G. Greco, and M. Guiggiani, “Critical review of han- dling diagram and understeer gradient for vehicles with locked differential,”V ehicle Syst. Dyn., vol. 44, no. 6, pp. 431–447, 2006

  10. [10]

    Motion planning and control for multi vehicle autonomous racing at high speeds,

    A. Rajiet al., “Motion planning and control for multi vehicle autonomous racing at high speeds,” inIEEE Int. Conf. Intell. Transp. Syst. (ITSC), 2022

  11. [11]

    Optimization-based hierarchical motion planning for autonomous racing,

    J. L. V ´azquezet al., “Optimization-based hierarchical motion planning for autonomous racing,” inIEEE/RSJ Int. Conf. Intell. Robots Syst. (IROS), 2020

  12. [12]

    Differentiable weights-varying nonlinear mpc via gradient-based policy learning: An autonomous vehicle guid- ance example,

    F. Jahnckeet al., “Differentiable weights-varying nonlinear mpc via gradient-based policy learning: An autonomous vehicle guid- ance example,”IEEE Robot. Autom. Lett., vol. 11, no. 3, pp. 3724–3731, 2026

  13. [13]

    Stochastic optimal control for autonomous driving applications via polynomial chaos expansions,

    P. Listov, J. Schwarz, and C. N. Jones, “Stochastic optimal control for autonomous driving applications via polynomial chaos expansions,”Optim. Control Appl. Methods, vol. 45, no. 1, pp. 3–28, 2023

  14. [14]

    Analysis and control of high sideslip manoeuvres,

    C. V oser, R. Y . Hindiyeh, and J. C. Gerdes, “Analysis and control of high sideslip manoeuvres,”V ehicle Syst. Dyn., vol. 48, no. sup1, pp. 317–336, 2010

  15. [15]

    Estimation of tire forces and torques via nonlinear suspension models and optimal control,

    G. Corradiniet al., “Estimation of tire forces and torques via nonlinear suspension models and optimal control,”J. Comput. Nonlin. Dyn., vol. 21, no. 4, p. 041002, 2025

  16. [16]

    Neural network model predictive motion control applied to automated driving with unknown friction,

    N. A. Spielberg, M. Brown, and J. C. Gerdes, “Neural network model predictive motion control applied to automated driving with unknown friction,”IEEE Trans. Control Syst. Technol., vol. 30, no. 5, pp. 1934–1945, 2022

  17. [17]

    Coupled longitudinal and lateral control of a vehicle using deep learning,

    G. Devineauet al., “Coupled longitudinal and lateral control of a vehicle using deep learning,” inIEEE Int. Conf. Intell. Transp. Syst. (ITSC), 2018

  18. [18]

    Anycar to anywhere: Learning universal dynam- ics model for agile and adaptive mobility,

    W. Xiaoet al., “Anycar to anywhere: Learning universal dynam- ics model for agile and adaptive mobility,” inIEEE Int. Conf. Robot. Autom. (ICRA), 2025

  19. [19]

    An integrated framework for autonomous driving planning and tracking based on nnmpc considering road surface variations,

    Z. Gaoet al., “An integrated framework for autonomous driving planning and tracking based on nnmpc considering road surface variations,”IEEE Trans. Intell. V eh., 2024

  20. [20]

    Model predictive control with learned vehicle dynamics for autonomous vehicle path tracking,

    M. Rokonuzzamanet al., “Model predictive control with learned vehicle dynamics for autonomous vehicle path tracking,”IEEE Access, vol. 9, pp. 128 233–128 249, 2021

  21. [21]

    Learning-based on-track system identification for scaled autonomous racing in under a minute,

    O. Dikiciet al., “Learning-based on-track system identification for scaled autonomous racing in under a minute,”IEEE Robot. Autom. Lett., 2025

  22. [22]

    Residual learning towards high-fidelity vehicle dynamics modeling with transformer,

    J. Miaoet al., “Residual learning towards high-fidelity vehicle dynamics modeling with transformer,”IEEE Robot. Autom. Lett., 2025

  23. [23]

    Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations,

    M. Raissi, P. Perdikaris, and G. Karniadakis, “Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations,”J. Comput. Phys., vol. 378, pp. 686–707, 2019

  24. [24]

    When physics meets machine learning: a survey of physics-informed machine learning,

    C. Menget al., “When physics meets machine learning: a survey of physics-informed machine learning,”Mach. Learn. Comput. Sci. Eng., vol. 1, no. 1, p. 20, 2025

  25. [25]

    Fast and accurate prediction of vehicle dynamics using physics-informed neural networks,

    H. Zeipelet al., “Fast and accurate prediction of vehicle dynamics using physics-informed neural networks,” 2024

  26. [26]

    A road friction-aware anti-lock braking system based on model-structured neural networks,

    M. Piccininiet al., “A road friction-aware anti-lock braking system based on model-structured neural networks,”IEEE Open J. Intell. Transp. Syst., vol. 6, pp. 522–536, 2025

  27. [27]

    A mental simulation approach for learning neural-network predictive control (in self-driving cars),

    M. Da Lioet al., “A mental simulation approach for learning neural-network predictive control (in self-driving cars),”IEEE Access, vol. 8, pp. 192 041–192 064, 2020

  28. [28]

    A physics-driven artificial agent for online time-optimal vehicle motion planning and control,

    M. Piccininiet al., “A physics-driven artificial agent for online time-optimal vehicle motion planning and control,”IEEE Access, vol. 11, pp. 46 344–46 372, 2023

  29. [29]

    Physics-guided, physics-informed, and physics-encoded neural networks and operators in scientific com- puting: Fluid and solid mechanics,

    S. A. Faroughiet al., “Physics-guided, physics-informed, and physics-encoded neural networks and operators in scientific com- puting: Fluid and solid mechanics,”J. Comput. Inf. Sci. Eng., vol. 24, no. 4, p. 040802, 2024

  30. [30]

    Head-to-Head autonomous racing at the limits of handling in the A2RL challenge 2,

    S. Hoffmannet al., “Head-to-Head autonomous racing at the limits of handling in the A2RL challenge 2,” 2026

  31. [31]

    Longitudinal control for autonomous racing with combustion engine vehicles,

    P. Pitschiet al., “Longitudinal control for autonomous racing with combustion engine vehicles,” inIEEE Intell. V eh. Symp. (IV), 2025

  32. [32]

    Analyzing the impact of simulation fidelity on the evaluation of autonomous driving motion control,

    S. Sagmeisteret al., “Analyzing the impact of simulation fidelity on the evaluation of autonomous driving motion control,” inIEEE Intell. V eh. Symp. (IV). IEEE, 2024

  33. [33]

    Gripmap: An efficient, spatially resolved constraint framework for offline and online trajectory planning in autonomous racing,

    F. Werneret al., “Gripmap: An efficient, spatially resolved constraint framework for offline and online trajectory planning in autonomous racing,” inIEEE Intell. V eh. Symp. (IV). IEEE, 2025

  34. [34]

    A unified approach to interpreting model predictions,

    S. M. Lundberg and S.-I. Lee, “A unified approach to interpreting model predictions,” inAdv. Neural Inf. Process. Syst. (NeurIPS), I. Guyonet al., Eds., vol. 30. Curran Associates, Inc., 2017

  35. [35]

    Rslcpp – deterministic simulations using ros 2,

    S. Sagmeisteret al., “Rslcpp – deterministic simulations using ros 2,”IEEE Robotics and Automation Practice, 2026, submitted