LGMar 28, 2024

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

arXiv:2403.19507v115 citationsh-index: 16Has CodeICLR
Originality Incremental advance
AI Analysis

This work addresses a specific limitation in neural PDE solvers for scientific computing, offering an incremental improvement over existing U-Net-based methods.

The paper tackles the problem of solving time-dependent partial differential equations (PDEs) with deep neural networks by addressing temporal misalignment in skip connections of U-Nets, proposing SineNet with sequentially connected U-shaped blocks to reduce misalignment and improve performance, achieving monotonically better results with more waves on datasets like Navier-Stokes and shallow water equations.

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).

Code Implementations1 repo
Foundations

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

Your Notes