paper-with-me

Papers

BoTorch: A Framework for Efficient Monte-Carlo Bayesian Optimization

2019-10-14 · NeurIPS 2020 12 · Maximilian Balandat, Brian Karrer, Daniel R. Jiang, Samuel Daulton, Benjamin Letham, Andrew Gordon Wilson, Eytan Bakshy

Bayesian optimization provides sample-efficient global optimization for a broad range of applications, including automatic machine learning, engineering, physics, and experimental design. We introduce BoTorch, a modern programming framework for Bayesian optimization that combines Monte-Carlo (MC) acquisition functions, a novel sample average approximation optimization approach, auto-differentiation, and variance reduction techniques. BoTorch's modular design facilitates flexible specification and optimization of probabilistic models written in PyTorch, simplifying implementation of new acquisition functions. Our approach is backed by novel theoretical convergence results and made practical by a distinctive algorithmic foundation that leverages fast predictive distributions, hardware acceleration, and deterministic optimization. We also propose a novel "one-shot" formulation of the Knowledge Gradient, enabled by a combination of our theoretical and software contributions. In experiments, we demonstrate the improved sample efficiency of BoTorch relative to other popular libraries.

📄 PDF Abstract BibTeX arXiv:1910.06403

Code (2)

pytorch/botorch 공식 구현 pytorch
scorebo/scorebo

Tasks

Bayesian OptimisationBayesian OptimizationExperimental Designglobal-optimization

Similar Papers 제목 키워드 기반

Bayesian Hyperparameter Optimization with BoTorch, GPyTorch and Ax

2019-12-11 · Daniel T. Chang

Deep learning models are full of hyperparameters, which are set manually before the learning process can start. To find the best configuration for these hyperparameters in such a high dimensional space, with time-consumi…

Bayesian OptimizationGaussian ProcessesGraph ClassificationHyperparameter Optimization

Benchmarking Generative AI Against Bayesian Optimization for Constrained Multi-Objective Inverse Design

2025-10-29 · Muhammad Bilal Awan, Abdul Razzaq, Abdul Shahid arxiv

This paper investigates the performance of Large Language Models (LLMs) as generative optimizers for solving constrained multi-objective regression tasks, specifically within the challenging domain of inverse design (pro…

parameter-efficient fine-tuning

Unbiased MLMC stochastic gradient-based optimization of Bayesian experimental designs

2020-05-18 · Takashi Goda, Tomohiko Hironaka, Wataru Kitade, Adam Foster

In this paper we propose an efficient stochastic optimization algorithm to search for Bayesian experimental designs such that the expected information gain is maximized. The gradient of the expected information gain with…

Experimental DesignStochastic Optimization

Bayesian optimization for backpropagation in Monte-Carlo tree search

2020-01-25 · Yueqin Li, Nengli Lim

In large domains, Monte-Carlo tree search (MCTS) is required to estimate the values of the states as efficiently and accurately as possible. However, the standard update rule in backpropagation assumes a stationary distr…

Bayesian Optimization

Accelerating Look-ahead in Bayesian Optimization: Multilevel Monte Carlo is All you Need

2024-02-03 · Shangda Yang, Vitaly Zankin, Maximilian Balandat, Stefan Scherer 외

We leverage multilevel Monte Carlo (MLMC) to improve the performance of multi-step look-ahead Bayesian optimization (BO) methods that involve nested expectations and maximizations. Often these expectations must be comput…

AllBayesian Optimization