MLLGOCNov 3, 2023

Bayesian Optimization of Function Networks with Partial Evaluations

arXiv:2311.02146v210 citationsh-index: 40
Originality Highly original
AI Analysis

This work addresses the challenge of reducing evaluation costs in Bayesian optimization for function networks, which is incremental but important for applications where partial evaluations are feasible.

The paper tackles the problem of optimizing expensive function networks by proposing a novel knowledge gradient acquisition function that selects which nodes to evaluate in a cost-aware manner, reducing query costs by evaluating only parts of the network at each step. It shows that this method outperforms existing Bayesian optimization of function networks methods and benchmarks on synthetic and real-world problems.

Bayesian optimization is a powerful framework for optimizing functions that are expensive or time-consuming to evaluate. Recent work has considered Bayesian optimization of function networks (BOFN), where the objective function is given by a network of functions, each taking as input the output of previous nodes in the network as well as additional parameters. Leveraging this network structure has been shown to yield significant performance improvements. Existing BOFN algorithms for general-purpose networks evaluate the full network at each iteration. However, many real-world applications allow for evaluating nodes individually. To exploit this, we propose a novel knowledge gradient acquisition function that chooses which node and corresponding inputs to evaluate in a cost-aware manner, thereby reducing query costs by evaluating only on a part of the network at each step. We provide an efficient approach to optimizing our acquisition function and show that it outperforms existing BOFN methods and other benchmarks across several synthetic and real-world problems. Our acquisition function is the first to enable cost-aware optimization of a broad class of function networks.

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