Learning Low-Dimensional Embeddings for Black-Box Optimization
Riccardo Busetto, Manas Mejari, Marco Forgione, Alberto Bemporad, Dario Piga
TL;DR
The paper tackles the scalability of black-box optimization in high dimensions by learning a low-dimensional latent manifold of optimal solutions for a problem class parameterized by \(\theta\). It introduces an autoencoder-based embedding learned from a meta-dataset of near-optimal solutions, enabling GLIS-based optimization in the latent space (Meta-GLIS). A distribution-free probabilistic bound on the sub-optimality of latent-space optimization is derived, and the approach is demonstrated on a Rosenbrock benchmark and MPC hyperparameter calibration, showing faster convergence and reduced evaluations compared to full-space GLIS. The method offers practical impact by reducing experimental or simulation cost when tuning complex systems, with interpretable variants via a linear decoder and avenues for future theoretical and methodological refinements.
Abstract
When gradient-based methods are impractical, black-box optimization (BBO) provides a valuable alternative. However, BBO often struggles with high-dimensional problems and limited trial budgets. In this work, we propose a novel approach based on meta-learning to pre-compute a reduced-dimensional manifold where optimal points lie for a specific class of optimization problems. When optimizing a new problem instance sampled from the class, black-box optimization is carried out in the reduced-dimensional space, effectively reducing the effort required for finding near-optimal solutions.
