The Kernel Manifold: A Geometric Approach to Gaussian Process Model Selection
Md Shafiqul Islam, Shakti Prasad Padhy, Douglas Allaire, Raymundo Arróyave
TL;DR
Gaussian Process performance hinges on kernel choice, but exploring a combinatorially large kernel space with hyperparameters is costly. The authors propose a geometry-driven BO framework that treats kernels as points on the kernel manifold, constructing a distance matrix between GP priors via expected divergences and embedding it with MDS into a Euclidean space where BO can operate efficiently. They show that divergences like the sqrt{JS} distance yield Euclidean embeddability, enabling a kernel-of-kernels surrogate (potentially multi-scale) and a BO procedure that selects kernels by maximizing the log marginal likelihood $LML$. Across synthetic benchmarks, real time-series, and an AM melt-pool case study, the approach outperforms LLM-guided search and random baselines, delivering faster convergence, improved uncertainty calibration, and robust predictive performance. The work provides a reusable, geometry-centric framework for automated kernel discovery with broad applicability to GP modeling and beyond.
Abstract
Gaussian Process (GP) regression is a powerful nonparametric Bayesian framework, but its performance depends critically on the choice of covariance kernel. Selecting an appropriate kernel is therefore central to model quality, yet remains one of the most challenging and computationally expensive steps in probabilistic modeling. We present a Bayesian optimization framework built on kernel-of-kernels geometry, using expected divergence-based distances between GP priors to explore kernel space efficiently. A multidimensional scaling (MDS) embedding of this distance matrix maps a discrete kernel library into a continuous Euclidean manifold, enabling smooth BO. In this formulation, the input space comprises kernel compositions, the objective is the log marginal likelihood, and featurization is given by the MDS coordinates. When the divergence yields a valid metric, the embedding preserves geometry and produces a stable BO landscape. We demonstrate the approach on synthetic benchmarks, real-world time-series datasets, and an additive manufacturing case study predicting melt-pool geometry, achieving superior predictive accuracy and uncertainty calibration relative to baselines including Large Language Model (LLM)-guided search. This framework establishes a reusable probabilistic geometry for kernel search, with direct relevance to GP modeling and deep kernel learning.
