A Robust Approach to Gaussian Processes Implementation
Juliette Mukangango, Amanda Muyskens, Benjamin W. Priest

TL;DR
This paper introduces MuyGPs, a scalable Gaussian Process regression method that incorporates robust loss functions to effectively handle large spatial datasets with outliers, improving accuracy and uncertainty quantification.
Contribution
The paper presents a novel scalable GP algorithm, MuyGPs, with a robust leave-one-out loss function based on the pseudo-Huber function to mitigate outlier effects.
Findings
MuyGPs achieves state-of-the-art accuracy and speed on large spatial datasets.
The LOOPH loss function maintains accuracy despite outliers.
Application to U.S. ozone data demonstrates effective uncertainty quantification.
Abstract
Gaussian Process (GP) regression is a flexible modeling technique used to predict outputs and to capture uncertainty in the predictions. However, the GP regression process becomes computationally intensive when the training spatial dataset has a large number of observations. To address this challenge, we introduce a scalable GP algorithm, termed MuyGPs, which incorporates nearest neighbor and leave-one-out cross-validation during training. This approach enables the evaluation of large spatial datasets with state-of-the-art accuracy and speed in certain spatial problems. Despite these advantages, conventional quadratic loss functions used in the MuyGPs optimization such as Root Mean Squared Error(RMSE), are highly influenced by outliers. We explore the behavior of MuyGPs in cases involving outlying observations, and subsequently, develop a robust approach to handle and mitigate their…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Fault Detection and Control Systems
