PDEformer-1: A Foundation Model for One-Dimensional Partial Differential Equations
Zhanhong Ye, Xiang Huang, Leheng Chen, Zining Liu, Bingyang Wu, Hongsheng Liu, Zidong Wang, Bin Dong
TL;DR
PDEformer-1 introduces a foundation-model approach to solving one-dimensional PDEs by representing the PDE as a computational graph and using a graph Transformer to encode symbolic structure alongside numeric data. An INR decoder then produces mesh-free solutions, enabling zero-shot inference and rapid finetuning, as well as solving inverse problems like coefficient and source-field recovery. The model is pretrained on a large, diverse 1D PDE dataset and demonstrates strong in-distribution performance, competitive inference speed, and notable adaptability to unseen PDEs and OoD scenarios with limited fine-tuning data. The work highlights the potential of a unified, scalable PDE solver that leverages symbolic-numeric fusion and mesh-free decoding, with future plans to extend to higher dimensions and more complex PDE forms.
Abstract
This paper introduces PDEformer-1, a versatile neural solver capable of simultaneously addressing various partial differential equations (PDEs). With the PDE represented as a computational graph, we facilitate the seamless integration of symbolic and numeric information inherent in a PDE. A graph Transformer and an implicit neural representation (INR) are employed subsequently to generate mesh-free predicted solutions. We generated a dataset with up to three million samples involving diverse one-dimensional PDEs to pretrain our model. Compared with baseline models trained specifically on benchmark datasets, our pretrained model achieves comparable accuracy via zero-shot inference, and the advantage expands after finetuning. For PDEs new or unseen in the pretraining stage, our model can adapt quickly by finetuning on a relatively small set of examples from the target equation. Additionally, PDEformer-1 demonstrates promising results in the inverse problem of PDE scalar coefficient recovery and coefficient field recovery.
