paper-with-me

Papers

Optimal Control Theoretic Neural Optimizer: From Backpropagation to Dynamic Programming

2025-10-15 · Guan-Horng Liu, Tianrong Chen, Evangelos A. Theodorou arxiv

Optimization of deep neural networks (DNNs) has been a driving force in the advancement of modern machine learning and artificial intelligence. With DNNs characterized by a prolonged sequence of nonlinear propagation, determining their optimal parameters given an objective naturally fits within the framework of Optimal Control Programming. Such an interpretation of DNNs as dynamical systems has proven crucial in offering a theoretical foundation for principled analysis from numerical equations to physics. In parallel to these theoretical pursuits, this paper focuses on an algorithmic perspective. Our motivated observation is the striking algorithmic resemblance between the Backpropagation algorithm for computing gradients in DNNs and the optimality conditions for dynamical systems, expressed through another backward process known as dynamic programming. Consolidating this connection, where Backpropagation admits a variational structure, solving an approximate dynamic programming up to the first-order expansion leads to a new class of optimization methods exploring higher-order expansions of the Bellman equation. The resulting optimizer, termed Optimal Control Theoretic Neural Optimizer (OCNOpt), enables rich algorithmic opportunities, including layer-wise feedback policies, game-theoretic applications, and higher-order training of continuous-time models such as Neural ODEs. Extensive experiments demonstrate that OCNOpt improves upon existing methods in robustness and efficiency while maintaining manageable computational complexity, paving new avenues for principled algorithmic design grounded in dynamical systems and optimal control theory.

📄 PDF Abstract BibTeX arXiv:2510.14168

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Near-optimal control of dynamical systems with neural ordinary differential equations

2022-06-22 · Lucas Böttcher, Thomas Asikis

Optimal control problems naturally arise in many scientific applications where one wishes to steer a dynamical system from a certain initial state $\mathbf{x}_0$ to a desired target state $\mathbf{x}^*$ in finite time $T…

Hyperparameter Optimization

A Differential Game Theoretic Neural Optimizer for Training Residual Networks

2020-07-17 · Guan-Horng Liu, Tianrong Chen, Evangelos A. Theodorou

Connections between Deep Neural Networks (DNNs) training and optimal control theory has attracted considerable attention as a principled tool of algorithmic design. Differential Dynamic Programming (DDP) neural optimizer…

image-classificationImage Classification

Dynamic Game Theoretic Neural Optimizer

2021-05-08 · Guan-Horng Liu, Tianrong Chen, Evangelos A. Theodorou

The connection between training deep neural networks (DNNs) and optimal control theory (OCT) has attracted considerable attention as a principled tool of algorithmic design. Despite few attempts being made, they have bee…

image-classificationImage Classification

On the Convergence of Jacobian-Free Backpropagation for Optimal Control Problems with Implicit Hamiltonians

2026-01-31 · Eric Gelphman, Deepanshu Verma, Nicole Tianjiao Yang, Stanley Osher 외 arxiv

Optimal feedback control with implicit Hamiltonians poses a fundamental challenge for learning-based value function methods due to the absence of closed-form optimal control laws. Recent work~\cite{gelphman2025end} intro…

Gradient-free training of neural ODEs for system identification and control using ensemble Kalman inversion

2023-07-15 · Lucas Böttcher

Ensemble Kalman inversion (EKI) is a sequential Monte Carlo method used to solve inverse problems within a Bayesian framework. Unlike backpropagation, EKI is a gradient-free optimization method that only necessitates the…