Fast Multitask Gaussian Process Regression
Aleksei G. Sorokin, Pieterjan Robbe, Fred J. Hickernell

TL;DR
This paper introduces a scalable method for multitask Gaussian process regression that leverages structured kernel matrices and low-discrepancy sampling to significantly reduce computational complexity, enabling efficient modeling of multiple correlated tasks.
Contribution
It generalizes fast Gaussian processes to multitask settings using structured block matrices and low-discrepancy sampling, providing an efficient algorithm and open-source implementation.
Findings
Algorithm achieves faster storage and computation for large datasets.
Validated efficiency improvements over standard methods.
Applicable to problems with multiple correlated tasks.
Abstract
Gaussian process (GP) regression is a powerful probabilistic modeling technique with built-in uncertainty quantification. When one has access to multiple correlated simulations (tasks), it is common to fit a multitask GP (MTGP) surrogate which is capable of capturing both inter-task and intra-task correlations. However, with a total of evaluations across all tasks, fitting an MTGP is often infeasible due to the storage and computations required to store, solve a linear system in, and compute the determinant of the Gram matrix of pairwise kernel evaluations. In the single-task setting, one may reduce the required storage to and computations to by fitting "fast GPs" which pair low-discrepancy design points from quasi-Monte Carlo to special kernel forms which yields nicely structured Gram…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Machine Learning in Materials Science · Advanced Multi-Objective Optimization Algorithms
