Simplifying Bayesian Optimization Via In-Context Direct Optimum Sampling
Gustavo Sutter Pessurno de Carvalho, Mohammed Abdulrahman, Hao Wang, Sriram Ganapathi Subramanian, Marc St-Aubin, Sharon O'Sullivan, Lawrence Wan, Luis Ricardez-Sandoval, Pascal Poupart, Agustinus Kristiadi

TL;DR
This paper introduces a zero-shot Bayesian optimization method using a pre-trained generative model to directly sample the optimum, eliminating the need for surrogate fitting and acquisition function optimization, thus significantly speeding up the process.
Contribution
It presents a novel in-context, zero-shot approach to Bayesian optimization that bypasses traditional surrogate and acquisition function steps, improving efficiency and scalability.
Findings
Achieves over 35x wall-clock time efficiency gain compared to Gaussian process BO.
Enables efficient parallel and distributed Bayesian optimization.
Demonstrates effectiveness on real-world benchmarks.
Abstract
The optimization of expensive black-box functions is ubiquitous in science and engineering. A common solution to this problem is Bayesian optimization (BO), which is generally comprised of two components: (i) a surrogate model and (ii) an acquisition function, which generally require expensive re-training and optimization steps at each iteration, respectively. Although recent work enabled in-context surrogate models that do not require re-training, virtually all existing BO methods still require acquisition function maximization to select the next observation, which introduces many knobs to tune, such as Monte Carlo samplers and multi-start optimizers. In this work, we propose a completely in-context, zero-shot solution for BO that does not require surrogate fitting or acquisition function optimization. This is done by using a pre-trained deep generative model to directly sample from…
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.
Taxonomy
TopicsGaussian Processes and Bayesian Inference
