flrngel / understanding-ai

personal repository
36 stars 6 forks source link

Neural Discrete Representation Learning #23

Open flrngel opened 5 years ago

flrngel commented 5 years ago

https://arxiv.org/abs/1711.00937

Abstract

1. Introduction

Models feature

2. Related work

3. VQ-VAE

image

Order

  1. Encoder parameterises posterior distribution q(z|x) of discrete latent random variables z with data x
  2. posteriors and priors in VAEs are assumed normally distributed with diagonal covariance, which allows for Gaussian re-parameterization trick to be used [32, 23]
    • autoregressive prior and posterior models [14]
    • normalizing flows [10]
    • inverse autoregressive posteriors [22]

3.1. Discrete Latent variables

3.2. Learning

4. Experiments

image

5. Conclusion

My Comments