paper-with-me

Papers

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 data. Ensemble methods aggregate models' predictions by assuming a perfect diversity of local predictors. Although it keeps the aggregation tractable, this assumption is often violated in practice. Even though ensemble methods provide consistent results by assuming dependencies between experts, they have a high computational cost, which is cubic in the number of experts involved. By implementing an expert selection strategy, the final aggregation step uses fewer experts and is more efficient. However, a selection approach that assigns a fixed set of experts to each new data point cannot encode the specific properties of each unique data point. This paper proposes a flexible expert selection approach based on the characteristics of entry data points. To this end, we investigate the selection task as a multi-label classification problem where the experts define labels, and each entry point is assigned to some experts. The proposed solution's prediction quality, efficiency, and asymptotic properties are discussed in detail. We demonstrate the efficacy of our method through extensive numerical experiments using synthetic and real-world data sets.

📄 PDF Abstract BibTeX arXiv:2211.09940

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar 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 i…

DiversityGaussian Processes

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

Distributed Gaussian Processes

2015-02-10 · Marc Peter Deisenroth, Jun Wei Ng

To scale Gaussian processes (GPs) to large data sets we introduce the robust Bayesian Committee Machine (rBCM), a practical and scalable product-of-experts model for large-scale distributed GP regression. Unlike state-of…

FormGaussian Processesregression

Estimating Rank-One Spikes from Heavy-Tailed Noise via Self-Avoiding Walks

2020-08-31 · NeurIPS 2020 12 · Jingqiu Ding, Samuel B. Hopkins, David Steurer

We study symmetric spiked matrix models with respect to a general class of noise distributions. Given a rank-1 deformation of a random noise matrix, whose entries are independently distributed with zero mean and unit var…

Decomposing Gaussians with Unknown Covariance

2024-09-17 · Ameer Dharamshi, Anna Neufeld, Lucy L. Gao, Jacob Bien 외

Common workflows in machine learning and statistics rely on the ability to partition the information in a data set into independent portions. Recent work has shown that this may be possible even when conventional sample …

Gaussian ProcessesModel Selection