Efficient Automatic Tuning for Data-driven Model Predictive Control via Meta-Learning
Baoyu Li, William Edwards, Kris Hauser
TL;DR
This work tackles the inefficiency and instability of AutoMPC tuning caused by random initialization in Bayesian Optimization when facing new tasks. It introduces Portfolio, a meta-learning approach that warmstarts BO with a fixed, diverse set of configurations learned from prior tasks, yielding faster convergence and more robust tuning. Empirical results across 12 datasets (11 simulations and 1 underwater robot) show improved model identification and downstream control performance, especially for in-distribution tasks, with insights into how portfolio size affects stability. The study highlights practical benefits for resource-constrained robotics deployment and outlines future directions for adaptive portfolio selection and handling out-of-distribution data.
Abstract
AutoMPC is a Python package that automates and optimizes data-driven model predictive control. However, it can be computationally expensive and unstable when exploring large search spaces using pure Bayesian Optimization (BO). To address these issues, this paper proposes to employ a meta-learning approach called Portfolio that improves AutoMPC's efficiency and stability by warmstarting BO. Portfolio optimizes initial designs for BO using a diverse set of configurations from previous tasks and stabilizes the tuning process by fixing initial configurations instead of selecting them randomly. Experimental results demonstrate that Portfolio outperforms the pure BO in finding desirable solutions for AutoMPC within limited computational resources on 11 nonlinear control simulation benchmarks and 1 physical underwater soft robot dataset.
