Multi-Timescale Model Predictive Control for Slow-Fast Systems
Lukas Schroth, Daniel Morton, Amon Lahr, Daniele Gammelli, Andrea Carron, Marco Pavone
TL;DR
This work tackles the computational burden of real-time MPC for slow-fast systems by introducing a multi-timescale MPC (MTS-MPC) that combines an initial full, stiff-model phase with a subsequent reduced slow-model phase. The horizon is discretized with an exponential step-size schedule $\Delta t_k = \Delta t_0\,α^{k}$ ($α>1$) and a state-projection mapping $\phi$ to transition between models at a switching stage $\bar{k}$ chosen to keep the closed-loop cost below a tolerance $\epsilon$. The key contribution is showing that this two-phase scheme preserves control performance while delivering up to an order of magnitude speed-up in simulation across differential-drive, drone, and trunk-like robotic tasks, aided by an open-source interface on top of acados. The findings suggest that EDS-informed, non-hierarchical slow-fast MPC can enable real-time deployment on limited hardware without sacrificing safety or accuracy. The approach balances accuracy and efficiency by exploiting the exponential decay of sensitivities along the horizon and selectively simplifying dynamics where fast effects are less influential for the initial control input.
Abstract
Model Predictive Control (MPC) has established itself as the primary methodology for constrained control, enabling autonomy across diverse applications. While model fidelity is crucial in MPC, solving the corresponding optimization problem in real time remains challenging when combining long horizons with high-fidelity models that capture both short-term dynamics and long-term behavior. Motivated by results on the Exponential Decay of Sensitivities (EDS), which imply that, under certain conditions, the influence of modeling inaccuracies decreases exponentially along the prediction horizon, this paper proposes a multi-timescale MPC scheme for fast-sampled control. Tailored to systems with both fast and slow dynamics, the proposed approach improves computational efficiency by i) switching to a reduced model that captures only the slow, dominant dynamics and ii) exponentially increasing integration step sizes to progressively reduce model detail along the horizon. We evaluate the method on three practically motivated robotic control problems in simulation and observe speed-ups of up to an order of magnitude.
