paper-with-me

Papers

Bayesian Optimization with Gradients

2017-03-13 · NeurIPS 2017 12 · Jian Wu, Matthias Poloczek, Andrew Gordon Wilson, Peter I. Frazier

Bayesian optimization has been successful at global optimization of expensive-to-evaluate multimodal objective functions. However, unlike most optimization methods, Bayesian optimization typically does not use derivative information. In this paper we show how Bayesian optimization can exploit derivative information to decrease the number of objective function evaluations required for good performance. In particular, we develop a novel Bayesian optimization algorithm, the derivative-enabled knowledge-gradient (dKG), for which we show one-step Bayes-optimality, asymptotic consistency, and greater one-step value of information than is possible in the derivative-free setting. Our procedure accommodates noisy and incomplete derivative information, comes in both sequential and batch forms, and can optionally reduce the computational cost of inference through automatically selected retention of a single directional derivative. We also compute the d-KG acquisition function and its gradient using a novel fast discretization-free technique. We show d-KG provides state-of-the-art performance compared to a wide range of optimization procedures with and without gradients, on benchmarks including logistic regression, deep learning, kernel learning, and k-nearest neighbors.

📄 PDF Abstract BibTeX arXiv:1703.04389

Code (1)

wujian16/Cornell-MOE 공식 구현

Tasks

Bayesian Optimizationglobal-optimization

Similar Papers 제목 키워드 기반

Bayesian Learning for Neural Networks: an algorithmic survey

2022-11-21 · Martin Magris, Alexandros Iosifidis

The last decade witnessed a growing interest in Bayesian learning. Yet, the technicality of the topic and the multitude of ingredients involved therein, besides the complexity of turning theory into practical implementat…

Bayesian InferenceSurveyVariational Inference

Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization

2020-06-09 · NeurIPS 2020 12 · Samuel Daulton, Maximilian Balandat, Eytan Bakshy

In many real-world scenarios, decision makers seek to efficiently optimize multiple competing objectives in a sample-efficient fashion. Multi-objective Bayesian optimization (BO) is a common approach, but many of the bes…

Bayesian OptimizationSecond-order methods

The Bayesian Learning Rule

2021-07-09 · Mohammad Emtiyaz Khan, Håvard Rue

We show that many machine-learning algorithms are specific instances of a single algorithm called the \emph{Bayesian learning rule}. The rule, derived from Bayesian principles, yields a wide-range of algorithms from fiel…

Deep Learningregression

Smoothed Gradients for Stochastic Variational Inference

2014-06-13 · NeurIPS 2014 12 · Stephan Mandt, David Blei

Stochastic variational inference (SVI) lets us scale up Bayesian computation to massive data. It uses stochastic optimization to fit a variational distribution, following easy-to-compute noisy natural gradients. As with …

Stochastic OptimizationVariational Inference

Understanding High-Dimensional Bayesian Optimization

2025-02-13 · Leonard Papenmeier, Matthias Poloczek, Luigi Nardi

Recent work reported that simple Bayesian optimization methods perform well for high-dimensional real-world tasks, seemingly contradicting prior work and tribal knowledge. This paper investigates the 'why'. We identify f…

Bayesian Optimization