Sharp analysis of low-rank kernel matrix approximations
Francis Bach (INRIA Paris - Rocquencourt, LIENS)

TL;DR
This paper analyzes low-rank kernel matrix approximations in supervised learning, showing that for kernel ridge regression, the approximation rank can be linearly related to the degrees of freedom, enabling faster algorithms without performance loss.
Contribution
It demonstrates that in kernel ridge regression, the approximation rank can be chosen based on degrees of freedom, leading to efficient algorithms with provable predictive performance.
Findings
Approximation rank p can be linear in degrees of freedom
Algorithms achieve sub-quadratic complexity
Predictive performance matches existing methods
Abstract
We consider supervised learning problems within the positive-definite kernel framework, such as kernel ridge regression, kernel logistic regression or the support vector machine. With kernels leading to infinite-dimensional feature spaces, a common practical limiting difficulty is the necessity of computing the kernel matrix, which most frequently leads to algorithms with running time at least quadratic in the number of observations n, i.e., O(n^2). Low-rank approximations of the kernel matrix are often considered as they allow the reduction of running time complexities to O(p^2 n), where p is the rank of the approximation. The practicality of such methods thus depends on the required rank p. In this paper, we show that in the context of kernel ridge regression, for approximations based on a random subset of columns of the original kernel matrix, the rank p may be chosen to be linear in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Face and Expression Recognition · Stochastic Gradient Optimization Techniques
MethodsLogistic Regression
