Learning Deep Mixtures of Gaussian Process Experts Using Sum-Product Networks
Martin Trapp, Robert Peharz, Carl E. Rasmussen, Franz Pernkopf

TL;DR
This paper introduces a novel probabilistic regression model that combines Gaussian processes with sum-product networks, enabling efficient, exact inference and handling non-stationarities in data, outperforming traditional GPs in various experiments.
Contribution
It integrates GPs into SPNs to create a flexible, scalable, and exact inference framework for regression, addressing computational challenges of standard GPs.
Findings
Model is computationally efficient and memory-friendly.
Allows exact posterior inference in complex models.
Outperforms traditional GPs and approximations on real data.
Abstract
While Gaussian processes (GPs) are the method of choice for regression tasks, they also come with practical difficulties, as inference cost scales cubic in time and quadratic in memory. In this paper, we introduce a natural and expressive way to tackle these problems, by incorporating GPs in sum-product networks (SPNs), a recently proposed tractable probabilistic model allowing exact and efficient inference. In particular, by using GPs as leaves of an SPN we obtain a novel flexible prior over functions, which implicitly represents an exponentially large mixture of local GPs. Exact and efficient posterior inference in this model can be done in a natural interplay of the inference mechanisms in GPs and SPNs. Thereby, each GP is -- similarly as in a mixture of experts approach -- responsible only for a subset of data points, which effectively reduces inference cost in a divide and conquer…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Bayesian Modeling and Causal Inference · Machine Learning and Data Classification
