HyPINO is a multi-physics neural operator framework that generalizes across diverse linear, 2D, second-order PDEs in a zero-shot manner.
It uses a Swin Transformer–based hypernetwork to generate Physics-Informed Neural Networks (PINNs) conditioned on PDE specifications, trained entirely using the Method of Manufactured Solutions (MMS). This repository contains the official implementation of the paper.
Features
- Zero-shot generalization across linear, 2D, second-order PDE families (elliptic, parabolic, hyperbolic)
- Mixed boundary condition support: Dirichlet, Neumann, and interior boundaries
- Swin Transformer hypernetwork that generates task-specific PINNs
- Residual-based iterative refinement for test-time accuracy improvement
- PINN initialization for faster convergence and improved fine-tuning performance
Framework Overview
As an example, consider the Poisson equation $-\Delta u(x, y) = 0$, defined on a square domain with circular inner boundaries.
The image below shows the input fields expected by HyPINO and their corresponding reference solutions.

Given a PDE specification, HyPINO’s Swin Transformer hypernetwork generates the weights of a target PINN, which can be evaluated continuously over the spatial domain $(x, y) \in [-1, 1]^2$.
