paper-with-me

홈 › Papers

Differentiable Implicit Soft-Body Physics

2021-02-11 · Junior Rojas, Eftychios Sifakis, Ladislav Kavan

We present a differentiable soft-body physics simulator that can be composed with neural networks as a differentiable layer. In contrast to other differentiable physics approaches that use explicit forward models to define state transitions, we focus on implicit state transitions defined via function minimization. Implicit state transitions appear in implicit numerical integration methods, which offer the benefits of large time steps and excellent numerical stability, but require a special treatment to achieve differentiability due to the absence of an explicit differentiable forward pass. In contrast to other implicit differentiation approaches that require explicit formulas for the force function and the force Jacobian matrix, we present an energy-based approach that allows us to compute these derivatives automatically and in a matrix-free fashion via reverse-mode automatic differentiation. This allows for more flexibility and productivity when defining physical models and is particularly important in the context of neural network training, which often relies on reverse-mode automatic differentiation (backpropagation). We demonstrate the effectiveness of our differentiable simulator in policy optimization for locomotion tasks and show that it achieves better sample efficiency than model-free reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2102.05791

Code (0)

등록된 구현이 없습니다.

Tasks

Numerical Integration

Similar Papers 제목 키워드 기반

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…

DiffVL: Scaling Up Soft Body Manipulation using Vision-Language Driven Differentiable Physics

2023-12-11 · NeurIPS 2023 11 · Zhiao Huang, Feng Chen, Yewen Pu, Chunru Lin 외

Combining gradient-based trajectory optimization with differentiable physics simulation is an efficient technique for solving soft-body manipulation problems. Using a well-crafted optimization objective, the solver can q…

valid

PlasticineLab: A Soft-Body Manipulation Benchmark with Differentiable Physics

2021-04-07 · ICLR 2021 1 · Zhiao Huang, Yuanming Hu, Tao Du, Siyuan Zhou 외

Simulated virtual environments serve as one of the main driving forces behind developing and evaluating skill learning algorithms. However, existing environments typically only simulate rigid body physics. Additionally, …

Reinforcement Learning (RL)

DiffPD: Differentiable Projective Dynamics

2021-01-15 · Tao Du, Kui Wu, Pingchuan Ma, Sebastien Wah 외

We present a novel, fast differentiable simulator for soft-body learning and control applications. Existing differentiable soft-body simulators can be classified into two categories based on their time integration method…

Friction

Collision Detection with Analytical Derivatives of Contact Kinematics

2026-02-03 · Anup Teejo Mathew, Anees Peringal, Daniele Caradonna, Frederic Boyer 외 arxiv

Differentiable contact kinematics are essential for gradient-based methods in robotics, yet the mapping from robot state to contact distance, location, and normal becomes non-smooth in degenerate configurations of shapes…