LGMLJun 11, 2020

Fast Deep Mixtures of Gaussian Process Experts

arXiv:2006.13309v42 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and robust modeling in machine learning, particularly for high-dimensional data, though it is incremental as it builds on existing mixtures of experts and sparse Gaussian processes.

The authors tackled the problem of flexible modeling in supervised learning by proposing a mixture of sparse Gaussian process experts with a deep neural network gating network and a fast one-pass algorithm for approximation, resulting in a method that outperforms competitors in accuracy and uncertainty quantification, with significantly lower computational cost for high-dimensional and big datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes