LGAIMar 28, 2025

Generative Latent Neural PDE Solver using Flow Matching

CMU
arXiv:2503.22600v122 citationsh-index: 43
Originality Incremental advance
AI Analysis

This work addresses efficiency and flexibility issues in data-driven PDE simulation for computational science, representing an incremental advancement in diffusion-based methods.

The paper tackles the computational overhead and domain adaptability limitations of diffusion-based neural PDE solvers by proposing a latent diffusion model that embeds PDE states in a lower-dimensional space and uses a coarsely sampled noise schedule from flow matching, resulting in improved accuracy and long-term stability compared to deterministic baselines.

Autoregressive next-step prediction models have become the de-facto standard for building data-driven neural solvers to forecast time-dependent partial differential equations (PDEs). Denoise training that is closely related to diffusion probabilistic model has been shown to enhance the temporal stability of neural solvers, while its stochastic inference mechanism enables ensemble predictions and uncertainty quantification. In principle, such training involves sampling a series of discretized diffusion timesteps during both training and inference, inevitably increasing computational overhead. In addition, most diffusion models apply isotropic Gaussian noise on structured, uniform grids, limiting their adaptability to irregular domains. We propose a latent diffusion model for PDE simulation that embeds the PDE state in a lower-dimensional latent space, which significantly reduces computational costs. Our framework uses an autoencoder to map different types of meshes onto a unified structured latent grid, capturing complex geometries. By analyzing common diffusion paths, we propose to use a coarsely sampled noise schedule from flow matching for both training and testing. Numerical experiments show that the proposed model outperforms several deterministic baselines in both accuracy and long-term stability, highlighting the potential of diffusion-based approaches for robust data-driven PDE learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes