BOIDS: High-dimensional Bayesian Optimization via Incumbent-guided Direction Lines and Subspace Embeddings
Lam Ngo, Huong Ha, Jeffrey Chan, Hongyu Zhang
TL;DR
This work tackles high-dimensional, expensive black-box optimization by introducing BOIDS, a Bayesian Optimization framework that uses incumbent-guided direction lines and a subspace embedding strategy to enable efficient line-based search. The method combines PSO-inspired direction lines, a Thompson Sampling multi-armed bandit for line selection, and BAxUS subspace embeddings, culminating in a cohesive algorithm with local simple-regret bounds and global convergence guarantees when the embedding can contain the optimum. Theoretical analysis provides a sub-linear simple regret bound, and empirical results across synthetic and real-world tasks show BOIDS outperforming state-of-the-art baselines in both speed and accuracy. The approach offers a scalable, principled path for high-dimensional BO with practical impact in hyperparameter tuning, robotics, and engineering design.
Abstract
When it comes to expensive black-box optimization problems, Bayesian Optimization (BO) is a well-known and powerful solution. Many real-world applications involve a large number of dimensions, hence scaling BO to high dimension is of much interest. However, state-of-the-art high-dimensional BO methods still suffer from the curse of dimensionality, highlighting the need for further improvements. In this work, we introduce BOIDS, a novel high-dimensional BO algorithm that guides optimization by a sequence of one-dimensional direction lines using a novel tailored line-based optimization procedure. To improve the efficiency, we also propose an adaptive selection technique to identify most optimal lines for each round of line-based optimization. Additionally, we incorporate a subspace embedding technique for better scaling to high-dimensional spaces. We further provide theoretical analysis of our proposed method to analyze its convergence property. Our extensive experimental results show that BOIDS outperforms state-of-the-art baselines on various synthetic and real-world benchmark problems.
