Estimating condition number with Graph Neural Networks
Erin Carson, Xinye Chen

TL;DR
This paper introduces a fast, GNN-based method to estimate the condition number of large sparse matrices efficiently, avoiding costly full decompositions.
Contribution
It proposes a novel GNN feature engineering approach with linear complexity and two prediction schemes for condition number estimation, extending to arbitrary norms.
Findings
Achieves significant speedup over traditional methods
Effective for 1-norm and 2-norm condition number estimation
Extensible to arbitrary matrix norms
Abstract
For large sparse matrices, we almost never compute the condition number exactly because that would require computing the full SVD or full eigenvalue decompositionIn this paper, we propose a fast method for estimating the condition number of sparse matrices using graph neural networks (GNNs). To enable efficient training and inference of GNNs, our proposed feature engineering for GNNs achieves , where is the number of non-zero elements in the matrix and denotes the matrix dimension. We propose two prediction schemes for estimating the matrix condition number using GNNs. One follows by decomposing the condition number and predicts the relatively more computationally intensive part , while the other is to predict the whole condition number . Our approach can be extended to an arbitrary norm. The extensive…
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.
Taxonomy
TopicsTensor decomposition and applications · Advanced Graph Neural Networks · Graph Theory and Algorithms
