paper-with-me

홈 › Papers

Hierarchical Inducing Point Gaussian Process for Inter-domain Observations

2021-02-28 · Luhuan Wu, Andrew Miller, Lauren Anderson, Geoff Pleiss, David Blei, John Cunningham

We examine the general problem of inter-domain Gaussian Processes (GPs): problems where the GP realization and the noisy observations of that realization lie on different domains. When the mapping between those domains is linear, such as integration or differentiation, inference is still closed form. However, many of the scaling and approximation techniques that our community has developed do not apply to this setting. In this work, we introduce the hierarchical inducing point GP (HIP-GP), a scalable inter-domain GP inference method that enables us to improve the approximation accuracy by increasing the number of inducing points to the millions. HIP-GP, which relies on inducing points with grid structure and a stationary kernel assumption, is suitable for low-dimensional problems. In developing HIP-GP, we introduce (1) a fast whitening strategy, and (2) a novel preconditioner for conjugate gradients which can be helpful in general GP settings. Our code is available at https: //github.com/cunningham-lab/hipgp.

📄 PDF Abstract BibTeX arXiv:2103.00393

Code (1)

cunningham-lab/hipgp 공식 구현 pytorch

Tasks

Gaussian Processes

Similar Papers 제목 키워드 기반

Sparse within Sparse Gaussian Processes using Neighbor Information

2020-11-10 · Gia-Lac Tran, Dimitrios Milios, Pietro Michiardi, Maurizio Filippone

Approximations to Gaussian processes based on inducing variables, combined with variational inference techniques, enable state-of-the-art sparse approaches to infer GPs at scale through mini batch-based learning. In this…

Gaussian ProcessesVariational Inference

Probabilistic selection of inducing points in sparse Gaussian processes

2020-10-19 · Anders Kirk Uhrenholt, Valentin Charvet, Bjørn Sand Jensen

Sparse Gaussian processes and various extensions thereof are enabled through inducing points, that simultaneously bottleneck the predictive capacity and act as the main contributor towards model complexity. However, the …

Gaussian ProcessesVariational Inference

Transforming Gaussian Processes With Normalizing Flows

2020-11-03 · Juan Maroñas, Oliver Hamelijnck, Jeremias Knoblauch, Theodoros Damoulas

Gaussian Processes (GPs) can be used as flexible, non-parametric function priors. Inspired by the growing body of work on Normalizing Flows, we enlarge this class of priors through a parametric invertible transformation …

Bayesian InferenceGaussian Processes

Numerically Stable Sparse Gaussian Processes via Minimum Separation using Cover Trees

2022-10-14 · Alexander Terenin, David R. Burt, Artem Artemev, Seth Flaxman 외

Gaussian processes are frequently deployed as part of larger machine learning and decision-making systems, for instance in geospatial modeling, Bayesian optimization, or in latent Gaussian models. Within a system, the Ga…

Bayesian OptimizationDecision MakingGaussian Processes

Deep Gaussian Processes with Decoupled Inducing Inputs

2018-01-09 · Marton Havasi, José Miguel Hernández-Lobato, Juan José Murillo-Fuentes

Deep Gaussian Processes (DGP) are hierarchical generalizations of Gaussian Processes (GP) that have proven to work effectively on a multiple supervised regression tasks. They combine the well calibrated uncertainty estim…

Gaussian Processes