MLLGMEMay 24, 2022

Bandwidth Selection for Gaussian Kernel Ridge Regression via Jacobian Control

arXiv:2205.11956v42 citationsh-index: 21
Originality Incremental advance
AI Analysis

This provides a faster alternative for bandwidth selection in kernel ridge regression, which is incremental but addresses a known computational bottleneck in machine learning.

The paper tackled the problem of computationally expensive hyperparameter tuning for Gaussian kernel ridge regression by proposing a closed-form bandwidth selection heuristic based on Jacobian control, achieving comparable model performance to standard methods while being up to six orders of magnitude faster.

Most machine learning methods require tuning of hyper-parameters. For kernel ridge regression with the Gaussian kernel, the hyper-parameter is the bandwidth. The bandwidth specifies the length scale of the kernel and has to be carefully selected to obtain a model with good generalization. The default methods for bandwidth selection, cross-validation and marginal likelihood maximization, often yield good results, albeit at high computational costs. Inspired by Jacobian regularization, we formulate an approximate expression for how the derivatives of the functions inferred by kernel ridge regression with the Gaussian kernel depend on the kernel bandwidth. We use this expression to propose a closed-form, computationally feather-light, bandwidth selection heuristic, based on controlling the Jacobian. In addition, the Jacobian expression illuminates how the bandwidth selection is a trade-off between the smoothness of the inferred function and the conditioning of the training data kernel matrix. We show on real and synthetic data that compared to cross-validation and marginal likelihood maximization, our method is on pair in terms of model performance, but up to six orders of magnitude faster.

Code Implementations1 repo
Foundations

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

Your Notes