paper-with-me

홈 › Papers

Large-Scale Gaussian Processes via Alternating Projection

2023-10-26 · Kaiwen Wu, Jonathan Wenger, Haydn Jones, Geoff Pleiss, Jacob R. Gardner

Training and inference in Gaussian processes (GPs) require solving linear systems with $n\times n$ kernel matrices. To address the prohibitive $\mathcal{O}(n^3)$ time complexity, recent work has employed fast iterative methods, like conjugate gradients (CG). However, as datasets increase in magnitude, the kernel matrices become increasingly ill-conditioned and still require $\mathcal{O}(n^2)$ space without partitioning. Thus, while CG increases the size of datasets GPs can be trained on, modern datasets reach scales beyond its applicability. In this work, we propose an iterative method which only accesses subblocks of the kernel matrix, effectively enabling mini-batching. Our algorithm, based on alternating projection, has $\mathcal{O}(n)$ per-iteration time and space complexity, solving many of the practical challenges of scaling GPs to very large datasets. Theoretically, we prove the method enjoys linear convergence. Empirically, we demonstrate its fast convergence in practice and robustness to ill-conditioning. On large-scale benchmark datasets with up to four million data points, our approach accelerates GP training and inference by speed-up factors up to $27\times$ and $72 \times$, respectively, compared to CG.

📄 PDF Abstract BibTeX arXiv:2310.17137

Code (1)

kayween/alternating-projection-for-gp 공식 구현 pytorch

Tasks

Gaussian ProcessesHyperparameter Optimization

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Distributed Quantum Gaussian Processes for Multi-Agent Systems

2026-02-16 · Meet Gandhi, George P. Kontoudis arxiv

Gaussian Processes (GPs) are a powerful tool for probabilistic modeling, but their performance is often constrained in complex, large-scale real-world domains due to the limited expressivity of classical kernels. Quantum…

Distributed OptimizationGaussian Processes

Warm-Starting Iterative Gaussian Processes for Faster Sequential Inference

2025-11-20 · Alan Yufei Dong, Jihao Andreas Lin, José Miguel Hernández-Lobato arxiv

Efficient Gaussian process (GP) inference is critical for sequential decision-making tasks such as active learning, online prediction, and Bayesian optimization. Iterative approaches of approximating the GP posterior usi…

Gaussian ProcessesActive Learning

Improving Linear System Solvers for Hyperparameter Optimisation in Iterative Gaussian Processes

2024-05-28 · Jihao Andreas Lin, Shreyas Padhy, Bruno Mlodozeniec, Javier Antorán 외

Scaling hyperparameter optimisation to very large datasets remains an open problem in the Gaussian process community. This paper focuses on iterative methods, which use linear system solvers, like conjugate gradients, al…

Gaussian Processes

Hierarchical Non-Stationary Temporal Gaussian Processes With $L^1$-Regularization

2021-05-20 · Zheng Zhao, Rui Gao, Simo Särkkä

This paper is concerned with regularized extensions of hierarchical non-stationary temporal Gaussian processes (NSGPs) in which the parameters (e.g., length-scale) are modeled as GPs. In particular, we consider two commo…

Gaussian Processesregression

Clustering with feature selection using alternating minimization, Application to computational biology

2017-11-08 · Cyprien Gilet, Marie Deprez, Jean-Baptiste Caillau, Michel Barlaud

This paper deals with unsupervised clustering with feature selection. The problem is to estimate both labels and a sparse projection matrix of weights. To address this combinatorial non-convex problem maintaining a stric…

Clusteringfeature selection