CVJul 2, 2019

Disentangled Makeup Transfer with Generative Adversarial Network

arXiv:1907.01144v129 citations
Originality Incremental advance
AI Analysis

This work addresses the need for flexible and high-quality makeup transfer in computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of facial makeup transfer by proposing DMT, a generative adversarial network that disentangles identity and makeup style, enabling controllable strength transfer and diverse outputs, and demonstrates superior performance in generating high-quality results across different scenarios.

Facial makeup transfer is a widely-used technology that aims to transfer the makeup style from a reference face image to a non-makeup face. Existing literature leverage the adversarial loss so that the generated faces are of high quality and realistic as real ones, but are only able to produce fixed outputs. Inspired by recent advances in disentangled representation, in this paper we propose DMT (Disentangled Makeup Transfer), a unified generative adversarial network to achieve different scenarios of makeup transfer. Our model contains an identity encoder as well as a makeup encoder to disentangle the personal identity and the makeup style for arbitrary face images. Based on the outputs of the two encoders, a decoder is employed to reconstruct the original faces. We also apply a discriminator to distinguish real faces from fake ones. As a result, our model can not only transfer the makeup styles from one or more reference face images to a non-makeup face with controllable strength, but also produce various outputs with styles sampled from a prior distribution. Extensive experiments demonstrate that our model is superior to existing literature by generating high-quality results for different scenarios of makeup transfer.

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