←back to thread

129 points celias | 1 comments | | HN request time: 0.206s | source
Show context
kelseyfrog ◴[] No.44393483[source]
Forgotten from like 2021? NVAE[1] was a great paper but maybe four years is long enough to be forgotten in the AI space? shrug

1. NVAE: A Deep Hierarchical Variational Autoencoder https://arxiv.org/pdf/2007.03898

replies(2): >>44393507 #>>44393824 #
nabla9 ◴[] No.44393824[source]
They are both variational inference, but Normalizing Flow (NF) is not VAE.
replies(1): >>44394090 #
1. kelseyfrog ◴[] No.44394090[source]
If you read the paper, you'll find "More Expressive Approximate Posteriors with Normalizing Flows" is in the methods section. The authors are in fact using (inverse) normalizing flows within the context of VAEs.

The appendix goes on to explain, "We apply simple volume-preserving normalizing flows of the form z′ = z + b(z) to the samples generated by the encoder at each level".