A Neural PDE Solver with Temporal Stencil Modeling
Zhiqing Sun, Yiming Yang, Shinjae Yoo

TL;DR
This paper introduces Temporal Stencil Modeling (TSM), a neural PDE solver that combines advanced time-series modeling with learnable stencils, achieving state-of-the-art accuracy in simulating turbulent flows and demonstrating strong generalization capabilities.
Contribution
The paper presents TSM, a novel neural PDE solver that effectively recovers lost information in low-resolution data by integrating HiPPO features and learnable stencil modeling, improving simulation accuracy.
Findings
Achieves 19.9% improvement in simulation accuracy for 2D Navier-Stokes flows.
Reduces inference latency by 80%.
Demonstrates strong generalization to out-of-distribution turbulent flows.
Abstract
Numerical simulation of non-linear partial differential equations plays a crucial role in modeling physical science and engineering phenomena, such as weather, climate, and aerodynamics. Recent Machine Learning (ML) models trained on low-resolution spatio-temporal signals have shown new promises in capturing important dynamics in high-resolution signals, under the condition that the models can effectively recover the missing details. However, this study shows that significant information is often lost in the low-resolution down-sampled features. To address such issues, we propose a new approach, namely Temporal Stencil Modeling (TSM), which combines the strengths of advanced time-series sequence modeling (with the HiPPO features) and state-of-the-art neural PDE solvers (with learnable stencil modeling). TSM aims to recover the lost information from the PDE trajectories and can be…
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 · Generative Adversarial Networks and Image Synthesis · Meteorological Phenomena and Simulations
