Learned Adaptive Mesh Generation
Zhiyuan Zhang, Amir Vaxman, Stefanos-Aldo Papanicolopulos, Kartic Subr

TL;DR
This paper introduces LAMG, a neural network-based method that generates adaptive meshes for solving elliptic PDEs efficiently, reducing computational costs by inferring local resolution from coarse solutions.
Contribution
The paper presents a novel neural network approach for one-shot adaptive mesh generation that generalizes across shapes and boundary conditions, improving PDE solution efficiency.
Findings
LAMG produces high-quality adaptive meshes across diverse shapes.
It reduces computational costs compared to traditional methods.
The approach is robust and versatile across different PDE problems.
Abstract
Elliptic Partial Differential Equations (PDEs) play a central role in computing the equilibrium conditions of physical problems (heat, gravitation, electrostatics, etc.). Efficient solutions to elliptic PDEs are also relevant to computer graphics since they encode global smoothness with local control leading to stable, well-behaved solutions. The Poisson equation is a linear elliptic PDE that serves as a prototypical candidate to assess newly-proposed solvers. Solving the Poisson equation on an arbitrary 3D domain, say a 3D scan of a turbine's blade, is computationally expensive and scales quadratically with discretization. Traditional workflows in research and industry exploit variants of the finite element method (FEM), but some key benefits of using Monte Carlo (MC) methods have been identified. Our key idea is to exploit a sparse and approximate solution (via FEM or MC) to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Human Motion and Animation · Computer Graphics and Visualization Techniques
