paper-with-me

Papers

SRL-Assisted AFM: Generating Planar Unstructured Quadrilateral Meshes with Supervised and Reinforcement Learning-Assisted Advancing Front Method

2023-04-30 · Hua Tong, Kuanren Qian, Eni Halilaj, Yongjie Jessica Zhang

High-quality mesh generation is the foundation of accurate finite element analysis. Due to the vast interior vertices search space and complex initial boundaries, mesh generation for complicated domains requires substantial manual processing and has long been considered the most challenging and time-consuming bottleneck of the entire modeling and analysis process. In this paper, we present a novel computational framework named `SRL-assisted AFM" for meshing planar geometries by combining the advancing front method with neural networks that select reference vertices and update the front boundary using `policy networks." These deep neural networks are trained using a unique pipeline that combines supervised learning with reinforcement learning to iteratively improve mesh quality. First, we generate different initial boundaries by randomly sampling points in a square domain and connecting them sequentially. These boundaries are used for obtaining input meshes and extracting training datasets in the supervised learning module. We then iteratively improve the reinforcement learning model performance with reward functions designed for special requirements, such as improving the mesh quality and controlling the number and distribution of extraordinary points. Our proposed supervised learning neural networks achieve an accuracy higher than 98% on predicting commercial software. The final reinforcement learning neural networks automatically generate high-quality quadrilateral meshes for complex planar domains with sharp features and boundary layers.

📄 PDF Abstract BibTeX arXiv:2305.00540

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

QuadGPT: Native Quadrilateral Mesh Generation with Autoregressive Models

2025-09-25 · Jian Liu, Chunshi Wang, Song Guo, Haohan Weng 외 arxiv

The generation of quadrilateral-dominant meshes is a cornerstone of professional 3D content creation. However, existing generative models generate quad meshes by first generating triangle meshes and then merging triangle…

Reinforcement Learning

Sketch2PQ: Freeform Planar Quadrilateral Mesh Design via a Single Sketch

2022-01-23 · Zhi Deng, Yang Liu, Hao Pan, Wassim Jabi 외

The freeform architectural modeling process often involves two important stages: concept design and digital modeling. In the first stage, architects usually sketch the overall 3D shape and the panel layout on a physical …

Reinforcement Learning for Block Decomposition of CAD Models

2023-02-21 · Benjamin C. DiPrete, Rao V. Garimella, Cristina Garcia Cardona, Navamita Ray

We present a novel AI-assisted method for decomposing (segmenting) planar CAD (computer-aided design) models into well shaped rectangular blocks as a proof-of-principle of a general decomposition method applicable to com…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning to Build Shapes by Extrusion

2026-01-30 · Thor Vestergaard Christiansen, Karran Pandey, Alba Reinders, Karan Singh 외 arxiv

We introduce Text Encoded Extrusions (TEE), a text-based representation that expresses mesh construction as sequences of face extrusions rather than polygon lists, and a method for generating 3D meshes from TEE using a l…

Learning topological operations on meshes with application to block decomposition of polygons

2023-09-12 · Arjun Narayanan, Yulong Pan, Per-Olof Persson

We present a learning based framework for mesh quality improvement on unstructured triangular and quadrilateral meshes. Our model learns to improve mesh quality according to a prescribed objective function purely via sel…

reinforcement-learning