SOTAVerified

Randomly pivoted Cholesky: Practical approximation of a kernel matrix with few entry evaluations

2022-07-13Code Available1· sign in to hype

Yifan Chen, Ethan N. Epperly, Joel A. Tropp, Robert J. Webber

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The randomly pivoted partial Cholesky algorithm (RPCholesky) computes a factorized rank-k approximation of an N x N positive-semidefinite (psd) matrix. RPCholesky requires only (k + 1) N entry evaluations and O(k^2 N) additional arithmetic operations, and it can be implemented with just a few lines of code. The method is particularly useful for approximating a kernel matrix. This paper offers a thorough new investigation of the empirical and theoretical behavior of this fundamental algorithm. For matrix approximation problems that arise in scientific machine learning, experiments show that RPCholesky matches or beats the performance of alternative algorithms. Moreover, RPCholesky provably returns low-rank approximations that are nearly optimal. The simplicity, effectiveness, and robustness of RPCholesky strongly support its use in scientific computing and machine learning applications.

Reproductions