LGNAMay 24, 2024

Learning from Linear Algebra: A Graph Neural Network Approach to Preconditioner Design for Conjugate Gradient Solvers

arXiv:2405.15557v318 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the computational cost of solving large linear systems in science and engineering, offering an incremental improvement over existing preconditioner design methods.

The paper tackles the problem of designing effective preconditioners for conjugate gradient solvers by using graph neural networks (GNNs) to enhance classical linear algebra preconditioners, resulting in reduced condition numbers and outperforming both classical and neural network-based methods for parametric partial differential equations.

Large linear systems are ubiquitous in modern computational science and engineering. The main recipe for solving them is the use of Krylov subspace iterative methods with well-designed preconditioners. Recently, GNNs have been shown to be a promising tool for designing preconditioners to reduce the overall computational cost of iterative methods by constructing them more efficiently than with classical linear algebra techniques. Preconditioners designed with these approaches cannot outperform those designed with classical methods in terms of the number of iterations in CG. In our work, we recall well-established preconditioners from linear algebra and use them as a starting point for training the GNN to obtain preconditioners that reduce the condition number of the system more significantly than classical preconditioners. Numerical experiments show that our approach outperforms both classical and neural network-based methods for an important class of parametric partial differential equations. We also provide a heuristic justification for the loss function used and show that preconditioners obtained by learning with this loss function reduce the condition number in a more desirable way for CG.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes