Transfer Learning in Physics-Informed Neural Networks: Full Fine-Tuning, Lightweight Fine-Tuning, and Low-Rank Adaptation
Yizheng Wang, Jinshuai Bai, Mohammad Sadegh Eshaghi, Cosmin Anitescu, Xiaoying Zhuang, Timon Rabczuk, Yinghua Liu
TL;DR
This paper addresses the limited generalization of Physics-Informed Neural Networks (PINNs) when problem conditions change, by systematically evaluating transfer learning strategies—full fine-tuning, lightweight fine-tuning, and Low-Rank Adaptation (LoRA)—in both strong-form and energy-form PINNs across boundary conditions, materials, and geometries. It demonstrates that full fine-tuning and LoRA typically accelerate convergence and can slightly improve accuracy, while lightweight fine-tuning often underperforms due to insufficient adaptation capacity and computation-graph considerations in PINNs. The study analyzes rank selection in LoRA, showing that higher domain mismatch requires larger rank, and introduces a similarity-based heuristic for rank guidance, along with scenario fusion as a pathway to improved accuracy. Overall, the results suggest transfer learning as a practical tool to adapt PINNs to related PDE problems efficiently, with promising directions including automatic rank determination, adaptive per-layer LoRA, and integration with operator-learning frameworks.
Abstract
AI for PDEs has garnered significant attention, particularly Physics-Informed Neural Networks (PINNs). However, PINNs are typically limited to solving specific problems, and any changes in problem conditions necessitate retraining. Therefore, we explore the generalization capability of transfer learning in the strong and energy form of PINNs across different boundary conditions, materials, and geometries. The transfer learning methods we employ include full finetuning, lightweight finetuning, and Low-Rank Adaptation (LoRA). The results demonstrate that full finetuning and LoRA can significantly improve convergence speed while providing a slight enhancement in accuracy.
