paper-with-me

Papers

Amortized Inference for Gaussian Process Hyperparameters of Structured Kernels

2023-06-16 · Matthias Bitzer, Mona Meister, Christoph Zimmer

Learning the kernel parameters for Gaussian processes is often the computational bottleneck in applications such as online learning, Bayesian optimization, or active learning. Amortizing parameter inference over different datasets is a promising approach to dramatically speed up training time. However, existing methods restrict the amortized inference procedure to a fixed kernel structure. The amortization network must be redesigned manually and trained again in case a different kernel is employed, which leads to a large overhead in design time and training time. We propose amortizing kernel parameter inference over a complete kernel-structure-family rather than a fixed kernel structure. We do that via defining an amortization network over pairs of datasets and kernel structures. This enables fast kernel inference for each element in the kernel family without retraining the amortization network. As a by-product, our amortization network is able to do fast ensembling over kernel structures. In our experiments, we show drastically reduced inference time combined with competitive test performance for a large set of kernels and datasets.

📄 PDF Abstract BibTeX arXiv:2306.09819

Code (1)

boschresearch/amor-struct-gp 공식 구현 pytorch

Tasks

Active LearningBayesian OptimizationGaussian Processes

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Task-Agnostic Amortized Inference of Gaussian Process Hyperparameters

2020-12-01 · NeurIPS 2020 12 · Sulin Liu, Xingyuan Sun, Peter J. Ramadge, Ryan P. Adams

Gaussian processes (GPs) are flexible priors for modeling functions. However, their success depends on the kernel accurately reflecting the properties of the data. One of the appeals of the GP framework is that the margi…

Bayesian OptimizationGaussian ProcessesModel Selectionregression

Gaussian Process Modeling of Approximate Inference Errors for Variational Autoencoders

2022-01-01 · CVPR 2022 1 · Minyoung Kim

Variational autoencoder (VAE) is a very successful generative model whose key element is the so called amortized inference network, which can perform test time inference using a single feed forward pass. Unfortunatel…

Gaussian Processes

Amortized Variational Inference for Deep Gaussian Processes

2024-09-18 · Qiuxian Meng, Yongyou Zhang

Gaussian processes (GPs) are Bayesian nonparametric models for function approximation with principled predictive uncertainty estimates. Deep Gaussian processes (DGPs) are multilayer generalizations of GPs that can repres…

Gaussian ProcessesVariational Inference

Amortized Variational Inference for Simple Hierarchical Models

2021-11-04 · NeurIPS 2021 12 · Abhinav Agrawal, Justin Domke

It is difficult to use subsampling with variational inference in hierarchical models since the number of local latent variables scales with the dataset. Thus, inference in hierarchical models remains a challenge at large…

Variational Inference

Reducing the Amortization Gap in Variational Autoencoders: A Bayesian Random Function Approach

2021-02-05 · Minyoung Kim, Vladimir Pavlovic

Variational autoencoder (VAE) is a very successful generative model whose key element is the so called amortized inference network, which can perform test time inference using a single feed forward pass. Unfortunately, t…

Gaussian Processes