Differentiating Policies for Non-Myopic Bayesian Optimization
Darian Nwankwo, David Bindel
TL;DR
This work addresses the computational intractability of non-myopic Bayesian optimization by developing rollout acquisition functions that estimate horizon-$h$ value using trajectory-based simulations and differentiable base policies. It introduces a GP-based modeling framework with trajectory-aware notation and leverages variance-reduction techniques (QMC, CRN, and control variates) to enable gradient-based optimization of sampling policies. Empirical results on synthetic benchmarks show non-myopic rollout methods often outperform myopic approaches like EI and POI, highlighting practical gains in sample efficiency. The study also discusses limitations and directions for refining horizon selection and differentiation techniques for broader applicability.
Abstract
Bayesian optimization (BO) methods choose sample points by optimizing an acquisition function derived from a statistical model of the objective. These acquisition functions are chosen to balance sampling regions with predicted good objective values against exploring regions where the objective is uncertain. Standard acquisition functions are myopic, considering only the impact of the next sample, but non-myopic acquisition functions may be more effective. In principle, one could model the sampling by a Markov decision process, and optimally choose the next sample by maximizing an expected reward computed by dynamic programming; however, this is infeasibly expensive. More practical approaches, such as rollout, consider a parametric family of sampling policies. In this paper, we show how to efficiently estimate rollout acquisition functions and their gradients, enabling stochastic gradient-based optimization of sampling policies.
