Efficient Cloth Simulation using Miniature Cloth and Upscaling Deep Neural Networks

Tae Min Lee,Young Jin Oh,In-Kwon Lee
DOI: https://doi.org/10.48550/arXiv.1907.03953
2019-07-09
Abstract:Cloth simulation requires a fast and stable method for interactively and realistically visualizing fabric materials using computer graphics. We propose an efficient cloth simulation method using miniature cloth simulation and upscaling Deep Neural Networks (DNN). The upscaling DNNs generate the target cloth simulation from the results of physically-based simulations of a miniature cloth that has similar physical properties to those of the target cloth. We have verified the utility of the proposed method through experiments, and the results demonstrate that it is possible to generate fast and stable cloth simulations under various conditions.
Graphics,Machine Learning
What problem does this paper attempt to address?
This paper attempts to address the problem of efficiently and stably simulating cloth in computer graphics. Specifically, the authors propose a method using micro cloth simulation and an upsampling deep neural network (DNN) to achieve fast and stable cloth simulation. Traditional methods often have high computational costs and lack stability in real-time interactive applications, but this method addresses these issues through the following steps: 1. **Micro Cloth Simulation**: Downsample and scale the target cloth to generate a micro cloth with similar physical properties. 2. **Upsampling DNN**: Use a DNN to generate the simulation results of the target cloth from the simulation results of the micro cloth. This method not only improves simulation efficiency but also maintains quality similar to traditional physics-based simulation methods. The authors validated the effectiveness of this method through experiments and demonstrated its stability and speed under different conditions.