paper-with-me

Papers

Distributed Multigrid Neural Solvers on Megavoxel Domains

2021-04-29 · Aditya Balu, Sergio Botelho, Biswajit Khara, Vinay Rao, Chinmay Hegde, Soumik Sarkar, Santi Adavani, Adarsh Krishnamurthy, Baskar Ganapathysubramanian

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 domains. A scalable framework is presented that integrates two distinct advances. First, we accelerate training a large model via a method analogous to the multigrid technique used in numerical linear algebra. Here, the network is trained using a hierarchy of increasing resolution inputs in sequence, analogous to the 'V', 'W', 'F', and 'Half-V' cycles used in multigrid approaches. In conjunction with the multi-grid approach, we implement a distributed deep learning framework which significantly reduces the time to solve. We show the scalability of this approach on both GPU (Azure VMs on Cloud) and CPU clusters (PSC Bridges2). This approach is deployed to train a generalized 3D Poisson solver that scales well to predict output full-field solutions up to the resolution of 512x512x512 for a high dimensional family of inputs.

📄 PDF Abstract BibTeX arXiv:2104.14538

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPU

Similar Papers 제목 키워드 기반

Learning to Optimize Multigrid PDE Solvers

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

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 mult…

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…

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…

NSPOD: Accelerating Krylov solvers via DeepONet-learned POD subspaces

2026-05-08 · Francesc Levrero-Florencio, Youngkyu Lee, Jay Pathak, George Em Karniadakis arxiv

The convergence of Krylov-based linear iterative solvers applied to parametric partial differential equations (PDEs) is often highly sensitive to the domain, its discretization, the location/values of the applied Dirichl…