paper-with-me

Papers

Scalable Bayesian Optimization Using Deep Neural Networks

2015-02-19 · Jasper Snoek, Oren Rippel, Kevin Swersky, Ryan Kiros, Nadathur Satish, Narayanan Sundaram, Md. Mostofa Ali Patwary, Prabhat, Ryan P. Adams

Bayesian optimization is an effective methodology for the global optimization of functions with expensive evaluations. It relies on querying a distribution over functions defined by a relatively cheap surrogate model. An accurate model for this distribution over functions is critical to the effectiveness of the approach, and is typically fit using Gaussian processes (GPs). However, since GPs scale cubically with the number of observations, it has been challenging to handle objectives whose optimization requires many evaluations, and as such, massively parallelizing the optimization. In this work, we explore the use of neural networks as an alternative to GPs to model distributions over functions. We show that performing adaptive basis function regression with a neural network as the parametric form performs competitively with state-of-the-art GP-based approaches, but scales linearly with the number of data rather than cubically. This allows us to achieve a previously intractable degree of parallelism, which we apply to large scale hyperparameter optimization, rapidly finding competitive models on benchmark object recognition tasks using convolutional networks, and image caption generation using neural language models.

📄 PDF Abstract BibTeX arXiv:1502.05700

Code (4)

0h-n0/tfdbonas tf
0h-n0/thdbonas pytorch
automl/pybnn pytorch
pipilurj/BONAS pytorch

Tasks

Bayesian OptimizationCaption GenerationGaussian Processesglobal-optimizationHyperparameter OptimizationImage ClassificationObject Recognition

Similar Papers 제목 키워드 기반

Scalable Bayesian Optimization with Sparse Gaussian Process Models

2020-10-26 · Ang Yang

This thesis focuses on Bayesian optimization with the improvements coming from two aspects:(i) the use of derivative information to accelerate the optimization convergence; and (ii) the consideration of scalable GPs for …

Bayesian 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

Multiple Adaptive Bayesian Linear Regression for Scalable Bayesian Optimization with Warm Start

2017-12-08 · Valerio Perrone, Rodolphe Jenatton, Matthias Seeger, Cedric Archambeau

Bayesian optimization (BO) is a model-based approach for gradient-free black-box function optimization. Typically, BO is powered by a Gaussian process (GP), whose algorithmic complexity is cubic in the number of evaluati…

Bayesian OptimizationBIG-bench Machine Learningregression

Scalable Bayesian Optimization Using Vecchia Approximations of Gaussian Processes

2022-03-02 · Felix Jimenez, Matthias Katzfuss

Bayesian optimization is a technique for optimizing black-box target functions. At the core of Bayesian optimization is a surrogate model that predicts the output of the target function at previously unseen inputs to fac…

Bayesian OptimizationGaussian ProcessesThompson Sampling

A Batched Scalable Multi-Objective Bayesian Optimization Algorithm

2018-11-04 · Xi Lin, Hui-Ling Zhen, Zhenhua Li, Qingfu Zhang 외

The surrogate-assisted optimization algorithm is a promising approach for solving expensive multi-objective optimization problems. However, most existing surrogate-assisted multi-objective optimization algorithms have th…

Bayesian Optimization