paper-with-me

Papers

Learning to Optimize Multigrid PDE Solvers

2019-02-25 · Daniel Greenfeld, Meirav Galun, Ron Kimmel, Irad Yavneh, Ronen Basri

Constructing fast numerical solvers for partial differential equations (PDEs) is crucial for many scientific disciplines. A leading technique for solving large-scale PDEs is using multigrid methods. At the core of a multigrid solver is the prolongation matrix, which relates between different scales of the problem. This matrix is strongly problem-dependent, and its optimal construction is critical to the efficiency of the solver. In practice, however, devising multigrid algorithms for new problems often poses formidable challenges. In this paper we propose a framework for learning multigrid solvers. Our method learns a (single) mapping from a family of parameterized PDEs to prolongation operators. We train a neural network once for the entire class of PDEs, using an efficient and unsupervised loss function. Experiments on a broad class of 2D diffusion problems demonstrate improved convergence rates compared to the widely used Black-Box multigrid scheme, suggesting that our method successfully learned rules for constructing prolongation matrices.

📄 PDF Abstract BibTeX arXiv:1902.10248

Code (1)

danielgreenfeld3/Learning-to-optimize-multigrid-solvers tf

Similar Papers 제목 키워드 기반

A reinforcement learning strategy to automate and accelerate h/p-multigrid solvers

2024-07-18 · David Huergo, Laura Alonso, Saumitra Joshi, Adrian Juanicoteca 외

We explore a reinforcement learning strategy to automate and accelerate h/p-multigrid methods in high-order solvers. Multigrid methods are very efficient but require fine-tuning of numerical parameters, such as the numbe…

reinforcement-learningReinforcement Learning

Neural Multigrid Architectures

2024-02-08 · Vladimir Fanaskov

We propose a convenient matrix-free neural architecture for the multigrid method. The architecture is simple enough to be implemented in less than fifty lines of code, yet it encompasses a large number of distinct multig…

MG-GNN: Multigrid Graph Neural Networks for Learning Multilevel Domain Decomposition Methods

2023-01-26 · Ali Taghibakhshi, Nicolas Nytko, Tareq Uz Zaman, Scott MacLachlan 외

Domain decomposition methods (DDMs) are popular solvers for discretized systems of partial differential equations (PDEs), with one-level and multilevel variants. These solvers rely on several algorithmic and mathematical…

Distributed Multigrid Neural Solvers on Megavoxel Domains

2021-04-29 · Aditya Balu, Sergio Botelho, Biswajit Khara, Vinay Rao 외

We consider the distributed training of large-scale neural networks that serve as PDE solvers producing full field outputs. We specifically consider neural solvers for the generalized 3D Poisson equation over megavoxel d…

CPUGPU

Construction of Grid Operators for Multilevel Solvers: a Neural Network Approach

2021-09-13 · Claudio Tomasi, Rolf Krause

In this paper, we investigate the combination of multigrid methods and neural networks, starting from a Finite Element discretization of an elliptic PDE. Multigrid methods use interpolation operators to transfer informat…