paper-with-me

홈 › Papers

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, Jianjun Chen 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 conforming, computationally lightweight, and free from artifacts like banding is a significant challenge. This paper introduces a novel, adaptive background grid simplification (ABGS) framework based on a Graph Convolutional Network (GCN). We reformulate the grid simplification task as an edge score regression problem and train a GCN model to efficiently predict optimal edge collapse candidates. The model is guided by a custom loss function that holistically considers both geometric fidelity and sizing field accuracy. This data-driven approach replaces a costly procedural evaluation, accelerating the simplification process. Experimental results demonstrate the effectiveness of our framework across diverse and complex engineering models. Compared to the initial dense grids, our simplified background grids achieve an element reduction of 74%-94%, leading to a 35%-88% decrease in sizing field query times.

📄 PDF Abstract BibTeX arXiv:2510.08645

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TriFlow: Generating Artist-Like 3D Mesh Topology via Nearest-Vertex Vector Fields

2026-06-18 · Haoxuan Li, Ziya Erkoç, Daniele Sirigatti, Vladislav Rosov 외 arxiv

We present TriFlow, a new generative approach for producing compact 3D meshes with artist-like triangle topology directly from input geometry conditions such as signed distance fields. Our key insight is to represent mes…

ARMesh: Autoregressive Mesh Generation via Next-Level-of-Detail Prediction

2025-09-25 · Jiabao Lei, Kewei Shi, Zhihao Liang, Kui Jia arxiv

Directly generating 3D meshes, the default representation for 3D shapes in the graphics industry, using auto-regressive (AR) models has become popular these days, thanks to their sharpness, compactness in the generated r…

Mesh Variational Autoencoders with Edge Contraction Pooling

2019-08-07 · Yu-Jie Yuan, Yu-Kun Lai, Jie Yang, Hongbo Fu 외

3D shape analysis is an important research topic in computer vision and graphics. While existing methods have generalized image-based deep learning to meshes using graph-based convolutions, the lack of an effective pooli…

Dmsh: A Multi-Agent Reinforcement Learning Framework for All-Quad Mesh Generation

2026-06-09 · Anirudh Kalyan, Cosmin Anitescu, Xiaoying Zhuang, Timon Rabczuk 외 arxiv

Generating high-quality meshes for arbitrary geometries remains a fundamental bottleneck in computational engineering, often demanding heuristic tuning and semi-manual workflows. In this paper, we introduce Dmsh, a first…

Multi-agent Reinforcement Learning

MeshFeat: Multi-Resolution Features for Neural Fields on Meshes

2024-07-18 · Mihir Mahajan, Florian Hofherr, Daniel Cremers

Parametric feature grid encodings have gained significant attention as an encoding approach for neural fields since they allow for much smaller MLPs, which significantly decreases the inference time of the models. In thi…