Sparse inverse Cholesky factorization of dense kernel matrices by greedy conditional selection
Stephen Huan, Joseph Guinness, Matthias Katzfuss, Houman Owhadi, Florian Sch\"afer

TL;DR
This paper introduces a greedy selection algorithm for constructing sparse inverse Cholesky factors of dense kernel matrices, improving computational efficiency and accuracy in Gaussian process applications.
Contribution
It develops a novel greedy conditional selection method that leverages mutual information, reducing complexity and enhancing sparse Cholesky factorization for kernel matrices.
Findings
Reduces complexity from O(N k^4) to O(N k^2) using partial Cholesky maintenance.
Achieves efficient multiple target selection with complexity O(N k^2 + N m^2 + m^3).
Improves Gaussian process regression and preconditioning over k-nearest neighbors methods.
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 points out of , the naive time complexity is , but by maintaining a partial Cholesky factor we reduce this to . Furthermore, for multiple () targets we achieve a time complexity of $\mathcal{O}(N k^2 + N m^2 +…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Face and Expression Recognition · Machine Learning and Algorithms
