paper-with-me

Papers

A Physics-embedded Deep Learning Framework for Cloth Simulation

2024-03-19 · Zhiwei Zhao

Delicate cloth simulations have long been desired in computer graphics. Various methods were proposed to improve engaged force interactions, collision handling, and numerical integrations. Deep learning has the potential to achieve fast and real-time simulation, but common neural network structures often demand many parameters to capture cloth dynamics. This paper proposes a physics-embedded learning framework that directly encodes physical features of cloth simulation. The convolutional neural network is used to represent spatial correlations of the mass-spring system, after which three branches are designed to learn linear, nonlinear, and time derivate features of cloth physics. The framework can also integrate with other external forces and collision handling through either traditional simulators or sub neural networks. The model is tested across different cloth animation cases, without training with new data. Agreement with baselines and predictive realism successfully validate its generalization ability. Inference efficiency of the proposed model also defeats traditional physics simulation. This framework is also designed to easily integrate with other visual refinement techniques like wrinkle carving, which leaves significant chances to incorporate prevailing macing learning techniques in 3D cloth amination.

📄 PDF Abstract BibTeX arXiv:2403.12820

Code (1)

furkath/dl_framework-for-pbs-cloth-simulation 공식 구현 pytorch

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Differentiable Cloth Simulation for Inverse Problems

2019-12-01 · NeurIPS 2019 12 · Junbang Liang, Ming Lin, Vladlen Koltun

We propose a differentiable cloth simulator that can be embedded as a layer in deep neural networks. This approach provides an effective, robust framework for modeling cloth dynamics, self-collisions, and contacts. Due …

parameter estimation

Deep Physics-aware Inference of Cloth Deformation for Monocular Human Performance Capture

2020-11-25 · Yue Li, Marc Habermann, Bernhard Thomaszewski, Stelian Coros 외

Recent monocular human performance capture approaches have shown compelling dense tracking results of the full body from a single RGB camera. However, existing methods either do not estimate clothing at all or model clot…

CLOTH-HUGS: Cloth Aware Human Gaussian Splatting

2026-04-17 · Sadia Mubashshira, Nazanin Amini, Kevin Desai arxiv

We present Cloth-HUGS, a Gaussian Splatting based neural rendering framework for photorealistic clothed human reconstruction that explicitly disentangles body and clothing. Unlike prior methods that absorb clothing into …

SimAvatar: Simulation-Ready Avatars with Layered Hair and Clothing

2024-12-12 · CVPR 2025 1 · Xueting Li, Ye Yuan, Shalini De Mello, Gilles Daviet 외

We introduce SimAvatar, a framework designed to generate simulation-ready clothed 3D human avatars from a text prompt. Current text-driven human avatar generation methods either model hair, clothing, and the human body u…

DiffAvatar: Simulation-Ready Garment Optimization with Differentiable Simulation

2023-11-20 · CVPR 2024 1 · Yifei Li, Hsiao-yu Chen, Egor Larionov, Nikolaos Sarafianos 외

The realism of digital avatars is crucial in enabling telepresence applications with self-expression and customization. While physical simulations can produce realistic motions for clothed humans, they require high-quali…

Physical Simulations