paper-with-me

홈 › Papers

Iterative Sizing Field Prediction for Adaptive Mesh Generation From Expert Demonstrations

2024-06-20 · Niklas Freymuth, Philipp Dahlinger, Tobias Würth, Philipp Becker, Aleksandar Taranovic, Onno Grönheim, Luise Kärger, Gerhard Neumann

Many engineering systems require accurate simulations of complex physical systems. Yet, analytical solutions are only available for simple problems, necessitating numerical approximations such as the Finite Element Method (FEM). The cost and accuracy of the FEM scale with the resolution of the underlying computational mesh. To balance computational speed and accuracy meshes with adaptive resolution are used, allocating more resources to critical parts of the geometry. Currently, practitioners often resort to hand-crafted meshes, which require extensive expert knowledge and are thus costly to obtain. Our approach, Adaptive Meshing By Expert Reconstruction (AMBER), views mesh generation as an imitation learning problem. AMBER combines a graph neural network with an online data acquisition scheme to predict the projected sizing field of an expert mesh on a given intermediate mesh, creating a more accurate subsequent mesh. This iterative process ensures efficient and accurate imitation of expert mesh resolutions on arbitrary new geometries during inference. We experimentally validate AMBER on heuristic 2D meshes and 3D meshes provided by a human expert, closely matching the provided demonstrations and outperforming a single-step CNN baseline.

📄 PDF Abstract BibTeX arXiv:2406.14161

Code (1)

NiklasFreymuth/AMBER 공식 구현 pytorch

Tasks

Graph Neural NetworkImitation Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
FEM 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

AMBER: Adaptive Mesh Generation by Iterative Mesh Resolution Prediction

2025-05-29 · Niklas Freymuth, Tobias Würth, Nicolas Schreiber, Balazs Gyenes 외

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

Computational EfficiencyData AugmentationGraph Neural NetworkPrediction

Generating Sizing Fields for Mesh Generation via GCN-based Simplification of Adaptive Background Grids

2025-10-09 · Xunyang Zhu, Hongfei Ye, Yifei Wang, Taoran Liu 외 arxiv

The sizing field defined on a triangular background grid is pivotal for controlling the quality and efficiency of unstructured mesh generation. However, creating an optimal background grid that is geometrically conformin…

Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement

2023-03-03 · ICCV 2023 1 · Jiaxiang Tang, Hang Zhou, Xiaokang Chen, Tianshu Hu 외

Neural Radiance Fields (NeRF) have constituted a remarkable breakthrough in image-based 3D reconstruction. However, their implicit volumetric representations differ significantly from the widely-adopted polygonal meshes …

3D ReconstructionNeRF

Flexible Isosurface Extraction for Gradient-Based Mesh Optimization

2023-08-10 · Tianchang Shen, Jacob Munkberg, Jon Hasselgren, Kangxue Yin 외

This work considers gradient-based mesh optimization, where we iteratively optimize for a 3D surface mesh by representing it as the isosurface of a scalar field, an increasingly common paradigm in applications including …

$R^2$-Mesh: Reinforcement Learning Powered Mesh Reconstruction via Geometry and Appearance Refinement

2024-08-19 · Haoyang Wang, LiMing Liu, Quanlu Jia, Jiangkai Wu 외

Mesh reconstruction based on Neural Radiance Fields (NeRF) is popular in a variety of applications such as computer graphics, virtual reality, and medical imaging due to its efficiency in handling complex geometric struc…

NeRF