Efficient Marginal Likelihood Computation for Gaussian Process Regression
Andrea Schirru, Simone Pampuri, Giuseppe De Nicolao, Sean McLoone

TL;DR
This paper introduces a novel method for efficiently computing the marginal likelihood in Gaussian process regression, significantly reducing computational costs from cubic to linear time after initial eigendecomposition, enabling scalable hyperparameter tuning.
Contribution
The authors derive identities based on eigendecomposition that allow fast evaluation of the marginal likelihood and its derivatives, outperforming existing approximation methods.
Findings
Reduces computation time from O(N^3) to O(N) after initial setup.
Provides exact evaluations, surpassing sparse approximation methods.
Enables scalable hyperparameter optimization for large datasets.
Abstract
In a Bayesian learning setting, the posterior distribution of a predictive model arises from a trade-off between its prior distribution and the conditional likelihood of observed data. Such distribution functions usually rely on additional hyperparameters which need to be tuned in order to achieve optimum predictive performance; this operation can be efficiently performed in an Empirical Bayes fashion by maximizing the posterior marginal likelihood of the observed data. Since the score function of this optimization problem is in general characterized by the presence of local optima, it is necessary to resort to global optimization strategies, which require a large number of function evaluations. Given that the evaluation is usually computationally intensive and badly scaled with respect to the dataset size, the maximum number of observations that can be treated simultaneously is quite…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Spectroscopy and Chemometric Analyses · Machine Learning and Algorithms
