REVIEW 2 major objections 5 minor 42 references
Deep Bilinear Koopman Model for Real-Time Vehicle Control in Frenet Frame
T0 review · 2 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A learned bilinear Koopman model with cumulative error regulation enables a convex MPC that tracks paths up to 97 percent more accurately than EDMD and LTI baselines and solves each control step in 0.58 ms.
desk verdict Useful incremental engineering paper on deep bilinear Koopman MPC with a nice integral-error module; the closed-loop evidence is thin and the MPC derivation drops the curvature bilinear term. 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 central object is the learned bilinear Koopman realization: an encoder $\Phi_\theta$ maps the six vehicle states to learnable observables, the lifted state is $Z_k=[x_k;\Phi_\theta(x_k)]$, and the transition is $Z_{k+1}=A Z_k+B U_k+\sum_i H_i(U^i_k Z_k)$, where $U_k$ includes steering wheel angle, throttle/brake command, and road curvature. This structure makes input–state coupling a tunable part of the dynamics rather than a modeling afterthought. Around it, the Cumulative Error Regulator appends $e_{k+1}=e_k+(y_k-y_k^{\mathrm{ref}})$ to the lifted state, and the MPC preserves convexity by replacing the lifted state inside the bilinear terms with its initial value $Z_t$ over the prediction horizon, producing the linearized update of Eq. 40.
What would settle it
Re-run the same CER-MDBK-MPC against the linear MDK baseline on a more aggressive maneuver, such as a higher-speed double lane change or a slalom with curvature near the training limits, and measure the deviation of the lifted state from its horizon-start value; if the bilinear controller's tracking advantage over the linear model shrinks or vanishes as that deviation grows, the convex linearization assumption is the limiting factor.
Extended reading notes
Core claim
The central claim is that modeling the lifted vehicle dynamics as $Z_{k+1}=A Z_k+B U_k+\sum_i H_i(U^i_k Z_k)$, where $Z_k$ concatenates the original Frenet-frame states with an encoder-learned observable vector and the matrices $H_i$ are learned end-to-end, captures input–state interactions that linear Koopman models miss. The paper supports this by showing that the learned $H_i$ matrices have sparsity patterns aligned with the nonlinear bicycle-model equations, by reporting lower open-loop prediction RMSE than the linear MDK-Net and EDMDK baselines, and by closing the loop with a convex MPC that freezes the lifted state in the bilinear terms to its horizon-start value and augments the state with a cumulative tracking-error integrator. On a double-lane-change maneuver with a high-fidelity vehicle simulator as the plant, the CER-MDBK-MPC cuts tracking error of path progress, lateral deviation, and heading error by 5–97 percent relative to EDMDK-MPC and by 35–77 percent relative to the linear MDK baseline, with average reductions of 33 percent, 38 percent, and 68 percent against the linear Koopman, EDMD, and LTI controllers.
Load-bearing premise
The load-bearing premise is that holding the lifted state fixed at its starting value for the 20-step MPC horizon keeps the linearized bilinear model close to the true learned dynamics; if the vehicle maneuvers aggressively enough for the lifted state to leave that neighborhood, the model the controller optimizes no longer represents the bilinear dynamics, and the accuracy advantage would weaken—and the encoder is only as reliable as the simulation training distribution it was learned from.
Editorial extensions
If this is right
- The convex freezing trick turns the bilinear terms into a state-scheduled input matrix, so the same MPC formulation can be reused for any learned bilinear Koopman model without losing real-time solvability.
- Open-loop, MDBK-Net reports 2-second prediction RMSE for lateral velocity and yaw rate reduced by 43 percent and 36 percent relative to MDK-Net, and by 66 percent and 50 percent relative to EDMDK, with the largest gains in states where input–state coupling matters.
- Closed-loop, CER-MDBK-MPC reduces path progress, lateral deviation, and heading-error RMSE by 5 percent, 97 percent, and 88 percent versus EDMDK-MPC, and by 35 percent, 77 percent, and 59 percent versus the linear MDK baseline.
- At 0.58 ms average solve time per step, the controller leaves roughly 24 ms of the sampling interval for sensing, communication, and safety checks, directly supporting the paper's real-time implementation claim.
- The cumulative error regulator keeps pushing accumulated tracking errors toward zero over the whole horizon, which is why the largest visible improvements appear during and after the aggressive second lane change rather than only at steady state.
Reading between the lines
- A testable interpretation of the CER module is that it acts as output integral action on the tracking errors: at steady state the cumulative error must remain constant for the penalty to stay bounded, which cancels constant model-mismatch bias; the paper does not draw this equivalence explicitly.
- Because the bilinear term is frozen at the horizon-start lifted state, the resulting controller is effectively a gain-scheduled LTV MPC whose input matrix changes with the current lifted state; comparing against an explicit LTV MPC built from Jacobian linearization would isolate what the learned bilinear schedule adds.
- The same encoder-plus-bilinear-Koopman-layer-plus-error-integrator architecture should transfer to other actuated nonlinear systems such as manipulators or small aircraft, but that transfer is untested and the model's validity is bounded by the simulation distribution it was trained on.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Multi-Step Deep Bilinear Koopman Network (MDBK-Net) that jointly learns lifting functions and bilinear Koopman dynamics for vehicle state evolution in the Frenet frame, and integrates the learned model with a Cumulative Error Regulator (CER) into a model predictive controller (CER-MDBK-MPC). The model is evaluated in open-loop prediction against EDMDK and the authors' previous linear MDK-Net on 1,425 CarSim test trajectories, and in closed-loop hardware-in-the-loop experiments on a dSPACE SCALEXIO system with a CarSim RT vehicle model. The paper reports lower prediction RMSE than the baselines and closed-loop tracking-error reductions of 33% versus CER-MDK-MPC, 38% versus EDMDK-MPC, and 68% versus LTI-MPC, with an average controller compute time of 0.58 ms per step.
Significance. If the claims hold, the work is a useful demonstration of data-driven Koopman modeling for vehicle control: it shows that learned bilinear couplings between inputs and lifted states can be trained with a multi-step loss and deployed in real-time MPC on embedded hardware. The open-loop evaluation over 1,425 trajectories is a strength, as is the HIL validation on a commercial real-time simulator. The comparison against a linear Koopman baseline with the same CER module is a reasonable attempt to isolate the effect of bilinear modeling. However, the closed-loop evidence is limited to a single scenario, and the MPC internal model is not exactly the learned bilinear model, which weakens the attribution of the reported improvements to bilinear modeling.
major comments (2)
- [III-H, Eqs. (39b) and (40)] The predictive model actually implemented in the MPC is not the learned bilinear dynamics in Eq. (24). First, the equality constraint in (39b) sums only over i = 1..m, omitting the curvature-channel bilinear term H_3(Z_k * κ) that appears in the learned dynamics; even when κ is constant, H_3(Z_t κ) is an affine offset that is discarded. Second, Eq. (40) fixes the lifted state to its initial value Z_t throughout the entire prediction horizon, so the resulting recurrence is linear in the input with a state-scheduled input matrix. The paper attributes the Table III tracking improvements to the 'bilinear terms introduced in the proposed framework,' but the MPC is not solving the learned bilinear model even at the first prediction step. The comparison against CER-MDK-MPC therefore contrasts two different learned models plus a gain-scheduling approximation, not a controlled test of bilinear modeling. Please either include the H_3 term in the MPC formulation, report the drift ||Z_k - Z_t|| over the 20-step horizon for the test scenario to justify the freezing, or explicitly discuss why this approximation is valid and what its error magnitude is.
- [IV, Table III and Fig. 7] The closed-loop validation rests on a single double-lane-change scenario, and the text reports a constant curvature profile of κ = 0.001 m⁻¹, which is not representative of an actual lane-change maneuver (a real DLC has varying curvature). No repeated runs, variations in initial conditions, speeds, or road geometries are provided, so the reported RMSE reductions (e.g., 97% for e_y versus EDMDK) are based on one trajectory. The abstract's claim of 'significant reductions' is therefore not statistically substantiated. Please evaluate the controllers on multiple scenarios (varying curvature profiles, speeds, and maneuvers), report mean and standard deviation over repeated runs, and, if possible, include a significance test. This is especially important because the closed-loop controller uses the frozen-state approximation, and its validity may depend on the maneuver.
minor comments (5)
- [IV, Table II] The RMSE values are described as being computed after normalizing each state using the mean and standard deviation of the test dataset, yet the table headers show physical units (km/h, deg/s, m). This is potentially misleading; please report physical units with normalized values clearly distinguished, or provide both normalized and unnormalized errors.
- [IV, text after Table III] The sentence claiming reductions 'by 5%, 97%, and 88% compared to the EDMDK-MPC' is numerically inconsistent with Table III: for S the reduction is approximately 2.4% (0.206 vs 0.211), not 5%. Please correct this value.
- [IV, experimental setup] The statement 'The same optimal control problem formulation is employed for all controllers' is imprecise: the dynamic constraints differ between the baselines and the proposed method. Please clarify that the cost weights, constraints, and prediction horizon are identical, while the internal models differ.
- [III-H, Eq. (40)] The notation H_i = [h_{i1}, ..., h_{ip}] and \hat{H}_j = [h_{1j}, ..., h_{mj}] is not fully defined; if h_{ij} are columns of H_i (each of dimension p), then \hat{H}_j is p × m, but this should be stated explicitly to avoid confusion.
- [IV and Conclusion] The paper alternates between 'MDK-MPC' and 'CER-MDK-MPC' when referring to the linear Koopman baseline; please use the full name 'CER-MDK-MPC' consistently, since the CER module is part of that baseline controller.
Circularity Check
No significant circularity: the tracking-error claims are external closed-loop benchmarks; the only self-citation is the MDK-Net baseline, which is not load-bearing.
full rationale
The derivation chain is not circular under the seven defined patterns. The central claims are empirical: open-loop prediction RMSE in Table II is evaluated on a held-out 10% test split against CarSim ground truth, and closed-loop tracking RMSE in Table III is measured on a dSPACE SCALEXIO hardware-in-the-loop CarSim plant. None of these benchmark RMSE values appear in the training losses of Eqs. (27)-(32), so the results are not fitted inputs renamed as predictions. The comparison CER-MDBK-MPC versus CER-MDK-MPC is a fair controlled comparison: both share the same CER block, the same encoder-based Koopman architecture family, the same training data, and identical MPC weighting matrices, so the difference isolates the learned bilinear terms. Eq. (40) fixes the lifted state in the bilinear term to its initial value to preserve convexity; this is an approximation in the MPC's internal model, not an identity that forces the measured tracking outcomes. The full bilinear recurrence is used during training and open-loop evaluation via Eqs. (24) and (29), and the closed-loop advantage is still verified against an external plant rather than against the paper's own training objective. The only author self-citation is the prior MDK-Net work, Ref. [31], which is used as a comparison baseline and as a lineage statement, not as evidence that the central correctness claim holds or as a means of excluding alternative models. Under the review rule that self-citation is not itself circularity, there are no circular steps; the score of 2 reflects only the presence of a minor, non-load-bearing self-citation.
Assumptions & free parameters
free parameters (4)
- Lifted state dimension p =
66
- Loss weights alpha1..alpha4 =
[0.1, 1.0, 1.6, 1e-4]
- Regularization factors lambda_theta, lambda_AB, lambda_H =
10, 1, 100
- Forgetting factor beta in multi-step loss =
0.9
assumptions (4)
- domain assumption A finite-dimensional bilinear model (Eq. 16) can approximate the controlled vehicle dynamics (Eq. 18) in the lifted space.
- domain assumption The CarSim RT model is a sufficiently faithful surrogate for a real vehicle to support the claim of suitability for embedded autonomous vehicle systems.
- ad hoc to paper Fixing the lifted state to its initial value in the MPC (Eq. 40) is a valid linearization over the prediction horizon.
- domain assumption Training data from CarSim with steering plus or minus 40 degrees and curvature plus or minus 0.004 per meter covers the deployment scenario.
Cite this review
Pith. "Pith review of Deep Bilinear Koopman Model for Real-Time Vehicle Control in Frenet Frame." pith.science (2026). https://pith.science/paper/WUPHU63Y
@misc{pith2026250712578,
author = {Pith},
title = {Pith review of: Deep Bilinear Koopman Model for Real-Time Vehicle Control in Frenet Frame},
year = {2026},
howpublished = {\url{https://pith.science/paper/WUPHU63Y}},
note = {Machine review of arXiv:2507.12578}
}
read the original abstract
Accurate modeling and control of autonomous vehicles remain a fundamental challenge due to the nonlinear and coupled nature of vehicle dynamics. While Koopman operator theory offers a framework for deploying powerful linear control techniques, learning a finite-dimensional invariant subspace for high-fidelity modeling continues to be an open problem. This paper presents a deep Koopman approach for modeling and control of vehicle dynamics within the curvilinear Frenet frame. The proposed framework uses a deep neural network architecture to simultaneously learn the Koopman operator and its associated invariant subspace from the data. Input-state bilinear interactions are captured by the algorithm while preserving convexity, which makes it suitable for real-time model predictive control (MPC) application. A multi-step prediction loss is utilized during training to ensure long-horizon prediction capability. To further enhance real-time trajectory tracking performance, the model is integrated with a cumulative error regulator (CER) module, which compensates for model mismatch by mitigating accumulated prediction errors. Closed-loop performance is evaluated through hardware-in-the-loop (HIL) experiments using a CarSim RT model as the target plant, with real-time validation conducted on a dSPACE SCALEXIO system. The proposed controller achieved significant reductions in tracking error relative to baseline controllers, confirming its suitability for real-time implementation in embedded autonomous vehicle systems.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[37]
Deep bilinear koopman model predictive control for nonlinear dynamical systems,
D. Zhao, B. Li, F. Lu, J. She, and S. Yan, “Deep bilinear koopman model predictive control for nonlinear dynamical systems,” IEEE Transactions on Industrial Electronics , 2024
work page 2024
-
[1]
Exploring the implications of autonomous vehicles: A comprehensive review,
K. Othman, “Exploring the implications of autonomous vehicles: A comprehensive review,”Innovative Infrastructure Solutions, vol. 7, no. 2, p. 165, 2022
work page 2022
-
[2]
A survey of motion planning and control techniques for self-driving urban vehicles,
B. Paden, M. ˇC´ap, S. Z. Yong, D. Yershov, and E. Frazzoli, “A survey of motion planning and control techniques for self-driving urban vehicles,” IEEE Transactions on intelligent vehicles, vol. 1, no. 1, pp. 33–55, 2016
2016
-
[3]
J. M. Maciejowski, Predictive control: with constraints . Pearson education, 2002
work page 2002
-
[4]
An automatic tuning mpc with application to ecological cruise control,
M. Abtahi, M. Rabbani, and S. Nazari, “An automatic tuning mpc with application to ecological cruise control,” IFAC-PapersOnLine, vol. 56, no. 3, pp. 265–270, 2023
work page 2023
-
[5]
Control of vehicle trajectory tracking under extreme conditions based on ilqr,
J. Xing, Z. Song, M. Cheng, Q. Gou, X. Bai, and S. Chen, “Control of vehicle trajectory tracking under extreme conditions based on ilqr,” in 2024 9th International Conference on Electronic Technology and Information Science (ICETIS) . IEEE, 2024, pp. 254–258
work page 2024
-
[6]
A. Mart ´ı-Coll, A. Rodr ´ıguez-Ramos, and O. Llanes-Santiago, “An optimization approach to select koopman observables for data-based modeling using dynamic mode decomposition with control,” Processes, vol. 13, no. 1, p. 284, 2025
work page 2025
-
[7]
Nonlinear cascade strategy for lon- gitudinal control in automated vehicle guidance,
R. Attia, R. Orjuela, and M. Basset, “Nonlinear cascade strategy for lon- gitudinal control in automated vehicle guidance,” Control Engineering Practice, vol. 29, pp. 225–234, 2014
work page 2014
Show all 42 references
-
[8]
Nonlinear model predictive control for longitudinal and lateral dynamic of autonomous car,
S. W. Jannah and A. Santoso, “Nonlinear model predictive control for longitudinal and lateral dynamic of autonomous car,” in 2022 11th Elec- trical Power, Electronics, Communications, Controls and Informatics Seminar (EECCIS). IEEE, 2022, pp. 145–148
2022
-
[9]
Vehicle speed profile optimization for fuel efficient eco-driving via koopman linear predictor and model predictive control,
S. A. Nugroho, V . P. Chellapandi, and H. Borhan, “Vehicle speed profile optimization for fuel efficient eco-driving via koopman linear predictor and model predictive control,” in 2024 American Control Conference (ACC). IEEE, 2024, pp. 4254–4261
2024
-
[10]
Beyond the stable handling limits: nonlinear model predictive control for highly transient autonomous drifting,
J. Y . Goh, M. Thompson, J. Dallas, and A. Balachandran, “Beyond the stable handling limits: nonlinear model predictive control for highly transient autonomous drifting,”Vehicle System Dynamics, vol. 62, no. 10, pp. 2590–2613, 2024
2024
-
[11]
S. L. Brunton and J. N. Kutz, Data-driven science and engineering: Ma- chine learning, dynamical systems, and control . Cambridge University Press, 2022
2022
-
[12]
Modern koopman theory for dynamical systems,
S. L. Brunton, M. Budi ˇsi´c, E. Kaiser, and J. N. Kutz, “Modern koopman theory for dynamical systems,” SIAM Review, vol. 64, no. 2, pp. 229– 340, 2022. [Online]. Available: https://doi.org/10.1137/21M1401243
2022 doi
-
[13]
End to end learning for self-driving cars,
M. Bojarski, D. Del Testa, D. Dworakowski, B. Firner, B. Flepp, P. Goyal, L. D. Jackel, M. Monfort, U. Muller, J. Zhang et al. , “End to end learning for self-driving cars,” arXiv preprint arXiv:1604.07316 , 2016
2016 arXiv
-
[14]
Hamiltonian systems and transformation in hilbert space,
B. O. Koopman, “Hamiltonian systems and transformation in hilbert space,” Proceedings of the National Academy of Sciences, vol. 17, no. 5, pp. 315–318, 1931
1931
-
[15]
Linear predictors for nonlinear dynamical sys- tems: Koopman operator meets model predictive control,
M. Korda and I. Mezi ´c, “Linear predictors for nonlinear dynamical sys- tems: Koopman operator meets model predictive control,” Automatica, vol. 93, pp. 149–160, 2018. 14
2018
-
[16]
J. N. Kutz, S. L. Brunton, B. W. Brunton, and J. L. Proctor, Dynamic mode decomposition: data-driven modeling of complex systems. SIAM, 2016
2016
-
[17]
Learning koopman invariant subspaces for dynamic mode decomposition,
N. Takeishi, Y . Kawahara, and T. Yairi, “Learning koopman invariant subspaces for dynamic mode decomposition,” Advances in neural infor- mation processing systems , vol. 30, 2017
2017
-
[18]
Extending data-driven koopman analysis to actuated systems,
M. O. Williams, M. S. Hemati, S. T. Dawson, I. G. Kevrekidis, and C. W. Rowley, “Extending data-driven koopman analysis to actuated systems,” IFAC-PapersOnLine, vol. 49, no. 18, pp. 704–709, 2016
2016
-
[19]
Discovering governing equations from data by sparse identification of nonlinear dynamical systems,
S. L. Brunton, J. L. Proctor, and J. N. Kutz, “Discovering governing equations from data by sparse identification of nonlinear dynamical systems,” Proceedings of the national academy of sciences , vol. 113, no. 15, pp. 3932–3937, 2016
2016
-
[20]
Dynamic mode decom- position with control,
J. L. Proctor, S. L. Brunton, and J. N. Kutz, “Dynamic mode decom- position with control,” SIAM Journal on Applied Dynamical Systems , vol. 15, no. 1, pp. 142–161, 2016
2016
-
[21]
Physics-based causal lifting linearization of nonlinear control systems underpinned by the koopman operator,
N. S. Selby, F. E. Sotiropoulos, and H. H. Asada, “Physics-based causal lifting linearization of nonlinear control systems underpinned by the koopman operator,” arXiv preprint arXiv:2108.10980 , 2021
2021 arXiv
-
[22]
Advantages of bilinear koopman realizations for the modeling and control of systems with unknown dynamics,
D. Bruder, X. Fu, and R. Vasudevan, “Advantages of bilinear koopman realizations for the modeling and control of systems with unknown dynamics,” IEEE Robotics and Automation Letters , vol. 6, no. 3, pp. 4369–4376, 2021
2021
-
[23]
Autonomous driving using linear model predictive control with a koopman operator based bilinear vehicle model,
S. Yu, C. Shen, and T. Ersal, “Autonomous driving using linear model predictive control with a koopman operator based bilinear vehicle model,” Ifac-Papersonline, vol. 55, no. 24, pp. 254–259, 2022
2022
-
[24]
Data-driven identification of vehicle dynamics using koopman operator,
V . Cibulka, T. Hani ˇs, and M. Hrom ˇc´ık, “Data-driven identification of vehicle dynamics using koopman operator,” in 2019 22nd International Conference on Process Control (PC19) . IEEE, 2019, pp. 167–172
2019
-
[25]
Model predictive control of a vehicle using koopman operator,
V . Cibulka, T. Hani ˇs, M. Korda, and M. Hrom ˇc´ık, “Model predictive control of a vehicle using koopman operator,” IFAC-PapersOnLine, vol. 53, no. 2, pp. 4228–4233, 2020
2020
-
[26]
Model predictive control of vehicle dynamics based on the koopman operator with extended dynamic mode decomposition,
M. ˇSvec, ˇS. Ile ˇs, and J. Matu ˇsko, “Model predictive control of vehicle dynamics based on the koopman operator with extended dynamic mode decomposition,” in 2021 22nd IEEE International Conference on Industrial Technology (ICIT), vol. 1. IEEE, 2021, pp. 68–73
2021
-
[27]
Data-driven modeling and control for lane keeping system of automated driving vehicles: Koopman operator approach,
J. S. Kim, Y . S. Quan, and C. C. Chung, “Data-driven modeling and control for lane keeping system of automated driving vehicles: Koopman operator approach,” in 2022 22nd international conference on control, automation and systems (ICCAS) . IEEE, 2022, pp. 1049–1055
2022
-
[28]
Deep learning for universal linear embeddings of nonlinear dynamics,
B. Lusch, J. N. Kutz, and S. L. Brunton, “Deep learning for universal linear embeddings of nonlinear dynamics,” Nature communications , vol. 9, no. 1, p. 4950, 2018
2018
-
[29]
Deep neural networks with koopman operators for modeling and control of autonomous vehicles,
Y . Xiao, X. Zhang, X. Xu, X. Liu, and J. Liu, “Deep neural networks with koopman operators for modeling and control of autonomous vehicles,” IEEE transactions on intelligent vehicles , vol. 8, no. 1, pp. 135–146, 2022
2022
-
[30]
Ddk: A deep koopman approach for longitudinal and lateral control of autonomous ground vehicles,
Y . Xiao, X. Zhang, X. Xu, Y . Lu, and J. Lil, “Ddk: A deep koopman approach for longitudinal and lateral control of autonomous ground vehicles,” in 2023 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2023, pp. 975–981
2023
-
[31]
Multi- step deep koopman network (mdk-net) for vehicle control in frenet frame,
M. Abtahi, M. Rabbani, A. Abdolmohammadi, and S. Nazari, “Multi- step deep koopman network (mdk-net) for vehicle control in frenet frame,” arXiv preprint arXiv:2503.03002 , 2025
2025
-
[32]
Spectral properties of dynamical systems, model reduction and decompositions,
I. Mezi ´c, “Spectral properties of dynamical systems, model reduction and decompositions,” Nonlinear Dynamics, vol. 41, pp. 309–325, 2005
2005
-
[33]
Generalizing koopman theory to allow for inputs and control,
J. L. Proctor, S. L. Brunton, and J. N. Kutz, “Generalizing koopman theory to allow for inputs and control,” SIAM Journal on Applied Dynamical Systems, vol. 17, no. 1, pp. 909–930, 2018
2018
-
[34]
Mauroy, Y
A. Mauroy, Y . Susuki, and I. Mezic, Koopman operator in systems and control. Springer, 2020, vol. 484
2020
-
[35]
Linear system identification versus physical modeling of lateral–longitudinal vehicle dynamics,
B. A. H. Vicente, S. S. James, and S. R. Anderson, “Linear system identification versus physical modeling of lateral–longitudinal vehicle dynamics,” IEEE Transactions on Control Systems Technology , vol. 29, no. 3, pp. 1380–1387, 2020
2020
-
[36]
Deep bilinear koopman realization for dynamics modeling and predictive control,
M. Wang, X. Lou, and B. Cui, “Deep bilinear koopman realization for dynamics modeling and predictive control,” International Journal of Machine Learning and Cybernetics , vol. 15, no. 8, pp. 3327–3352, 2024
2024
-
[38]
Study measures how fast humans react to road hazards,
R. Matheson, “Study measures how fast humans react to road hazards,” 2019
2019
-
[39]
Koopman operator-based model identification and control for automated driving vehicle,
J. S. Kim, Y . S. Quan, and C. C. Chung, “Koopman operator-based model identification and control for automated driving vehicle,” Inter- national Journal of Control, Automation and Systems, vol. 21, no. 8, pp. 2431–2443, 2023
2023
-
[40]
K-smpc: Koopman operator-based stochastic model predictive control for enhanced lateral control of autonomous vehicles,
J. S. Kim, Y . S. Quan, C. C. Chung, and W. Y . Choi, “K-smpc: Koopman operator-based stochastic model predictive control for enhanced lateral control of autonomous vehicles,” IEEE Access, 2025
2025
-
[41]
Koopman operator based model predictive control of vehicle dynamics,
M. ˇSvec, “Koopman operator based model predictive control of vehicle dynamics,” Ph.D. dissertation, University of Zagreb. Faculty of Electrical Engineering and Computing . . . , 2024
2024
-
[42]
Tikhonov regularization and total least squares,
G. H. Golub, P. C. Hansen, and D. P. O’Leary, “Tikhonov regularization and total least squares,” SIAM journal on matrix analysis and applica- tions, vol. 21, no. 1, pp. 185–194, 1999
1999
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.