What is: Group Decreasing Network?
Source | Semantically Multi-modal Image Synthesis |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Group Decreasing Network, or GroupDNet, is a type of convolutional neural network for multi-modal image synthesis. GroupDNet contains one encoder and one decoder. Inspired by the idea of VAE and SPADE, the encoder produces a latent code that is supposed to follow a Gaussian distribution during training. While testing, the encoder is discarded. A randomly sampled code from the Gaussian distribution substitutes for . To fulfill this, the re-parameterization trick is used to enable a differentiable loss function during training. Specifically, the encoder predicts a mean vector and a variance vector through two fully connected layers to represent the encoded distribution. The gap between the encoded distribution and Gaussian distribution can be minimized by imposing a KL-divergence loss.