Aggregation Models with Optimal Weights for Distributed Gaussian Processes
Haoyuan Chen, Rui Tuo
TL;DR
This work addresses the scalability of Gaussian process regression in distributed settings by introducing an optimal weights aggregation framework based on OptiCom. It extends OptiCom to both sparse variational GP and exact GP, deriving weights by solving a linear system that captures inter-expert correlations, enabling consistent mean predictions with manageable computational overhead. Empirical results on synthetic data and UCI temporal extrapolation demonstrate improved stability and competitive accuracy compared to PoE, BCM, grBCM, and NPAE, with significantly reduced runtime when the number of experts remains moderate. The work provides practical guidance for deploying distributed GPs at scale, and outlines future directions toward variance consistency and adaptive resource allocation.
Abstract
Gaussian process (GP) models have received increasing attention in recent years due to their superb prediction accuracy and modeling flexibility. To address the computational burdens of GP models for large-scale datasets, distributed learning for GPs are often adopted. Current aggregation models for distributed GPs is not time-efficient when incorporating correlations between GP experts. In this work, we propose a novel approach for aggregated prediction in distributed GPs. The technique is suitable for both the exact and sparse variational GPs. The proposed method incorporates correlations among experts, leading to better prediction accuracy with manageable computational requirements. As demonstrated by empirical studies, the proposed approach results in more stable predictions in less time than state-of-the-art consistent aggregation models.
