Recursive Sampling for the Nystrom Method

Abstract

We give the first algorithm for kernel Nystrom approximation that runs in linear time in the number of training points and is provably accurate for all kernel matrices, without dependence on regularity or incoherence conditions. The algorithm projects the kernel onto a set of s landmark points sampled by their ridge leverage scores, requiring just O(ns) kernel evaluations and O(ns^2) additional runtime. While leverage score sampling has long been known to give strong theoretical guarantees for Nystrom approximation, by employing a fast recursive sampling scheme, our algorithm is the first to make the approach scalable. Empirically we show that it finds more accurate kernel approximations in less time than popular techniques such as classic Nystrom approximation and the random Fourier features method.

Cite

Text

Musco and Musco. "Recursive Sampling for the Nystrom Method." Neural Information Processing Systems, 2017.

Markdown

[Musco and Musco. "Recursive Sampling for the Nystrom Method." Neural Information Processing Systems, 2017.](https://mlanthology.org/neurips/2017/musco2017neurips-recursive/)

BibTeX

@inproceedings{musco2017neurips-recursive,
  title     = {{Recursive Sampling for the Nystrom Method}},
  author    = {Musco, Cameron and Musco, Christopher},
  booktitle = {Neural Information Processing Systems},
  year      = {2017},
  pages     = {3833-3845},
  url       = {https://mlanthology.org/neurips/2017/musco2017neurips-recursive/}
}