paper-with-me

Papers

Fast Deep Mixtures of Gaussian Process Experts

2020-06-11 · Clement Etienam, Kody Law, Sara Wade, Vitaly Zankin

Mixtures of experts have become an indispensable tool for flexible modelling in a supervised learning context, allowing not only the mean function but the entire density of the output to change with the inputs. Sparse Gaussian processes (GP) have shown promise as a leading candidate for the experts in such models, and in this article, we propose to design the gating network for selecting the experts from such mixtures of sparse GPs using a deep neural network (DNN). Furthermore, a fast one pass algorithm called Cluster-Classify-Regress (CCR) is leveraged to approximate the maximum a posteriori (MAP) estimator extremely quickly. This powerful combination of model and algorithm together delivers a novel method which is flexible, robust, and extremely efficient. In particular, the method is able to outperform competing methods in terms of accuracy and uncertainty quantification. The cost is competitive on low-dimensional and small data sets, but is significantly lower for higher-dimensional and big data sets. Iteratively maximizing the distribution of experts given allocations and allocations given experts does not provide significant improvement, which indicates that the algorithm achieves a good approximation to the local MAP estimator very fast. This insight can be useful also in the context of other mixture of experts models.

📄 PDF Abstract BibTeX arXiv:2006.13309

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesMixture-of-ExpertsUncertainty Quantification

Similar Papers 제목 키워드 기반

Mixtures of Gaussian Process Experts with SMC$^2$

2022-08-26 · Teemu Härkönen, Sara Wade, Kody Law, Lassi Roininen

Gaussian processes are a key component of many flexible statistical and machine learning models. However, they exhibit cubic computational complexity and high memory constraints due to the need of inverting and storing a…

Gaussian Processes

Gaussian Process-Gated Hierarchical Mixtures of Experts

2023-02-09 · Yuhao Liu, Marzieh Ajirak, Petar Djuric

In this paper, we propose novel Gaussian process-gated hierarchical mixtures of experts (GPHMEs). Unlike other mixtures of experts with gating models linear in the input, our model employs gating functions built with Gau…

Gaussian ProcessesVariational Inference

Mixtures of Gaussian process experts based on kernel stick-breaking processes

2023-04-26 · Yuji Saikai, Khue-Dung Dang

Mixtures of Gaussian process experts is a class of models that can simultaneously address two of the key limitations inherent in standard Gaussian processes: scalability and predictive performance. In particular, models …

Gaussian Processes

Enriched Mixtures of Gaussian Process Experts

2019-05-30 · Charles W. L. Gadd, Sara Wade, Alexis Boukouvalas

Mixtures of experts probabilistically divide the input space into regions, where the assumptions of each expert, or conditional model, need only hold locally. Combined with Gaussian process (GP) experts, this results in …

Deep Structured Mixtures of Gaussian Processes

2019-10-10 · Martin Trapp, Robert Peharz, Franz Pernkopf, Carl E. Rasmussen

Gaussian Processes (GPs) are powerful non-parametric Bayesian regression models that allow exact posterior inference, but exhibit high computational and memory costs. In order to improve scalability of GPs, approximate p…

Gaussian Processes