MLFeb 18, 2015

Predictive Entropy Search for Bayesian Optimization with Unknown Constraints

arXiv:1502.05312v2171 citations
Originality Highly original
AI Analysis

This addresses a key issue in expensive black-box optimization for applications like engineering design, offering a more robust alternative to existing methods.

The paper tackles the problem of Bayesian optimization with unknown constraints, where existing expected improvement methods can fail, by introducing Predictive Entropy Search with Constraints (PESC), which shows favorable performance on synthetic, benchmark, and real-world problems.

Unknown constraints arise in many types of expensive black-box optimization problems. Several methods have been proposed recently for performing Bayesian optimization with constraints, based on the expected improvement (EI) heuristic. However, EI can lead to pathologies when used with constraints. For example, in the case of decoupled constraints---i.e., when one can independently evaluate the objective or the constraints---EI can encounter a pathology that prevents exploration. Additionally, computing EI requires a current best solution, which may not exist if none of the data collected so far satisfy the constraints. By contrast, information-based approaches do not suffer from these failure modes. In this paper, we present a new information-based method called Predictive Entropy Search with Constraints (PESC). We analyze the performance of PESC and show that it compares favorably to EI-based approaches on synthetic and benchmark problems, as well as several real-world examples. We demonstrate that PESC is an effective algorithm that provides a promising direction towards a unified solution for constrained Bayesian optimization.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes