菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-26
📄 Abstract - Accelerated training of Gaussian processes using banded square exponential covariances

We propose a novel approach to computationally efficient GP training based on the observation that square-exponential (SE) covariance matrices contain several off-diagonal entries extremely close to zero. We construct a principled procedure to eliminate those entries to produce a \emph{banded}-matrix approximation to the original covariance, whose inverse and determinant can be computed at a reduced computational cost, thus contributing to an efficient approximation to the likelihood function. We provide a theoretical analysis of the proposed method to preserve the structure of the original covariance in the 1D setting with SE kernel, and validate its computational efficiency against the variational free energy approach to sparse GPs.

顶级标签: machine learning model training theory
详细标签: gaussian processes computational efficiency covariance approximation banded matrices likelihood approximation 或 搜索:

利用带状平方指数协方差加速高斯过程训练 / Accelerated training of Gaussian processes using banded square exponential covariances


1️⃣ 一句话总结

这篇论文提出了一种通过将高斯过程协方差矩阵近似为带状矩阵来显著降低计算成本的新方法,从而实现了更高效的模型训练。

源自 arXiv: 2601.19007