paper-with-me

Papers

Fast and Feature-Complete Differentiable Physics for Articulated Rigid Bodies with Contact

2021-03-30 · Keenon Werling, Dalton Omens, Jeongseok Lee, Ioannis Exarchos, C. Karen Liu

We present a fast and feature-complete differentiable physics engine, Nimble (nimblephysics.org), that supports Lagrangian dynamics and hard contact constraints for articulated rigid body simulation. Our differentiable physics engine offers a complete set of features that are typically only available in non-differentiable physics simulators commonly used by robotics applications. We solve contact constraints precisely using linear complementarity problems (LCPs). We present efficient and novel analytical gradients through the LCP formulation of inelastic contact that exploit the sparsity of the LCP solution. We support complex contact geometry, and gradients approximating continuous-time elastic collision. We also introduce a novel method to compute complementarity-aware gradients that help downstream optimization tasks avoid stalling in saddle points. We show that an implementation of this combination in an existing physics engine (DART) is capable of a 87x single-core speedup over finite-differencing in computing analytical Jacobians for a single timestep, while preserving all the expressiveness of original DART.

📄 PDF Abstract BibTeX arXiv:2103.16021

Code (1)

keenon/nimblephysics pytorch

Similar Papers 제목 키워드 기반

Learned Neural Physics Simulation for Articulated 3D Human Pose Reconstruction

2024-10-15 · Mykhaylo Andriluka, Baruch Tabanpour, C. Daniel Freeman, Cristian Sminchisescu

We propose a novel neural network approach, LARP (Learned Articulated Rigid body Physics), to model the dynamics of articulated human motion with contact. Our goal is to develop a faster and more convenient methodologica…

Jade: A Differentiable Physics Engine for Articulated Rigid Bodies with Intersection-Free Frictional Contact

2023-09-09 · Gang Yang, Siyuan Luo, Lin Shao

We present Jade, a differentiable physics engine for articulated rigid bodies. Jade models contacts as the Linear Complementarity Problem (LCP). Compared to existing differentiable simulations, Jade offers features inclu…

valid

Differentiable Dynamics for Articulated 3d Human Motion Reconstruction

2022-05-24 · CVPR 2022 1 · Erik Gärtner, Mykhaylo Andriluka, Erwin Coumans, Cristian Sminchisescu

We introduce DiffPhy, a differentiable physics-based model for articulated 3d human motion reconstruction from video. Applications of physics-based reasoning in human motion analysis have so far been limited, both by the…

3D Human Pose Estimation

SoftMAC: Differentiable Soft Body Simulation with Forecast-based Contact Model and Two-way Coupling with Articulated Rigid Bodies and Clothes

2023-12-06 · Min Liu, Gang Yang, Siyuan Luo, Lin Shao

Differentiable physics simulation provides an avenue to tackle previously intractable challenges through gradient-based optimization, thereby greatly improving the efficiency of solving robotics-related problems. To appl…

Efficient Differentiable Simulation of Articulated Bodies

2021-09-16 · Yi-Ling Qiao, Junbang Liang, Vladlen Koltun, Ming C. Lin

We present a method for efficient differentiable simulation of articulated bodies. This enables integration of articulated body dynamics into deep learning frameworks, and gradient-based optimization of neural networks t…