paper-with-me

홈 › Papers

Proposing an intelligent mesh smoothing method with graph neural networks

2023-09-24 · Zhichao Wang, Xinhai Chen, Junjun Yan, Jie Liu

In CFD, mesh smoothing methods are commonly utilized to refine the mesh quality to achieve high-precision numerical simulations. Specifically, optimization-based smoothing is used for high-quality mesh smoothing, but it incurs significant computational overhead. Pioneer works improve its smoothing efficiency by adopting supervised learning to learn smoothing methods from high-quality meshes. However, they pose difficulty in smoothing the mesh nodes with varying degrees and also need data augmentation to address the node input sequence problem. Additionally, the required labeled high-quality meshes further limit the applicability of the proposed method. In this paper, we present GMSNet, a lightweight neural network model for intelligent mesh smoothing. GMSNet adopts graph neural networks to extract features of the node's neighbors and output the optimal node position. During smoothing, we also introduce a fault-tolerance mechanism to prevent GMSNet from generating negative volume elements. With a lightweight model, GMSNet can effectively smoothing mesh nodes with varying degrees and remain unaffected by the order of input data. A novel loss function, MetricLoss, is also developed to eliminate the need for high-quality meshes, which provides a stable and rapid convergence during training. We compare GMSNet with commonly used mesh smoothing methods on two-dimensional triangle meshes. The experimental results show that GMSNet achieves outstanding mesh smoothing performances with 5% model parameters of the previous model, and attains 13.56 times faster than optimization-based smoothing.

📄 PDF Abstract BibTeX arXiv:2311.12815

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

GNNRL-Smoothing: A Prior-Free Reinforcement Learning Model for Mesh Smoothing

2024-10-19 · Zhichao Wang, Xinhai Chen, Chunye Gong, Bo Yang 외

Mesh smoothing methods can enhance mesh quality by eliminating distorted elements, leading to improved convergence in simulations. To balance the efficiency and robustness of traditional mesh smoothing process, previous …

reinforcement-learningReinforcement Learning

Smoothness Errors in Dynamics Models and How to Avoid Them

2026-02-05 · Edward Berman, Luisa Li, Jung Yeon Park, Robin Walters arxiv

Modern neural networks have shown promise for solving partial differential equations over surfaces, often by discretizing the surface as a mesh and learning with a mesh-aware graph neural network. However, graph neural n…

Graph Neural NetworkWeather Forecasting

What's the Situation with Intelligent Mesh Generation: A Survey and Perspectives

2022-11-11 · Na lei, Zezeng Li, Zebin Xu, Ying Li 외

Intelligent Mesh Generation (IMG) represents a novel and promising field of research, utilizing machine learning techniques to generate meshes. Despite its relative infancy, IMG has significantly broadened the adaptabili…

HI-MeshGraphNets: Efficient and Accurate Mesh-based Physics Learning with Hierarchical Multi-scale Graph Neural Networks

2026-08-13 · SiHun Lee, Dong-Hyuk Park, Taesoo Bang, Seung-Hoon Kang arxiv

Machine-learned physical surrogate models have become promising alternatives to mesh-based numerical solvers. Among them, graph neural networks (GNNs) are well suited for representing simulation meshes and learning nodal…

FLaME: Fast Lightweight Mesh Estimation Using Variational Smoothing on Delaunay Graphs

2017-10-01 · ICCV 2017 10 · W. Nicholas Greene, Nicholas Roy

We propose a lightweight method for dense online monocular depth estimation capable of reconstructing 3D meshes on computationally constrained platforms. Our main contribution is to pose the reconstruction problem as a n…

CPUDepth EstimationMonocular Depth Estimation