Scalable Global Optimization via Local Bayesian Optimization
David Eriksson, Michael Pearce, Jacob R Gardner, Ryan Turner, Matthias, Poloczek

TL;DR
This paper introduces TuRBO, a local Bayesian optimization algorithm that efficiently handles high-dimensional, large-scale black-box problems by using multiple local models and a bandit-based sampling strategy, outperforming existing methods.
Contribution
The paper proposes TuRBO, a novel local Bayesian optimization method that improves scalability and performance on high-dimensional problems by combining local models with a bandit-based sample allocation.
Findings
TuRBO outperforms state-of-the-art optimization methods.
Effective for high-dimensional, large-scale problems.
Applicable across diverse domains like reinforcement learning and robotics.
Abstract
Bayesian optimization has recently emerged as a popular method for the sample-efficient optimization of expensive black-box functions. However, the application to high-dimensional problems with several thousand observations remains challenging, and on difficult problems Bayesian optimization is often not competitive with other paradigms. In this paper we take the view that this is due to the implicit homogeneity of the global probabilistic models and an overemphasized exploration that results from global acquisition. This motivates the design of a local probabilistic approach for global optimization of large-scale high-dimensional problems. We propose the algorithm that fits a collection of local models and performs a principled global allocation of samples across these models via an implicit bandit approach. A comprehensive evaluation demonstrates that …
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Metaheuristic Optimization Algorithms Research · Advanced Multi-Objective Optimization Algorithms
