English

Tensor Sketch: Fast and Scalable Polynomial Kernel Approximation

Data Structures and Algorithms 2025-05-20 v2 Machine Learning

Abstract

Approximation of non-linear kernels using random feature maps has become a powerful technique for scaling kernel methods to large datasets. We propose Tensor Sketch\textit{Tensor Sketch}, an efficient random feature map for approximating polynomial kernels. Given nn training samples in Rd\mathbb{R}^d Tensor Sketch computes low-dimensional embeddings in RD\mathbb{R}^D in time O(n(d+DlogD))\mathcal{O}\left( n(d+D \log{D}) \right) making it well-suited for high-dimensional and large-scale settings. We provide theoretical guarantees on the approximation error, ensuring the fidelity of the resulting kernel function estimates. We also discuss extensions and highlight applications where Tensor Sketch serves as a central computational tool.

Keywords

Cite

@article{arxiv.2505.08146,
  title  = {Tensor Sketch: Fast and Scalable Polynomial Kernel Approximation},
  author = {Ninh Pham and Rasmus Pagh},
  journal= {arXiv preprint arXiv:2505.08146},
  year   = {2025}
}

Comments

Extension of KDD 2013 and correcting the variance bound

R2 v1 2026-06-28T23:30:42.408Z