paper-with-me

NVAE Generative Residual Cell

2000년 도입 · 논문 5편에서 사용

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.

출처: NVAE: A Deep Hierarchical Variational Autoencoder

소개 논문: NVAE: A Deep Hierarchical Variational Autoencoder

Skip Connection Blocks · GeneralImage Model Blocks · Computer Vision