Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Algebraic Multigrid Using Graph Neural Networks

About

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.

Ilay Luz, Meirav Galun, Haggai Maron, Ronen Basri, Irad Yavneh• 2020

Related benchmarks

TaskDatasetResultRank
PDE solvingANISOTROPIC PDE
Solve Time (ms)59.32
18
PDE PreconditioningSCREENED POISSON PDE nc=48
Solve Time (ms)65.44
5
PDE solvingDIFFUSION PDE nc=36
Solve Time (ms)89.14
5
Preconditioning for Conjugate Gradient MethodsDiffusion PDE
Solve Time (ms)94.02
5
Solving PDEsANISOTROPIC PDE nc=64 (test)
Solve Time (ms)81.59
5
Solving Screened Poisson PDESCREENED POISSON PDE
Solve Time (ms)58.08
5
Conjugate Gradient PreconditioningSCREENED POISSON PDE nc=64
Solve Time (ms)80.26
5
PDE solvingDiffusion PDE
Solve Time (ms)115.9
5
Showing 8 of 8 rows

Other info

Follow for update