Vectorized Conditional Neural Fields: A Framework for Solving Time-dependent Parametric Partial Differential Equations
About
Transformer models are increasingly used for solving Partial Differential Equations (PDEs). Several adaptations have been proposed, all of which suffer from the typical problems of Transformers, such as quadratic memory and time complexity. Furthermore, all prevalent architectures for PDE solving lack at least one of several desirable properties of an ideal surrogate model, such as (i) generalization to PDE parameters not seen during training, (ii) spatial and temporal zero-shot super-resolution, (iii) continuous temporal extrapolation, (iv) support for 1D, 2D, and 3D PDEs, and (v) efficient inference for longer temporal rollouts. To address these limitations, we propose Vectorized Conditional Neural Fields (VCNeFs), which represent the solution of time-dependent PDEs as neural fields. Contrary to prior methods, however, VCNeFs compute, for a set of multiple spatio-temporal query points, their solutions in parallel and model their dependencies through attention mechanisms. Moreover, VCNeF can condition the neural field on both the initial conditions and the parameters of the PDEs. An extensive set of experiments demonstrates that VCNeFs are competitive with and often outperform existing ML-based surrogate models.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 1D Advection Equation Modeling | 1D Advection Equation | -- | 38 | |
| PDE solving | Burgers' nu=0.001 1D (test) | Inference Time (ms)2.24e+3 | 36 | |
| PDE Surrogate Modeling | 1D advection (test) | Relative L2 Error0.79 | 15 | |
| PDE Surrogate Modeling | 1D Burgers (test) | Relative L2 Error5.66 | 15 | |
| Burgers' equation modeling | Burgers | NN Weights Count6.15e+5 | 7 | |
| Partial Differential Equation Solving | 2D shallow water (test) | nRMSE0.017 | 5 | |
| Molenkamp test modeling | Molenkamp | NN Weights Count1.59e+6 | 2 |