paper-with-me

홈 › Papers

Differentiability in Unrolled Training of Neural Physics Simulators on Transient Dynamics

2024-02-20 · Bjoern List, Li-Wei Chen, Kartik Bali, Nils Thuerey

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.

📄 PDF Abstract BibTeX arXiv:2402.12971

Code (1)

tum-pbs/unrolling 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Differentiable Physics Simulations with Contacts: Do They Have Correct Gradients w.r.t. Position, Velocity and Control?

2022-07-08 · Yaofeng Desmond Zhong, Jiequn Han, Georgia Olympia Brikis

In recent years, an increasing amount of work has focused on differentiable physics simulation and has produced a set of open source projects such as Tiny Differentiable Simulator, Nimble Physics, diffTaichi, Brax, Warp,…

Position

OrbiSim: World Models as Differentiable Physics Engines for Embodied Intelligence

2026-05-12 · Jiajian Li, Jingyuan Huang, Junru Gong, Qi Wang 외 arxiv

We present OrbiSim, a novel robotic simulation paradigm that redefines world models as a fully differentiable physics engine for embodied intelligence. Unlike prior world models that focus on unconstrained imagination in…

Reinforcement Learning

Reducing the Sensitivity of Neural Physics Simulators to Mesh Topology via Pretraining

2025-01-16 · Nathan Vaska, Justin Goodwin, Robin Walters, Rajmonda S. Caceres

Meshes are used to represent complex objects in high fidelity physics simulators across a variety of domains, such as radar sensing and aerodynamics. There is growing interest in using neural networks to accelerate physi…

Graph EmbeddingSensitivity

Few-Shot Neural Differentiable Simulator: Real-to-Sim Rigid-Contact Modeling

2026-03-06 · Zhenhao Huang, Siyuan Luo, Bingyang Zhou, Ziqiu Zeng 외 arxiv

Accurate physics simulation is essential for robotic learning and control, yet analytical simulators often fail to capture complex contact dynamics, while learning-based simulators typically require large amounts of cost…

Graph Neural Network

Context-aware Learned Mesh-based Simulation via Trajectory-Level Meta-Learning

2025-11-07 · Philipp Dahlinger, Niklas Freymuth, Tai Hoang, Tobias Würth 외 arxiv

Simulating object deformations is a critical challenge across many scientific domains, including robotics, manufacturing, and structural mechanics. Learned Graph Network Simulators (GNSs) offer a promising alternative to…