What is: Residual Normal Distribution?
Source | NVAE: A Deep Hierarchical Variational Autoencoder |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Residual Normal Distributions are used to help the optimization of VAEs, preventing optimization from entering an unstable region. This can happen due to sharp gradients caused in situations where the encoder and decoder produce distributions far away from each other. The residual distribution parameterizes relative to . Let be a Normal distribution for the th variable in in prior. Define , where and are the relative location and scale of the approximate posterior with respect to the prior. With this parameterization, when the prior moves, the approximate posterior moves accordingly, if not changed.