paper-with-me

Papers

Scalable Bayesian Transformed Gaussian Processes

2022-10-20 · Xinran Zhu, Leo Huang, Cameron Ibrahim, Eric Hans Lee, David Bindel

The Bayesian transformed Gaussian process (BTG) model, proposed by Kedem and Oliviera, is a fully Bayesian counterpart to the warped Gaussian process (WGP) and marginalizes out a joint prior over input warping and kernel hyperparameters. This fully Bayesian treatment of hyperparameters often provides more accurate regression estimates and superior uncertainty propagation, but is prohibitively expensive. The BTG posterior predictive distribution, itself estimated through high-dimensional integration, must be inverted in order to perform model prediction. To make the Bayesian approach practical and comparable in speed to maximum-likelihood estimation (MLE), we propose principled and fast techniques for computing with BTG. Our framework uses doubly sparse quadrature rules, tight quantile bounds, and rank-one matrix algebra to enable both fast model prediction and model selection. These scalable methods allow us to regress over higher-dimensional datasets and apply BTG with layered transformations that greatly improve its expressibility. We demonstrate that BTG achieves superior empirical performance over MLE-based models.

📄 PDF Abstract BibTeX arXiv:2210.10973

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesModel Selection

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…
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 제목 키워드 기반

Hyperspectral recovery from RGB images using Gaussian Processes

2018-01-15 · Naveed Akhtar, Ajmal Mian

We propose to recover spectral details from RGB images of known spectral quantization by modeling natural spectra under Gaussian Processes and combining them with the RGB images. Our technique exploits Process Kernels to…

Gaussian ProcessesQuantization

Provable and scalable quantum Gaussian processes for quantum learning

2026-04-30 · Jonas Jäger, Paolo Braccia, Pablo Bermejo, Manuel G. Algaba 외 arxiv

Despite rapid recent advances in quantum machine learning, the field is in many ways stuck. Existing approaches can exhibit serious limitations, and we still lack learning frameworks that are simple, interpretable, scala…

Quantum Machine LearningGaussian Processes

Graph Random Features for Scalable Gaussian Processes

2025-09-03 · Matthew Zhang, Jihao Andreas Lin, Krzysztof Choromanski, Adrian Weller 외 arxiv

We study the application of graph random features (GRFs) - a recently introduced stochastic estimator of graph node kernels - to scalable Gaussian processes on discrete input spaces. We prove that (under mild assumptions…

Bayesian InferenceGaussian Processes

Scalable GAM using sparse variational Gaussian processes

2018-12-28 · Vincent Adam, Nicolas Durrande, ST John

Generalized additive models (GAMs) are a widely used class of models of interest to statisticians as they provide a flexible way to design interpretable models of data beyond linear models. We here propose a scalable and…

Additive modelsGaussian ProcessesVariational Inference

Scalable Bayesian Optimization Using Vecchia Approximations of Gaussian Processes

2022-03-02 · Felix Jimenez, Matthias Katzfuss

Bayesian optimization is a technique for optimizing black-box target functions. At the core of Bayesian optimization is a surrogate model that predicts the output of the target function at previously unseen inputs to fac…

Bayesian OptimizationGaussian ProcessesThompson Sampling