Physics-Informed Graph Convolutional Networks: Towards a generalized framework for complex geometries

Marien Chenaud,José Alves,Frédéric Magoulès
DOI: https://doi.org/10.4203/ccc.5.4.2
2023-11-24
Abstract:Since the seminal work of [9] and their Physics-Informed neural networks (PINNs), many efforts have been conducted towards solving partial differential equations (PDEs) with Deep Learning models. However, some challenges remain, for instance the extension of such models to complex three-dimensional geometries, and a study on how such approaches could be combined to classical numerical solvers. In this work, we justify the use of graph neural networks for these problems, based on the similarity between these architectures and the meshes used in traditional numerical techniques for solving partial differential equations. After proving an issue with the Physics-Informed framework for complex geometries, during the computation of PDE residuals, an alternative procedure is proposed, by combining classical numerical solvers and the Physics-Informed framework. Finally, we propose an implementation of this approach, that we test on a three-dimensional problem on an irregular geometry.
Machine Learning,Mathematical Physics,Analysis of PDEs
What problem does this paper attempt to address?
The main objective of this paper is to address the problem of solving partial differential equations (PDEs) using deep learning models in complex 3D geometric structures. Specifically, the paper points out that although Physics-Informed Neural Networks (PINNs) have achieved success in 2D and regular geometric structures, challenges remain when dealing with complex 3D geometries. One of the main challenges is the limitation of automatic differentiation techniques in complex geometric structures when computing PDE residuals. To address this issue, the authors propose a method that combines traditional finite element methods with graph neural networks. This method leverages the similarity between graph neural networks and the meshes used in traditional numerical methods, and by integrating a finite element solver with the physics-informed framework, it overcomes the shortcomings of automatic differentiation in complex geometries. The experimental section demonstrates the effectiveness of this method on 3D irregular geometries and proves its superior performance in potential field prediction tasks. In summary, this paper aims to extend the application scope of physics-informed deep learning models by combining finite element methods and graph neural networks, enabling them to effectively handle problems in complex 3D geometric structures.