paper-with-me

Papers

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 deep kernel GPs for improving regression uncertainty estimation performance with a limited number of training data. The proposed method meta-learns how to calibrate uncertainty using data from various tasks by minimizing the test expected calibration error, and uses the knowledge for unseen tasks. We design our model such that the adaptation and calibration for each task can be performed without iterative procedures, which enables effective meta-learning. In particular, a task-specific uncalibrated output distribution is modeled by a GP with a task-shared encoder network, and it is transformed to a calibrated one using a cumulative density function of a task-specific Gaussian mixture model (GMM). By integrating the GP and GMM into our neural network-based model, we can meta-learn model parameters in an end-to-end fashion. Our experiments demonstrate that the proposed method improves uncertainty estimation performance while keeping high regression performance compared with the existing methods using real-world datasets in few-shot settings.

📄 PDF Abstract BibTeX arXiv:2312.07952

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesMeta-Learningregression

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…

Similar Papers 제목 키워드 기반

The Human Kernel

2015-10-26 · NeurIPS 2015 12 · Andrew Gordon Wilson, Christoph Dann, Christopher G. Lucas, Eric P. Xing

Bayesian nonparametric models, such as Gaussian processes, provide a compelling framework for automatic statistical modelling: these models have a high degree of flexibility, and automatically calibrated complexity. Howe…

Gaussian Processes

Gaussian Processes and Reproducing Kernels: Connections and Equivalences

2025-06-20 · Motonobu Kanagawa, Philipp Hennig, Dino Sejdinovic, Bharath K. Sriperumbudur

This monograph studies the relations between two approaches using positive definite kernels: probabilistic methods using Gaussian processes, and non-probabilistic methods using reproducing kernel Hilbert spaces (RKHS). T…

Gaussian ProcessesNumerical Integration

A Gaussian Process Regression Model for Distribution Inputs

2017-01-31 · François Bachoc, Fabrice Gamboa, Jean-Michel Loubes, Nil Venet

Monge-Kantorovich distances, otherwise known as Wasserstein distances, have received a growing attention in statistics and machine learning as a powerful discrepancy measure for probability distributions. In this paper, …

BIG-bench Machine LearningGaussian Processesmodelregression

Learning Nonparametric Volterra Kernels with Gaussian Processes

2021-06-10 · NeurIPS 2021 12 · Magnus Ross, Michael T. Smith, Mauricio A. Álvarez

This paper introduces a method for the nonparametric Bayesian learning of nonlinear operators, through the use of the Volterra series with kernels represented using Gaussian processes (GPs), which we term the nonparametr…

Gaussian ProcessesNumerical IntegrationregressionVariational Inference

Infinite Width Graph Neural Networks for Node Regression/ Classification

2023-10-12 · Yunus Cobanoglu

This work analyzes Graph Neural Networks, a generalization of Fully-Connected Deep Neural Nets on Graph structured data, when their width, that is the number of nodes in each fullyconnected layer is increasing to infinit…

Gaussian ProcessesGraph AttentionGraph LearningGraph Neural Network+3