paper-with-me

홈 › Papers

L2M-GAN: Learning To Manipulate Latent Space Semantics for Facial Attribute Editing

2021-06-19 · CVPR 2021 1 · Guoxing Yang, Nanyi Fei, Mingyu Ding, Guangzhen Liu, Zhiwu Lu, Tao Xiang

A deep facial attribute editing model strives to meet two requirements: (1) attribute correctness -- the target attribute should correctly appear on the edited face image; (2) irrelevance preservation -- any irrelevant information (e.g., identity) should not be changed after editing. Meeting both requirements challenges the state-of-the-art works which resort to either spatial attention or latent space factorization. Specifically, the former assume that each attribute has well-defined local support regions; they are often more effective for editing a local attribute than a global one. The latter factorize the latent space of a fixed pretrained GAN into different attribute-relevant parts, but they cannot be trained end-to-end with the GAN, leading to sub-optimal solutions. To overcome these limitations, we propose a novel latent space factorization model, called L2M-GAN, which is learned end-to-end and effective for editing both local and global attributes. The key novel components are: (1) A latent space vector of the GAN is factorized into an attribute-relevant and irrelevant codes with an orthogonality constraint imposed to ensure disentanglement. (2) An attribute-relevant code transformer is learned to manipulate the attribute value; crucially, the transformed code are subject to the same orthogonality constraint. By forcing both the original attribute-relevant latent code and the edited code to be disentangled from any attribute-irrelevant code, our model strikes the perfect balance between attribute correctness and irrelevance preservation. Extensive experiments on CelebA-HQ show that our L2M-GAN achieves significant improvements over the state-of-the-arts.

📄 PDF Abstract BibTeX

Code (2)

rucmlcv/L2M-GAN 공식 구현 pytorch
songquanpeng/L2M-GAN pytorch

Tasks

AttributeDisentanglement

Similar Papers 제목 키워드 기반

InterFaceGAN: Interpreting the Disentangled Face Representation Learned by GANs

2020-05-18 · Yujun Shen, Ceyuan Yang, Xiaoou Tang, Bolei Zhou

Although Generative Adversarial Networks (GANs) have made significant progress in face synthesis, there lacks enough understanding of what GANs have learned in the latent representation to map a random code to a photo-re…

AttributeFace Generation

GANalyzer: Analysis and Manipulation of GANs Latent Space for Controllable Face Synthesis

2023-02-02 · Ali Pourramezan Fard, Mohammad H. Mahoor, Sarah Ariel Lamer, Timothy Sweeny

Generative Adversarial Networks (GANs) are capable of synthesizing high-quality facial images. Despite their success, GANs do not provide any information about the relationship between the input vectors and the generated…

AttributeFace GenerationImage Generation

3D-Aware Face Editing via Warping-Guided Latent Direction Learning

2024-01-01 · CVPR 2024 1 · Yuhao Cheng, Zhuo Chen, Xingyu Ren, Wenhan Zhu 외

3D facial editing a longstanding task in computer vision with broad applications is expected to fast and intuitively manipulate any face from arbitrary viewpoints following the user's will. Existing works have limita…

AttributeFacial Editing

Adaptive Nonlinear Latent Transformation for Conditional Face Editing

2023-07-15 · ICCV 2023 1 · Zhizhong Huang, Siteng Ma, Junping Zhang, Hongming Shan

Recent works for face editing usually manipulate the latent space of StyleGAN via the linear semantic directions. However, they usually suffer from the entanglement of facial attributes, need to tune the optimal editing …

Disentanglement

S2FGAN: Semantically Aware Interactive Sketch-to-Face Translation

2020-11-30 · Yan Yang, Md Zakir Hossain, Tom Gedeon, Shafin Rahman

Interactive facial image manipulation attempts to edit single and multiple face attributes using a photo-realistic face and/or semantic mask as input. In the absence of the photo-realistic image (only sketch/mask availab…

AttributeDiversityImage GenerationImage Manipulation+1