paper-with-me

홈 › Papers

Meta-PDE: Learning to Solve PDEs Quickly Without a Mesh

2022-11-03 · Tian Qin, Alex Beatson, Deniz Oktay, Nick McGreivy, Ryan P. Adams

Partial differential equations (PDEs) are often computationally challenging to solve, and in many settings many related PDEs must be be solved either at every timestep or for a variety of candidate boundary conditions, parameters, or geometric domains. We present a meta-learning based method which learns to rapidly solve problems from a distribution of related PDEs. We use meta-learning (MAML and LEAP) to identify initializations for a neural network representation of the PDE solution such that a residual of the PDE can be quickly minimized on a novel task. We apply our meta-solving approach to a nonlinear Poisson's equation, 1D Burgers' equation, and hyperelasticity equations with varying parameters, geometries, and boundary conditions. The resulting Meta-PDE method finds qualitatively accurate solutions to most problems within a few gradient steps; for the nonlinear Poisson and hyper-elasticity equation this results in an intermediate accuracy approximation up to an order of magnitude faster than a baseline finite element analysis (FEA) solver with equivalent accuracy. In comparison to other learned solvers and surrogate models, this meta-learning approach can be trained without supervision from expensive ground-truth data, does not require a mesh, and can even be used when the geometry and topology varies between tasks.

📄 PDF Abstract BibTeX arXiv:2211.01604

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Meta-Auto-Decoder for Solving Parametric Partial Differential Equations

2021-11-15 · Xiang Huang, Zhanhong Ye, Hongsheng Liu, Beiji Shi 외

Many important problems in science and engineering require solving the so-called parametric partial differential equations (PDEs), i.e., PDEs with different physical parameters, boundary conditions, shapes of computation…

DecoderMeta-Learning

Learning to Solve PDEs on Neural Shape Representations

2025-12-24 · Lilian Welschinger, Yilin Liu, Zican Wang, Niloy Mitra arxiv

Solving partial differential equations (PDEs) on shapes underpins many shape analysis and engineering tasks; yet, prevailing PDE solvers operate on polygonal/triangle meshes while modern 3D assets increasingly live as ne…

Physics-informed MeshGraphNets (PI-MGNs): Neural finite element solvers for non-stationary and nonlinear simulations on arbitrary meshes

2024-02-16 · Tobias Würth, Niklas Freymuth, Clemens Zimmerling, Gerhard Neumann 외

Engineering components must meet increasing technological demands in ever shorter development cycles. To face these challenges, a holistic approach is essential that allows for the concurrent development of part design, …

MRF-PINN: A Multi-Receptive-Field convolutional physics-informed neural network for solving partial differential equations

2022-09-06 · Shihong Zhang, Chi Zhang, Bosen Wang

Compared with conventional numerical approaches to solving partial differential equations (PDEs), physics-informed neural networks (PINN) have manifested the capability to save development effort and computational cost, …

Transolver++: An Accurate Neural Solver for PDEs on Million-Scale Geometries

2025-02-04 · Huakun Luo, Haixu Wu, Hang Zhou, Lanxiang Xing 외

Although deep models have been widely explored in solving partial differential equations (PDEs), previous works are primarily limited to data only with up to tens of thousands of mesh points, far from the million-point s…

GPU