Estimating condition number with Graph Neural Networks
- lab arXiv
- lab arXivLabs
- person Xinye Chen
A new method uses graph neural networks to rapidly estimate the condition number of sparse matrices, a calculation critical for numerical stability in scientific computing, according to a preprint posted to arXiv [1]. The approach, authored by Xinye Chen, introduces a graph feature construction with a complexity of O(nnz + n), where nnz represents the number of non-zero elements and n the matrix dimension [1]. This design allows the graph neural network, or GNN, to process large sparse matrices without forming the computationally expensive matrix inverse [1]. The paper proposes two estimation schemes: one that decomposes the condition number and predicts the norm of the inverse matrix, and another that predicts the entire condition number directly [1]. The method can be extended to an arbitrary norm, and experiments on 1-norm and 2-norm condition numbers showed a significant speedup over traditional numerical estimation techniques [1]. The software has been made publicly available [1]. The preprint was first submitted on 10 March 2026 and last revised on 24 June 2026 [1]. The work appears on arXiv, an open-access repository that hosts electronic preprints in fields including computer science and mathematics and which, as of late 2024, receives about 24,000 new articles per month [10]. The repository does not conduct peer review before posting [10]. The paper’s reliance on GNNs places it within the broader machine-learning subfield of artificial intelligence, which Arthur Samuel defined in 1959 as a “field of study that gives computers the ability to learn without being explicitly programmed” [4]. Training such networks typically relies on optimization algorithms like gradient descent, a first-order iterative method first suggested by Augustin-Louis Cauchy in 1847 and now fundamental to deep learning [5]. The preprint’s abstract page also features arXivLabs, a framework launched by the repository to enable community-developed tools that add functionality for readers and authors while adhering to arXiv’s values of openness and user-data privacy [8].
research-papermodel-releaseproduct-launchtool-release
Background sources we checked (10)
- en.wikipedia.org ↗ A scale-free network is a network whose degree distribution follows a power law, at least asymptotically. That is, the fraction P(k) of nodes in the network having k connections to other nodes goes for large values of k as P ( k ) …
- en.wikipedia.org ↗ A Bayesian network (also known as a Bayes network, Bayes net, belief network, or decision network) is a probabilistic graphical model that represents a set of variables and their conditional dependencies via a directed acyclic graph (DAG). While it is one of several forms of caus…
- en.wikipedia.org ↗ The following outline is provided as an overview of, and topical guide to, machine learning: Machine learning (ML) is a subfield of artificial intelligence within computer science that evolved from the study of pattern recognition and computational learning theory. In 1959, Arthu…
- en.wikipedia.org ↗ Gradient descent is a method for unconstrained mathematical optimization. It is a first-order iterative algorithm for minimizing a differentiable multivariate function. The idea is to take repeated steps in the opposite direction of the gradient (or approximate gradient) of the …
- en.wikipedia.org ↗ In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it consists of vertices and edges (also called arcs), with each edge directed from one vertex to another, such that following thos…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
Sources
- export.arxiv.org — Estimating condition number with Graph Neural Networks ↗