Harnessing Data for Accelerating Model Predictive Control by Constraint Removal
Zhinan Hou, Feiran Zhao, Keyou You
TL;DR
This work tackles the computational burden of real-time MPC under thousands of constraints by introducing constraint-adaptive MPC (ca-MPC) that uses the Lipschitz continuity of the MPC policy and historical data to perform constraint removal without changing the policy. A key contribution is an explicit, offline-computable Lipschitz constant κ_max derived from the model parameters, with an improved bound via a transformation Φ to tighten the estimate. The method constructs an outer approximation M(x) as a sphere around the previous optimal solution z^*(\tilde{x}) and defines a sphere-halfspace-based removal rule to safely discard constraints, preserving exact optimality. Simulations on a double integrator demonstrate substantial constraint reduction (over 80%) and 10–100× speedups, while maintaining identical closed-loop trajectories to the original MPC policy, highlighting strong practical efficiency gains for high-constraint MPC problems.
Abstract
Model predictive control (MPC) solves a receding-horizon optimization problem in real-time, which can be computationally demanding when there are thousands of constraints. To accelerate online computation of MPC, we utilize data to adaptively remove the constraints while maintaining the MPC policy unchanged. Specifically, we design the removal rule based on the Lipschitz continuity of the MPC policy. This removal rule can use the information of historical data according to the Lipschitz constant and the distance between the current state and historical states. In particular, we provide the explicit expression for calculating the Lipschitz constant by the model parameters. Finally, simulations are performed to validate the effectiveness of the proposed method.
