LGFeb 26, 2025

PRDP: Progressively Refined Differentiable Physics

arXiv:2502.19611v23 citationsh-index: 2ICLR
Originality Incremental advance
AI Analysis

This addresses the computational inefficiency in training neural networks with differentiable physics solvers for scientific computing applications, representing an incremental improvement over existing methods.

The paper tackles the computational burden of differentiating through iterative physics solvers in neural network training by proposing PRDP, which uses progressively refined coarse physics to achieve full training accuracy, reducing training time by 62% in a Navier-Stokes emulation example.

The physics solvers employed for neural network training are primarily iterative, and hence, differentiating through them introduces a severe computational burden as iterations grow large. Inspired by works in bilevel optimization, we show that full accuracy of the network is achievable through physics significantly coarser than fully converged solvers. We propose Progressively Refined Differentiable Physics (PRDP), an approach that identifies the level of physics refinement sufficient for full training accuracy. By beginning with coarse physics, adaptively refining it during training, and stopping refinement at the level adequate for training, it enables significant compute savings without sacrificing network accuracy. Our focus is on differentiating iterative linear solvers for sparsely discretized differential operators, which are fundamental to scientific computing. PRDP is applicable to both unrolled and implicit differentiation. We validate its performance on a variety of learning scenarios involving differentiable physics solvers such as inverse problems, autoregressive neural emulators, and correction-based neural-hybrid solvers. In the challenging example of emulating the Navier-Stokes equations, we reduce training time by 62%.

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