paper-with-me

Papers

Non-Gaussian Gaussian Processes for Few-Shot Regression

2021-10-26 · NeurIPS 2021 12 · Marcin Sendera, Jacek Tabor, Aleksandra Nowak, Andrzej Bedychaj, Massimiliano Patacchiola, Tomasz Trzciński, Przemysław Spurek, Maciej Zięba

Gaussian Processes (GPs) have been widely used in machine learning to model distributions over functions, with applications including multi-modal regression, time-series prediction, and few-shot learning. GPs are particularly useful in the last application since they rely on Normal distributions and enable closed-form computation of the posterior probability function. Unfortunately, because the resulting posterior is not flexible enough to capture complex distributions, GPs assume high similarity between subsequent tasks - a requirement rarely met in real-world conditions. In this work, we address this limitation by leveraging the flexibility of Normalizing Flows to modulate the posterior predictive distribution of the GP. This makes the GP posterior locally non-Gaussian, therefore we name our method Non-Gaussian Gaussian Processes (NGGPs). More precisely, we propose an invertible ODE-based mapping that operates on each component of the random variable vectors and shares the parameters across all of them. We empirically tested the flexibility of NGGPs on various few-shot learning regression datasets, showing that the mapping can incorporate context embedding information to model different noise levels for periodic functions. As a result, our method shares the structure of the problem between subsequent tasks, but the contextualization allows for adaptation to dissimilarities. NGGPs outperform the competing state-of-the-art approaches on a diversified set of benchmarks and applications.

📄 PDF Abstract BibTeX arXiv:2110.13561

Code (1)

gmum/non-gaussian-gaussian-processes 공식 구현 pytorch

Tasks

Few-Shot LearningGaussian ProcessesregressionTime SeriesTime Series AnalysisTime Series Prediction

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Learning to Learn Dense Gaussian Processes for Few-Shot Learning

2021-12-01 · NeurIPS 2021 12 · Ze Wang, Zichen Miao, XianTong Zhen, Qiang Qiu

Gaussian processes with deep neural networks demonstrate to be a strong learner for few-shot learning since they combine the strength of deep learning and kernels while being able to well capture uncertainty. However, it…

Few-Shot LearningGaussian ProcessesInductive BiasMeta-Learning+1

Information Theoretic Meta Learning with Gaussian Processes

2020-09-07 · Michalis K. Titsias, Francisco J. R. Ruiz, Sotirios Nikoloutsopoulos, Alexandre Galashov

We formulate meta learning using information theoretic concepts; namely, mutual information and the information bottleneck. The idea is to learn a stochastic representation or encoding of the task description, given by a…

Gaussian ProcessesMeta-Learning

Meta-learning to Calibrate Gaussian Processes with Deep Kernels for Regression Uncertainty Estimation

2023-12-13 · Tomoharu Iwata, Atsutoshi Kumagai

Although Gaussian processes (GPs) with deep kernels have been successfully used for meta-learning in regression tasks, its uncertainty estimation performance can be poor. We propose a meta-learning method for calibrating…

Gaussian ProcessesMeta-Learningregression

Universal Functional Regression with Neural Operator Flows

2024-04-03 · Yaozhong Shi, Angela F. Gao, Zachary E. Ross, Kamyar Azizzadenesheli

Regression on function spaces is typically limited to models with Gaussian process priors. We introduce the notion of universal functional regression, in which we aim to learn a prior distribution over non-Gaussian funct…

Gaussian ProcessesregressionUncertainty Quantification

Multi-task Neural Diffusion Processes

2025-10-03 · Joseph Rawson, Domniki Ladopoulou, Petros Dellaportas arxiv

Neural diffusion processes provide a scalable, non-Gaussian approach to modelling distributions over functions, but existing formulations are limited to single-task inference and do not capture dependencies across relate…