Boundary Exploration for Bayesian Optimization With Unknown Physical Constraints
Yunsheng Tian, Ane Zuniga, Xinwei Zhang, Johannes P. Dürholt, Payel Das, Jie Chen, Wojciech Matusik, Mina Konaković Luković
TL;DR
This work tackles Bayesian optimization under unknown physical constraints by revealing that optimal designs often reside on the boundary between feasible and infeasible regions. It introduces BE-CBO, which couples a Gaussian process surrogate for the objective with Deep Ensembles for binary constraint modeling and a dynamic boundary exploration strategy. By training the constraint model with variational inference and enforcing a boundary-aware constrained acquisition, BE-CBO achieves superior performance across synthetic and real-world benchmarks and provides robust uncertainty quantification. The approach enables efficient exploration of the feasible boundary, accelerating discovery of high-performing designs under unknown constraints, with practical implications for engineering and materials science experimentation.
Abstract
Bayesian optimization has been successfully applied to optimize black-box functions where the number of evaluations is severely limited. However, in many real-world applications, it is hard or impossible to know in advance which designs are feasible due to some physical or system limitations. These issues lead to an even more challenging problem of optimizing an unknown function with unknown constraints. In this paper, we observe that in such scenarios optimal solution typically lies on the boundary between feasible and infeasible regions of the design space, making it considerably more difficult than that with interior optima. Inspired by this observation, we propose BE-CBO, a new Bayesian optimization method that efficiently explores the boundary between feasible and infeasible designs. To identify the boundary, we learn the constraints with an ensemble of neural networks that outperform the standard Gaussian Processes for capturing complex boundaries. Our method demonstrates superior performance against state-of-the-art methods through comprehensive experiments on synthetic and real-world benchmarks. Code available at: https://github.com/yunshengtian/BE-CBO
