AMBER: Adaptive Mesh Generation by Iterative Mesh Resolution Prediction

📅 2025-05-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address the trade-off between mesh resolution, computational efficiency, and simulation accuracy in finite element analysis, this paper proposes an end-to-end differentiable supervised learning framework for geometry-driven adaptive mesh generation. Starting from a coarse mesh, the method iteratively predicts a local element size field and invokes a commercial mesh generator to refine the mesh. A hierarchical graph neural network models the size field, while a geometry-aware expert-label auto-projection strategy enables label-free data augmentation. The framework requires no task-specific heuristics or manual intervention and exhibits strong generalization across unseen geometries. Evaluated on 2D/3D physical problems, mechanical components, and industrial design datasets, it significantly outperforms graph networks, CNNs, and reinforcement learning baselines—achieving higher simulation accuracy without sacrificing computational efficiency.

Technology Category

Application Category

📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

Adaptive mesh generation for FEM simulations
Reducing manual design in mesh refinement
Improving computational efficiency with AI
Innovation

Methods, ideas, or system contributions that make the work stand out.

Supervised learning for adaptive mesh generation
Hierarchical graph neural network predicts sizing field
Data augmentation with expert label projection
🔎 Similar Papers
No similar papers found.