CVNov 17, 2021

SeCGAN: Parallel Conditional Generative Adversarial Networks for Face Editing via Semantic Consistency

arXiv:2111.09298v45 citations
Originality Incremental advance
AI Analysis

This work addresses face editing for computer vision applications, offering an incremental improvement by eliminating the need for target masks while maintaining image quality.

The paper tackles the problem of face editing by proposing SeCGAN, a conditional GAN that uses semantic consistency to edit images without requiring target masks, resulting in more accurate attribute generation and outperforming baselines on metrics like Target Attribute Recognition Rate.

Semantically guided conditional Generative Adversarial Networks (cGANs) have become a popular approach for face editing in recent years. However, most existing methods introduce semantic masks as direct conditional inputs to the generator and often require the target masks to perform the corresponding translation in the RGB space. We propose SeCGAN, a novel label-guided cGAN for editing face images utilising semantic information without the need to specify target semantic masks. During training, SeCGAN has two branches of generators and discriminators operating in parallel, with one trained to translate RGB images and the other for semantic masks. To bridge the two branches in a mutually beneficial manner, we introduce a semantic consistency loss which constrains both branches to have consistent semantic outputs. Whilst both branches are required during training, the RGB branch is our primary network and the semantic branch is not needed for inference. Our results on CelebA and CelebA-HQ demonstrate that our approach is able to generate facial images with more accurate attributes, outperforming competitive baselines in terms of Target Attribute Recognition Rate whilst maintaining quality metrics such as self-supervised Fréchet Inception Distance and Inception Score.

Foundations

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

Your Notes