From Autoencoder to Beta-VAE
The article discusses the evolution of autoencoders and variational autoencoders (VAEs) in deep learning. Autoencoders were initially designed to reconstruct high-dimensional data using a neural network with a narrow bottleneck layer, which also enables dimension reduction. This compressed latent encoding can be used for various applications such as search, data compression, or revealing underlying generative factors. The article mentions updates to the original post, includi
The article discusses the evolution of autoencoders and variational autoencoders (VAEs) in deep learning. Autoencoders were initially designed to reconstruct high-dimensional data using a neural network with a narrow bottleneck layer, which also enables dimension reduction. This compressed latent encoding can be used for various applications such as search, data compression, or revealing underlying generative factors. The article mentions updates to the original post, including sections on VQ-VAE and TD-VAE.
---
Why it matters: Understanding the evolution of autoencoders and VAEs is important for researchers working in deep learning, particularly those interested in dimensionality reduction and generative models.
Source: https://lilianweng.github.io/posts/2018-08-12-vae/
This article was originally published at: https://lilianweng.github.io/posts/2018-08-12-vae/