paper-with-me

Papers

Multiresolution Kernel Approximation for Gaussian Process Regression

2017-08-07 · NeurIPS 2017 12 · Yi Ding, Risi Kondor, Jonathan Eskreis-Winkler

Gaussian process regression generally does not scale to beyond a few thousands data points without applying some sort of kernel approximation method. Most approximations focus on the high eigenvalue part of the spectrum of the kernel matrix, $K$, which leads to bad performance when the length scale of the kernel is small. In this paper we introduce Multiresolution Kernel Approximation (MKA), the first true broad bandwidth kernel approximation algorithm. Important points about MKA are that it is memory efficient, and it is a direct method, which means that it also makes it easy to approximate $K^{-1}$ and $\mathop{\textrm{det}}(K)$.

📄 PDF Abstract BibTeX arXiv:1708.02183

Code (1)

niklasschmitz/MultiresolutionKernelApproximationSlides

Tasks

regression

Similar Papers 제목 키워드 기반

Gaussian Process Regression under Computational and Epistemic Misspecification

2023-12-14 · Daniel Sanz-Alonso, Ruiyi Yang

Gaussian process regression is a classical kernel method for function estimation and data interpolation. In large data applications, computational costs can be reduced using low-rank or sparse approximations of the kerne…

regression

Gauss-Legendre Features for Gaussian Process Regression

2021-01-04 · Paz Fink Shustin, Haim Avron

Gaussian processes provide a powerful probabilistic kernel learning framework, which allows learning high quality nonparametric regression models via methods such as Gaussian process regression. Nevertheless, the learnin…

Gaussian ProcessesNumerical Integrationregression

Conjugate Gradients for Kernel Machines

2019-11-14 · Simon Bartels, Philipp Hennig

Regularized least-squares (kernel-ridge / Gaussian process) regression is a fundamental algorithm of statistics and machine learning. Because generic algorithms for the exact solution have cubic complexity in the number …

BIG-bench Machine Learningregression

Model Selection for Gaussian Process Regression by Approximation Set Coding

2016-10-04 · Benjamin Fischer, Nico Gorbach, Stefan Bauer, Yatao Bian 외

Gaussian processes are powerful, yet analytically tractable models for supervised learning. A Gaussian process is characterized by a mean function and a covariance function (kernel), which are determined by a model selec…

Gaussian ProcessesModel Selectionregression

Advanced Stationary and Non-Stationary Kernel Designs for Domain-Aware Gaussian Processes

2021-02-05 · Marcus M. Noack, James A. Sethian

Gaussian process regression is a widely-applied method for function approximation and uncertainty quantification. The technique has gained popularity recently in the machine learning community due to its robustness and i…

Gaussian ProcessesregressionUncertainty Quantification