Convolutional-neural-operator-based transfer learning for solving PDEs
Peng Fan, Guofei Pang
TL;DR
The paper addresses data-scarce transfer learning for PDE operator estimation by pre-training a convolutional neural operator (CNO) on a source dataset and adapting it to a small target dataset. It systematically compares three transfer strategies—fine-tuning, LoRA, and neuron linear transformation (NLT)—finding that NLT delivers the highest surrogate accuracy and robustness to distribution shifts. Across three challenging PDEs (Kuramoto–Sivashinsky, Brusselator, Navier–Stokes), the study demonstrates a clear generalization gap for non-adapted CNOs and shows substantial performance gains with transfer, with NLT providing the best, most stable results and enabling effective few-shot learning and multi-fidelity data fusion. The findings suggest practical pathways for data-efficient surrogate modeling of PDEs in engineering contexts where high-fidelity data are expensive to obtain.
Abstract
Convolutional neural operator is a CNN-based architecture recently proposed to enforce structure-preserving continuous-discrete equivalence and enable the genuine, alias-free learning of solution operators of PDEs. This neural operator was demonstrated to outperform for certain cases some baseline models such as DeepONet, Fourier neural operator, and Galerkin transformer in terms of surrogate accuracy. The convolutional neural operator, however, seems not to be validated for few-shot learning. We extend the model to few-shot learning scenarios by first pre-training a convolutional neural operator using a source dataset and then adjusting the parameters of the trained neural operator using only a small target dataset. We investigate three strategies for adjusting the parameters of a trained neural operator, including fine-tuning, low-rank adaption, and neuron linear transformation, and find that the neuron linear transformation strategy enjoys the highest surrogate accuracy in solving PDEs such as Kuramoto-Sivashinsky equation, Brusselator diffusion-reaction system, and Navier-Stokes equations.
