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 $E$ times before applying the depthwise separable convolution, and then maps it back to $C$ 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.
Source: NVAE: A Deep Hierarchical Variational AutoencoderPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Generation | 2 | 25.00% |
Decoder | 1 | 12.50% |
Adversarial Attack | 1 | 12.50% |
Diversity | 1 | 12.50% |
Anomaly Detection | 1 | 12.50% |
Time Series Analysis | 1 | 12.50% |
Time Series Anomaly Detection | 1 | 12.50% |