REVIEW 4 major objections 7 minor 40 references
Adaptive Learning-based Model Predictive Control Strategy for Drift Vehicles
T0 review · 4 major / 7 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read A learning-based MPC supervisor can keep a drifting vehicle on a curved path even when the friction model is wrong.
desk verdict Useful hierarchical drift-control paper with a genuinely novel combination and sensible ablations, but the headline RMSE comparisons are partly in-sample and the drifting-RMSE metric is self-referential. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the triple $\theta = [\delta_{eq}, w_r, w_e]$ learned by Bayesian optimization: $\delta_{eq}$ is the drift-equilibrium steering angle that shifts all other equilibrium states computed from the linearized single-track model, and $w_r, w_e$ are the two gains of the adaptive path-tracking law $R_{eq} = w_r R_r + w_e e_{la}$. A feedback term $\hat{\delta}_{eq} = \delta_{eq} + k e_{la}$ further adjusts the equilibrium steering angle from the look-ahead error. The upper-level BO treats closed-loop tracking performance over the entire clothoid path, measured by $J(\theta)$ in Eq. 18, as an expensive black-box function, models it with a Gaussian process (Matérn 5/2 kernel), and selects new parameter sets by expected improvement. These learned parameters are then frozen and passed to the lower-level MPC, whose quadratic program keeps the vehicle states near the resulting drift equilibrium while respecting input and input-rate limits. The mechanism does the work of replacing both the usual predictive path-tracking loop and the requirement of an accurately identified vehicle model.
What would settle it
Run the learned parameter set (e.g., $\delta_{eq}=-0.471$ rad, $w_r=1.903$, $w_e=1.032$ for the misidentified-friction case) on a different reference path, such as an 8-shaped course or a clothoid with reversed curvature, without re-running BO, and compare lateral-error RMSE against the MPC-PPT baseline; if ALMPC does not maintain a comparable margin there, the generalization claim is not supported.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that the conflicting goals of keeping a drift vehicle near its unstable drift equilibrium and following a general curved path can be separated in a hierarchy: a lower-level MPC tracks the current drift equilibrium point, while an upper-level BO supervisor selects the equilibrium steering angle $\delta_{eq}$ and the weights $(w_r, w_e)$ of an adaptive path-tracking (APT) law. The APT law sets the desired drift radius as $R_{eq} = w_r R_r + w_e e_{la}$, where $R_r$ is the curvature radius of the reference path and $e_{la}$ is a look-ahead lateral error, and shifts the equilibrium steering angle by $\hat{\delta}_{eq} = \delta_{eq} + k e_{la}$. BO minimizes a closed-loop tracking cost $J(\theta)$ built from lateral error, course error, a soft barrier on large deviations, and the increment of lateral error, using a Gaussian-process surrogate with a Matérn-5/2 kernel and expected-improvement acquisition. The paper reports that with both APT and DEP learning (ALMPC), the vehicle follows the clothoid path with lower tracking RMSE and steadier drift states than the baselines MPC-PPT, MPC-APT, and MPC-DEP, and that the advantage grows when the road friction in Carsim is set 10% lower than the value used to derive the model.
Load-bearing premise
The load-bearing premise is that the Bayesian optimizer's cost function, evaluated over the full 18.4-second clothoid path, is identical to the path and metric used in the reported RMSE tables, so the headline gains are in-sample fits; if the learned settings are transferred to a new path, the reported margins may shrink or disappear.
Editorial extensions
If this is right
- If the central claim is right, drift-vehicle path tracking can be implemented with a one-time BO tuning session instead of continuously solving a prediction-based path-tracking optimization at every control step.
- The same performance-driven identification should compensate for modeling errors in other sensitive parameters, such as tire stiffness or mass distribution, not only road friction, as long as they shift the DEP.
- The reported ALMPC gains imply that tuning the controller reference (the DEP) and the tracking law jointly is more effective than tuning either one alone, which is the comparison the paper makes with MPC-APT and MPC-DEP.
- Because the learned parameters are re-usable across the path used for tuning, the approach is compatible with low-computational hardware at runtime; the paper reports an online execution time of 9.32 s for the BO-based controller.
Reading between the lines
- The reported RMSE comparisons are computed on the same clothoid path used to evaluate the BO objective, so the headline improvements are in-sample fits; a direct test would be re-running the learned parameters on a different path (for example, the 8-shaped maneuver) and reporting numerical tracking errors there.
- One could plausibly extend the scheme to online or periodic re-tuning by sliding the BO objective window along the path, which would make the controller adaptive to time-varying friction instead of only to a single misidentified value.
- The BO search space only includes $\delta_{eq}, w_r, w_e$; learning additional equilibrium states, such as $\beta_{eq}$ or $V_{eq}$, could either improve performance or destabilize the lower-level MPC, and the paper's choice to keep them model-derived is a safety-motivated restriction that future work could test.
- The comparison with DRL suggests that sample-efficient BO may be the more practical route for expensive closed-loop drift tuning, but that comparison is single-scenario and would need repeated runs to confirm.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an Adaptive Learning-based Model Predictive Control (ALMPC) strategy for autonomous drift vehicles. The architecture consists of an upper-level Bayesian optimization (BO) supervisor that learns three parameters—the drift equilibrium steering angle δ_eq, and the weights w_r, w_e of an adaptive path tracking (APT) law—and a lower-level MPC that tracks the resulting drift equilibrium states. The APT law adjusts the desired drift radius and steering angle based on look-ahead error. The method is tested in Matlab-Carsim simulations on a clothoid-based reference path under both precise and misidentified road friction parameters, with ablations MPC-PPT, MPC-APT, and MPC-DEP, plus an 8-shaped maneuver and comparisons with DRL, genetic algorithms, and particle swarm optimization. The central claim is that ALMPC achieves lower tracking and drifting RMSE than the baselines, and remains stable under parameter misidentification.
Significance. The problem of controlling a vehicle in sustained drift while tracking a general path is timely and practically relevant for autonomous racing and extreme-condition driving. The proposed hierarchical decomposition—separating path tracking (upper-level learning) from drift stabilization (lower-level MPC)—is a sensible design idea, and the use of BO to directly tune control-relevant parameters rather than refine a model aligns with the performance-driven identification philosophy. The paper is generally well organized, and the simulation platform (Matlab-Carsim) is appropriate for a first evaluation. The ablations that isolate APT learning and DEP learning are a useful contribution. However, the current evidence is weakened by two load-bearing issues: the headline tracking metrics are computed on the same path used to fit the BO objective, and the drifting RMSE is evaluated against controller-specific, online-generated references. If the authors address these with out-of-sample evaluations and a controller-independent drift metric, the work could become a solid contribution to learning-based control for autonomous drifting.
major comments (4)
- [§4.2, Tables 4–5, Eq. (18)] The BO objective J(θ) in Eq. (18) is evaluated over the entire clothoid path (N_k = 184 samples, T = 18.4 s) using exactly the same tracking metrics |e_k| and |Δψ_k| that are later reported as RMSE-Tracking in Tables 4 and 5. Consequently, the reported tracking improvements of ALMPC over the baselines are in-sample fits to the test path, not out-of-sample predictions. The only out-of-sample evidence, the 8-shaped maneuver in §4.3.2, is presented qualitatively with no quantitative error metrics, making it insufficient to support the generalization claim. I request a held-out path evaluation (e.g., a different clothoid or a curved track) with the BO-fixed parameters, along with reporting of tracking RMSE on that held-out path for all controllers.
- [Tables 4–5, §4.2.1, Eqs. (16)–(17)] The RMSE-Drifting columns in Tables 4 and 5 measure the deviation of actual states from 'the planned drift states at each given time step,' and the text explicitly acknowledges that 'each simulation features a unique planned series of drift states along the path.' For ALMPC, the planned drift states are generated online by the APT law: the desired radius R_eq depends on the look-ahead error through Eq. (16), and the steering equilibrium δ̂_eq is modified by the feedback term k·e_la in Eq. (17). Thus the reference for the drifting RMSE changes with the tracking error, and a controller that lets its reference chase the actual trajectory can trivially reduce this RMSE. This makes the drifting-performance half of the headline claim self-referential. Please report drifting error against a fixed, controller-independent reference (e.g., a nominal DEP trajectory computed from the system model) or use absolute drift-quality indicators such as sustained large sideslip angles and consistent yaw rate, which do not depend on the controller's own reference.
- [§4.3.3, Fig. 14, Table 6] The comparison with deep reinforcement learning (DRL) is not quantitatively substantive. The text claims a '10% less RMSE for the steering angle' but does not report tracking RMSE, drift-state RMSE, or any measures of variability. The training-time comparison (0h37min for BO-ALMPC vs 12h17min for DRL-ALMPC) is potentially confounded by different network architectures, hyperparameters, and hardware, and no details are given to assess the fairness of the comparison. This subsection should either be removed or expanded with a proper experimental setup (same vehicle model, same path, multiple seeds, and a table of performance metrics).
- [§4.2, all simulation results] All reported results come from single simulation runs. BO is stochastic (random initial samples, GP posterior sampling), and the RMSE differences in Tables 4 and 5 are small in some states (e.g., Δψ RMSE of 0.015 vs 0.018 rad in Table 4, and F_xr RMSE of 492.4 vs 489.1 N). Without repeated trials or confidence intervals, it is not possible to assess whether the observed improvements are statistically significant. Please report mean ± standard deviation over several independent BO runs (or at least over several initializations) for each controller and each case.
minor comments (7)
- [Table 2] The entry 'δ0 −0.52 rad/s' appears to be a typo: δ0 is a steering angle, not a steering rate. It should be '−0.52 rad'.
- [Eqs. (18)–(20)] The parameters e_max and λ appear in the BO objective (Eq. (18)) and the barrier function (Eq. (19)) but are not listed in Table 2 or defined in the text. Their numerical values should be reported.
- [§4.3.2] The 'traditional MPC' used as a baseline in the 8-shaped maneuver is not defined. Please specify its cost function, prediction horizon, and parameter values, or refer explicitly to one of the earlier baselines (MPC-PPT, MPC-APT, or MPC-DEP).
- [§4.2.1 and Figs. 7–8] The text states that the 'best parameters are acquired in the 171 iterations' and Fig. 9 shows the performance cost. Please clarify whether the RMSE values in Tables 4 and 5 for ALMPC are obtained by re-simulating the final closed loop with the learned parameters from the best iteration, or are taken directly from that iteration's evaluation. This distinction is important for reproducibility.
- [§4.3.3, Fig. 14] The DRL curve in Fig. 14 appears to be a single trajectory. Adding a shaded region over multiple seeds (or at least reporting the mean and variance of the lateral error over episodes) would make the comparison more convincing.
- [Throughout] There are several typographical and wording issues: 'maximize lateral deviations' should be 'maximum lateral deviations'; 'undetermined disturbances' is likely 'unmodeled disturbances'; 'promise effective learning' should be 'ensure effective learning'. A careful language pass is recommended.
- [§4.2, Fig. 6] Figure 6(b) is captioned only 'Drift Vehicle'; it would be clearer to describe what is being shown (e.g., the steering angle orientation relative to the path) in the caption or in the text.
Circularity Check
The headline tracking and drifting improvements are partially in-sample fits: BO minimizes the same e/Δψ errors later reported as tracking RMSE, and the drifting RMSE is scored against each controller's self-generated drift reference.
-
fitted input called prediction
[Section 3.3, Eq. (18); Section 4.1; Tables 4 and 5]
"J(θ)= log[ 1/N_k Σ_{k=1}^{N_k}(|e_k|+λ|Δψ_k|)+ B(e_k)+ I(e_k)] ... the objective of BO is evaluated over the whole path in every iteration for T=18.4s and the sampling time is set as ΔT=0.1s, namely N_k=184"
The BO supervisor selects θ* by minimizing a cost whose dominant terms are the mean lateral error |e_k| and course error |Δψ_k| accumulated over the entire clothoid path. The paper then reports RMSE of e and Δψ on that same path as the headline tracking result (Tables 4 and 5). ALMPC's tracking RMSE is therefore the value of the optimized objective, not an independent out-of-sample prediction; the baselines were not tuned on this objective, so the comparison is in-sample and partly forced by construction. The remaining content is that the learned parameters actually realize low cost through the nonlinear dynamics, which is non-trivial but weaker than the claimed predictive superiority.
-
self definitional
[Section 4.2.1, Tables 4/5; Eqs. (16)-(17)]
"The RMSEs of V, β, r, δ, and F_xr illustrate the discrepancy between the vehicle’s actual states and the planned drift states at each given time step, which effectively evaluates the drifting performance. ... Since each simulation features a unique planned series of drift states along the path..."
The drifting RMSE is defined against each controller's own planned drift states, so there is no common reference for the V, β, r, δ, F_xr columns. For ALMPC, the planned states are generated online from the current tracking error through R_eq = w_r R_r + w_e e_la and δ̂_eq = δ_eq + k e_la, i.e., Eqs. (16)-(17). Thus a controller can trivially reduce its RMSE-Drifting by making its reference follow the actual trajectory; the metric measures consistency with a self-generated reference, not the quality of the drift equilibrium. Claiming better drifting RMSE than MPC-PPT/APT/DEP on this basis is self-referential and does not by itself establish superior drifting performance.
full rationale
The core derivation chain is not tautological: the MPC layer solves a genuine optimal control problem, BO is a legitimate optimizer, and the learned parameters still must produce stable drift through the nonlinear vehicle model. However, two evaluation choices make the headline comparisons partly self-referential. First, Eq. (18) defines the BO cost as a function of |e_k| and |Δψ_k| over the full clothoid path (N_k=184, T=18.4s), and Tables 4/5 report RMSE of exactly e and Δψ on that same path; ALMPC's tracking numbers are therefore in-sample optimized values, not out-of-sample predictions, while the baselines are not optimized on this objective. Second, the drifting RMSE columns are computed against each controller's own planned drift states; for ALMPC those planned states are generated online from its own tracking error via Eqs. (16)-(17), so a lower RMSE-Drifting can be obtained by letting the reference chase the actual trajectory rather than by achieving a better common drift equilibrium. The misidentified-friction case and the 8-shaped maneuver provide some independent grounding, but the former is still the BO optimization path and the latter is qualitative. On balance the central quantitative claims are partially forced by the fit, giving a score of 6.
Assumptions & free parameters
free parameters (8)
- delta_eq =
-0.482 rad (case 1), -0.471 rad (case 2)
- w_r =
1.026 (case 1), 1.903 (case 2)
- w_e =
0.945 (case 1), 1.032 (case 2)
- k =
0.25
- x_la =
12 m
- lambda =
not reported
- e_max =
not reported
- GP hyperparameters =
not reported
assumptions (7)
- domain assumption Single-track vehicle model with states V, beta, r around the center of gravity (Eqs. 1-3) adequately represents drift dynamics.
- domain assumption Simplified Pacejka tire model (Eq. 4) plus friction circle rear tire force (Eq. 7) captures coupled tire forces during drift.
- domain assumption Setting all state derivatives to zero yields usable drift equilibrium points, and sustained drift near these unstable equilibria is controllable.
- domain assumption Linearization of the vehicle model around the DEP (Eqs. 8-9) retains sufficient accuracy over a 2-second prediction horizon.
- ad hoc to paper The reference path can be locally approximated as a series of circular arcs with radius R_r = 1/kappa.
- standard math The BO surrogate model assumptions (zero mean GP, Matérn kernel, EI acquisition) are appropriate for the path tracking cost.
- domain assumption Carsim simulation with mu_m = 0.9 while the model uses mu = 1 represents a realistic misidentified-friction scenario.
Cite this review
Pith. "Pith review of Adaptive Learning-based Model Predictive Control Strategy for Drift Vehicles." pith.science (2026). https://pith.science/paper/NZVNCSNL
@misc{pith2026250204696,
author = {Pith},
title = {Pith review of: Adaptive Learning-based Model Predictive Control Strategy for Drift Vehicles},
year = {2026},
howpublished = {\url{https://pith.science/paper/NZVNCSNL}},
note = {Machine review of arXiv:2502.04696}
}
read the original abstract
Drift vehicle control offers valuable insights to support safe autonomous driving in extreme conditions, which hinges on tracking a particular path while maintaining the vehicle states near the drift equilibrium points (DEP). However, conventional tracking methods are not adaptable for drift vehicles due to their opposite steering angle and yaw rate. In this paper, we propose an adaptive path tracking (APT) control method to dynamically adjust drift states to follow the reference path, improving the commonly utilized predictive path tracking methods with released computation burden. Furthermore, existing control strategies necessitate a precise system model to calculate the DEP, which can be more intractable due to the highly nonlinear drift dynamics and sensitive vehicle parameters. To tackle this problem, an adaptive learning-based model predictive control (ALMPC) strategy is proposed based on the APT method, where an upper-level Bayesian optimization is employed to learn the DEP and APT control law to instruct a lower-level MPC drift controller. This hierarchical system architecture can also resolve the inherent control conflict between path tracking and drifting by separating these objectives into different layers. The ALMPC strategy is verified on the Matlab-Carsim platform, and simulation results demonstrate its effectiveness in controlling the drift vehicle to follow a clothoid-based reference path even with the misidentified road friction parameter.
Figures
Figures from the paper (10 more)
Reference graph
Works this paper leans on
-
[1]
Autonomous vehicles on the edge: A survey on autonomous vehicle racing
Johannes Betz, Hongrui Zheng, Alexander Liniger, Ugo Rosolia, Phillip Karle, Madhur Behl, Venkat Krovi, and Rahul Mangharam. Autonomous vehicles on the edge: A survey on autonomous vehicle racing. IEEE Open Journal of Intelligent Transportation Systems, 3:458–488, 2022
work page 2022
-
[2]
Tantan Zhang, Yueshuo Sun, Yazhou Wang, Bai Li, Yonglin Tian, and Fei-Yue Wang. A survey of vehicle dynamics modeling methods for autonomous racing: Theoretical models, physical/virtual plat- forms, and perspectives.IEEE Transactions on Intelligent Vehicles, 9(3):4312–4334, March 2024
work page 2024
-
[3]
Taekgyu Lee, Dongyoon Seo, Jinyoung Lee, and Yeonsik Kang. Real-time drift-driving control for an autonomous vehicle: Learning from nonlinear model predictive control via a deep neural network. Electronics, 11(17):2651, January 2022
work page 2022
-
[4]
Steady-state drifting stabilization of rwd vehicles
EfstathiosVelenis,DiomidisKatzourakis,EmilioFrazzoli,Panagiotis Tsiotras, and Riender Happee. Steady-state drifting stabilization of rwd vehicles. Control Engineering Practice, 19(11):1363–1376, November 2011
work page 2011
-
[5]
Rami Y. Hindiyeh and J. Christian Gerdes. Equilibrium analysis of drifting vehicles for control design. In ASME 2009 Dynamic Systems and Control Conference, pages 181–188. American Society of Mechanical Engineers Digital Collection, September 2010
work page 2009
-
[6]
Sina Milani, Hormoz Marzbani, and Reza N. Jazar. Vehicle drifting dynamics: Discovery of new equilibria.Vehicle System Dynamics, 60(6):1933–1958, June 2022
work page 1933
-
[7]
E. Jelavic, J. Gonzales, and F. Borrelli. Autonomous drift parking using a switched control strategy with onboard sensors. IFAC- PapersOnLine, 50(1):3714–3719, July 2017
work page 2017
-
[8]
Drift control for cornering maneuver of autonomous vehicles
FangZhang,JonGonzales,ShengboEbenLi,FrancescoBorrelli,and Keqiang Li. Drift control for cornering maneuver of autonomous vehicles. Mechatronics, 54:167–174, October 2018
work page 2018
Show all 40 references
-
[9]
Consecutive inertia drift of autonomous rc car via primitive-based planning and data-driven control
Yiwen Lu, Bo Yang, Jiayun Li, Yihan Zhou, Hongshuai Chen, and Yilin Mo. Consecutive inertia drift of autonomous rc car via primitive-based planning and data-driven control. In2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 4835–4840, October 2023
2023
-
[10]
Review and performance evaluation of path track- ing controllers of autonomous vehicles
Mohammad Rokonuzzaman, Navid Mohajer, Saeid Nahavandi, and Shady Mohamed. Review and performance evaluation of path track- ing controllers of autonomous vehicles. IET Intelligent Transport Systems, 15(5):646–670, 2021
2021
-
[11]
Kapania and J
Nitin R. Kapania and J. Christian Gerdes. Design of a feedback- feedforwardsteeringcontrollerforaccuratepathtrackingandstability at the limits of handling.Vehicle System Dynamics, 53(12):1687– 1704, December 2015
2015
-
[12]
Goh and J
Jonathan Y. Goh and J. Christian Gerdes. Simultaneous stabilization and tracking of basic automobile drifting trajectories. In2016 IEEE Intelligent Vehicles Symposium (IV), pages 597–602, June 2016
2016
-
[13]
Combined fast control of drifting state and tra- jectory tracking for autonomous vehicles based on mpc controller
ChengHu,XiaolingZhou,RanDuo,HaokunXiong,YuQi,Zhiming Zhang, and Lei Xie. Combined fast control of drifting state and tra- jectory tracking for autonomous vehicles based on mpc controller. In 2022 International Conference on Robotics and Automation (ICRA), pages 1373–1379, May 2022
2022
-
[14]
Dy- namic drifting control for general path tracking of autonomous ve- hicles
Guoying Chen, Xuanming Zhao, Zhenhai Gao, and Min Hua. Dy- namic drifting control for general path tracking of autonomous ve- hicles. IEEE Transactions on Intelligent Vehicles, 8(3):2527–2537, March 2023
2023
-
[15]
A novel model predictive controller for the drifting vehicle to track a circular trajectory
Cheng Hu, Lei Xie, Zhiming Zhang, and Haokun Xiong. A novel model predictive controller for the drifting vehicle to track a circular trajectory. Vehicle System Dynamics, 0(0):1–30, 2024
2024
-
[16]
Nonlinear model predictive control for autonomous vehicle drifting
Zhuqing Shi, Hong Chen, Shuyou Yu, Rolf Findeisen, and Hongyan Guo. Nonlinear model predictive control for autonomous vehicle drifting. InternationalJournalofRobustandNonlinearControl ,page rnc.6697, March 2023
2023
-
[17]
A new control approach for automated drifting in consideration of the driving characteristics of an expert human driver
Joa Eunhyek, Cha Hyunsoo, Hyun Youngjin, Koh Youngil, Yi Ky- ongsu, and Park Jaeyong. A new control approach for automated drifting in consideration of the driving characteristics of an expert human driver. Control Engineering Practice, 96:104293, March 2020
2020
-
[18]
Teaching a vehicle to autonomously drift: A data-based approach using neural networks
Manuel Acosta and Stratis Kanarachos. Teaching a vehicle to autonomously drift: A data-based approach using neural networks. Knowledge-Based Systems, 153:12–28, August 2018
2018
-
[19]
High- speed autonomous drifting with deep reinforcement learning.IEEE Robotics and Automation Letters, 5(2):1247–1254, April 2020
PeideCai,XiaodongMei,LeiTai,YuxiangSun,andMingLiu. High- speed autonomous drifting with deep reinforcement learning.IEEE Robotics and Automation Letters, 5(2):1247–1254, April 2020
2020
-
[20]
A novel nonlinear drift control for sharp turn of autonomous vehicles.Vehicle System Dynamics, 0(0):1–21, 2023
Fengjiao Jia, Houhua Jing, and Zhiyuan Liu. A novel nonlinear drift control for sharp turn of autonomous vehicles.Vehicle System Dynamics, 0(0):1–21, 2023
2023
-
[21]
XiaolingZhou,ChengHu,RanDuo,HaokunXiong,YuQi,Zhiming Zhang, Hongye Su, and Lei Xie. Learning-based mpc controller for driftcontrolofautonomousvehicles.In 2022IEEE25thInternational ConferenceonIntelligentTransportationSystems(ITSC) ,pages322– 328, Macau, China, October 2022. IEEE
2022
-
[22]
Performance-oriented model learning for data-driven mpc design
Dario Piga, Marco Forgione, Simone Formentin, and Alberto Be- mporad. Performance-oriented model learning for data-driven mpc design. IEEE Control Systems Letters, 3(3):577–582, July 2019
2019
-
[23]
Jasper Snoek, Hugo Larochelle, and Ryan P. Adams. Practical bayesian optimization of machine learning algorithms.Advances in Neural Information Processing Systems, 25, 2012
2012
-
[24]
Schoellig
Felix Berkenkamp, Andreas Krause, and Angela P. Schoellig. Bayesian optimization with safety constraints: Safe and automatic parameter tuning in robotics.Machine Learning, June 2021
2021
-
[25]
Malikopoulos
Viet-Anh Le and Andreas A. Malikopoulos. Optimal weight adapta- tionofmodelpredictivecontrolforconnectedandautomatedvehicles inmixedtrafficwithbayesianoptimization.In 2023AmericanControl Conference (ACC), pages 1183–1188, May 2023
2023
-
[26]
Adams, and Nando de Freitas
Bobak Shahriari, Kevin Swersky, Ziyu Wang, Ryan P. Adams, and Nando de Freitas. Taking the human out of the loop: A review of bayesian optimization. Proceedings of the IEEE, 104(1):148–175, January 2016
2016
-
[27]
Computing the racing line using bayesian optimization
Achin Jain and Manfred Morari. Computing the racing line using bayesian optimization. In2020 59th IEEE Conference on Decision and Control (CDC), pages 6192–6197, December 2020
2020
-
[28]
Multi-objective optimization of a path-following mpc for vehicle guidance: A bayesian optimization approach
Ali Gharib, David Stenger, Robert Ritschel, and Rick Voßwinkel. Multi-objective optimization of a path-following mpc for vehicle guidance: A bayesian optimization approach. In 2021 European Control Conference (ECC), pages 2197–2204, June 2021
2021
-
[29]
Predictive path following control for mobile robots with automatic parameter tuning
Argtim Tika, Sandesh Hiremath, and Naim Bajcinca. Predictive path following control for mobile robots with automatic parameter tuning. Bei Zhou, Cheng Hu et al.:Preprint submitted to Elsevier Page 13 of 15 Adaptive Learning-based MPC Strategy for Drift Vehicles In2023 European...
2023
-
[30]
Performance-based trajectory optimization for path following control using bayesian optimization
Alisa Rupenyan, Mohammad Khosravi, and John Lygeros. Performance-based trajectory optimization for path following control using bayesian optimization. In2021 60th IEEE Conference on Decision and Control (CDC), pages 2116–2121, December 2021
2021
-
[31]
EgbertBakker,LarsNyborg,andHansB.Pacejka.Tyremodellingfor use in vehicle dynamics studies.SAE Transactions, pages 190–204, 1987
1987
-
[32]
Goh, Tushar Goel, and J
Jonathan Y. Goh, Tushar Goel, and J. Christian Gerdes. Toward automated vehicle control beyond the stability limits: Drifting along a general path. Journal of Dynamic Systems, Measurement, and Control, 142(021004), November 2019
2019
-
[33]
Hindiyeh and J
Rami Y. Hindiyeh and J. Christian Gerdes. A controller framework for autonomous drifting: Design, stability, and experimental vali- dation. Journal of Dynamic Systems, Measurement, and Control, 136(051015), July 2014
2014
-
[34]
Fitzpatrick
Manuel Acosta, Stratis Kanarachos, and Michael E. Fitzpatrick. A hybrid hierarchical rally driver model for autonomous vehicle agile maneuvering on loose surfaces:. In Proceedings of the 14th In- ternational Conference on Informatics in Control, Automation and Robotics, pages ...
2017
-
[35]
An mpc-based controller framework for agile maneu- vering of autonomous vehicles
Yu Qi, Zhiming Zhang, Cheng Hu, Xiaoling Zhou, Lei Xie, and Hongye Su. An mpc-based controller framework for agile maneu- vering of autonomous vehicles. In2021 IEEE Intelligent Vehicles Symposium (IV), pages 1228–1234, Nagoya, Japan, July 2021. IEEE
2021
-
[36]
Cora, and Nando de Freitas
Eric Brochu, Vlad M. Cora, and Nando de Freitas. A tutorial on bayesian optimization of expensive cost functions, with application to active user modeling and hierarchical reinforcement learning, De- cember 2010
2010
-
[37]
Gaussian processes for machine learning.Interna- tional Journal of Neural Systems, 14(02):69–106, April 2004
Matthias Seeger. Gaussian processes for machine learning.Interna- tional Journal of Neural Systems, 14(02):69–106, April 2004
2004
-
[38]
Efficient global optimization of expensive black-box functions
DonaldR.Jones,MatthiasSchonlau,andWilliamJ.Welch. Efficient global optimization of expensive black-box functions. Journal of Global Optimization, 13(4):455–492, December 1998
1998
-
[39]
A potential field framework for active vehicle lanekeeping assistance
Eric J Rossetter. A potential field framework for active vehicle lanekeeping assistance. stanford university, 2004
2004
-
[40]
Behrunani, Piotr Myszkorowski, Roy S
Mohammad Khosravi, Varsha N. Behrunani, Piotr Myszkorowski, Roy S. Smith, Alisa Rupenyan, and John Lygeros. Performance- driven cascade controller tuning with bayesian optimization.IEEE Transactions on Industrial Electronics, 69(1):1032–1042, January 2022. Bei Zhou received th...
2011
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.