MLLGPRJun 17, 2020

Kernel Alignment Risk Estimator: Risk Prediction from Training Data

arXiv:2006.09796v175 citations
Originality Incremental advance
AI Analysis

This provides a data-dependent method for kernel and hyperparameter selection in regression, though it is incremental as it builds on existing KRR and matrix analysis frameworks.

The authors tackled the problem of predicting the generalization error of Kernel Ridge Regression (KRR) by introducing the Kernel Alignment Risk Estimator (KARE), which approximates risk from training data without needing the true data distribution, and demonstrated its effectiveness on Higgs and MNIST datasets with excellent approximation results.

We study the risk (i.e. generalization error) of Kernel Ridge Regression (KRR) for a kernel $K$ with ridge $λ>0$ and i.i.d. observations. For this, we introduce two objects: the Signal Capture Threshold (SCT) and the Kernel Alignment Risk Estimator (KARE). The SCT $\vartheta_{K,λ}$ is a function of the data distribution: it can be used to identify the components of the data that the KRR predictor captures, and to approximate the (expected) KRR risk. This then leads to a KRR risk approximation by the KARE $ρ_{K, λ}$, an explicit function of the training data, agnostic of the true data distribution. We phrase the regression problem in a functional setting. The key results then follow from a finite-size analysis of the Stieltjes transform of general Wishart random matrices. Under a natural universality assumption (that the KRR moments depend asymptotically on the first two moments of the observations) we capture the mean and variance of the KRR predictor. We numerically investigate our findings on the Higgs and MNIST datasets for various classical kernels: the KARE gives an excellent approximation of the risk, thus supporting our universality assumption. Using the KARE, one can compare choices of Kernels and hyperparameters directly from the training set. The KARE thus provides a promising data-dependent procedure to select Kernels that generalize well.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes