AMBER: Adaptive Mesh Generation by Iterative Mesh Resolution Prediction
By: Niklas Freymuth , Tobias Würth , Nicolas Schreiber and more
Potential Business Impact:
Makes computer simulations faster and more accurate.
The cost and accuracy of simulating complex physical systems using the Finite Element Method (FEM) scales with the resolution of the underlying mesh. Adaptive meshes improve computational efficiency by refining resolution in critical regions, but typically require task-specific heuristics or cumbersome manual design by a human expert. We propose Adaptive Meshing By Expert Reconstruction (AMBER), a supervised learning approach to mesh adaptation. Starting from a coarse mesh, AMBER iteratively predicts the sizing field, i.e., a function mapping from the geometry to the local element size of the target mesh, and uses this prediction to produce a new intermediate mesh using an out-of-the-box mesh generator. This process is enabled through a hierarchical graph neural network, and relies on data augmentation by automatically projecting expert labels onto AMBER-generated data during training. We evaluate AMBER on 2D and 3D datasets, including classical physics problems, mechanical components, and real-world industrial designs with human expert meshes. AMBER generalizes to unseen geometries and consistently outperforms multiple recent baselines, including ones using Graph and Convolutional Neural Networks, and Reinforcement Learning-based approaches.
Similar Papers
Learned Adaptive Mesh Generation
Graphics
Makes computer simulations of heat and flow faster.
HypeR Adaptivity: Joint $hr$-Adaptive Meshing via Hypergraph Multi-Agent Deep Reinforcement Learning
Computational Engineering, Finance, and Science
Makes computer simulations more accurate and faster.
ARMesh: Autoregressive Mesh Generation via Next-Level-of-Detail Prediction
Graphics
Makes 3D shapes by building them up.