Message-Passing GNNs Fail to Approximate Sparse Triangular Factorizations
Vladislav Trifonov, Ekaterina Muravleva, Ivan Oseledets

TL;DR
This paper shows that message-passing GNNs cannot effectively approximate sparse triangular factorizations, highlighting the need for new architectures to handle non-local dependencies in scientific computing tasks.
Contribution
The paper provides both theoretical and empirical evidence that message-passing GNNs are fundamentally limited in approximating sparse triangular factorizations, especially for matrices requiring non-local dependencies.
Findings
GNNs perform poorly on matrices with non-local dependencies, with cosine similarity below 0.6.
Architectural innovations beyond message-passing are necessary for scientific computing tasks.
Even non-local Graph Transformers fail to match specialized baselines.
Abstract
Graph Neural Networks (GNNs) have been proposed as a tool for learning sparse matrix preconditioners, which are key components in accelerating linear solvers. This position paper argues that message-passing GNNs are fundamentally incapable of approximating sparse triangular factorizations. We demonstrate that message-passing GNNs fundamentally fail to approximate sparse triangular factorizations for classes of matrices for which high-quality preconditioners exist but require non-local dependencies. To illustrate this, we construct a set of baselines using both synthetic matrices and real-world examples from the SuiteSparse collection. Across a range of GNN architectures, including Graph Attention Networks and Graph Transformers, we observe severe performance degradation compared to exact or K-optimal factorizations, with cosine similarity dropping below in key cases. Our…
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
TopicsAdvanced Wireless Communication Technologies · Cooperative Communication and Network Coding · Wireless Communication Networks Research
MethodsLaplacian EigenMap · Laplacian Positional Encodings · Linear Layer · Layer Normalization · Byte Pair Encoding · Residual Connection · Graph Transformer · Dense Connections · Softmax · Position-Wise Feed-Forward Layer
