vix.ing · top · new · best · stats

GPyTorch: Blackbox Matrix-Matrix Gaussian Process Inference with GPU Acceleration

2018/09/28 by Jacob R. Gardner, Gardner, Jacob R., Geoff Pleiss +7 · 172 citations
Computer Science · Engineering · Mathematics · #Control Systems and Identification #Gaussian Processes and Bayesian Inference #Neural Networks and Applications #cs.LG #stat.ML

paper · pdf · doi:10.48550/arxiv.1809.11165

NeurIPS 2018. Most recent version includes additional details on preconditioned BBMM

arxiv created 2021/06/29 · arxiv updated 2021/07/01

Abstract

Despite advances in scalable models, the inference tools used for Gaussian processes (GPs) have yet to fully capitalize on developments in computing hardware. We present an efficient and general approach to GP inference based on Blackbox Matrix-Matrix multiplication (BBMM). BBMM inference uses a modified batched version of the conjugate gradients algorithm to derive all terms for training and inference in a single call. BBMM reduces the asymptotic complexity of exact GP inference from O(n3) to O(n2). Adapting this algorithm to scalable approximations and complex GP models simply requires a routine for efficient matrix-matrix multiplication with the kernel and its derivative. In addition, BBMM uses a specialized preconditioner to substantially speed up convergence. In experiments we show that BBMM effectively uses GPU hardware to dramatically accelerate both exact GP inference and scalable approximations. Additionally, we provide GPyTorch, a software platform for scalable GP inference via BBMM, built on PyTorch.

Citations

Cited by

Related