Voronoi Candidates for Bayesian Optimization
Nathan Wycoff, John W. Smith, Annie S. Booth, Robert B. Gramacy
TL;DR
Bayesian optimization for expensive black-box functions is often bottlenecked by the costly acquisition subproblem. The authors introduce Vorcands, a discrete, data-adaptive candidate set drawn from the boundary $oundary\mathcal{V}_{\mathcal{X}}$ of the Voronoi tessellation of current design points, implemented via Vorwalk with implicit sampling or projection. Across high-dimensional benchmarks with a $GP$ surrogate and $EI$ acquisitions, Vorcands deliver substantial reductions in wall-clock time while maintaining or improving the best observed value, outperforming continuous optimization and common candidate schemes in many cases. The approach is scalable, parallelizable, and applicable to a broader class of surrogates and acquisitions, with potential extensions to batch, multi-objective, or constrained settings and future work exploring alternative sampling strategies and metrics.
Abstract
Bayesian optimization (BO) offers an elegant approach for efficiently optimizing black-box functions. However, acquisition criteria demand their own challenging inner-optimization, which can induce significant overhead. Many practical BO methods, particularly in high dimension, eschew a formal, continuous optimization of the acquisition function and instead search discretely over a finite set of space-filling candidates. Here, we propose to use candidates which lie on the boundary of the Voronoi tessellation of the current design points, so they are equidistant to two or more of them. We discuss strategies for efficient implementation by directly sampling the Voronoi boundary without explicitly generating the tessellation, thus accommodating large designs in high dimension. On a battery of test problems optimized via Gaussian processes with expected improvement, our proposed approach significantly improves the execution time of a multi-start continuous search without a loss in accuracy.
