paper-with-me

Papers

Aggregating Dependent Gaussian Experts in Local Approximation

2020-10-17 · Hamed Jalali, Gjergji Kasneci

Distributed Gaussian processes (DGPs) are prominent local approximation methods to scale Gaussian processes (GPs) to large datasets. Instead of a global estimation, they train local experts by dividing the training set into subsets, thus reducing the time complexity. This strategy is based on the conditional independence assumption, which basically means that there is a perfect diversity between the local experts. In practice, however, this assumption is often violated, and the aggregation of experts leads to sub-optimal and inconsistent solutions. In this paper, we propose a novel approach for aggregating the Gaussian experts by detecting strong violations of conditional independence. The dependency between experts is determined by using a Gaussian graphical model, which yields the precision matrix. The precision matrix encodes conditional dependencies between experts and is used to detect strongly dependent experts and construct an improved aggregation. Using both synthetic and real datasets, our experimental evaluations illustrate that our new method outperforms other state-of-the-art (SOTA) DGP approaches while being substantially more time-efficient than SOTA approaches, which build on independent experts.

📄 PDF Abstract BibTeX arXiv:2010.08873

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGaussian Processes

Similar Papers 제목 키워드 기반

Gaussian Experts Selection using Graphical Models

2021-02-02 · Hamed Jalali, Martin Pawelczyk, Gjergji Kasneci

Local approximations are popular methods to scale Gaussian processes (GPs) to big data. Local approximations reduce time complexity by dividing the original dataset into subsets and training a local expert on each subset…

Gaussian ProcessesUncertainty Quantification

Correlated Product of Experts for Sparse Gaussian Process Regression

2021-12-17 · Manuel Schürch, Dario Azzimonti, Alessio Benavoli, Marco Zaffalon

Gaussian processes (GPs) are an important tool in machine learning and statistics with applications ranging from social and natural science through engineering. They constitute a powerful kernelized non-parametric method…

Gaussian ProcessesregressionStochastic Optimization

Entry Dependent Expert Selection in Distributed Gaussian Processes Using Multilabel Classification

2022-11-17 · Hamed Jalali, Gjergji Kasneci

By distributing the training process, local approximation reduces the cost of the standard Gaussian Process. An ensemble technique combines local predictions from Gaussian experts trained on different partitions of the d…

Gaussian ProcessesMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Gaussian Graphical Models as an Ensemble Method for Distributed Gaussian Processes

2022-02-07 · Hamed Jalali, Gjergji Kasneci

Distributed Gaussian process (DGP) is a popular approach to scale GP to big data which divides the training data into some subsets, performs local inference for each partition, and aggregates the results to acquire globa…

DiversityGaussian Processes

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