Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 95% Match Research Paper Scientific Machine Learning Researchers,Computational Scientists,Engineers,Physicists 3 weeks ago

RIGNO: A Graph-based framework for robust and accurate operator learning for PDEs on arbitrary domains

graph-neural-networks β€Ί graph-learning
πŸ“„ Abstract

Abstract: Learning the solution operators of PDEs on arbitrary domains is challenging due to the diversity of possible domain shapes, in addition to the often intricate underlying physics. We propose an end-to-end graph neural network (GNN) based neural operator to learn PDE solution operators from data on point clouds in arbitrary domains. Our multi-scale model maps data between input/output point clouds by passing it through a downsampled regional mesh. The approach includes novel elements aimed at ensuring spatio-temporal resolution invariance. Our model, termed RIGNO, is tested on a challenging suite of benchmarks composed of various time-dependent and steady PDEs defined on a diverse set of domains. We demonstrate that RIGNO is significantly more accurate than neural operator baselines and robustly generalizes to unseen resolutions both in space and in time. Our code is publicly available at github.com/camlab-ethz/rigno.
Authors (6)
Sepehr Mousavi
Shizheng Wen
Levi Lingsch
Maximilian Herde
Bogdan Raonić
Siddhartha Mishra
Submitted
January 31, 2025
arXiv Category
cs.LG
arXiv PDF Code

Key Contributions

RIGNO is a novel end-to-end graph neural network (GNN) based neural operator designed to learn the solution operators of Partial Differential Equations (PDEs) on arbitrary domains represented by point clouds. Its multi-scale architecture, using regional mesh downsampling and incorporating novel elements for spatio-temporal resolution invariance, allows it to generalize robustly to unseen resolutions and outperform existing neural operator baselines in accuracy.

Business Value

Accelerates scientific discovery and engineering design by enabling faster and more accurate simulations of physical phenomena, reducing the need for traditional, computationally expensive solvers.

View Code on GitHub