PDEformer: Towards a Foundation Model for One-Dimensional Partial Differential Equations
Zhanhong Ye, Xiang Huang, Leheng Chen, Hongsheng Liu, Zidong Wang, Bin Dong
TL;DR
PDEformer addresses the challenge of building a foundation model that can solve a broad class of one-dimensional PDEs by explicitly encoding the PDE form as a computational graph and coupling a graph Transformer with an implicit neural representation. The method yields mesh-free predictions conditioned on a learned latent code, enabling zero-shot generalization across PDE types and rapid few-shot fine-tuning, as well as solving inverse coefficient recovery from observed data. Key results show strong pretraining performance with low relative $L^2$ error, competitive forward predictions on PDEBench without task-specific training, and robust coefficient recovery under noise. This work advances the goal of a general-purpose PDE solver with potential applicability to downstream tasks like inverse design and control, marking a milestone toward a foundation PDE model for 1D problems.
Abstract
This paper introduces PDEformer, a neural solver for partial differential equations (PDEs) capable of simultaneously addressing various types of PDEs. We propose to represent the PDE in the form of a computational graph, facilitating the seamless integration of both symbolic and numerical information inherent in a PDE. A graph Transformer and an implicit neural representation (INR) are employed to generate mesh-free predicted solutions. Following pretraining on data exhibiting a certain level of diversity, our model achieves zero-shot accuracies on benchmark datasets that is comparable to those of specifically trained expert models. Additionally, PDEformer demonstrates promising results in the inverse problem of PDE coefficient recovery.
