paper-with-me

Papers

Shallow Signed Distance Functions for Kinematic Collision Bodies

2024-11-11 · Osman Akar, Yushan Han, Yizhou Chen, Weixian Lan, Benn Gallagher, Ronald Fedkiw, Joseph Teran

We present learning-based implicit shape representations designed for real-time avatar collision queries arising in the simulation of clothing. Signed distance functions (SDFs) have been used for such queries for many years due to their computational efficiency. Recently deep neural networks have been used for implicit shape representations (DeepSDFs) due to their ability to represent multiple shapes with modest memory requirements compared to traditional representations over dense grids. However, the computational expense of DeepSDFs prevents their use in real-time clothing simulation applications. We design a learning-based representation of SDFs for human avatars whoes bodies change shape kinematically due to joint-based skinning. Rather than using a single DeepSDF for the entire avatar, we use a collection of extremely computationally efficient (shallow) neural networks that represent localized deformations arising from changes in body shape induced by the variation of a single joint. This requires a stitching process to combine each shallow SDF in the collection together into one SDF representing the signed closest distance to the boundary of the entire body. To achieve this we augment each shallow SDF with an additional output that resolves whether or not the individual shallow SDF value is referring to a closest point on the boundary of the body, or to a point on the interior of the body (but on the boundary of the individual shallow SDF). Our model is extremely fast and accurate and we demonstrate its applicability with real-time simulation of garments driven by animated characters.

📄 PDF Abstract BibTeX arXiv:2411.06719

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Exact Signed-Distance Control Barrier Functions via Minkowski Operations for Safe Navigation among Polytopes

2026-08-03 · Yi-Hsuan Chen, Shuo Liu, Wei Xiao, Calin Belta 외 arxiv

Safely navigating polytopic environments while respecting the dynamics, control, and exact geometry of the underlying system is a challenge in robotics. Control barrier functions (CBFs) synthesize safe control policies b…

Collision Avoidance for Elliptical Agents with Control Barrier Function Utilizing Supporting Lines

2022-04-28 · Koju Nishimoto, Riku Funada, Tatsuya Ibuki, Mitsuji Sampei

This paper presents a collision avoidance method for elliptical agents traveling in a two-dimensional space. We first formulate a separation condition for two elliptical agents utilizing a signed distance from a supporti…

Collision Avoidance

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…

Collision Avoidance for Ellipsoidal Rigid Bodies with Control Barrier Functions Designed from Rotating Supporting Hyperplanes

2023-08-23 · Riku Funada, Koju Nishimoto, Tatsuya Ibuki, Mitsuji Sampei

This paper proposes a collision avoidance method for ellipsoidal rigid bodies, which utilizes a control barrier function (CBF) designed from a supporting hyperplane. We formulate the problem in the Special Euclidean Grou…

Collision Avoidance

Neural Implicit Swept Volume Models for Fast Collision Detection

2024-02-23 · Dominik Joho, Jonas Schwinn, Kirill Safronov

Collision detection is one of the most time-consuming operations during motion planning. Thus, there is an increasing interest in exploring machine learning techniques to speed up collision detection and sampling-based m…

Motion Planning