paper-with-me

Papers

High-Dimensional Gaussian Process Regression with Soft Kernel Interpolation

2024-10-28 · Chris Camaño, Daniel Huang

We introduce Soft Kernel Interpolation (SoftKI), a method that combines aspects of Structured Kernel Interpolation (SKI) and variational inducing point methods, to achieve scalable Gaussian Process (GP) regression on high-dimensional datasets. SoftKI approximates a kernel via softmax interpolation from a smaller number of interpolation points learned by optimizing a combination of the SoftKI marginal log-likelihood (MLL), and when needed, an approximate MLL for improved numerical stability. Consequently, it can overcome the dimensionality scaling challenges that SKI faces when interpolating from a dense and static lattice while retaining the flexibility of variational methods to adapt inducing points to the dataset. We demonstrate the effectiveness of SoftKI across various examples and show that it is competitive with other approximated GP methods when the data dimensionality is modest (around 10).

📄 PDF Abstract BibTeX arXiv:2410.21419

Code (1)

danehuang/softki_gp_kit 공식 구현 pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…

Similar Papers 제목 키워드 기반

Scaling Gaussian Process Regression with Full Derivative Observations

2025-05-14 · Daniel Huang

We present a scalable Gaussian Process (GP) method that can fit and predict full derivative observations called DSoftKI. It extends SoftKI, a method that approximates a kernel via softmax interpolation from learned inter…

regression

Gaussian Process Latent Factor Regression for Low-Data, High-Dimensional Output Problems

2026-06-04 · Edward T. Stevenson, Eric T. Wolf, Mei Ting Mak, N. J. Mayne 외 arxiv

In the sciences, regression tasks often require predicting high-dimensional outputs from few training examples. Multi-output Gaussian processes excel in low-data regimes but typically struggle with high-dimensional outpu…

Gaussian Processes

Algorithms and Scientific Software for Quasi-Monte Carlo, Fast Gaussian Process Regression, and Scientific Machine Learning

2025-11-26 · Aleksei G. Sorokin arxiv

Most scientific domains elicit the development of efficient algorithms and accessible scientific software. This thesis unifies our developments in three broad domains: Quasi-Monte Carlo (QMC) methods for efficient high-d…

Implicit Manifold Gaussian Process Regression

2023-10-30 · NeurIPS 2023 11 · Bernardo Fichera, Viacheslav Borovitskiy, Andreas Krause, Aude Billard

Gaussian process regression is widely used because of its ability to provide well-calibrated uncertainty estimates and handle small or sparse datasets. However, it struggles with high-dimensional data. One possible way t…

regression

Gaussian Process Regression with Soft Inequality and Monotonicity Constraints

2024-04-03 · Didem Kochan, Xiu Yang

Gaussian process (GP) regression is a non-parametric, Bayesian framework to approximate complex models. Standard GP regression can lead to an unbounded model in which some points can take infeasible values. We introduce …

regression