LGMLFeb 8, 2022

Improved Convergence Rates for Sparse Approximation Methods in Kernel-Based Learning

arXiv:2202.04005v223 citations
AI Analysis

This work addresses computational bottlenecks for practitioners using kernel-based learning, offering incremental improvements in analytical error bounds.

The paper tackles the problem of high computational cost in kernel-based models by providing novel confidence intervals for sparse approximation methods like Nyström and sparse variational Gaussian processes, leading to improved performance bounds in regression and optimization.

Kernel-based models such as kernel ridge regression and Gaussian processes are ubiquitous in machine learning applications for regression and optimization. It is well known that a major downside for kernel-based models is the high computational cost; given a dataset of $n$ samples, the cost grows as $\mathcal{O}(n^3)$. Existing sparse approximation methods can yield a significant reduction in the computational cost, effectively reducing the actual cost down to as low as $\mathcal{O}(n)$ in certain cases. Despite this remarkable empirical success, significant gaps remain in the existing results for the analytical bounds on the error due to approximation. In this work, we provide novel confidence intervals for the Nyström method and the sparse variational Gaussian process approximation method, which we establish using novel interpretations of the approximate (surrogate) posterior variance of the models. Our confidence intervals lead to improved performance bounds in both regression and optimization problems.

Foundations

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

Your Notes