paper-with-me

Papers

Face Aging with Contextual Generative Adversarial Nets

2018-02-01 · Si Liu, Yao Sun, Defa Zhu, Renda Bao, Wei Wang, Xiangbo Shu, Shuicheng Yan

Face aging, which renders aging faces for an input face, has attracted extensive attention in the multimedia research. Recently, several conditional Generative Adversarial Nets (GANs) based methods have achieved great success. They can generate images fitting the real face distributions conditioned on each individual age group. However, these methods fail to capture the transition patterns, e.g., the gradual shape and texture changes between adjacent age groups. In this paper, we propose a novel Contextual Generative Adversarial Nets (C-GANs) to specifically take it into consideration. The C-GANs consists of a conditional transformation network and two discriminative networks. The conditional transformation network imitates the aging procedure with several specially designed residual blocks. The age discriminative network guides the synthesized face to fit the real conditional distribution. The transition pattern discriminative network is novel, aiming to distinguish the real transition patterns with the fake ones. It serves as an extra regularization term for the conditional transformation network, ensuring the generated image pairs to fit the corresponding real transition pattern distribution. Experimental results demonstrate the proposed framework produces appealing results by comparing with the state-of-the-art and ground truth. We also observe performance gain for cross-age face verification.

📄 PDF Abstract BibTeX arXiv:1802.00237

Code (0)

등록된 구현이 없습니다.

Tasks

Face Verification

Similar Papers 제목 키워드 기반

Training Generative Reversible Networks

2018-06-05 · Robin Tibor Schirrmeister, Patryk Chrabąszcz, Frank Hutter, Tonio Ball

Generative models with an encoding component such as autoencoders currently receive great interest. However, training of autoencoders is typically complicated by the need to train a separate encoder and decoder model tha…

Decoder

FragmGAN: Generative Adversarial Nets for Fragmentary Data Imputation and Prediction

2022-03-09 · Fang Fang, Shenliao Bao

Modern scientific research and applications very often encounter "fragmentary data" which brings big challenges to imputation and prediction. By leveraging the structure of response patterns, we propose a unified and fle…

Imputation

Conditional Generative Adversarial Nets

2014-11-06 · Mehdi Mirza, Simon Osindero

Generative Adversarial Nets [8] were recently introduced as a novel way to train generative models. In this work we introduce the conditional version of generative adversarial nets, which can be constructed by simply fee…

DescriptiveHuman action generation

ClueGAIN: Application of Transfer Learning On Generative Adversarial Imputation Nets (GAIN)

2023-02-06 · Simiao Zhao

Many studies have attempted to solve the problem of missing data using various approaches. Among them, Generative Adversarial Imputation Nets (GAIN) was first used to impute data with Generative Adversarial Nets (GAN) an…

ImputationTransfer Learning

Face Aging With Identity-Preserved Conditional Generative Adversarial Networks

2018-06-01 · CVPR 2018 6 · Zongwei Wang, Xu Tang, Weixin Luo, Shenghua Gao

Face aging is of great importance for cross-age recognition and entertainment related applications. However, the lack of labeled faces of the same person across a long age range makes it challenging. Because of different…