FigBO: A Generalized Acquisition Function Framework with Look-Ahead Capability for Bayesian Optimization
Hui Chen, Xuhui Fan, Zhangkai Wu, Longbing Cao
TL;DR
FigBO introduces a plug-and-play framework that equips myopic Bayesian optimization acquisitions with look-ahead by incorporating a global information gain term $\\Gamma(\\mathbf{x})$, scaled by $\\lambda=\\eta/n$. The method combines a standard base acquisition $\\alpha(\\mathbf{x})$ with the look-ahead term to guide point selection as $\\mathbf{x}_{n+1} \\in \\arg\\max (\\alpha(\\mathbf{x})+\\lambda\\Gamma(\\mathbf{x}))$, and computes $\\Gamma(\\mathbf{x})$ via Monte Carlo with Sherman-Morrison updates for efficiency. Theoretical results show that the regret of the FigBO-augmented EI, $EI_{\\Gamma,n}$, is asymptotically equivalent to vanilla EI, preserving convergence rates, while empirically FigBO delivers state-of-the-art performance across GP-prior samples, synthetic benchmarks, and MLP hyperparameter optimization, often achieving faster convergence than non-myopic counterparts. The approach offers a practical balance between exploration and exploitation, bridging the gap between myopic efficiency and non-myopic performance, with broad applicability to typical surrogate models and acquisition strategies.
Abstract
Bayesian optimization is a powerful technique for optimizing expensive-to-evaluate black-box functions, consisting of two main components: a surrogate model and an acquisition function. In recent years, myopic acquisition functions have been widely adopted for their simplicity and effectiveness. However, their lack of look-ahead capability limits their performance. To address this limitation, we propose FigBO, a generalized acquisition function that incorporates the future impact of candidate points on global information gain. FigBO is a plug-and-play method that can integrate seamlessly with most existing myopic acquisition functions. Theoretically, we analyze the regret bound and convergence rate of FigBO when combined with the myopic base acquisition function expected improvement (EI), comparing them to those of standard EI. Empirically, extensive experimental results across diverse tasks demonstrate that FigBO achieves state-of-the-art performance and significantly faster convergence compared to existing methods.
