paper-with-me

Papers

Pre-trained Gaussian Processes for Bayesian Optimization

2021-09-16 · Zi Wang, George E. Dahl, Kevin Swersky, Chansoo Lee, Zachary Nado, Justin Gilmer, Jasper Snoek, Zoubin Ghahramani

Bayesian optimization (BO) has become a popular strategy for global optimization of expensive real-world functions. Contrary to a common expectation that BO is suited to optimizing black-box functions, it actually requires domain knowledge about those functions to deploy BO successfully. Such domain knowledge often manifests in Gaussian process (GP) priors that specify initial beliefs on functions. However, even with expert knowledge, it is non-trivial to quantitatively define a prior. This is especially true for hyperparameter tuning problems on complex machine learning models, where landscapes of tuning objectives are often difficult to comprehend. We seek an alternative practice for setting these functional priors. In particular, we consider the scenario where we have data from similar functions that allow us to pre-train a tighter distribution a priori. We detail what pre-training entails for GPs using a KL divergence based loss function, and propose a new pre-training based BO framework named HyperBO. Theoretically, we show bounded posterior predictions and near-zero regrets for HyperBO without assuming the "ground truth" GP prior is known. To verify our approach in realistic setups, we collect a large multi-task hyperparameter tuning dataset by training tens of thousands of configurations of near-state-of-the-art deep learning models on popular image and text datasets, as well as a protein sequence dataset. Our results show that on average, HyperBO is able to locate good hyperparameters at least 3 times more efficiently than the best competing methods on both our new tuning dataset and existing multi-task BO benchmarks.

📄 PDF Abstract BibTeX arXiv:2109.08215

Code (4)

google-research/gpax 공식 구현 jax
google-research/hyperbo 공식 구현 jax
evensgn/hyperbo jax
evensgn/hyperbo-mphd jax

Tasks

Bayesian OptimizationGaussian Processesglobal-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 제목 키워드 기반

Bayesian Optimization using Deep Gaussian Processes

2019-05-07 · Ali Hebbal, Loic Brevault, Mathieu Balesdent, El-Ghazali Talbi 외

Bayesian Optimization using Gaussian Processes is a popular approach to deal with the optimization of expensive black-box functions. However, because of the a priori on the stationarity of the covariance matrix of classi…

Bayesian OptimizationGaussian Processesglobal-optimization

Global Optimization of Gaussian processes

2020-05-21 · Artur M. Schweidtmann, Dominik Bongartz, Daniel Grothe, Tim Kerkenhoff 외

Gaussian processes~(Kriging) are interpolating data-driven models that are frequently applied in various disciplines. Often, Gaussian processes are trained on datasets and are subsequently embedded as surrogate models in…

Bayesian OptimizationGaussian Processesglobal-optimization

Constrained Bayesian Optimization under Bivariate Gaussian Process with Application to Cure Process Optimization

2025-05-30 · Yezhuo Li, Qiong Zhang, Madhura Limaye, Gang Li

Bayesian Optimization, leveraging Gaussian process models, has proven to be a powerful tool for minimizing expensive-to-evaluate objective functions by efficiently exploring the search space. Extensions such as constrain…

Bayesian OptimizationGaussian Processes

Wasserstein Barycenter Gaussian Process based Bayesian Optimization

2025-05-18 · Antonio Candelieri, Andrea Ponti, Francesco Archetti

Gaussian Process based Bayesian Optimization is a widely applied algorithm to learn and optimize under uncertainty, well-known for its sample efficiency. However, recently -- and more frequently -- research studies have …

Bayesian OptimizationGaussian Processes

Financial Applications of Gaussian Processes and Bayesian Optimization

2019-03-12 · Joan Gonzalvez, Edmond Lezmi, Thierry Roncalli, Jiali Xu

In the last five years, the financial industry has been impacted by the emergence of digitalization and machine learning. In this article, we explore two methods that have undergone rapid development in recent years: Gau…

Bayesian OptimizationBIG-bench Machine LearningGaussian Processesglobal-optimization