English

Scalable Exact Inference in Multi-Output Gaussian Processes

Machine Learning 2020-07-20 v3 Machine Learning

Abstract

Multi-output Gaussian processes (MOGPs) leverage the flexibility and interpretability of GPs while capturing structure across outputs, which is desirable, for example, in spatio-temporal modelling. The key problem with MOGPs is their computational scaling O(n3p3)O(n^3 p^3), which is cubic in the number of both inputs nn (e.g., time points or locations) and outputs pp. For this reason, a popular class of MOGPs assumes that the data live around a low-dimensional linear subspace, reducing the complexity to O(n3m3)O(n^3 m^3). However, this cost is still cubic in the dimensionality of the subspace mm, which is still prohibitively expensive for many applications. We propose the use of a sufficient statistic of the data to accelerate inference and learning in MOGPs with orthogonal bases. The method achieves linear scaling in mm in practice, allowing these models to scale to large mm without sacrificing significant expressivity or requiring approximation. This advance opens up a wide range of real-world tasks and can be combined with existing GP approximations in a plug-and-play way. We demonstrate the efficacy of the method on various synthetic and real-world data sets.

Keywords

Cite

@article{arxiv.1911.06287,
  title  = {Scalable Exact Inference in Multi-Output Gaussian Processes},
  author = {Wessel P. Bruinsma and Eric Perim and Will Tebbutt and J. Scott Hosking and Arno Solin and Richard E. Turner},
  journal= {arXiv preprint arXiv:1911.06287},
  year   = {2020}
}

Comments

31 pages, 12 figures, 5 tables, includes appendix; to appear in ICML 2020

R2 v1 2026-06-23T12:16:15.917Z