🤖 AI Summary
Neural operators suffer from low data efficiency due to heavy reliance on costly PDE numerical solutions for supervised training. To address this, we propose a physics-driven unsupervised pretraining framework: first, we design a reconstruction-based proxy task grounded in PDE physical constraints, enabling pretraining on unlabeled parametric PDE data; second, we introduce a training-free, fine-tuning-free similarity-guided in-context learning mechanism that dynamically infers operator weights via physical similarity between query and support samples. This work is the first to jointly integrate reconstruction-based unsupervised pretraining and similarity-aware in-context learning for operator learning. We validate our approach on Fourier Neural Operator and DeepONet architectures: using only 1%–5% labeled data, it matches or surpasses fully supervised baselines, while demonstrating significantly stronger cross-equation generalization than vision-inspired transfer learning methods.
📝 Abstract
Recent years have witnessed the promise of coupling machine learning methods and physical domain-specific insights for solving scientific problems based on partial differential equations (PDEs). However, being data-intensive, these methods still require a large amount of PDE data. This reintroduces the need for expensive numerical PDE solutions, partially undermining the original goal of avoiding these expensive simulations. In this work, seeking data efficiency, we design unsupervised pretraining for PDE operator learning. To reduce the need for training data with heavy simulation costs, we mine unlabeled PDE data without simulated solutions, and we pretrain neural operators with physics-inspired reconstruction-based proxy tasks. To improve out-of-distribution performance, we further assist neural operators in flexibly leveraging a similarity-based method that learns in-context examples, without incurring extra training costs or designs. Extensive empirical evaluations on a diverse set of PDEs demonstrate that our method is highly data-efficient, more generalizable, and even outperforms conventional vision-pretrained models. We provide our code at https://github.com/delta-lab-ai/data_efficient_nopt.