GRLGMar 19, 2024

A Physics-embedded Deep Learning Framework for Cloth Simulation

arXiv:2403.12820v32 citations2024 Asian Conference on Communication and Networks (ASIANComNet)
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and realistic cloth simulation in computer graphics, though it appears incremental by integrating known physics features into a neural network structure.

The paper tackled the problem of achieving fast and real-time cloth simulation in computer graphics by proposing a physics-embedded deep learning framework, resulting in improved inference efficiency over traditional physics simulation and successful generalization across different cloth animation cases without retraining.

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.

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