LGOCOct 7, 2025

NeST-BO: Fast Local Bayesian Optimization via Newton-Step Targeting of Gradient and Hessian Information

arXiv:2510.05516v14 citationsh-index: 29
Originality Highly original
AI Analysis

This work addresses the problem of expensive black-box optimization in high dimensions for researchers and practitioners, representing an incremental improvement through a novel local method.

The paper tackles the challenge of Bayesian optimization in high dimensions by proposing NeST-BO, a method that uses Newton-step targeting with gradient and Hessian information, achieving faster convergence and lower regret compared to state-of-the-art baselines in synthetic and real-world problems with up to thousands of variables.

Bayesian optimization (BO) is effective for expensive black-box problems but remains challenging in high dimensions. We propose NeST-BO, a local BO method that targets the Newton step by jointly learning gradient and Hessian information with Gaussian process surrogates, and selecting evaluations via a one-step lookahead bound on Newton-step error. We show that this bound (and hence the step error) contracts with batch size, so NeST-BO directly inherits inexact-Newton convergence: global progress under mild stability assumptions and quadratic local rates once steps are sufficiently accurate. To scale, we optimize the acquisition in low-dimensional subspaces (e.g., random embeddings or learned sparse subspaces), reducing the dominant cost of learning curvature from $O(d^2)$ to $O(m^2)$ with $m \ll d$ while preserving step targeting. Across high-dimensional synthetic and real-world problems, including cases with thousands of variables and unknown active subspaces, NeST-BO consistently yields faster convergence and lower regret than state-of-the-art local and high-dimensional BO baselines.

Foundations

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

Your Notes