English

Vectorized Conditional Neural Fields: A Framework for Solving Time-dependent Parametric Partial Differential Equations

Machine Learning 2024-07-16 v2 Artificial Intelligence Computer Vision and Pattern Recognition Neural and Evolutionary Computing Computational Physics

Abstract

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.

Keywords

Cite

@article{arxiv.2406.03919,
  title  = {Vectorized Conditional Neural Fields: A Framework for Solving Time-dependent Parametric Partial Differential Equations},
  author = {Jan Hagnberger and Marimuthu Kalimuthu and Daniel Musekamp and Mathias Niepert},
  journal= {arXiv preprint arXiv:2406.03919},
  year   = {2024}
}

Comments

Accepted for publication at the 41st International Conference on Machine Learning (ICML) 2024, Vienna, Austria; Project Page: https://jhagnberger.github.io/vectorized-conditional-neural-field/

R2 v1 2026-06-28T16:55:37.543Z