SetPINNs: Set-based Physics-informed Neural Networks
Mayank Nagda, Phil Ostheimer, Thomas Specht, Frank Rhein, Fabian Jirasek, Stephan Mandt, Marius Kloft, Sophie Fellenz
TL;DR
SetPINNs address a core limitation of pointwise PINNs by incorporating local domain dependencies through FEM-inspired domain partitioning and set-based attention. They prove that element-aware sampling yields unbiased, lower-variance estimates of the PDE residual energy $I(\theta)=\int_\Omega \|\mathcal{O}_\Omega(u_\theta)(x)\|^2 dx$ and its gradients, improving domain coverage and training stability. Empirically, SetPINNs outperform strong baselines across white-box PDEs and grey-box chemical-process tasks, with substantial gains in accuracy and robustness and favorable wall-clock performance. This framework advances scalable, physics-consistent learning for complex PDEs, especially in high-dimensional or irregular domains, by jointly leveraging locality and permutation-equivariant set processing.
Abstract
Physics-Informed Neural Networks (PINNs) solve partial differential equations using deep learning. However, conventional PINNs perform pointwise predictions that neglect dependencies within a domain, which may result in suboptimal solutions. We introduce SetPINNs, a framework that effectively captures local dependencies. With a finite element-inspired sampling scheme, we partition the domain into sets to model local dependencies while simultaneously enforcing physical laws. We provide a rigorous theoretical analysis showing that SetPINNs yield unbiased, lower-variance estimates of residual energy and its gradients, ensuring improved domain coverage and reduced residual error. Extensive experiments on synthetic and real-world tasks show improved accuracy, efficiency, and robustness.
