The VAE Decoder: Generating Data from Latent Samples
Was this section helpful?
Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013arXiv preprint arXiv:1312.6114DOI: 10.48550/arXiv.1312.6114 - The seminal paper introducing Variational Autoencoders, describing the decoder's function in reconstructing data and generating new samples from the latent space.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides extensive background on VAEs, their architecture, how the decoder functions as a generative network, and the use of different layer types like transposed convolutions.
A guide to convolution arithmetic for deep learning, Vincent Dumoulin and Francesco Visin, 2016arXiv preprint arXiv:1603.07285DOI: 10.48550/arXiv.1603.07285 - Details the mathematical and practical aspects of convolution and transposed convolution operations, essential for understanding the upsampling layers in convolutional VAE decoders.
CS236: Deep Generative Models (Course Website), Stanford University, 2023 - A comprehensive course on deep generative models, including detailed sections on VAEs, their decoder architectures, and the process of generating new data from latent samples.