CVMar 4, 2020

Learning to Transfer Texture from Clothing Images to 3D Humans

arXiv:2003.02050v2117 citations
AI Analysis

This enables applications like virtual try-on and generation of textured 3D humans for learning, addressing a domain-specific need in computer graphics and fashion technology.

The paper tackles the problem of automatically transferring textures from clothing images to 3D garments on SMPL models in real time, achieving higher accuracy than baselines like thin-plate-spline warping and image-to-image translation networks while being orders of magnitude faster.

In this paper, we present a simple yet effective method to automatically transfer textures of clothing images (front and back) to 3D garments worn on top SMPL, in real time. We first automatically compute training pairs of images with aligned 3D garments using a custom non-rigid 3D to 2D registration method, which is accurate but slow. Using these pairs, we learn a mapping from pixels to the 3D garment surface. Our idea is to learn dense correspondences from garment image silhouettes to a 2D-UV map of a 3D garment surface using shape information alone, completely ignoring texture, which allows us to generalize to the wide range of web images. Several experiments demonstrate that our model is more accurate than widely used baselines such as thin-plate-spline warping and image-to-image translation networks while being orders of magnitude faster. Our model opens the door for applications such as virtual try-on, and allows for generation of 3D humans with varied textures which is necessary for learning.

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