paper-with-me

Papers

Pseudo-Bayesian Optimization

2023-10-15 · Haoxian Chen, Henry Lam

Bayesian Optimization is a popular approach for optimizing expensive black-box functions. Its key idea is to use a surrogate model to approximate the objective and, importantly, quantify the associated uncertainty that allows a sequential search of query points that balance exploitation-exploration. Gaussian process (GP) has been a primary candidate for the surrogate model, thanks to its Bayesian-principled uncertainty quantification power and modeling flexibility. However, its challenges have also spurred an array of alternatives whose convergence properties could be more opaque. Motivated by these, we study in this paper an axiomatic framework that elicits the minimal requirements to guarantee black-box optimization convergence that could apply beyond GP-based methods. Moreover, we leverage the design freedom in our framework, which we call Pseudo-Bayesian Optimization, to construct empirically superior algorithms. In particular, we show how using simple local regression, and a suitable "randomized prior" construction to quantify uncertainty, not only guarantees convergence but also consistently outperforms state-of-the-art benchmarks in examples ranging from high-dimensional synthetic experiments to realistic hyperparameter tuning and robotic applications.

📄 PDF Abstract BibTeX arXiv:2310.09766

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationUncertainty Quantification

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

On Divergence Measures for Bayesian Pseudocoresets

2022-10-12 · Balhae Kim, JungWon Choi, Seanie Lee, Yoonho Lee 외

A Bayesian pseudocoreset is a small synthetic dataset for which the posterior over parameters approximates that of the original dataset. While promising, the scalability of Bayesian pseudocoresets is not yet validated in…

Bayesian InferenceDataset Distillationimage-classificationImage Classification

Bayesian Optimization using Pseudo-Points

2019-10-12 · Chao Qian, Hang Xiong, Ke Xue

Bayesian optimization (BO) is a popular approach for expensive black-box optimization, with applications including parameter tuning, experimental design, robotics. BO usually models the objective function by a Gaussian p…

Bayesian OptimizationExperimental Design

Bayesian Pseudocoresets

2020-12-01 · NeurIPS 2020 12 · Dionysis Manousakas, Zuheng Xu, Cecilia Mascolo, Trevor Campbell

Standard Bayesian inference algorithms are prohibitively expensive in the regime of modern large-scale data. Recent work has found that a small, weighted subset of data (a coreset) may be used in place of the full datase…

Bayesian Inference

High-Dimensional Bayesian Optimization via Semi-Supervised Learning with Optimized Unlabeled Data Sampling

2023-05-04 · Yuxuan Yin, Yu Wang, Peng Li

We introduce a novel semi-supervised learning approach, named Teacher-Student Bayesian Optimization ($\texttt{TSBO}$), integrating the teacher-student paradigm into BO to minimize expensive labeled data queries for the f…

Bayesian Optimizationglobal-optimizationPseudo Label

ByPE-VAE: Bayesian Pseudocoresets Exemplar VAE

2021-07-20 · NeurIPS 2021 12 · Qingzhong Ai, Lirong He, Shiyu Liu, Zenglin Xu

Recent studies show that advanced priors play a major role in deep generative models. Exemplar VAE, as a variant of VAE with an exemplar-based prior, has achieved impressive results. However, due to the nature of model d…

Data AugmentationDensity EstimationRepresentation LearningStochastic Optimization