Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SineNet: Learning Temporal Dynamics in Time-Dependent Partial Differential Equations

About

We consider using deep neural networks to solve time-dependent partial differential equations (PDEs), where multi-scale processing is crucial for modeling complex, time-evolving dynamics. While the U-Net architecture with skip connections is commonly used by prior studies to enable multi-scale processing, our analysis shows that the need for features to evolve across layers results in temporally misaligned features in skip connections, which limits the model's performance. To address this limitation, we propose SineNet, consisting of multiple sequentially connected U-shaped network blocks, referred to as waves. In SineNet, high-resolution features are evolved progressively through multiple stages, thereby reducing the amount of misalignment within each stage. We furthermore analyze the role of skip connections in enabling both parallel and sequential processing of multi-scale information. Our method is rigorously tested on multiple PDE datasets, including the Navier-Stokes equations and shallow water equations, showcasing the advantages of our proposed approach over conventional U-Nets with a comparable parameter budget. We further demonstrate that increasing the number of waves in SineNet while maintaining the same number of parameters leads to a monotonically improved performance. The results highlight the effectiveness of SineNet and the potential of our approach in advancing the state-of-the-art in neural PDE solver design. Our code is available as part of AIRS (https://github.com/divelab/AIRS).

Xuan Zhang, Jacob Helwig, Yuchao Lin, Yaochen Xie, Cong Fu, Stephan Wojtowytsch, Shuiwang Ji• 2024

Related benchmarks

TaskDatasetResultRank
10-step rollout predictionShear Flow
VRMSE0.17
14
10-step rollout PDE surrogate modelingTurbulent Radiative Layer 2D
10-step Rollout Performance0.65
8
10-step rollout predictionRayleigh-Bénard (test)
10-step Rollout VRMSE1
6
10-step rollout predictionActive Matter (test)
10-step Rollout VRMSE0.76
6
PDE Surrogate ModelingShear Flow (test)
VRMSE0.17
5
PDE Surrogate ModelingActive Matter (test)
VRMSE0.76
5
PDE Surrogate ModelingTurbulent Radiative Layer 2D (test)
VRMSE0.65
5
Showing 7 of 7 rows

Other info

Follow for update