paper-with-me

Papers

Learning Algebraic Multigrid Using Graph Neural Networks

2020-03-12 · ICML 2020 1 · Ilay Luz, Meirav Galun, Haggai Maron, Ronen Basri, Irad Yavneh

Efficient numerical solvers for sparse linear systems are crucial in science and engineering. One of the fastest methods for solving large-scale sparse linear systems is algebraic multigrid (AMG). The main challenge in the construction of AMG algorithms is the selection of the prolongation operator -- a problem-dependent sparse matrix which governs the multiscale hierarchy of the solver and is critical to its efficiency. Over many years, numerous methods have been developed for this task, and yet there is no known single right answer except in very special cases. Here we propose a framework for learning AMG prolongation operators for linear systems with sparse symmetric positive (semi-) definite matrices. We train a single graph neural network to learn a mapping from an entire class of such matrices to prolongation operators, using an efficient unsupervised loss function. Experiments on a broad class of problems demonstrate improved convergence rates compared to classical AMG, demonstrating the potential utility of neural networks for developing sparse system solvers.

📄 PDF Abstract BibTeX arXiv:2003.05744

Code (1)

ilayluz/learning-amg 공식 구현 tf

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

DiffGCN: Graph Convolutional Networks via Differential Operators and Algebraic Multigrid Pooling

2020-06-07 · NeurIPS 2020 12 · Moshe Eliasof, Eran Treister

Graph Convolutional Networks (GCNs) have shown to be effective in handling unordered data like point clouds and meshes. In this work we propose novel approaches for graph convolution, pooling and unpooling, inspired from…

Optimization-Based Algebraic Multigrid Coarsening Using Reinforcement Learning

2021-06-03 · NeurIPS 2021 12 · Ali Taghibakhshi, Scott MacLachlan, Luke Olson, Matthew West

Large sparse linear systems of equations are ubiquitous in science and engineering, such as those arising from discretizations of partial differential equations. Algebraic multigrid (AMG) methods are one of the most comm…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

RAPNet: Accelerating Algebraic Multigrid with Learned Sparse Corrections

2026-05-26 · Yali Fink, Ido Ben-Yair, Lars Ruthotto, Eran Treister arxiv

The scalable solution of large sparse linear systems is a bottleneck in scientific computing and graph analysis. While algebraic multigrid (AMG) offers optimal linear scaling, its performance is severely constrained by t…

Graph Neural Network

Automated Grammar-based Algebraic Multigrid Design With Evolutionary Algorithms

2026-03-18 · Dinesh Parthasarathy, Wayne Mitchell, Arjun Gambhir, Harald Köstler 외 arxiv

Although multigrid is asymptotically optimal for solving many important partial differential equations, its efficiency relies heavily on the careful selection of the individual algorithmic components. In contrast to rece…

Acceleration of an algebraic multigrid pressure solver using graph neural networks

2026-06-17 · Eric Chillón, Artur K. Lidtke, Nguyen Anh Khoa Doan, Bernat Font arxiv

Solving the pressure-Poisson equation remains the primary computational bottleneck in incompressible unstructured flow solvers primarily due to the inherent sensitivity of traditional linear solvers to mesh irregularitie…

Graph Neural Network