godisboy / SDGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantically Decomposing the Latent Spaces of Generative Adversarial Networks

  1. Comparison of discriminator architecture on MS-Celeba_1M
  • Result of SDGAN(stack the feature map along channels)

result1

  • Result of SDGAN(stack in RGB)

result1


  1. Decompose latent space into identities and observations. Z = [Z_i, Z_o]

  2. Pairwise training scheme(Generator share weights, Discriminator share weights with D_e, Siamese setup for learning generating a pair of images(same identity).

About


Languages

Language:Python 100.0%