English

Self-Conditioned Generative Adversarial Networks for Image Editing

Computer Vision and Pattern Recognition 2022-02-09 v1 Graphics Machine Learning

Abstract

Generative Adversarial Networks (GANs) are susceptible to bias, learned from either the unbalanced data, or through mode collapse. The networks focus on the core of the data distribution, leaving the tails - or the edges of the distribution - behind. We argue that this bias is responsible not only for fairness concerns, but that it plays a key role in the collapse of latent-traversal editing methods when deviating away from the distribution's core. Building on this observation, we outline a method for mitigating generative bias through a self-conditioning process, where distances in the latent-space of a pre-trained generator are used to provide initial labels for the data. By fine-tuning the generator on a re-sampled distribution drawn from these self-labeled data, we force the generator to better contend with rare semantic attributes and enable more realistic generation of these properties. We compare our models to a wide range of latent editing methods, and show that by alleviating the bias they achieve finer semantic control and better identity preservation through a wider range of transformations. Our code and models will be available at https://github.com/yzliu567/sc-gan

Keywords

Cite

@article{arxiv.2202.04040,
  title  = {Self-Conditioned Generative Adversarial Networks for Image Editing},
  author = {Yunzhe Liu and Rinon Gal and Amit H. Bermano and Baoquan Chen and Daniel Cohen-Or},
  journal= {arXiv preprint arXiv:2202.04040},
  year   = {2022}
}

Comments

Project page: https://github.com/yzliu567/sc-gan

R2 v1 2026-06-24T09:26:54.236Z