paper-with-me

Papers

Understanding and Comparing Scalable Gaussian Process Regression for Big Data

2018-11-03 · Haitao Liu, Jianfei Cai, Yew-Soon Ong, Yi Wang

As a non-parametric Bayesian model which produces informative predictive distribution, Gaussian process (GP) has been widely used in various fields, like regression, classification and optimization. The cubic complexity of standard GP however leads to poor scalability, which poses challenges in the era of big data. Hence, various scalable GPs have been developed in the literature in order to improve the scalability while retaining desirable prediction accuracy. This paper devotes to investigating the methodological characteristics and performance of representative global and local scalable GPs including sparse approximations and local aggregations from four main perspectives: scalability, capability, controllability and robustness. The numerical experiments on two toy examples and five real-world datasets with up to 250K points offer the following findings. In terms of scalability, most of the scalable GPs own a time complexity that is linear to the training size. In terms of capability, the sparse approximations capture the long-term spatial correlations, the local aggregations capture the local patterns but suffer from over-fitting in some scenarios. In terms of controllability, we could improve the performance of sparse approximations by simply increasing the inducing size. But this is not the case for local aggregations. In terms of robustness, local aggregations are robust to various initializations of hyperparameters due to the local attention mechanism. Finally, we highlight that the proper hybrid of global and local scalable GPs may be a promising way to improve both the model capability and scalability for big data.

📄 PDF Abstract BibTeX arXiv:1811.01159

Code (0)

등록된 구현이 없습니다.

Tasks

regression

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 제목 키워드 기반

Gaussian process regression as a predictive model for Quality-of-Service in Web service systems

2012-07-30 · Jakub M. Tomczak, Jerzy Swiatek, Krzysztof Latawiec

In this paper, we present the Gaussian process regression as the predictive model for Quality-of-Service (QoS) attributes in Web service systems. The goal is to predict performance of the execution system expressed as Qo…

General Classificationregression

Gaussian Processes with Noisy Regression Inputs for Dynamical Systems

2024-08-16 · Tobias M. Wolff, Victor G. Lopez, Matthias A. Müller

This paper is centered around the approximation of dynamical systems by means of Gaussian processes. To this end, trajectories of such systems must be collected to be used as training data. The measurements of these traj…

Gaussian Processesregression

Data-aided Sensing for Gaussian Process Regression in IoT Systems

2020-11-23 · Jinho Choi

In this paper, for efficient data collection with limited bandwidth, data-aided sensing is applied to Gaussian process regression that is used to learn data sets collected from sensors in Internet-of-Things systems. We f…

regression

Normative Modeling of Neuroimaging Data using Scalable Multi-Task Gaussian Processes

2018-06-04 · Seyed Mostafa Kia, Andre Marquand

Normative modeling has recently been proposed as an alternative for the case-control approach in modeling heterogeneity within clinical cohorts. Normative modeling is based on single-output Gaussian process regression th…

Gaussian ProcessesNovelty Detectionregression

The Theory and Practice of Highly Scalable Gaussian Process Regression with Nearest Neighbours

2026-04-08 · Robert Allison, Tomasz Maciazek, Anthony Stephenson arxiv

Gaussian process ($GP$) regression is a widely used non-parametric modeling tool, but its cubic complexity in the training size limits its use on massive data sets. A practical remedy is to predict using only the nearest…