paper-with-me

Papers

Bayesian Meta-Learning Through Variational Gaussian Processes

2021-10-21 · Vivek Myers, Nikhil Sardana

Recent advances in the field of meta-learning have tackled domains consisting of large numbers of small ("few-shot") supervised learning tasks. Meta-learning algorithms must be able to rapidly adapt to any individual few-shot task, fitting to a small support set within a task and using it to predict the labels of the task's query set. This problem setting can be extended to the Bayesian context, wherein rather than predicting a single label for each query data point, a model predicts a distribution of labels capturing its uncertainty. Successful methods in this domain include Bayesian ensembling of MAML-based models, Bayesian neural networks, and Gaussian processes with learned deep kernel and mean functions. While Gaussian processes have a robust Bayesian interpretation in the meta-learning context, they do not naturally model non-Gaussian predictive posteriors for expressing uncertainty. In this paper, we design a theoretically principled method, VMGP, extending Gaussian-process-based meta-learning to allow for high-quality, arbitrary non-Gaussian uncertainty predictions. On benchmark environments with complex non-smooth or discontinuous structure, we find our VMGP method performs significantly better than existing Bayesian meta-learning baselines.

📄 PDF Abstract BibTeX arXiv:2110.11044

Code (1)

vivekmyers/vmgp 공식 구현 pytorch

Tasks

Gaussian ProcessesMeta-Learning

Similar Papers 제목 키워드 기반

Variational Auto-encoded Deep Gaussian Processes

2015-11-19 · Zhenwen Dai, Andreas Damianou, Javier González, Neil Lawrence

We develop a scalable deep non-parametric generative model by augmenting deep Gaussian processes with a recognition model. Inference is performed in a novel scalable variational framework where the variational posterior …

Bayesian OptimizationGaussian Processes

Global inducing point variational posteriors for Bayesian neural networks and deep Gaussian processes

2020-05-17 · Sebastian W. Ober, Laurence Aitchison

We consider the optimal approximate posterior over the top-layer weights in a Bayesian neural network for regression, and show that it exhibits strong dependencies on the lower-layer weights. We adapt this result to deve…

Data AugmentationGaussian Processes

Sparse Variational Student-t Processes

2023-12-09 · Jian Xu, Delu Zeng

The theory of Bayesian learning incorporates the use of Student-t Processes to model heavy-tailed distributions and datasets with outliers. However, despite Student-t Processes having a similar computational complexity a…

Gaussian ProcessesVariational Inference

Gaussian Process Latent Variable Flows for Massively Missing Data

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Vidhi Lalchand, Aditya Ravuri, Neil D Lawrence

Gaussian process latent variable models (GPLVM) are used to perform nonlinear and probabilistic dimensionality reduction. They extend Gaussian processes (GP) to the domain of unsupervised learning. The Bayesian incarnati…

Dimensionality ReductionGaussian ProcessesNormalising FlowsVariational Inference

Fast Bayesian Inference for Gaussian Cox Processes via Path Integral Formulation

2021-12-01 · NeurIPS 2021 12 · Hideaki Kim

Gaussian Cox processes are widely-used point process models that use a Gaussian process to describe the Bayesian a priori uncertainty present in latent intensity functions. In this paper, we propose a novel Bayesian infe…

Bayesian Inference