CVGRMar 20, 2022

NeuralReshaper: Single-image Human-body Retouching with Deep Neural Networks

arXiv:2203.10496v32 citationsh-index: 44
Originality Incremental advance
AI Analysis

This addresses the need for automatic, distortion-free human-body retouching in images, which is incremental as it builds on existing 3D modeling and GAN techniques.

The paper tackles the problem of realistically reshaping human bodies in single images by introducing NeuralReshaper, a deep generative method that uses a fit-then-reshape pipeline with a two-headed UNet-like generator and self-supervised training, achieving superior results over previous approaches on indoor and outdoor datasets.

In this paper, we present NeuralReshaper, a novel method for semantic reshaping of human bodies in single images using deep generative networks. To achieve globally coherent reshaping effects, our approach follows a fit-then-reshape pipeline, which first fits a parametric 3D human model to a source human image and then reshapes the fitted 3D model with respect to user-specified semantic attributes. Previous methods rely on image warping to transfer 3D reshaping effects to the entire image domain and thus often cause distortions in both foreground and background. In contrast, we resort to generative adversarial nets conditioned on the source image and a 2D warping field induced by the reshaped 3D model, to achieve more realistic reshaping results. Specifically, we separately encode the foreground and background information in the source image using a two-headed UNet-like generator, and guide the information flow from the foreground branch to the background branch via feature space warping. Furthermore, to deal with the lack-of-data problem that no paired data exist (i.e., the same human bodies in varying shapes), we introduce a novel self-supervised strategy to train our network. Unlike previous methods that often require manual efforts to correct undesirable artifacts caused by incorrect body-to-image fitting, our method is fully automatic. Extensive experiments on both indoor and outdoor datasets demonstrate the superiority of our method over previous approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes