paper-with-me

Papers

TailorNet: Predicting Clothing in 3D as a Function of Human Pose, Shape and Garment Style

2020-03-10 · CVPR 2020 6 · Chaitanya Patel, Zhouyingcheng Liao, Gerard Pons-Moll

In this paper, we present TailorNet, a neural model which predicts clothing deformation in 3D as a function of three factors: pose, shape and style (garment geometry), while retaining wrinkle detail. This goes beyond prior models, which are either specific to one style and shape, or generalize to different shapes producing smooth results, despite being style specific. Our hypothesis is that (even non-linear) combinations of examples smooth out high frequency components such as fine-wrinkles, which makes learning the three factors jointly hard. At the heart of our technique is a decomposition of deformation into a high frequency and a low frequency component. While the low-frequency component is predicted from pose, shape and style parameters with an MLP, the high-frequency component is predicted with a mixture of shape-style specific pose models. The weights of the mixture are computed with a narrow bandwidth kernel to guarantee that only predictions with similar high-frequency patterns are combined. The style variation is obtained by computing, in a canonical pose, a subspace of deformation, which satisfies physical constraints such as inter-penetration, and draping on the body. TailorNet delivers 3D garments which retain the wrinkles from the physics based simulations (PBS) it is learned from, while running more than 1000 times faster. In contrast to PBS, TailorNet is easy to use and fully differentiable, which is crucial for computer vision algorithms. Several experiments demonstrate TailorNet produces more realistic results than prior work, and even generates temporally coherent deformations on sequences of the AMASS dataset, despite being trained on static poses from a different dataset. To stimulate further research in this direction, we will make a dataset consisting of 55800 frames, as well as our model publicly available at https://virtualhumans.mpi-inf.mpg.de/tailornet.

📄 PDF Abstract BibTeX arXiv:2003.04583

Code (2)

chaitanya100100/TailorNet 공식 구현 pytorch
zycliao/TailorNet_dataset pytorch

Tasks

3D Human Pose Estimation3D Shape Reconstruction

Similar Papers 제목 키워드 기반

Neural-ABC: Neural Parametric Models for Articulated Body with Clothes

2024-04-06 · Honghu Chen, Yuxin Yao, Juyong Zhang

In this paper, we introduce Neural-ABC, a novel parametric model based on neural implicit functions that can represent clothed human bodies with disentangled latent spaces for identity, clothing, shape, and pose. Traditi…

PISE: Person Image Synthesis and Editing with Decoupled GAN

2021-03-06 · CVPR 2021 1 · Jinsong Zhang, Kun Li, Yu-Kun Lai, Jingyu Yang

Person image synthesis, e.g., pose transfer, is a challenging problem due to large variation and occlusion. Existing methods have difficulties predicting reasonable invisible regions and fail to decouple the shape and st…

Human ParsingImage GenerationPose Transfer

Human Appearance Transfer

2018-06-01 · CVPR 2018 6 · Mihai Zanfir, Alin-Ionut Popa, Andrei Zanfir, Cristian Sminchisescu

We propose an automatic person-to-person appearance transfer model based on explicit parametric 3d human representations and learned, constrained deep translation network architectures for photographic image synthesis. G…

Appearance TransferImage Generation

SIZER: A Dataset and Model for Parsing 3D Clothing and Learning Size Sensitive 3D Clothing

2020-07-22 · ECCV 2020 8 · Garvita Tiwari, Bharat Lal Bhatnagar, Tony Tung, Gerard Pons-Moll

While models of 3D clothing learned from real data exist, no method can predict clothing deformation as a function of garment size. In this paper, we introduce SizerNet to predict 3D clothing conditioned on human body sh…

3D Human Pose Estimation

Neural-GIF: Neural Generalized Implicit Functions for Animating People in Clothing

2021-08-19 · ICCV 2021 10 · Garvita Tiwari, Nikolaos Sarafianos, Tony Tung, Gerard Pons-Moll

We present Neural Generalized Implicit Functions(Neural-GIF), to animate people in clothing as a function of the body pose. Given a sequence of scans of a subject in various poses, we learn to animate the character for n…