Approximation of Hermitian Matrices by Positive Semidefinite Matrices using Modified Cholesky Decompositions
Joscha Reimer

TL;DR
This paper introduces a fast, scalable algorithm for approximating Hermitian matrices with positive semidefinite matrices using modified Cholesky decompositions, allowing bound specifications and optimizing error and condition number.
Contribution
It presents a novel algorithm that preserves sparsity, allows bound constraints, and balances approximation error with condition number, outperforming existing methods.
Findings
Outperforms existing algorithms in approximation quality
Preserves sparsity pattern for large and sparse matrices
Provides a Cholesky decomposition of the approximation as a useful byproduct
Abstract
A new algorithm to approximate Hermitian matrices by positive semidefinite Hermitian matrices based on modified Cholesky decompositions is presented. In contrast to existing algorithms, this algorithm allows to specify bounds on the diagonal values of the approximation. It has no significant runtime and memory overhead compared to the computation of a classical Cholesky decomposition. Hence it is suitable for large matrices as well as sparse matrices since it preserves the sparsity pattern of the original matrix. The algorithm tries to minimize the approximation error in the Frobenius norm as well as the condition number of the approximation. Since these two objectives often contradict each other, it is possible to weight these two objectives by parameters of the algorithm. In numerical experiments, the algorithm outperforms existing algorithms regarding these two objectives. A Cholesky…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
