paper-with-me

Papers

Bayesian Optimization with Approximate Set Kernels

2019-05-23 · Jungtaek Kim, Michael McCourt, Tackgeun You, Saehoon Kim, Seungjin Choi

We propose a practical Bayesian optimization method over sets, to minimize a black-box function that takes a set as a single input. Because set inputs are permutation-invariant, traditional Gaussian process-based Bayesian optimization strategies which assume vector inputs can fall short. To address this, we develop a Bayesian optimization method with \emph{set kernel} that is used to build surrogate functions. This kernel accumulates similarity over set elements to enforce permutation-invariance, but this comes at a greater computational cost. To reduce this burden, we propose two key components: (i) a more efficient approximate set kernel which is still positive-definite and is an unbiased estimator of the true set kernel with upper-bounded variance in terms of the number of subsamples, (ii) a constrained acquisition function optimization over sets, which uses symmetry of the feasible region that defines a set input. Finally, we present several numerical experiments which demonstrate that our method outperforms other methods.

📄 PDF Abstract BibTeX arXiv:1905.09780

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Local Kernels that Approximate Bayesian Regularization and Proximal Operators

2018-03-09 · Frank Ong, Peyman Milanfar, Pascal Getreuer

In this work, we broadly connect kernel-based filtering (e.g. approaches such as the bilateral filters and nonlocal means, but also many more) with general variational formulations of Bayesian regularized least squares, …

global-optimizationvalid

Differentiable Compositional Kernel Learning for Gaussian Processes

2018-06-12 · ICML 2018 7 · Shengyang Sun, Guodong Zhang, Chaoqi Wang, Wenyuan Zeng 외

The generalization properties of Gaussian processes depend heavily on the choice of kernel, and this choice remains a dark art. We present the Neural Kernel Network (NKN), a flexible family of kernels represented by a ne…

Bayesian OptimizationGaussian ProcessesTime SeriesTime Series Analysis+1

Kernels over Sets of Finite Sets using RKHS Embeddings, with Application to Bayesian (Combinatorial) Optimization

2019-10-09 · Poompol Buathong, David Ginsbourger, Tipaluck Krityakierne

We focus on kernel methods for set-valued inputs and their application to Bayesian set optimization, notably combinatorial optimization. We investigate two classes of set kernels that both rely on Reproducing Kernel Hilb…

Combinatorial Optimization

Geometry-aware Bayesian Optimization in Robotics using Riemannian Matérn Kernels

2021-11-02 · Noémie Jaquier, Viacheslav Borovitskiy, Andrei Smolensky, Alexander Terenin 외

Bayesian optimization is a data-efficient technique which can be used for control parameter tuning, parametric policy adaptation, and structure design in robotics. Many of these problems require optimization of functions…

Bayesian OptimizationMotion Planning

Raiders of the Lost Architecture: Kernels for Bayesian Optimization in Conditional Parameter Spaces

2014-09-14 · Kevin Swersky, David Duvenaud, Jasper Snoek, Frank Hutter 외

In practical Bayesian optimization, we must often search over structures with differing numbers of parameters. For instance, we may wish to search over neural network architectures with an unknown number of layers. To re…

Bayesian Optimization