paper-with-me

홈 › Papers

Scalable Global Optimization via Local Bayesian Optimization

2019-10-03 · NeurIPS 2019 12 · David Eriksson, Michael Pearce, Jacob R. Gardner, Ryan Turner, Matthias Poloczek

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 $\texttt{TuRBO}$ 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 $\texttt{TuRBO}$ outperforms state-of-the-art methods from machine learning and operations research on problems spanning reinforcement learning, robotics, and the natural sciences.

📄 PDF Abstract BibTeX arXiv:1910.01739

Code (3)

uber-research/TuRBO 공식 구현 pytorch
nataliemaus/joco_icml24 pytorch
pipilurj/BONAS pytorch

Tasks

Bayesian Optimizationglobal-optimizationReinforcement Learning

Similar Papers 제목 키워드 기반

Scalable Differentially Private Bayesian Optimization

2025-02-09 · Getoar Sopa, Juraj Marusic, Marco Avella-Medina, John P. Cunningham

In recent years, there has been much work on scaling Bayesian Optimization to high-dimensional problems, for example hyperparameter tuning in large machine learning models. These scalable methods have been successful, fi…

Bayesian Optimization

LinEasyBO: Scalable Bayesian Optimization Approach for Analog Circuit Synthesis via One-Dimensional Subspaces

2021-09-01 · Shuhan Zhang, Fan Yang, Changhao Yan, Dian Zhou 외

A large body of literature has proved that the Bayesian optimization framework is especially efficient and effective in analog circuit synthesis. However, most of the previous research works only focus on designing infor…

Bayesian Optimization

Bayesian optimization with local search

2019-11-20 · Yuzhou Gao, Tengchao Yu, Jinglai Li

Global optimization finds applications in a wide range of real world problems. The multi-start methods are a popular class of global optimization techniques, which are based on the ideas of conducting local searches at m…

Bayesian Optimizationglobal-optimization

New Heuristics for Parallel and Scalable Bayesian Optimization

2018-07-01 · Ran Rubin

Bayesian optimization has emerged as a strong candidate tool for global optimization of functions with expensive evaluation costs. However, due to the dynamic nature of research in Bayesian approaches, and the evolution …

Bayesian Optimizationglobal-optimization

The Behavior and Convergence of Local Bayesian Optimization

2023-05-24 · NeurIPS 2023 11 · Kaiwen Wu, Kyurae Kim, Roman Garnett, Jacob R. Gardner

A recent development in Bayesian optimization is the use of local optimization strategies, which can deliver strong empirical performance on high-dimensional problems compared to traditional global strategies. The "folk …

Bayesian Optimization