TL;DR
The paper introduces spaND, a novel algebraic algorithm combining nested dissection, sparsification, and low-rank approximations to efficiently solve large sparse symmetric positive-definite systems with near-linear scaling.
Contribution
It presents a new sparsified nested dissection algorithm that reduces separator sizes without fill-in, providing an efficient preconditioner with guaranteed stability and improved convergence.
Findings
Fewer CG iterations compared to previous methods.
Near-linear factorization time with O(N) complexity.
Maintains symmetry and positive-definiteness throughout.
Abstract
We propose a new algorithm for the fast solution of large, sparse, symmetric positive-definite linear systems, spaND -- sparsified Nested Dissection. It is based on nested dissection, sparsification and low-rank compression. After eliminating all interiors at a given level of the elimination tree, the algorithm sparsifies all separators corresponding to the interiors. This operation reduces the size of the separators by eliminating some degrees of freedom but without introducing any fill-in. This is done at the expense of a small and controllable approximation error. The result is an approximate factorization that can be used as an efficient preconditioner. We then perform several numerical experiments to evaluate this algorithm. We demonstrate that a version using orthogonal factorization and block-diagonal scaling takes fewer CG iterations to converge than previous similar algorithms…
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.
