paper-with-me

Papers

Patchwork Kriging for Large-scale Gaussian Process Regression

2017-01-23 · Chiwoo Park, Daniel Apley

This paper presents a new approach for Gaussian process (GP) regression for large datasets. The approach involves partitioning the regression input domain into multiple local regions with a different local GP model fitted in each region. Unlike existing local partitioned GP approaches, we introduce a technique for patching together the local GP models nearly seamlessly to ensure that the local GP models for two neighboring regions produce nearly the same response prediction and prediction error variance on the boundary between the two regions. This largely mitigates the well-known discontinuity problem that degrades the boundary accuracy of existing local partitioned GP methods. Our main innovation is to represent the continuity conditions as additional pseudo-observations that the differences between neighboring GP responses are identically zero at an appropriately chosen set of boundary input locations. To predict the response at any input location, we simply augment the actual response observations with the pseudo-observations and apply standard GP prediction methods to the augmented data. In contrast to heuristic continuity adjustments, this has an advantage of working within a formal GP framework, so that the GP-based predictive uncertainty quantification remains valid. Our approach also inherits a sparse block-like structure for the sample covariance matrix, which results in computationally efficient closed-form expressions for the predictive mean and variance. In addition, we provide a new spatial partitioning scheme based on a recursive space partitioning along local principal component directions, which makes the proposed approach applicable for regression domains having more than two dimensions. Using three spatial datasets and three higher dimensional datasets, we investigate the numerical performance of the approach and compare it to several state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1701.06655

Code (0)

등록된 구현이 없습니다.

Tasks

regressionUncertainty Quantification

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…

Similar Papers 제목 키워드 기반

Blitzkriging: Kronecker-structured Stochastic Gaussian Processes

2015-10-27 · Thomas Nickson, Tom Gunter, Chris Lloyd, Michael A. Osborne 외

We present Blitzkriging, a new approach to fast inference for Gaussian processes, applicable to regression, optimisation and classification. State-of-the-art (stochastic) inference for Gaussian processes on very large da…

Gaussian ProcessesGeneral ClassificationregressionTime Series+2

Multifidelity Data Fusion via Gradient-Enhanced Gaussian Process Regression

2020-08-03 · Yixiang Deng, Guang Lin, Xiu Yang

We propose a data fusion method based on multi-fidelity Gaussian process regression (GPR) framework. This method combines available data of the quantity of interest (QoI) and its gradients with different fidelity levels,…

GPRregression

Bivariate DeepKriging for Large-scale Spatial Interpolation of Wind Fields

2023-07-16 · Pratik Nag, Ying Sun, Brian J Reich

High spatial resolution wind data are essential for a wide range of applications in climate, oceanographic and meteorological studies. Large-scale spatial interpolation or downscaling of bivariate wind fields having velo…

Computational EfficiencyGaussian ProcessesSpatial InterpolationUncertainty Quantification

Kriging via variably scaled kernels

2026-03-16 · Gianluca Audone, Francesco Marchetti, Emma Perracchione, Milvia Rossini arxiv

Classical Gaussian processes and Kriging models are commonly based on stationary kernels, whereby correlations between observations depend exclusively on the relative distance between scattered data. While this assumptio…

Gaussian Processes

DeepKriging: Spatially Dependent Deep Neural Networks for Spatial Prediction

2020-07-23 · Wanfang Chen, Yuxiao Li, Brian J. Reich, Ying Sun

In spatial statistics, a common objective is to predict values of a spatial process at unobserved locations by exploiting spatial dependence. Kriging provides the best linear unbiased predictor using covariance functions…

Gaussian ProcessesGeneral ClassificationPrediction