TL;DR
This paper introduces a novel dyadic matrix packing and inversion method that exploits hidden dyadic sparsity structures to efficiently invert large sparse positive definite matrices, improving upon traditional approaches.
Contribution
It proposes a new packing procedure and an algebraic framework for dyadic matrices, enabling efficient inversion and factorization of matrices with hidden dyadic structures.
Findings
The method effectively reconstructs dyadic structures using $l_1$-norm-based packing.
The algebraic framework unifies sparse factorization and inversion processes.
The implementation in the R package DyadiCarma demonstrates practical efficiency.
Abstract
In inverting large sparse matrices, the key difficulty lies in effectively exploiting sparsity during the inversion process. One well-established strategy is the nested dissection, which seeks the so-called sparse Cholesky factorization. We argue that the matrices for which such factors can be found are characterized by a hidden dyadic sparsity structure. This paper builds on that idea by proposing an efficient approach for inverting such matrices. The method consists of two independent steps: the first packs the matrix into a dyadic form, while the second performs a sparse (dyadic) Gram-Schmidt orthogonalization of the packed matrix. The novel packing procedure works by recovering block-tridiagonal structures, focusing on aggregating terms near the diagonal using the -norm, which contrasts with traditional methods that prioritize minimizing bandwidth, i.e. the -norm.…
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.
