LGAIROSYOCApr 28, 2023

Improving Gradient Computation for Differentiable Physics Simulation with Contacts

arXiv:2305.00092v16 citationsh-index: 28
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in differentiable physics simulation for applications like planning and control, representing an incremental improvement over prior methods.

The paper tackles inaccurate gradient computation in differentiable rigid-body simulation with contacts, particularly when contact normals change during motion, and demonstrates that their proposed TOI-Velocity method successfully learns optimal control sequences matching analytical solutions where existing methods fail.

Differentiable simulation enables gradients to be back-propagated through physics simulations. In this way, one can learn the dynamics and properties of a physics system by gradient-based optimization or embed the whole differentiable simulation as a layer in a deep learning model for downstream tasks, such as planning and control. However, differentiable simulation at its current stage is not perfect and might provide wrong gradients that deteriorate its performance in learning tasks. In this paper, we study differentiable rigid-body simulation with contacts. We find that existing differentiable simulation methods provide inaccurate gradients when the contact normal direction is not fixed - a general situation when the contacts are between two moving objects. We propose to improve gradient computation by continuous collision detection and leverage the time-of-impact (TOI) to calculate the post-collision velocities. We demonstrate our proposed method, referred to as TOI-Velocity, on two optimal control problems. We show that with TOI-Velocity, we are able to learn an optimal control sequence that matches the analytical solution, while without TOI-Velocity, existing differentiable simulation methods fail to do so.

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