paper-with-me

Papers

Sparse Bayesian Optimization

2022-03-03 · Sulin Liu, Qing Feng, David Eriksson, Benjamin Letham, Eytan Bakshy

Bayesian optimization (BO) is a powerful approach to sample-efficient optimization of black-box objective functions. However, the application of BO to areas such as recommendation systems often requires taking the interpretability and simplicity of the configurations into consideration, a setting that has not been previously studied in the BO literature. To make BO useful for this setting, we present several regularization-based approaches that allow us to discover sparse and more interpretable configurations. We propose a novel differentiable relaxation based on homotopy continuation that makes it possible to target sparsity by working directly with $L_0$ regularization. We identify failure modes for regularized BO and develop a hyperparameter-free method, sparsity exploring Bayesian optimization (SEBO) that seeks to simultaneously maximize a target objective and sparsity. SEBO and methods based on fixed regularization are evaluated on synthetic and real-world problems, and we show that we are able to efficiently optimize for sparsity.

📄 PDF Abstract BibTeX arXiv:2203.01900

Code (1)

facebookresearch/sparsebo 공식 구현 pytorch

Tasks

Bayesian OptimizationRecommendation Systems

Similar Papers 제목 키워드 기반

Sparse Spectrum Gaussian Process for Bayesian Optimization

2019-06-21 · Ang Yang, Cheng Li, Santu Rana, Sunil Gupta 외

We propose a novel sparse spectrum approximation of Gaussian process (GP) tailored for Bayesian optimization. Whilst the current sparse spectrum methods provide desired approximations for regression problems, it is obser…

Bayesian OptimisationBayesian OptimizationThompson Sampling

Scalable Bayesian Optimization with Sparse Gaussian Process Models

2020-10-26 · Ang Yang

This thesis focuses on Bayesian optimization with the improvements coming from two aspects:(i) the use of derivative information to accelerate the optimization convergence; and (ii) the consideration of scalable GPs for …

Bayesian Optimization

Fast post-process Bayesian inference with Variational Sparse Bayesian Quadrature

2023-03-09 · Chengkun Li, Grégoire Clarté, Martin Jørgensen, Luigi Acerbi

In applied Bayesian inference scenarios, users may have access to a large number of pre-existing model evaluations, for example from maximum-a-posteriori (MAP) optimization runs. However, traditional approximate inferenc…

Active LearningBayesian InferenceVariational Inference

A Stochastic Variance-Reduced Coordinate Descent Algorithm for Learning Sparse Bayesian Network from Discrete High-Dimensional Data

2021-08-21 · Nazanin Shajoonnezhad, Amin Nikanjam

This paper addresses the problem of learning a sparse structure Bayesian network from high-dimensional discrete data. Compared to continuous Bayesian networks, learning a discrete Bayesian network is a challenging proble…

Scalable Bayesian Optimization via Focalized Sparse Gaussian Processes

2024-12-29 · Yunyue Wei, Vincent Zhuang, Saraswati Soedarmadji, Yanan Sui

Bayesian optimization is an effective technique for black-box optimization, but its applicability is typically limited to low-dimensional and small-budget problems due to the cubic complexity of computing the Gaussian pr…

Bayesian OptimizationGaussian Processes