Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Taking the GP Out of the Loop

About

Bayesian optimization (BO) has traditionally solved black-box problems where function evaluation is expensive and, therefore, observations are few. Recently, however, there has been growing interest in applying BO to problems where function evaluation is cheaper and observations are more plentiful. In this regime, scaling to many observations $N$ is impeded by Gaussian-process (GP) surrogates: GP hyperparameter fitting scales as $\mathcal{O}(N^3)$ (reduced to roughly $\mathcal{O}(N^2)$ in modern implementations), and it is repeated at every BO iteration. Many methods improve scaling at acquisition time, but hyperparameter fitting still scales poorly, making it the bottleneck. We propose Epistemic Nearest Neighbors (ENN), a lightweight alternative to GPs that estimates function values and uncertainty (epistemic and aleatoric) from $K$-nearest-neighbor observations. ENN scales as $\mathcal{O}(N)$ for both fitting and acquisition. Our BO method, TuRBO-ENN, replaces the GP surrogate in TuRBO with ENN and its Thompson-sampling acquisition with $\mathrm{UCB} = \mu(x) + \sigma(x)$. For the special case of noise-free problems, we can omit fitting altogether by replacing $\mathrm{UCB}$ with a non-dominated sort over $\mu(x)$ and $\sigma(x)$. We show empirically that TuRBO-ENN reduces proposal time (i.e., fitting time + acquisition time) by one to two orders of magnitude compared to TuRBO at up to 50,000 observations.

Mehul Bafna, Siddhant anand Jadhav, David Sweet• 2025

Related benchmarks

TaskDatasetResultRank
Black-box OptimizationLunarLander frozen noise v3
Total Proposal Time (s)0.9
9
Black-box OptimizationBipedalWalker frozen noise v3
Total Proposal Time (s)2.2
9
Black-box OptimizationPush frozen noise v5
Total Proposal Time (s)5.8
9
Black-box OptimizationHopper frozen noise v5
Total Proposal Time (s)41.2
9
Hyperparameter OptimizationLASSO-DNA natural noise
Total Proposal Time (s)108.1
8
Hyperparameter OptimizationLASSO-DNA frozen noise
Total Proposal Time (s)88.4
8
Black-box OptimizationLunarLander natural noise v3
Total Proposal Time (s)249.3
8
Black-box OptimizationPush natural noise v5
Total Proposal Time (s)309.9
8
Black-box OptimizationHopper natural noise v5
Total Proposal Time (s)822.8
8
Black-box OptimizationBipedalWalker natural noise v3
Total Proposal Time (s)311.1
8
Showing 10 of 10 rows

Other info

Follow for update