MLLGAPCODec 30, 2020

Fast covariance parameter estimation of spatial Gaussian process models using neural networks

arXiv:2012.15339v148 citations
AI Analysis

This work offers a significant computational speedup for researchers and practitioners using spatial Gaussian process models, particularly in fields like climate science, by making covariance parameter estimation much faster.

This paper addresses the computational cost of maximum likelihood (ML) estimation for covariance parameters in spatial Gaussian process models by proposing a neural network (NN) approach. The NNs, trained on spatial fields or variograms, achieve similar accuracy to ML estimation while providing a speedup factor of 100 or more for range and noise-to-signal covariance parameters.

Gaussian processes (GPs) are a popular model for spatially referenced data and allow descriptive statements, predictions at new locations, and simulation of new fields. Often a few parameters are sufficient to parameterize the covariance function, and maximum likelihood (ML) methods can be used to estimate these parameters from data. ML methods, however, are computationally demanding. For example, in the case of local likelihood estimation, even fitting covariance models on modest size windows can overwhelm typical computational resources for data analysis. This limitation motivates the idea of using neural network (NN) methods to approximate ML estimates. We train NNs to take moderate size spatial fields or variograms as input and return the range and noise-to-signal covariance parameters. Once trained, the NNs provide estimates with a similar accuracy compared to ML estimation and at a speedup by a factor of 100 or more. Although we focus on a specific covariance estimation problem motivated by a climate science application, this work can be easily extended to other, more complex, spatial problems and provides a proof-of-concept for this use of machine learning in computational statistics.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes