Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Style-Based Generator Architecture for Generative Adversarial Networks #59

Open
howardyclo opened this issue Jun 18, 2019 · 0 comments

Comments

@howardyclo
Copy link
Owner

Metadata

TL;DR

  • Propose a style-based generator for GANs inspired by AdaIN .
  • The work is orthogonal to the GAN loss functions, regularizations, and hyperparameters.
  • The style-based generator makes it possible to control the image synthesis via scale-specific modifications to the styles.

To see the reason for this localization, let us consider how the AdaIN operation first normalizes each channel to zero mean and unit variance, and only then applies scales and biases based on the style. The new per-channel statistics, as dictated by the style, modify the relative importance of features for the subsequent convolution operation, but they do not depend on the original statistics because of the normalization. Thus each style controls only one convolution before being overridden by the next AdaIN operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant