MLFeb 20, 2018

The Gaussian Process Autoregressive Regression Model (GPAR)

arXiv:1802.07182v446 citations
AI Analysis

This addresses the need for efficient and powerful multi-output regression models in machine learning, offering a novel approach to improve predictive accuracy in various applications.

The paper tackles the problem of limited representational power and computational demands in multi-output Gaussian process regression by introducing GPAR, a scalable model that captures nonlinear, input-varying dependencies between outputs using a product rule decomposition. It demonstrates state-of-the-art performance on benchmarks, outperforming existing GP models.

Multi-output regression models must exploit dependencies between outputs to maximise predictive performance. The application of Gaussian processes (GPs) to this setting typically yields models that are computationally demanding and have limited representational power. We present the Gaussian Process Autoregressive Regression (GPAR) model, a scalable multi-output GP model that is able to capture nonlinear, possibly input-varying, dependencies between outputs in a simple and tractable way: the product rule is used to decompose the joint distribution over the outputs into a set of conditionals, each of which is modelled by a standard GP. GPAR's efficacy is demonstrated on a variety of synthetic and real-world problems, outperforming existing GP models and achieving state-of-the-art performance on established benchmarks.

Code Implementations3 repos
Foundations

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

Your Notes