Harnessing Scale and Physics: A Multi-Graph Neural Operator Framework for PDEs on Arbitrary Geometries

Zhihao Li,Haoze Song,Di Xiao,Zhilu Lai,Wei Wang
2024-11-18
Abstract:Partial Differential Equations (PDEs) underpin many scientific phenomena, yet traditional computational approaches often struggle with complex, nonlinear systems and irregular geometries. This paper introduces the \textbf{AMG} method, a \textbf{M}ulti-\textbf{G}raph neural operator approach designed for efficiently solving PDEs on \textbf{A}rbitrary geometries. AMG leverages advanced graph-based techniques and dynamic attention mechanisms within a novel GraphFormer architecture, enabling precise management of diverse spatial domains and complex data interdependencies. By constructing multi-scale graphs to handle variable feature frequencies and a physics graph to encapsulate inherent physical properties, AMG significantly outperforms previous methods, which are typically limited to uniform grids. We present a comprehensive evaluation of AMG across six benchmarks, demonstrating its consistent superiority over existing state-of-the-art models. Our findings highlight the transformative potential of tailored graph neural operators in surmounting the challenges faced by conventional PDE solvers. Our code and datasets are available on \url{<a class="link-external link-https" href="https://github.com/lizhihao2022/AMG" rel="external noopener nofollow">this https URL</a>}.
Machine Learning,Artificial Intelligence
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to solve the problem of efficiently solving **partial differential equations (PDEs) on arbitrary geometries**. Specifically, traditional computational methods often encounter difficulties when dealing with complex, nonlinear systems and irregular geometries. These problems are mainly reflected in the following aspects: 1. **Handling of complex geometries**: Traditional methods are usually limited to uniform grids and have difficulty dealing with irregular geometries. 2. **Capturing multi - scale features**: Features of different frequencies require different learning strategies, especially in the high - frequency region, where learning is more difficult. 3. **Effective encoding of physical properties**: Existing graph neural network methods often overlook the impact of physical properties on model performance. To solve these problems, the paper introduces a new method - the **AMG (Adaptive Multi - Graph) method**. AMG utilizes the multi - graph neural operator framework, combines advanced graph - based techniques and dynamic attention mechanisms, and efficiently solves PDEs on arbitrary geometries. Specific contributions include: - **Constructing multi - scale graphs**: Capture features of different frequencies through local sampling and global sampling respectively. - **Constructing physical graphs**: Encode physical properties into the graph to enhance the model's understanding of physical phenomena. - **Introducing the GraphFormer architecture**: Use the dynamic graph attention mechanism to flexibly handle data of arbitrary geometries. Through these innovations, AMG significantly outperforms existing methods and performs well in multiple benchmark tests.