REVIEW 3 major objections 5 minor 56 references
Kernel-Based Optimal Control: An Infinitesimal Generator Approach
T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read The paper claims that learning the diffusion generator from drift snapshots turns stochastic optimal control into a finite ODE.
desk verdict Novel generator-regression kernel HJB with a real infinite-horizon gap; deserves referee time but needs major revision. 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 identity is the kernel target matrix $(K_\pi)_{ij}$ of Lemma 1, which encodes the restriction of the adjoint infinitesimal generator $L_\pi^*$ to the canonical feature maps $k(\cdot,x)$. The first term is the drift-gradient (transport) contribution and the second term, $\epsilon$ times the trace of the kernel Hessian, is the diffusion contribution. The derivative reproducing property of the kernel converts what would be an infinite-dimensional Hilbert-Schmidt regression into finite matrix constructions using only the Gram matrix and derivative evaluations of the kernel. This is what allows the Hamilton-Jacobi-Bellman recursion to collapse to an $N$-dimensional ordinary differential equation.
What would settle it
Run the method on a one-dimensional Ornstein-Uhlenbeck process whose optimal policy is known analytically, and compare the learned policy against the analytic one while varying how the drift derivatives in the dataset are obtained (exact, finite-difference, or noisy). If the finite-difference version does not converge to the analytic solution as $N$ grows and $\epsilon$ shrinks, then the derivative-snapshot requirement of Assumption 2, not the kernel regularity condition, is the decisive limitation.
Extended reading notes
Core claim
The paper's central claim is that the adjoint infinitesimal generator $L_\pi^*$ of the controlled diffusion $dX_t=(f(X_t)+G(X_t)\pi(X_t))dt+\sqrt{2\epsilon}\,dW_t$ can be learned nonparametrically in a reproducing kernel Hilbert space, and that the learned generator suffices to solve the stochastic optimal control problem. The key identity (Lemma 1) states that for a smooth symmetric positive-definite kernel $k$, the action of $L_\pi^*$ on the kernel section $k(\cdot,x^{(j)})$, evaluated at $x^{(i)}$, is $(K_\pi)_{ij}=\langle f(x^{(i)})+G(x^{(i)})\pi(x^{(i)}),\,\nabla_{x^{(i)}}k(x^{(i)},x^{(j)})\rangle+\epsilon\,\mathrm{Tr}(\nabla^2_{x^{(i)}}k(x^{(i)},x^{(j)}))$. With $A=K_\gamma^{-1}K_0$ and $B_m=K_\gamma^{-1}(K_{e_m}-K_0)$, and with $D_r$ the dual control penalty $D_r(\lambda)=\min_{u\in U}\{r(u)+\langle\lambda,u\rangle\}$, the infinite-dimensional HJB recursion becomes the finite-dimensional final-value problem $-\dot v=Av+q+D_r(Bv)$, $v(T)=0$, on $(0,T)$, and Algorithm 1 sets $\hat\pi^\star(x)=u^\star(\langle Bv_0,k(x)\rangle)$. The paper asserts that this $N$-dimensional ODE, built entirely from Gram matrices and derivative evaluations, approximates the infinite-dimensional solution and yields approximately globally optimal feedback policies.
Load-bearing premise
The method only works as stated if the dataset contains exact instantaneous derivative measurements of the drift vector field at the sampled states under zero control and under each one-hot input; when those derivatives are approximated by finite differences, as in the authors' simulated-robot experiments, the resulting bias in the learned generator is left unquantified.
Editorial extensions
If this is right
- The stochastic optimal control problem reduces to integrating an $N$-dimensional ordinary differential equation backward in time, so the computational complexity scales with the number of data points rather than with the dimension of the state space.
- The estimator includes nonparametric estimators of uncontrolled infinitesimal generators as the special case $\pi=0$, so the same construction yields a data-driven method for approximating Fokker-Planck-Kolmogorov operators.
- Because the representation is in continuous time, the method does not depend on a chosen time lag of the data, in contrast to discrete-time Koopman and transfer-operator methods, and it returns explicit value and policy functions.
- In the reported experiments, the learned kernel policy achieves lower accumulated stage costs than a receding-horizon nonlinear MPC solver on the same pendulum and cartpole dynamics, and the method needs fewer data points and is less sensitive to the kernel lengthscale than the discrete-time kernel HJB baseline.
Reading between the lines
- Beyond the paper: the same kernel generator matrices could be used for data-driven certification, since the matrices represent $L^*$ on the sample points and therefore let one evaluate the sign of the generator applied to a candidate Lyapunov or barrier function.
- Beyond the paper: the unquantified finite-difference bias under Assumption 2 could be characterized by comparing exact and approximated kernel matrices on a system with a known generator; the paper does not attempt this comparison.
- Beyond the paper: the final-value ODE can be re-solved over a moving horizon, yielding an online data-driven model-predictive controller with a kernel terminal cost, an extension the paper leaves implicit.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a data-driven method for stochastic optimal control by learning the infinitesimal generator of a controlled diffusion in an RKHS. The key theoretical elements are Lemma 1, which expresses the empirical target kernel matrices K_pi in terms of drift derivatives and the kernel's gradient and Hessian, and Proposition 2, which reduces an infinite-dimensional HJB final-value problem to an N-dimensional ODE system, the "HJB-FVP" recursion. Algorithm 1, named IG-KHJB, then outputs a feedback policy from the solution of this finite-dimensional recursion. The paper reports experiments on a Van der Pol oscillator, an inverted pendulum, and a cartpole, comparing against a discrete-time kernel HJB method and against Altro-NMPC.
Significance. The paper's main contribution is a clean operator-theoretic derivation that avoids explicit grid-based PDE discretization: the derivative-reproducing property turns generator regression into kernel matrix computations, and the control-affine structure yields a finite-dimensional HJB recursion. If the infinite-horizon and approximation issues are resolved, the approach would be a practical data-driven alternative for nonlinear stochastic optimal control. The paper is explicit about the need for derivative data in Assumption 2 and uses finite differences in the simulator experiments, but the consequences of that approximation are not analyzed. The central claims are plausible, but they currently lack the error analysis needed to support the phrase "approximately globally optimal".
major comments (3)
- [Section 3.1, Eq. (HJB-FVP), and Algorithm 1] The paper formulates an infinite-horizon average-cost problem (2) but computes the policy from the solution of a finite-horizon FVP with zero terminal condition, V(T)=0. For the exact infinite-horizon HJB, V_T(0,x) = lambda*T + w(x) + o(1) as T tends to infinity, and the T-dependent term cancels in the policy because B^* 1 = 0. In the finite-rank approximation, the constant function 1 is not in the RKHS for the Gaussian or Laplace kernels used in the experiments, so no vector e in R^N satisfies the approximate identity exactly; the solution v0 therefore contains a component proportional to T, and the policy contains the unexamined term lambda*T*<B e, k(x)>. The manuscript provides no theorem on the T-to-infinity limit, no bound on ||B e||, and no numerical sweep over the horizon H (Table 1 fixes H to 1000, 500, and 3000). As a result, the claim that Algorithm 1 solves the infinite-horizon problem (2) is not supported. The authors should either prove that the T-dependence cancels in the finite-dimensional recursion, add a T-sensitivity analysis, or reframe the contribution as finite-horizon optimal control.
- [Assumption 2 and Section 5 (Implementation details)] Assumption 2 requires exact instantaneous derivative measurements at the data points. In the Dojo experiments these derivatives are approximated by finite differences, as stated in Section 5, but no bias or error bound is given. Lemma 1 uses the derivative-reproducing property on the exact drift values; a finite-difference approximation biases the target matrices K_pi and hence the estimated operators in Eq. (12) in a way that is not captured by the RKHS regression framework. Since this assumption is the main practical limitation of the method, the paper should quantify the resulting error, for example in terms of the finite-difference step and the smoothness of f and G, or provide empirical validation of the finite-difference approximation.
- [Section 4, Proposition 2] Proposition 2 establishes an algebraic equivalence between the infinite-dimensional estimated HJB and the finite-dimensional recursion, but it is not an approximation result: it does not state how the solution v0 and the resulting policy relate to the true value function or optimal policy as N tends to infinity, gamma tends to zero, or as the empirical estimator converges. The abstract and Section 6 use the phrase "approximately globally optimal" without a quantitative error bound. At minimum, a consistency statement, such as convergence of the reconstructed value function to the true relative value function in an appropriate norm under Assumptions 1 and 2, is needed to support the central claim.
minor comments (5)
- [Section 4, Proposition 2] In the definition of the matrix B_i, the index m should be i; the current subscript is inconsistent with the surrounding notation.
- [Section 1] The phrase "Structure1." contains a missing space and should read "Structure. 1." or similar.
- [Sections 5.2 and 5.3] The text refers to Figure 4(a) and Figure 4(b), but the displayed figure is captioned Figure 3; the figure numbering should be corrected.
- [Table 1] The column headers and entries in Table 1 are difficult to parse because the delimiters are not aligned; the authors should reformat the table so that each column is unambiguous.
- [Section 4, Proposition 2 and Algorithm 1] The notation D_r(Bv) is overloaded: in the proposition it denotes a vector in R^N, while in Algorithm 1 it is defined through the regularized inverse K_gamma^{-1}. Please use distinct symbols for the pointwise function D_r and its coefficient vector.
Circularity Check
No significant circularity: the kernel generator estimates are derived from operator identities and the policy is obtained by solving the projected HJB equation, not by fitting it to observed optimal behavior.
full rationale
The core derivation chain is not circular. Lemma 1 computes the kernel matrix entries (K_pi)_ij from the Itô formula and the derivative reproducing property, which is an exact evaluation of the adjoint infinitesimal generator on kernel sections using the derivative measurements in Assumption 2. The matrices A and B in (12) are assembled from these evaluations, and the N-dimensional FVP in Proposition 2 is obtained by projecting the estimated HJB equation onto the kernel sections. The value coefficients v0 and the policy pi*(x)=u*(<Bv0,k(x)>) are outputs of solving that FVP, not parameters fitted to observed optimal trajectories or to stage-cost samples beyond the q term. There is therefore no fitted-input-called-prediction or self-definitional reduction. The citations to Houska (2025) and Bevanda et al. (2024b) supply the convex FPK/HJB duality and strong-duality conditions; those are prior stated theorems whose assumptions do not include the kernel construction of this paper, so they count as independent support even though the author lists overlap. The finite-horizon truncation and the finite-difference approximation of derivatives in the Dojo experiments are correctness or robustness concerns, as the paper provides no T-to-infinity bound, but they do not make the derivation circular. Overall score 1: no significant circularity, with only non-load-bearing self-citations.
Assumptions & free parameters
free parameters (6)
- Diffusion coefficient epsilon =
0.01 (oscillator, cartpole), 0.02 (pendulum)
- Kernel lengthscale sigma =
43 for IG-KHJB in oscillator comparison; 3.0, 25, etc. per Table 1
- Regularization gamma =
10^-8 to 10^-12 depending on experiment
- Time horizon H and time step Delta t =
e.g., H=1000, Delta t=0.01 for oscillator
- Smoothing parameter for Laplace kernel derivative at 0 =
sigma/100
- Finite-difference step for derivative and kernel partial derivative approximations =
Not specified
assumptions (6)
- domain assumption Assumption 1: Existence of a stabilizing feedback and Lyapunov function, strongly convex control penalty r, and a feasible interior control set U.
- domain assumption Assumption 2: The dataset D_N contains state observations and instantaneous derivative measurements of f(x) and G(x) at the same states under u=0 and one-hot inputs.
- domain assumption Assumption 3: RKHS H is norm-equivalent to H^s(X) with s > n_x/2 + 1.
- standard math Ito's formula and derivative reproducing property (Zhou 2008, Theorem 1) for the generator acting on kernel sections.
- domain assumption Strong duality and equivalence between the stochastic control problem and the convex FPK primal and HJB dual (Houska 2025, Thm. 1; Bevanda et al. 2024b, Thm. 2).
- standard math Fokker-Planck-Kolmogorov operator theory: the transition semigroup and its generator are well defined on H^1(X).
Cite this review
Pith. "Pith review of Kernel-Based Optimal Control: An Infinitesimal Generator Approach." pith.science (2026). https://pith.science/paper/NUQCJSJV
@misc{pith2026241201591,
author = {Pith},
title = {Pith review of: Kernel-Based Optimal Control: An Infinitesimal Generator Approach},
year = {2026},
howpublished = {\url{https://pith.science/paper/NUQCJSJV}},
note = {Machine review of arXiv:2412.01591}
}
read the original abstract
This paper presents a novel operator-theoretic approach for optimal control of nonlinear stochastic systems within reproducing kernel Hilbert spaces. Our learning framework leverages data samples of system dynamics and stage cost functions, with only control penalties and constraints provided. The proposed method directly learns the infinitesimal generator of a controlled stochastic diffusion in an infinite-dimensional hypothesis space. We demonstrate that our approach seamlessly integrates with modern convex operator-theoretic Hamilton-Jacobi-Bellman recursions, enabling a data-driven solution to the optimal control problems. Furthermore, our learning framework includes nonparametric estimators for uncontrolled infinitesimal generators as a special case. Numerical experiments, ranging from synthetic differential equations to simulated robotic systems, showcase the advantages of our approach compared to both modern data-driven and classical nonlinear programming methods for optimal control.
Figures
Reference graph
Works this paper leans on
-
[1]
Robert A. Adams and John J. F. Fournier. Sobolev spaces, volume 140. Elsevier, 2003
work page 2003
-
[2]
Stochastic differential equations: theory and applications, volume 2
Ludwig Arnold. Stochastic differential equations: theory and applications, volume 2. John Wiley & Sons , 1974
work page 1974
-
[3]
Beard, George N Saridis, and John T Wen
Randal W. Beard, George N Saridis, and John T Wen. Galerkin approximations of the generalized Hamilton-Jacobi-Bellman equation . Automatica, 33 0 (12): 0 2159--2177, 1997
work page 1997
-
[4]
Data–driven Learning of Nonlinear Dynamic Systems: A Deep Neural State–Space Approach
Gerben Izaak Beintema. Data–driven Learning of Nonlinear Dynamic Systems: A Deep Neural State–Space Approach. Phd thesis, Eindhoven University of Technology, 2024
work page 2024
-
[5]
Koopman operator dynamical models: Learning, analysis and control
Petar Bevanda, Stefan Sosnowski, and Sandra Hirche. Koopman operator dynamical models: Learning, analysis and control. Annu. Rev. Control, 52: 0 197--212, 2021
work page 2021
-
[6]
Petar Bevanda, Max Beier, Armin Lederer, Stefan Sosnowski, Eyke H \"u llermeier, and Sandra Hirche. Koopman Kernel Regression . In Neural Information Processing Systems, volume 37, 2023
work page 2023
-
[7]
Nonparametric Control Koopman Operators
Petar Bevanda, Bas Driessen, Lucian Cristian Iacob, Roland Toth, Stefan Sosnowski, and Sandra Hirche. Nonparametric Control Koopman Operators . arXiv preprint arXiv:2405.07312, 2024 a
arXiv 2024
-
[8]
Hoischen, Stefan Sosnowski, Sandra Hirche, and Boris Houska
Petar Bevanda, N. Hoischen, Stefan Sosnowski, Sandra Hirche, and Boris Houska. Data-driven optimal feedback laws via kernel mean embeddings. arXiv preprint arXiv:2407.16407, 2024 b
arXiv 2024
Show all 56 references
-
[9]
Lorenz T. Biegler. An overview of simultaneous strategies for dynamic optimization. Chem. Eng. Process. Process Intensif., 46: 0 1043--1053, 2007
2007
-
[10]
Hans Georg Bock and K.J. Plitt. A multiple shooting algorithm for direct solution of optimal control problems. Proceedings 9th IFAC World Congress B udapest , pages 243--247, 1984
1984
-
[11]
Bogachev, Nikolai V
Vladimir I. Bogachev, Nikolai V. Krylov, Michael R \"o ckner, and Stanislav V. Shaposhnikov. F okker- P lanck- K olmogorov equations . AMS, 2015
2015
-
[12]
Data-driven control of soft robots using koopman operator theory
Daniel Bruder, Xun Fu, R Brent Gillespie, C David Remy, and Ram Vasudevan. Data-driven control of soft robots using koopman operator theory. IEEE Transactions on Robotics, 37 0 (3): 0 948--961, 2020
2020
-
[13]
Brunton, Marko Budi s i\' c , Eurika Kaiser, and J
Steven L. Brunton, Marko Budi s i\' c , Eurika Kaiser, and J. Nathan Kutz. Modern koopman theory for dynamical systems. SIAM Review, 64 0 (2): 0 229--340, 2022
2022
-
[14]
Controlled density transport using Perron Frobenius generators
Jake Buzhardt and Phanindra Tallapragada. Controlled density transport using Perron Frobenius generators . In 2023 62nd IEEE Conference on Decision and Control (CDC), pages 651--656. IEEE, 2023
2023
-
[15]
Crandall, Hitoshi Ishii, and Pierre-Louis Lions
Michael G. Crandall, Hitoshi Ishii, and Pierre-Louis Lions. User's guide to viscosity solutions of second order partial differential equations. Bull. Am. Math. Soc., 27 0 (1): 0 1--67, 1992
1992
-
[16]
Schlöder, Rolf Findeisen, Zoltan Nagy, and Frank Allgöwer
Moritz Diehl, H.Georg Bock, Johannes P. Schlöder, Rolf Findeisen, Zoltan Nagy, and Frank Allgöwer. Real-time optimization and nonlinear model predictive control of processes governed by differential-algebraic equations. Journal of Process Control, 12 0 (4): 0 577--585, 2002. I...
2002
-
[17]
One-Parameter Semigroups for linear evolution equations
Klaus-Jochen Engel. One-Parameter Semigroups for linear evolution equations. Springer-Verlag, 2000
2000
-
[18]
Fleming and Domokos Vermes
Wendell H. Fleming and Domokos Vermes. Convex duality approach to the control of diffusions. SIAM Journal on Control and Optimization, 27 0 (5): 0 1136--1155, 1989
1989
-
[19]
Detecting the birth and death of finite-time coherent sets
Gary Froyland and P \'e ter Koltai. Detecting the birth and death of finite-time coherent sets. Communications on Pure and Applied Mathematics, 76 0 (12): 0 3642--3684, 2023
2023
-
[20]
Solving Chance-Constrained Optimization Under Nonparametric Uncertainty Through Hilbert Space Embedding
Bharath Gopalakrishnan, Arun Kumar Singh, Madhava Krishna, and Dinesh Manocha. Solving Chance-Constrained Optimization Under Nonparametric Uncertainty Through Hilbert Space Embedding . IEEE Transactions on Control Systems Technology, 30 0 (3): 0 901--916, 2022
2022
-
[21]
Optimization with PDE Constraints
Michael Hinze, René Pinnau, Michael Ulbrich, and Stefan Ulbrich. Optimization with PDE Constraints. Springer, 2009
2009
-
[22]
Sparse learning of dynamical systems in RKHS: An operator-theoretic approach
Boya Hou, Sina Sanjari, Nathan Dahlin, Subhonmesh Bose, and Umesh Vaidya. Sparse learning of dynamical systems in RKHS: An operator-theoretic approach . In International Conference on Machine Learning, pages 13325--13352. PMLR, 2023
2023
-
[23]
Convex operator-theoretic methods in stochastic control
Boris Houska. Convex operator-theoretic methods in stochastic control. Automatica, 177: 0 112274, 2025. ISSN 0005-1098. doi:https://doi.org/10.1016/j.automatica.2025.112274
2025
-
[24]
Branch-and-lift algorithm for deterministic global optimization in nonlinear optimal control
Boris Houska and Benoit Chachuat. Branch-and-lift algorithm for deterministic global optimization in nonlinear optimal control. Journal of Optimization Theory and Applications, 162: 0 208–248, 2014
2014
-
[25]
Global optimization in H ilbert space
Boris Houska and Benoit Chachuat. Global optimization in H ilbert space. Mathematical Programming, 173: 0 221–249, 2019
2019
-
[26]
An auto-generated real-time iteration algorithm for nonlinear mpc in the microsecond range
Boris Houska, Hans Joachim Ferreau, and Moritz Diehl. An auto-generated real-time iteration algorithm for nonlinear mpc in the microsecond range. Automatica, 47 0 (10): 0 2279--2285, 2011. ISSN 0005-1098. doi:https://doi.org/10.1016/j.automatica.2011.08.020
2011 doi
-
[27]
Altro: A fast solver for constrained trajectory optimization
Taylor A Howell, Brian E Jackson, and Zachary Manchester. Altro: A fast solver for constrained trajectory optimization. In 2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 7674--7679. IEEE, 2019
2019
-
[28]
Dojo: A D ifferentiable S imulator for R obotics
Taylor A Howell, Simon Le Cleac'h, Jan Bruedigam, Zico Kolter, Mac Schwager, and Zachary Manchester. Dojo: A D ifferentiable S imulator for R obotics. arXiv:2203.00806, 2022
2022 arXiv
-
[29]
On the numerical approximation of the perron-frobenius and koopman operator
Stefan Klus, P \'e ter Koltai, and Christof Sch \"u tte. On the numerical approximation of the perron-frobenius and koopman operator. Journal of Computational Dynamics, 3 0 (1): 0 51--79, 2016
2016
-
[30]
u ske, Sebastian Peitz, Jan-Hendrik Niemann, Cecilia Clementi, and Christof Sch \
Stefan Klus, Feliks N \"u ske, Sebastian Peitz, Jan-Hendrik Niemann, Cecilia Clementi, and Christof Sch \"u tte. Data-driven approximation of the koopman generator: Model reduction, system identification, and control. Physica D: Nonlinear Phenomena, 406: 0 132416, 2020
2020
-
[31]
Kosti\' c , Pietro Novelli, Andreas Maurer, Carlo Ciliberto, Lorenzo Rosasco, and Massimiliano Pontil
Vladimir R. Kosti\' c , Pietro Novelli, Andreas Maurer, Carlo Ciliberto, Lorenzo Rosasco, and Massimiliano Pontil. Learning dynamical systems via K oopman operator regression in R eproducing K ernel H ilbert S paces. In Neural Information Processing Systems, volume 35, pages 4...
2022
-
[32]
Kosti\' c , Karim Lounici, Pietro Novelli, and Massimiliano Pontil
Vladimir R. Kosti\' c , Karim Lounici, Pietro Novelli, and Massimiliano Pontil. Sharp spectral rates for K oopman operator learning. In Neural Information Processing Systems, volume 36, pages 32328--32339, 2023
2023
-
[33]
Kosti \'c , Karim Lounici, H \'e l \`e ne Halconruy, Timoth \'e e Devergne, and Massimiliano Pontil
Vladimir R. Kosti \'c , Karim Lounici, H \'e l \`e ne Halconruy, Timoth \'e e Devergne, and Massimiliano Pontil. Learning the infinitesimal generator of stochastic diffusion processes. In Advances in Neural Information Processing Systems, volume 37, 2024
2024
-
[34]
Kosti\' c , Karim Lounici, Prune Inzerilli, Pietro Novelli, and Massimiliano Pontil
Vladimir R. Kosti\' c , Karim Lounici, Prune Inzerilli, Pietro Novelli, and Massimiliano Pontil. Consistent long-term forecasting of ergodic dynamical systems. In 41st International Conference on Machine Learning, 2024
2024
-
[35]
Optimal rates for regularized conditional mean embedding learning
Zhu Li, Dimitri Meunier, Mattes Mollenhauer, and Arthur Gretton. Optimal rates for regularized conditional mean embedding learning. In Neural Information Processing Systems, volume 35, pages 4433--4445, 2022
2022
-
[36]
System Identification: Theory for the User
Lennart Ljung. System Identification: Theory for the User. Pearson Education, 1998
1998
-
[37]
HJB optimal feedback control with deep differential value functions and action constraints
Michael Lutter, Boris Belousov, Kim Listmann, Debora Clever, and Jan Peters. HJB optimal feedback control with deep differential value functions and action constraints. In Conference on Robot Learning, pages 640--650. PMLR, 2020
2020
-
[38]
Data-efficient reinforcement learning in continuous state-action gaussian-pomdps
Rowan McAllister and Carl Edward Rasmussen. Data-efficient reinforcement learning in continuous state-action gaussian-pomdps. Advances in Neural Information Processing Systems, 30, 2017
2017
-
[39]
Physics-informed neural network policy iteration: Algorithms, convergence, and verification
Yiming Meng, Ruikun Zhou, Amartya Mukherjee, Maxwell Fitzsimmons, Christopher Song, and Jun Liu. Physics-informed neural network policy iteration: Algorithms, convergence, and verification. In Proceedings of the 41st International Conference on Machine Learning, volume 235 of ...
2024
-
[40]
Spectral properties of dynamical systems, model reduction and decompositions
Igor Mezi\'c. Spectral properties of dynamical systems, model reduction and decompositions. Nonlinear Dynamics, 41 0 (1--3): 0 309--325, 2005
2005
-
[41]
Comparison of systems with complex behavior
Igor Mezi \'c and Andrzej Banaszuk. Comparison of systems with complex behavior. Physica D: Nonlinear Phenomena, 197 0 (1-2): 0 101--133, 2004
2004
-
[42]
Nonparametric approximation of conditional expectation operators
Mattes Mollenhauer and P \'e ter Koltai. Nonparametric approximation of conditional expectation operators. arXiv preprint arXiv:2012.12917, 2020
2012 arXiv
-
[43]
Mattes Mollenhauer, Nicole Mücke, and T. J. Sullivan. Learning linear operators: Infinite-dimensional regression as a well-behaved non-compact inverse problem. arXiv preprint arXiv:2211.08875, 2022
2022 arXiv
-
[44]
Finite-data error bounds for koopman-based prediction and control
Feliks N \"u ske, Sebastian Peitz, Friedrich Philipp, Manuel Schaller, and Karl Worthmann. Finite-data error bounds for koopman-based prediction and control. Journal of Nonlinear Science, 33 0 (1): 0 14, 2023
2023
-
[45]
Stochastic Differential Equations
Bernt ksendal. Stochastic Differential Equations. Springer, 2000
2000
-
[46]
Stochastic differential equations: an introduction with applications
Bernt ksendal. Stochastic differential equations: an introduction with applications. Springer Science & Business Media, 2013
2013
-
[47]
Rawlings and David Q
James B. Rawlings and David Q. Mayne. Model Predictive Control: Theory and Design. Madison, WI: Nob Hill Publishing, 2009
2009
-
[48]
Support Vector Machines
Ingo Steinwart and Andreas Christmann. Support Vector Machines. Information Science and Statistics. Springer, New York, NY, first edition, 2008
2008
-
[49]
Thorpe, Thomas Lew, Meeko Mitsuko Karen Oishi, and Marco Pavone
Adam J. Thorpe, Thomas Lew, Meeko Mitsuko Karen Oishi, and Marco Pavone. Data-driven chance constrained control using kernel distribution embeddings. In PMLR, volume 168, pages 790--802, 2022
2022
-
[50]
Learning stable gaussian process state space models
Jonas Umlauft, Armin Lederer, and Sandra Hirche. Learning stable gaussian process state space models. In 2017 American Control Conference (ACC), pages 1499--1504. IEEE, 2017
2017
-
[51]
Data-driven stochastic optimal control with safety constraints using linear transfer operators
Umesh Vaidya and Duvan Tellez-Castro. Data-driven stochastic optimal control with safety constraints using linear transfer operators. IEEE Trans. Autom. Control, 69 0 (4): 0 2100--2115, 2024. doi:10.1109/TAC.2023.3288623
2024
-
[52]
Jones, and Boris Houska
Mario Eduardo Villanueva, Colin N. Jones, and Boris Houska. Towards global optimal control via K oopman lifts. Automatica, 132 0 (109610), 2021
2021
-
[53]
Convex duality and nonlinear optimal control
Richard Vinter. Convex duality and nonlinear optimal control. SIAM Journal on Control and Optimization, 31 0 (2): 0 518--538, 1993
1993
-
[54]
L yapunov-stable neural control for state and output feedback: A novel formulation
Lujie Yang, Hongkai Dai, Zhouxing Shi, Cho-Jui Hsieh, Russ Tedrake, and Huan Zhang. L yapunov-stable neural control for state and output feedback: A novel formulation. In Proceedings of the 41st International Conference on Machine Learning, volume 235 of PMLR, pages 56033--560...
2024
-
[55]
Zavala and Lorenz T
Victor M. Zavala and Lorenz T. Biegler. The advanced-step nmpc controller: Optimality, stability and robustness. Automatica, 45 0 (1): 0 86--93, 2009. ISSN 0005-1098. doi:https://doi.org/10.1016/j.automatica.2008.06.011
2009 doi
-
[56]
Derivative reproducing properties for kernel methods in learning theory
Ding-Xuan Zhou. Derivative reproducing properties for kernel methods in learning theory. Journal of Computational and Applied Mathematics, 220 0 (1): 0 456--463, 2008. ISSN 0377-0427. doi:https://doi.org/10.1016/j.cam.2007.08.023
2008 doi
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.