paper-with-me

Papers

Exploring Gradient-based Multi-directional Controls in GANs

2022-09-01 · Zikun Chen, Ruowei Jiang, Brendan Duke, Han Zhao, Parham Aarabi

Generative Adversarial Networks (GANs) have been widely applied in modeling diverse image distributions. However, despite its impressive applications, the structure of the latent space in GANs largely remains as a black-box, leaving its controllable generation an open problem, especially when spurious correlations between different semantic attributes exist in the image distributions. To address this problem, previous methods typically learn linear directions or individual channels that control semantic attributes in the image space. However, they often suffer from imperfect disentanglement, or are unable to obtain multi-directional controls. In this work, in light of the above challenges, we propose a novel approach that discovers nonlinear controls, which enables multi-directional manipulation as well as effective disentanglement, based on gradient information in the learned GAN latent space. More specifically, we first learn interpolation directions by following the gradients from classification networks trained separately on the attributes, and then navigate the latent space by exclusively controlling channels activated for the target attribute in the learned directions. Empirically, with small training data, our approach is able to gain fine-grained controls over a diverse set of bi-directional and multi-directional attributes, and we showcase its ability to achieve disentanglement significantly better than state-of-the-art methods both qualitatively and quantitatively.

📄 PDF Abstract BibTeX arXiv:2209.00698

Code (1)

zikuncshelly/gradctrl 공식 구현 tf

Tasks

AttributeDisentanglementNavigate

Similar Papers 제목 키워드 기반

Why Spectral Normalization Stabilizes GANs: Analysis and Improvements

2020-09-06 · NeurIPS 2021 12 · Zinan Lin, Vyas Sekar, Giulia Fanti

Spectral normalization (SN) is a widely-used technique for improving the stability and sample quality of Generative Adversarial Networks (GANs). However, there is currently limited understanding of why SN is effective. I…

GANSpace: Discovering Interpretable GAN Controls

2020-04-06 · NeurIPS 2020 12 · Erik Härkönen, Aaron Hertzmann, Jaakko Lehtinen, Sylvain Paris

This paper describes a simple technique to analyze Generative Adversarial Networks (GANs) and create interpretable controls for image synthesis, such as change of viewpoint, aging, lighting, and time of day. We identify …

Image Generation

Bayesian GAN

2017-05-26 · NeurIPS 2017 · Yunus Saatchi, Andrew Gordon Wilson

Generative adversarial networks (GANs) can implicitly learn rich distributions over images, audio, and data which are hard to model with an explicit likelihood. We present a practical Bayesian formulation for unsupervise…

Bayesian GAN

2017-12-01 · NeurIPS 2017 12 · Yunus Saatci, Andrew G. Wilson

Generative adversarial networks (GANs) can implicitly learn rich distributions over images, audio, and data which are hard to model with an explicit likelihood. We present a practical Bayesian formulation for unsupervis…

Discriminator Contrastive Divergence: Semi-Amortized Generative Modeling by Exploring Energy of the Discriminator

2020-04-05 · Yuxuan Song, Qiwei Ye, Minkai Xu, Tie-Yan Liu

Generative Adversarial Networks (GANs) have shown great promise in modeling high dimensional data. The learning objective of GANs usually minimizes some measure discrepancy, \textit{e.g.}, $f$-divergence~($f$-GANs) or In…

Image Generation