Oblivious Sketching of High-Degree Polynomial Kernels
Thomas D. Ahle, Michael Kapralov, Jakob B. T. Knudsen, Rasmus Pagh,, Ameya Velingker, David Woodruff, Amir Zandieh

TL;DR
This paper introduces novel oblivious sketching techniques for high-degree polynomial and Gaussian kernels, significantly improving scalability by reducing dependence on input dimension and kernel degree.
Contribution
It presents the first oblivious sketch for polynomial kernels with polynomial dependence on degree and for Gaussian kernels on bounded datasets, overcoming previous exponential limitations.
Findings
First oblivious sketch for polynomial kernels with polynomial dependence on degree
First oblivious sketch for Gaussian kernels on bounded datasets without exponential dependence
Improved scalability of kernel methods in high-dimensional settings
Abstract
Kernel methods are fundamental tools in machine learning that allow detection of non-linear dependencies between data without explicitly constructing feature vectors in high dimensional spaces. A major disadvantage of kernel methods is their poor scalability: primitives such as kernel PCA or kernel ridge regression generally take prohibitively large quadratic space and (at least) quadratic time, as kernel matrices are usually dense. Some methods for speeding up kernel linear algebra are known, but they all invariably take time exponential in either the dimension of the input point set (e.g., fast multipole methods suffer from the curse of dimensionality) or in the degree of the kernel function. Oblivious sketching has emerged as a powerful approach to speeding up numerical linear algebra over the past decade, but our understanding of oblivious sketching solutions for kernel matrices…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Sparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques
