paper-with-me

홈 › Papers

Solver-in-the-Loop: Learning from Differentiable Physics to Interact with Iterative PDE-Solvers

2020-06-30 · NeurIPS 2020 12 · Kiwon Um, Robert Brand, Yun, Fei, Philipp Holl, Nils Thuerey

Finding accurate solutions to partial differential equations (PDEs) is a crucial task in all scientific and engineering disciplines. It has recently been shown that machine learning methods can improve the solution accuracy by correcting for effects not captured by the discretized PDE. We target the problem of reducing numerical errors of iterative PDE solvers and compare different learning approaches for finding complex correction functions. We find that previously used learning approaches are significantly outperformed by methods that integrate the solver into the training loop and thereby allow the model to interact with the PDE during training. This provides the model with realistic input distributions that take previous corrections into account, yielding improvements in accuracy with stable rollouts of several hundred recurrent evaluation steps and surpassing even tailored supervised variants. We highlight the performance of the differentiable physics networks for a wide variety of PDEs, from non-linear advection-diffusion systems to three-dimensional Navier-Stokes flows.

📄 PDF Abstract BibTeX arXiv:2007.00016

Code (4)

tum-pbs/Solver-in-the-Loop 공식 구현 tf
Ceyron/exponax jax
tum-pbs/CG-Solver-in-the-Loop
tum-pbs/PhiFlow tf

Similar Papers 제목 키워드 기반

PRDP: Progressively Refined Differentiable Physics

2025-02-26 · Kanishk Bhatia, Felix Koehler, Nils Thuerey

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 op…

Bilevel Optimization

Contact Points Discovery for Soft-Body Manipulations with Differentiable Physics

2022-05-05 · ICLR 2022 4 · Sizhe Li, Zhiao Huang, Tao Du, Hao Su 외

Differentiable physics has recently been shown as a powerful tool for solving soft-body manipulation tasks. However, the differentiable physics solver often gets stuck when the initial contact points of the end effectors…

A solver-in-the-loop framework for end-to-end differentiable coastal hydrodynamics

2026-04-08 · Elsa Cardoso-Bihlo, Alex Bihlo arxiv

Numerical simulation of wave propagation and run-up is a cornerstone of coastal engineering and tsunami hazard assessment. However, applying these forward models to inverse problems, such as bathymetry estimation, source…

Physics-constrained Unsupervised Learning of Partial Differential Equations using Meshes

2022-03-30 · Mike Y. Michelis, Robert K. Katzschmann

Enhancing neural networks with knowledge of physical equations has become an efficient way of solving various physics problems, from fluid flow to electromagnetism. Graph neural networks show promise in accurately repres…

Mosaic: A Benchmark Suite for Differentiable Physics Solvers

2026-06-26 · Andrin Rehmann, Heiko Zimmermann, Dion Häfner arxiv

Differentiable partial differential equation (PDE) solvers underpin solver-in-the-loop ML training, gradient-based optimal control, and inverse problems, yet the practical cost of obtaining correct, usable gradients from…