paper-with-me

Papers

Bayesian Optimization with a Prior for the Optimum

2020-06-25 · Artur Souza, Luigi Nardi, Leonardo B. Oliveira, Kunle Olukotun, Marius Lindauer, Frank Hutter

While Bayesian Optimization (BO) is a very popular method for optimizing expensive black-box functions, it fails to leverage the experience of domain experts. This causes BO to waste function evaluations on bad design choices (e.g., machine learning hyperparameters) that the expert already knows to work poorly. To address this issue, we introduce Bayesian Optimization with a Prior for the Optimum (BOPrO). BOPrO allows users to inject their knowledge into the optimization process in the form of priors about which parts of the input space will yield the best performance, rather than BO's standard priors over functions, which are much less intuitive for users. BOPrO then combines these priors with BO's standard probabilistic model to form a pseudo-posterior used to select which points to evaluate next. We show that BOPrO is around 6.67x faster than state-of-the-art methods on a common suite of benchmarks, and achieves a new state-of-the-art performance on a real-world hardware design application. We also show that BOPrO converges faster even if the priors for the optimum are not entirely accurate and that it robustly recovers from misleading priors.

📄 PDF Abstract BibTeX arXiv:2006.14608

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Incorporating Expert Prior Knowledge into Experimental Design via Posterior Sampling

2020-02-26 · Cheng Li, Sunil Gupta, Santu Rana, Vu Nguyen 외

Scientific experiments are usually expensive due to complex experimental preparation and processing. Experimental design is therefore involved with the task of finding the optimal experimental input that results in the d…

Bayesian OptimizationExperimental Design

Incorporating Expert Prior in Bayesian Optimisation via Space Warping

2020-03-27 · Anil Ramachandran, Sunil Gupta, Santu Rana, Cheng Li 외

Bayesian optimisation is a well-known sample-efficient method for the optimisation of expensive black-box functions. However when dealing with big search spaces the algorithm goes through several low function value regio…

Bayesian Optimisation

Bayesian Optimization with Informative Covariance

2022-08-04 · Afonso Eduardo, Michael U. Gutmann

Bayesian optimization is a methodology for global optimization of unknown and expensive objectives. It combines a surrogate Bayesian regression model with an acquisition function to decide where to evaluate the objective…

Bayesian OptimizationGaussian Processesglobal-optimizationregression

Local Bayesian Optimization of Motor Skills

2017-08-01 · ICML 2017 8 · Riad Akrour, Dmitry Sorokin, Jan Peters, Gerhard Neumann

Bayesian optimization is renowned for its sample efficiency but its application to higher dimensional tasks is impeded by its focus on global optimization. To scale to higher dimensional problems, we leverage the sa…

Bayesian Optimizationglobal-optimizationImitation Learning

Bayesian Optimization for Min Max Optimization

2021-07-29 · Dorina Weichert, Alexander Kister

A solution that is only reliable under favourable conditions is hardly a safe solution. Min Max Optimization is an approach that returns optima that are robust against worst case conditions. We propose algorithms that pe…

Bayesian Optimization