paper-with-me

Papers

Vanilla Bayesian Optimization Performs Great in High Dimensions

2024-02-03 · Carl Hvarfner, Erik Orm Hellsten, Luigi Nardi

High-dimensional problems have long been considered the Achilles' heel of Bayesian optimization algorithms. Spurred by the curse of dimensionality, a large collection of algorithms aim to make it more performant in this setting, commonly by imposing various simplifying assumptions on the objective. In this paper, we identify the degeneracies that make vanilla Bayesian optimization poorly suited to high-dimensional tasks, and further show how existing algorithms address these degeneracies through the lens of lowering the model complexity. Moreover, we propose an enhancement to the prior assumptions that are typical to vanilla Bayesian optimization algorithms, which reduces the complexity to manageable levels without imposing structural restrictions on the objective. Our modification - a simple scaling of the Gaussian process lengthscale prior with the dimensionality - reveals that standard Bayesian optimization works drastically better than previously thought in high dimensions, clearly outperforming existing state-of-the-art algorithms on multiple commonly considered real-world high-dimensional tasks.

📄 PDF Abstract BibTeX arXiv:2402.02229

Code (1)

hvarfner/vanilla_bo_in_highdim 공식 구현 pytorch

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Self-Correcting Bayesian Optimization through Bayesian Active Learning

2023-04-21 · NeurIPS 2023 11 · Carl Hvarfner, Erik Hellsten, Frank Hutter, Luigi Nardi

Gaussian processes are the model of choice in Bayesian optimization and active learning. Yet, they are highly dependent on cleverly chosen hyperparameters to reach their full potential, and little effort is devoted to fi…

Active LearningBayesian OptimizationGaussian Processes

High Dimensional Bayesian Optimization with Kernel Principal Component Analysis

2022-04-28 · Kirill Antonov, Elena Raponi, Hao Wang, Carola Doerr

Bayesian Optimization (BO) is a surrogate-based global optimization strategy that relies on a Gaussian Process regression (GPR) model to approximate the objective function and an acquisition function to suggest candidate…

Bayesian OptimizationCPUglobal-optimizationGPR+2

BOHB: Robust and Efficient Hyperparameter Optimization at Scale

2018-07-04 · ICML 2018 7 · Stefan Falkner, Aaron Klein, Frank Hutter

Modern deep learning methods are very sensitive to many hyperparameters, and, due to the long training times of state-of-the-art models, vanilla Bayesian hyperparameter optimization is typically computationally infeasibl…

Bayesian OptimizationDeep Reinforcement LearningHyperparameter OptimizationReinforcement Learning

Practical Bayesian Optimization for Model Fitting with Bayesian Adaptive Direct Search

2017-05-11 · NeurIPS 2017 12 · Luigi Acerbi, Wei Ji Ma

Computational models in fields such as computational neuroscience are often evaluated via stochastic simulation or numerical approximation. Fitting these models implies a difficult optimization problem over complex, poss…

Bayesian Optimization

Multi-Fidelity Bayesian Optimization with Unreliable Information Sources

2022-10-25 · Petrus Mikkola, Julien Martinelli, Louis Filstroff, Samuel Kaski

Bayesian optimization (BO) is a powerful framework for optimizing black-box, expensive-to-evaluate functions. Over the past decade, many algorithms have been proposed to integrate cheaper, lower-fidelity approximations o…

Bayesian Optimization