paper-with-me

홈 › Papers

Extended Short- and Long-Range Mesh Learning for Fast and Generalized Garment Simulation

2025-04-16 · Aoran Liu, Kun Hu, Clinton Mo, Changyang Li, Zhiyong Wang

3D garment simulation is a critical component for producing cloth-based graphics. Recent advancements in graph neural networks (GNNs) offer a promising approach for efficient garment simulation. However, GNNs require extensive message-passing to propagate information such as physical forces and maintain contact awareness across the entire garment mesh, which becomes computationally inefficient at higher resolutions. To address this, we devise a novel GNN-based mesh learning framework with two key components to extend the message-passing range with minimal overhead, namely the Laplacian-Smoothed Dual Message-Passing (LSDMP) and the Geodesic Self-Attention (GSA) modules. LSDMP enhances message-passing with a Laplacian features smoothing process, which efficiently propagates the impact of each vertex to nearby vertices. Concurrently, GSA introduces geodesic distance embeddings to represent the spatial relationship between vertices and utilises attention mechanisms to capture global mesh information. The two modules operate in parallel to ensure both short- and long-range mesh modelling. Extensive experiments demonstrate the state-of-the-art performance of our method, requiring fewer layers and lower inference latency.

📄 PDF Abstract BibTeX arXiv:2504.11763

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

M4GN: Mesh-based Multi-segment Hierarchical Graph Network for Dynamic Simulations

2025-09-12 · Bo Lei, Victor M. Castillo, Yeping Hu arxiv

Mesh-based graph neural networks (GNNs) have become effective surrogates for PDE simulations, yet their deep message passing incurs high cost and over-smoothing on large, long-range meshes; hierarchical GNNs shorten prop…

Machine-Learning Interatomic Potentials for Long-Range Systems

2025-02-07 · Yajie Ji, Jiuyang Liang, Zhenli Xu

Machine-learning interatomic potentials have emerged as a revolutionary class of force-field models in molecular simulations, delivering quantum-mechanical accuracy at a fraction of the computational cost and enabling th…

Crash Assessment via Mesh-Based Graph Neural Networks and Physics-Aware Attention

2026-05-12 · Gabriel Curtosi, Carlos Manuel Ruiz Ruiz, Fabiola Cavaliere, Xabier Larráyoz Izcara arxiv

Full-vehicle crash simulations are computationally expensive, limiting their use in iterative design exploration. This work investigates learned hybrid surrogate models (MeshTransolver, MeshGeoTransolver, and MeshGeoFLAR…

Physics-informed MeshGraphNets (PI-MGNs): Neural finite element solvers for non-stationary and nonlinear simulations on arbitrary meshes

2024-02-16 · Tobias Würth, Niklas Freymuth, Clemens Zimmerling, Gerhard Neumann 외

Engineering components must meet increasing technological demands in ever shorter development cycles. To face these challenges, a holistic approach is essential that allows for the concurrent development of part design, …

E(3)-Equivariant Mesh Neural Networks

2024-02-07 · Thuan Trang, Nhat Khang Ngo, Daniel Levy, Thieu N. Vo 외

Triangular meshes are widely used to represent three-dimensional objects. As a result, many recent works have address the need for geometric deep learning on 3D mesh. However, we observe that the complexities in many of …