paper-with-me

홈 › Papers

Randomly Pivoted Partial Cholesky: Random How?

2024-04-17 · Stefan Steinerberger

We consider the problem of finding good low rank approximations of symmetric, positive-definite $A \in \mathbb{R}^{n \times n}$. Chen-Epperly-Tropp-Webber showed, among many other things, that the randomly pivoted partial Cholesky algorithm that chooses the $i-$th row with probability proportional to the diagonal entry $A_{ii}$ leads to a universal contraction of the trace norm (the Schatten 1-norm) in expectation for each step. We show that if one chooses the $i-$th row with likelihood proportional to $A_{ii}^2$ one obtains the same result in the Frobenius norm (the Schatten 2-norm). Implications for the greedy pivoting rule and pivot selection strategies are discussed.

📄 PDF Abstract BibTeX arXiv:2404.11487

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Kernel Quadrature with Randomly Pivoted Cholesky

2023-09-21 · NeurIPS 2023 11

This paper presents new quadrature rules for functions in a reproducing kernel Hilbert space using nodes drawn by a sampling algorithm known as randomly pivoted Cholesky. The resulting computational procedure compares fa…

Kernel quadrature with randomly pivoted Cholesky

2023-06-06 · Ethan N. Epperly, Elvira Moreno

This paper presents new quadrature rules for functions in a reproducing kernel Hilbert space using nodes drawn by a sampling algorithm known as randomly pivoted Cholesky. The resulting computational procedure compares fa…

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

2022-07-13 · Yifan Chen, Ethan N. Epperly, Joel A. Tropp, Robert J. Webber

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) ad…

Embrace rejection: Kernel matrix approximation by accelerated randomly pivoted Cholesky

2024-10-04 · Ethan N. Epperly, Joel A. Tropp, Robert J. Webber

Randomly pivoted Cholesky (RPCholesky) is an algorithm for constructing a low-rank approximation of a positive-semidefinite matrix using a small number of columns. This paper develops an accelerated version of RPCholesky…

Computational chemistry

The Geometry of the Pivot: A Note on Lazy Pivoted Cholesky and Farthest Point Sampling

2026-01-07 · Gil Shabat arxiv

Low-rank approximations of large kernel matrices are ubiquitous in machine learning, particularly for scaling Gaussian Processes to massive datasets. The Pivoted Cholesky decomposition is a standard tool for this task, o…

Gaussian Processes