A Parallel-in-Time Newton's Method for Nonlinear Model Predictive Control
Casian Iacob, Hany Abdulsamad, Simo Särkkä
TL;DR
This work tackles the heavy computational burden of constrained nonlinear MPC over long planning horizons by introducing parallel-in-time Newton methods. By embedding three associative scans (co-state, value function, and state propagation) within a unified Newton iteration and coupling them with primal log-barrier IP or ADMM, the authors achieve logarithmic-time scaling with horizon length $O(\log N)$ on GPUs. Numerical results on a torque-limited pendulum and a force-limited cart-pole demonstrate substantial speedups over sequential methods, with additional validation via an MPC simulation showing real-time feasibility. The approach broadens the practical applicability of nonlinear MPC to high-frequency or long-horizon tasks on massively parallel hardware, enabling faster planning and improved stability in constrained dynamical systems.
Abstract
Model predictive control (MPC) is a powerful framework for optimal control of dynamical systems. However, MPC solvers suffer from a high computational burden that restricts their application to systems with low sampling frequency. This issue is further amplified in nonlinear and constrained systems that require nesting MPC solvers within iterative procedures. In this paper, we address these issues by developing parallel-in-time algorithms for constrained nonlinear optimization problems that take advantage of massively parallel hardware to achieve logarithmic computational time scaling over the planning horizon. We develop time-parallel second-order solvers based on interior point methods and the alternating direction method of multipliers, leveraging fast convergence and lower computational cost per iteration. The parallelization is based on a reformulation of the subproblems in terms of associative operations that can be parallelized using the associative scan algorithm. We validate our approach on numerical examples of nonlinear and constrained dynamical systems.
