Local Entropy Search over Descent Sequences for Bayesian Optimization
David Stenger, Armin Lindicke, Alexander von Rohr, Sebastian Trimpe
TL;DR
Local Entropy Search (LES) reframes Bayesian optimization to target the local optimum reachable from a given initial design by propagating a Gaussian Process surrogate through the optimizer to obtain a distribution over descent sequences. The LES acquisition selects the next query by maximizing mutual information with respect to these descent sequences, combining analytic entropy with Monte-Carlo sampling of optimizer trajectories. Empirically, LES achieves superior sample efficiency compared with both local and global BO baselines, especially in high-dimensional and highly complex tasks, and a probabilistic stopping rule provides a local-regret guarantee. The work highlights LES as a principled, information-theoretic approach for efficient local optimization in expensive black-box settings and outlines avenues for extending LES to constrained, multi-fidelity, or batch scenarios.
Abstract
Searching large and complex design spaces for a global optimum can be infeasible and unnecessary. A practical alternative is to iteratively refine the neighborhood of an initial design using local optimization methods such as gradient descent. We propose local entropy search (LES), a Bayesian optimization paradigm that explicitly targets the solutions reachable by the descent sequences of iterative optimizers. The algorithm propagates the posterior belief over the objective through the optimizer, resulting in a probability distribution over descent sequences. It then selects the next evaluation by maximizing mutual information with that distribution, using a combination of analytic entropy calculations and Monte-Carlo sampling of descent sequences. Empirical results on high-complexity synthetic objectives and benchmark problems show that LES achieves strong sample efficiency compared to existing local and global Bayesian optimization methods.
