Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 643 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 643 Bytes

Style GAN

Implemented the Style GAN Architecture as proposed in this paper.

Details of Architecture

Architecture

  • It consists of a mapping network $f$ to learn a disentangled latent space. A disentangled latent space enables the possibility to find direction vectors that correspond to indvidual factors of variation.
  • The synthesis netwok $g$ performs style-mixing. Further, we add random Gaussian Noise to each block as a means to generate stochastic detail.
  • Adaptive Instance Normalization is used in each block due to its efficiency and compact representation.