paper-with-me

Papers

Fully Distributed Bayesian Optimization with Stochastic Policies

2019-02-26 · Javier Garcia-Barcos, Ruben Martinez-Cantin

Bayesian optimization has become a popular method for high-throughput computing, like the design of computer experiments or hyperparameter tuning of expensive models, where sample efficiency is mandatory. In these applications, distributed and scalable architectures are a necessity. However, Bayesian optimization is mostly sequential. Even parallel variants require certain computations between samples, limiting the parallelization bandwidth. Thompson sampling has been previously applied for distributed Bayesian optimization. But, when compared with other acquisition functions in the sequential setting, Thompson sampling is known to perform suboptimally. In this paper, we present a new method for fully distributed Bayesian optimization, which can be combined with any acquisition function. Our approach considers Bayesian optimization as a partially observable Markov decision process. In this context, stochastic policies, such as the Boltzmann policy, have some interesting properties which can also be studied for Bayesian optimization. Furthermore, the Boltzmann policy trivially allows a distributed Bayesian optimization implementation with high level of parallelism and scalability. We present results in several benchmarks and applications that shows the performance of our method.

📄 PDF Abstract BibTeX arXiv:1902.09992

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationThompson Sampling

Similar Papers 제목 키워드 기반

Tuning the Scheduling of Distributed Stochastic Gradient Descent with Bayesian Optimization

2016-12-01 · Valentin Dalibard, Michael Schaarschmidt, Eiko Yoneki

We present an optimizer which uses Bayesian optimization to tune the system parameters of distributed stochastic gradient descent (SGD). Given a specific context, our goal is to quickly find efficient configurations whic…

Bayesian OptimizationScheduling

How much Data do We Need? Sequential Data Collection for Stochastic Programming

2026-07-11 · Xin Li, Juergen Branke, Xuan Vinh Doan arxiv

Data-driven optimization often requires collecting data to estimate uncertain model parameters before solving the underlying decision problem. In practice, however, data acquisition may incur non-negligible costs, making…

Stochastic Optimization

Robust Policy Search for Robot Navigation

2020-03-02 · Javier Garcia-Barcos, Ruben Martinez-Cantin

Complex robot navigation and control problems can be framed as policy search problems. However, interactive learning in uncertain environments can be expensive, requiring the use of data-efficient methods. Bayesian optim…

Bayesian OptimizationRobot Navigation

Differentiating Policies for Non-Myopic Bayesian Optimization

2024-08-14 · Darian Nwankwo, David Bindel

Bayesian optimization (BO) methods choose sample points by optimizing an acquisition function derived from a statistical model of the objective. These acquisition functions are chosen to balance sampling regions with pre…

Bayesian Optimization

Large-Scale Distributed Bayesian Matrix Factorization using Stochastic Gradient MCMC

2015-03-05 · Sungjin Ahn, Anoop Korattikara, Nathan Liu, Suju Rajan 외

Despite having various attractive qualities such as high prediction accuracy and the ability to quantify uncertainty and avoid over-fitting, Bayesian Matrix Factorization has not been widely adopted because of the prohib…

Prediction