AICurious Logo

What is: NVAE Generative Residual Cell?

SourceNVAE: A Deep Hierarchical Variational Autoencoder
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

The NVAE Generative Residual Cell is a skip connection block used as part of the NVAE architecture for the generator. The residual cell expands the number of channels EE times before applying the depthwise separable convolution, and then maps it back to CC channels. The design motivation was to help model long-range correlations in the data by increasing the receptive field of the network, which explains the expanding path but also the use of depthwise convolutions to keep a handle on parameter count.