Physics-Informed Graph-Mesh Networks for PDEs: A hybrid approach for complex problems
Marien Chenaud, Frédéric Magoulès, José Alves
TL;DR
This work tackles the bottleneck of physics-informed neural networks (PINNs) in industrial PDE problems by highlighting limitations in residual computation via autodifferentiation and invariance handling. It introduces PiGMeN, a physics-informed graph-mesh network that combines an encoder–processor–decoder graph architecture with differentiable finite-element gradient kernels and a Lagrangian-based hybrid loss to enforce physics and boundary constraints. The approach preserves physical invariances through relative edge coordinates and leverages a differentiable FE loop to backpropagate through numerical kernels, enabling robust generalization to complex 2D and 3D geometries. Experiments in 2D and 3D demonstrate strong interpolation and extrapolation capabilities, supported by ablation studies that underscore the benefits of graph structure and the hybrid loss for learning the underlying physical operator while reducing reliance on dense training data.
Abstract
The recent rise of deep learning has led to numerous applications, including solving partial differential equations using Physics-Informed Neural Networks. This approach has proven highly effective in several academic cases. However, their lack of physical invariances, coupled with other significant weaknesses, such as an inability to handle complex geometries or their lack of generalization capabilities, make them unable to compete with classical numerical solvers in industrial settings. In this work, a limitation regarding the use of automatic differentiation in the context of physics-informed learning is highlighted. A hybrid approach combining physics-informed graph neural networks with numerical kernels from finite elements is introduced. After studying the theoretical properties of our model, we apply it to complex geometries, in two and three dimensions. Our choices are supported by an ablation study, and we evaluate the generalisation capacity of the proposed approach.
