AkiraTOSEI / ML_papers

ML_paper_summary(in Japanese)
5 stars 1 forks source link

NVAE: A Deep Hierarchical Variational Autoencoder #92

Open AkiraTOSEI opened 3 years ago

AkiraTOSEI commented 3 years ago

TL;DR

This is a study of hierarchical VAE to generate high-definition images. Instead of having the variance and average calculated directly at each stage, they design the distribution taking into account the relative average of the previous layer. In addition, there are various innovations such as swish activation, cells with SE modules, spectral norm, and depth-wise conv for wide receptive field with low calculation cost. image

Why it matters:

Paper URL

https://arxiv.org/abs/2007.03898

Submission Dates(yyyy/mm/dd)

Authors and institutions

Methods

Results

Comments