Latent Generative Solvers for Generalizable Long-Term Physics Simulation

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Physics Simulation · Depth: Expert, extended

Summary

Latent Generative Solvers (LGS) is a two-stage framework designed for long-horizon surrogate simulation across diverse Partial Differential Equation (PDE) systems. It employs a pretrained Variational Autoencoder (VAE) to map varied PDE states into a shared latent physics space, followed by a Transformer trained with flow matching to learn probabilistic latent dynamics. A key innovation is an "uncertainty knob" that perturbs latent inputs during training and inference, enabling the solver to correct off-manifold rollout drift and stabilize autoregressive predictions. LGS also uses flow forcing to update a system descriptor (context) from model-generated trajectories, ensuring alignment between training and testing conditions for enhanced long-term stability. Pretrained on a corpus of approximately 2.5 million trajectories at 128^2 resolution across 12 PDE families, LGS achieves comparable short-horizon accuracy to deterministic neural-operator baselines while significantly reducing long-horizon rollout drift. This approach yields up to 70x lower FLOPs than non-generative baselines, facilitating scalable pretraining and efficient adaptation to out-of-distribution 256^2 Kolmogorov flow datasets with limited finetuning.

Key takeaway

For AI Researchers and Scientists developing PDE solvers, LGS offers a robust framework to overcome compounding errors in long-term autoregressive predictions. You should consider integrating latent physics representations and uncertainty-aware generative mechanisms, like the uncertainty knob and flow forcing, to achieve greater stability and generalization across diverse physical systems and resolutions. This approach can significantly reduce computational costs and improve reliability for scientific workflows.

Key insights

LGS uses latent space, generative modeling, and an uncertainty knob for stable, generalizable, and efficient long-term PDE simulation.

Principles

Method

LGS maps PDE states to a latent space via VAE, then learns probabilistic latent dynamics using a Transformer with flow matching, an uncertainty knob, and flow forcing for context updates.

In practice

Topics

Best for: AI Researcher, AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.