English

Sparse inverse Cholesky factorization of dense kernel matrices by greedy conditional selection

Computation 2025-05-12 v2 Numerical Analysis Numerical Analysis

Abstract

Dense kernel matrices resulting from pairwise evaluations of a kernel function arise naturally in machine learning and statistics. Previous work in constructing sparse approximate inverse Cholesky factors of such matrices by minimizing Kullback-Leibler divergence recovers the Vecchia approximation for Gaussian processes. These methods rely only on the geometry of the evaluation points to construct the sparsity pattern. In this work, we instead construct the sparsity pattern by leveraging a greedy selection algorithm that maximizes mutual information with target points, conditional on all points previously selected. For selecting kk points out of NN, the naive time complexity is O(Nk4)\mathcal{O}(N k^4), but by maintaining a partial Cholesky factor we reduce this to O(Nk2)\mathcal{O}(N k^2). Furthermore, for multiple (mm) targets we achieve a time complexity of O(Nk2+Nm2+m3)\mathcal{O}(N k^2 + N m^2 + m^3), which is maintained in the setting of aggregated Cholesky factorization where a selected point need not condition every target. We apply the selection algorithm to image classification and recovery of sparse Cholesky factors. By minimizing Kullback-Leibler divergence, we apply the algorithm to Cholesky factorization, Gaussian process regression, and preconditioning with the conjugate gradient, improving over kk-nearest neighbors selection.

Keywords

Cite

@article{arxiv.2307.11648,
  title  = {Sparse inverse Cholesky factorization of dense kernel matrices by greedy conditional selection},
  author = {Stephen Huan and Joseph Guinness and Matthias Katzfuss and Houman Owhadi and Florian Schäfer},
  journal= {arXiv preprint arXiv:2307.11648},
  year   = {2025}
}

Comments

Accepted for publication in SIAM JUQ

R2 v1 2026-06-28T11:37:04.519Z