Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Kernel Interpolation with Sparse Grids

About

Structured kernel interpolation (SKI) accelerates Gaussian process (GP) inference by interpolating the kernel covariance function using a dense grid of inducing points, whose corresponding kernel matrix is highly structured and thus amenable to fast linear algebra. Unfortunately, SKI scales poorly in the dimension of the input points, since the dense grid size grows exponentially with the dimension. To mitigate this issue, we propose the use of sparse grids within the SKI framework. These grids enable accurate interpolation, but with a number of points growing more slowly with dimension. We contribute a novel nearly linear time matrix-vector multiplication algorithm for the sparse grid kernel matrix. Next, we describe how sparse grids can be combined with an efficient interpolation scheme based on simplices. With these changes, we demonstrate that SKI can be scaled to higher dimensions while maintaining accuracy.

Mohit Yadav, Daniel Sheldon, Cameron Musco• 2023

Related benchmarks

TaskDatasetResultRank
RegressionEnergy UCI (test)
RMSE0.715
27
RegressionConcrete UCI (test)
RMSE8.655
21
Regressionhouseelectric (test)
RMSE0.078
15
RegressionUCI Protein d=9 (test)
RMSE0.582
5
RegressionUCI Solar d=10 (test)
RMSE0.748
5
RegressionUCI Fertility d=9 (test)
RMSE0.187
5
RegressionUCI Pendulum d=9 (test)
RMSE2.103
5
RegressionUCI Kin40k d=8 (test)
RMSE0.287
5
Showing 8 of 8 rows

Other info

Code

Follow for update