What is: LOGAN?
Source | LOGAN: Latent Optimisation for Generative Adversarial Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
LOGAN is a generative adversarial network that uses a latent optimization approach using natural gradient descent (NGD). For the Fisher matrix in NGD, the authors use the empirical Fisher with Tikhonov damping:
They also use Euclidian Norm regularization for the optimization step.
For LOGAN's base architecture, BigGAN-deep is used with a few modifications: increasing the size of the latent source from to , to compensate the randomness of the source lost when optimising . 2, using the uniform distribution instead of the standard normal distribution for to be consistent with the clipping operation, using leaky ReLU (with the slope of 0.2 for the negative part) instead of ReLU as the non-linearity for smoother gradient flow for .