CALM-PDE: Continuous and Adaptive Convolutions for Latent Space Modeling of Time-dependent PDEs
Jan Hagnberger, Daniel Musekamp, Mathias Niepert

TL;DR
CALM-PDE introduces a novel continuous convolution-based neural network architecture for efficiently solving time-dependent PDEs in compressed latent spaces, handling irregular sampling with improved memory and speed.
Contribution
It proposes a continuous convolution encoder-decoder that adapts to irregular domains, advancing neural PDE solvers with better efficiency and flexibility.
Findings
Outperforms existing methods in accuracy and efficiency.
Handles both regular and irregular spatial discretizations.
Reduces memory and inference time compared to Transformer-based models.
Abstract
Solving time-dependent Partial Differential Equations (PDEs) using a densely discretized spatial domain is a fundamental problem in various scientific and engineering disciplines, including modeling climate phenomena and fluid dynamics. However, performing these computations directly in the physical space often incurs significant computational costs. To address this issue, several neural surrogate models have been developed that operate in a compressed latent space to solve the PDE. While these approaches reduce computational complexity, they often use Transformer-based attention mechanisms to handle irregularly sampled domains, resulting in increased memory consumption. In contrast, convolutional neural networks allow memory-efficient encoding and decoding but are limited to regular discretizations. Motivated by these considerations, we propose CALM-PDE, a model class that efficiently…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsModel Reduction and Neural Networks · Advanced Graph Neural Networks · Generative Adversarial Networks and Image Synthesis
MethodsSoftmax · Attention Is All You Need · Sparse Evolutionary Training · Convolution
