Search papers, labs, and topics across Lattice.
This paper introduces Pi-PINN, a transferable learning approach for physics-informed neural networks (PINNs) that learns a shared embedding space for PDEs. Pi-PINN uses a pseudoinverse-based closed-form head adaptation to rapidly solve both known and unknown PDE instances under PDE constraints. Experiments on Poisson's, Helmholtz, and Burgers' equations demonstrate that Pi-PINN achieves 100-1000x faster predictions and 10-100x lower relative error compared to typical PINNs and data-driven models, even with limited training data.
Solve new PDEs 100x faster with 10x less error by learning a transferable PINN representation and adapting to new equations with a single closed-form calculation.
Physics-informed neural networks (PINNs) have garnered significant interest for their potential in solving partial differential equations (PDEs) that govern a wide range of physical phenomena. By incorporating physical laws into the learning process, PINN models have demonstrated the ability to learn physical outcomes reasonably well. However, current PINN approaches struggle to predict or solve new PDEs effectively when there is a lack of training examples, indicating they do not generalize well to unseen problem instances. In this paper, we present a transferable learning approach for PINNs premised on a fast Pseudoinverse PINN framework (Pi-PINN). Pi-PINN learns a transferable physics-informed representation in a shared embedding space and enables rapid solving of both known and unknown PDE instances via closed-form head adaptation using a least-squares-optimal pseudoinverse under PDE constraints. We further investigate the synergies between data-driven multi-task learning loss and physics-informed loss, providing insights into the design of more performant PINNs. We demonstrate the effectiveness of Pi-PINN on various PDE problems, including Poisson's equation, Helmholtz equation, and Burgers'equation, achieving fast and accurate physics-informed solutions without requiring any data for unseen instances. Pi-PINN can produce predictions 100-1000 times faster than a typical PINN, while producing predictions with 10-100 times lower relative error than a typical data-driven model even with only two training samples. Overall, our findings highlight the potential of transferable representations with closed-form head adaptation to enhance the efficiency and generalization of PINNs across PDE families and scientific and engineering applications.