LGAIMLJun 15, 2025

Taking the GP Out of the Loop

arXiv:2506.12818v1
Originality Incremental advance
AI Analysis

This addresses a scalability problem for researchers and practitioners using Bayesian optimization in data-rich settings, though it is incremental as it builds on existing methods like TuRBO.

The paper tackles the computational bottleneck of Gaussian processes in Bayesian optimization for many observations by proposing Epistemic Nearest Neighbors (ENN), a surrogate with linear query time, and shows that TuRBO-ENN reduces proposal generation time by one to two orders of magnitude and scales to thousands of observations.

Bayesian optimization (BO) has traditionally solved black box problems where evaluation is expensive and, therefore, design-evaluation pairs (i.e., observations) are few. Recently, there has been growing interest in applying BO to problems where evaluation is cheaper and, thus, observations are more plentiful. An impediment to scaling BO to many observations, $N$, is the $O(N^3)$ scaling of a na{ï}ve query of the Gaussian process (GP) surrogate. Modern implementations reduce this to $O(N^2)$, but the GP remains a bottleneck. We propose Epistemic Nearest Neighbors (ENN), a surrogate that estimates function values and epistemic uncertainty from $K$ nearest-neighbor observations. ENN has $O(N)$ query time and omits hyperparameter fitting, leaving uncertainty uncalibrated. To accommodate the lack of calibration, we employ an acquisition method based on Pareto-optimal tradeoffs between predicted value and uncertainty. Our proposed method, TuRBO-ENN, replaces the GP surrogate in TuRBO with ENN and its Thompson sampling acquisition method with our Pareto-based alternative. We demonstrate numerically that TuRBO-ENN can reduce the time to generate proposals by one to two orders of magnitude compared to TuRBO and scales to thousands of observations.

Foundations

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

Your Notes