paper-with-me

홈 › Papers

Topology-Agnostic Graph U-Nets for Scalar Field Prediction on Unstructured Meshes

2024-10-08 · Kevin Ferguson, Yu-Hsuan Chen, Yiming Chen, Andrew Gillman, James Hardin, Levent Burak Kara

Machine-learned surrogate models to accelerate lengthy computer simulations are becoming increasingly important as engineers look to streamline the product design cycle. In many cases, these approaches offer the ability to predict relevant quantities throughout a geometry, but place constraints on the form of the input data. In a world of diverse data types, a preferred approach would not restrict the input to a particular structure. In this paper, we propose Topology-Agnostic Graph U-Net (TAG U-Net), a graph convolutional network that can be trained to input any mesh or graph structure and output a prediction of a target scalar field at each node. The model constructs coarsened versions of each input graph and performs a set of convolution and pooling operations to predict the node-wise outputs on the original graph. By training on a diverse set of shapes, the model can make strong predictions, even for shapes unlike those seen during training. A 3-D additive manufacturing dataset is presented, containing Laser Powder Bed Fusion simulation results for thousands of parts. The model is demonstrated on this dataset, and it performs well, predicting both 2-D and 3-D scalar fields with a median R-squared > 0.85 on test geometries. Code and datasets are available online.

📄 PDF Abstract BibTeX arXiv:2410.06406

Code (1)

kevinferg/graph-field-prediction 공식 구현 pytorch

Tasks

TAG

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

PostDeg: Placement Beats Parameterization in LayerNorm GNNs

2026-06-12 · Yash Tomar, Aryav Das arxiv

LayerNorm-based GNNs routinely erase the topology signals (degree, centrality, $k$-core) that node-selection policies should depend on, but the literature has not located where in the residual block the erasure happens. …

Enhancing Graph U-Nets for Mesh-Agnostic Spatio-Temporal Flow Prediction

2024-06-06 · Sunwoong Yang, Ricardo Vinuesa, Namwoo Kang

This study aims to overcome the limitations of conventional deep-learning approaches based on convolutional neural networks in complex geometries and unstructured meshes by exploring the potential of Graph U-Nets for uns…

Inductive LearningPredictionSpatio-Temporal Forecasting

Topology Aware Neural Interpolation of Scalar Fields

2025-08-25 · Mohamed Kissi, Keanu Sisouk, Joshua A. Levine, Julien Tierny arxiv

This paper presents a neural scheme for the topology-aware interpolation of time-varying scalar fields. Given a time-varying sequence of persistence diagrams, along with a sparse temporal sampling of the corresponding sc…

Aligned Manifold Property and Topology Point Clouds for Learning Molecular Properties

2025-07-22 · Alexander Mihalcea

Machine learning models for molecular property prediction generally rely on representations -- such as SMILES strings and molecular graphs -- that overlook the surface-local phenomena driving intermolecular behavior. 3D-…

Learning Dynamic Stability Landscapes in Synchronization Networks

2026-05-22 · Christian Nauck, Junyou Zhu, Michael Lindner, Frank Hellmann arxiv

The robustness of synchronization is typically characterized by scalar, per-node stability indices whose dependence on topology is studied via network science or graph neural networks (GNNs). We propose a novel upstream …