Taking the GP Out of the Loop
Mehul Bafna, Siddhant anand Jadhav, David Sweet

TL;DR
This paper introduces ENN, a scalable alternative to Gaussian processes for Bayesian optimization, enabling efficient optimization with many observations by reducing computational complexity.
Contribution
The authors propose ENN, a lightweight, scalable surrogate model for BO that replaces GPs, significantly improving efficiency at large observation counts.
Findings
ENN scales as O(N) for fitting and acquisition
TuRBO-ENN reduces proposal time by 10 to 100 times
Effective for up to 50,000 observations
Abstract
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 is impeded by Gaussian-process (GP) surrogates: GP hyperparameter fitting scales as (reduced to roughly 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 -nearest-neighbor observations. ENN scales as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
