Integrated Variational Fourier Features for Fast Spatial Modelling with Gaussian Processes
Talay M Cheema, Carl Edward Rasmussen
TL;DR
Integrated Variational Fourier Features (IFF) deliver scalable Gaussian process inference by averaging Fourier features over disjoint intervals, making the inducing feature cross‑covariances hyperparameter‑independent and precomputable. This yields an O(M^3) per‑iteration cost while supporting a broad class of stationary kernels, enabling fast learning and prediction for low‑dimensional spatial data. The authors establish convergence guarantees for the approximate objective and provide practical guidance on choosing M, z, and ε, supported by synthetic and real‑world experiments that show substantial speedups with competitive predictive performance. While effective in low dimensions, IFF faces exponential scaling with dimension and is limited to stationary priors, pointing to future work on non‑stationary extensions and higher‑dimensional efficiency improvements.
Abstract
Sparse variational approximations are popular methods for scaling up inference and learning in Gaussian processes to larger datasets. For $N$ training points, exact inference has $O(N^3)$ cost; with $M \ll N$ features, state of the art sparse variational methods have $O(NM^2)$ cost. Recently, methods have been proposed using more sophisticated features; these promise $O(M^3)$ cost, with good performance in low dimensional tasks such as spatial modelling, but they only work with a very limited class of kernels, excluding some of the most commonly used. In this work, we propose integrated Fourier features, which extends these performance benefits to a very broad class of stationary covariance functions. We motivate the method and choice of parameters from a convergence analysis and empirical exploration, and show practical speedup in synthetic and real world spatial regression tasks.
