English

An $N \log N$ Parallel Fast Direct Solver for Kernel Matrices

Distributed, Parallel, and Cluster Computing 2017-01-11 v1 Numerical Analysis

Abstract

Kernel matrices appear in machine learning and non-parametric statistics. Given NN points in dd dimensions and a kernel function that requires O(d)\mathcal{O}(d) work to evaluate, we present an O(dNlogN)\mathcal{O}(dN\log N)-work algorithm for the approximate factorization of a regularized kernel matrix, a common computational bottleneck in the training phase of a learning task. With this factorization, solving a linear system with a kernel matrix can be done with O(NlogN)\mathcal{O}(N\log N) work. Our algorithm only requires kernel evaluations and does not require that the kernel matrix admits an efficient global low rank approximation. Instead our factorization only assumes low-rank properties for the off-diagonal blocks under an appropriate row and column ordering. We also present a hybrid method that, when the factorization is prohibitively expensive, combines a partial factorization with iterative methods. As a highlight, we are able to approximately factorize a dense 11M×11M11M\times11M kernel matrix in 2 minutes on 3,072 x86 "Haswell" cores and a 4.5M×4.5M4.5M\times4.5M matrix in 1 minute using 4,352 "Knights Landing" cores.

Keywords

Cite

@article{arxiv.1701.02324,
  title  = {An $N \log N$ Parallel Fast Direct Solver for Kernel Matrices},
  author = {Chenhan D. Yu and William B. March and George Biros},
  journal= {arXiv preprint arXiv:1701.02324},
  year   = {2017}
}

Comments

proceeding 31st IEEE International Parallel & Distributed Processing Symposium

R2 v1 2026-06-22T17:45:12.830Z