COMP-PHLGFeb 20, 2024

Differentiability in Unrolled Training of Neural Physics Simulators on Transient Dynamics

arXiv:2402.12971v221 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the challenge of training neural physics simulators for transient dynamics, offering insights for researchers in computational physics and machine learning, though it is incremental in comparing existing training variants.

The paper investigates how different training modalities (one-step, fully differentiable unrolling, and non-differentiable unrolling) affect the accuracy of neural physics simulators, finding that non-differentiable unrolling with a numerical solver in correction setups can substantially improve accuracy over fully differentiable prediction setups, with results invariant to system, architecture, and scheme.

Unrolling training trajectories over time strongly influences the inference accuracy of neural network-augmented physics simulators. We analyze this in three variants of training neural time-steppers. In addition to one-step setups and fully differentiable unrolling, we include a third, less widely used variant: unrolling without temporal gradients. Comparing networks trained with these three modalities disentangles the two dominant effects of unrolling, training distribution shift and long-term gradients. We present detailed study across physical systems, network sizes and architectures, training setups, and test scenarios. It also encompasses two simulation modes: In prediction setups, we rely solely on neural networks to compute a trajectory. In contrast, correction setups include a numerical solver that is supported by a neural network. Spanning these variations, our study provides the empirical basis for our main findings: Non-differentiable but unrolled training with a numerical solver in a correction setup can yield substantial improvements over a fully differentiable prediction setup not utilizing this solver. The accuracy of models trained in a fully differentiable setup differs compared to their non-differentiable counterparts. Differentiable ones perform best in a comparison among correction networks as well as among prediction setups. For both, the accuracy of non-differentiable unrolling comes close. Furthermore, we show that these behaviors are invariant to the physical system, the network architecture and size, and the numerical scheme. These results motivate integrating non-differentiable numerical simulators into training setups even if full differentiability is unavailable. We show the convergence rate of common architectures to be low compared to numerical algorithms. This motivates correction setups combining neural and numerical parts which utilize benefits of both.

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