-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c88c9b6
commit d295ab1
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Residual-CycleGAN-for-Identity-preserving-Face-Attribute-Editing | ||
tensorflow, face attribute manipulation | ||
|
||
|
||
## ABSTRACT | ||
Face attributes describe the variation of face components. Its complexity and variety have a great influence on the tasks of face detection, identifcation and verifcation. Large amount of attribute-annotated data is needed for training an attribute-irrelevant deep-learning based system. We propose a framework for face attribute editing which aims at modifying attributes on face images and generating more self-annotated data. Cycle-consistent adversarial networks (cycleGAN) is incorporated to our framework which can learn the mapping of none-attribute image domain X to target-attribute image domain Y in the absence of pared examples. Instead of learning to generate the whole images directly, we modify the generative network into a residual form which is proposed to learn residual images between the discrepant domains. The proposed structure can ease the burden of generative networks which needs not to learn to reconstruct all the | ||
details from scratch. To preserve the identity information before and after editing, L1 loss, total variation loss (TV loss) and identity-preserving loss (IP-loss) are incorporated into the training of generation jointly. Experiments on the CelebA dataset demonstrate the efciency of the proposed method, and the residual learning corresponded with IP-loss can help to editing the face attribute on high-resolution images with identity information and facial details preserved. | ||
|