Scaling Gaussian Process Regression with Full Derivative Observations
Daniel Huang
TL;DR
This work tackles the scalability barrier of Gaussian Processes with full derivative observations (GPwD) by introducing DSoftKI, a derivative-aware extension of SoftKI that constructs a scalable approximate kernel through learned, directional interpolation. By augmenting the SoftKI interpolation with per-point directional temperatures and avoiding explicit kernel derivatives, DSoftKI achieves a posterior inference complexity of $O(ndm^2)$ and supports first and second-order derivatives, enabling accurate gradient modeling in high-dimensional settings. The approach is validated on synthetic benchmarks and a high-dimensional molecular force-field task (MD22), demonstrating improved derivative-aware accuracy and the ability to scale to large $n$ and $d$ where prior GPwD methods struggle. These results suggest DSoftKI as a practical option for GP regression with full derivative information in scientific domains, with potential extensions to deeper kernels and multi-GPU implementations.
Abstract
We present a scalable Gaussian Process (GP) method that can fit and predict full derivative observations called DSoftKI. It extends SoftKI, a method that approximates a kernel via softmax interpolation from learned interpolation point locations, to the setting with derivatives. DSoftKI enhances SoftKI's interpolation scheme to incorporate the directional orientation of interpolation points relative to the data. This enables the construction of a scalable approximate kernel, including its first and second-order derivatives, through interpolation. We evaluate DSoftKI on a synthetic function benchmark and high-dimensional molecular force field prediction (100-1000 dimensions), demonstrating that DSoftKI is accurate and can scale to larger datasets with full derivative observations than previously possible.
