Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1312.6114 - Introduces the Variational Autoencoder (VAE) framework, laying the probabilistic and architectural foundations, including the Evidence Lower Bound (ELBO) and reparameterization trick, essential for understanding RVAEs.
Long Short-Term Memory, Sepp Hochreiter, Jürgen Schmidhuber, 1997Neural Computation, Vol. 9 (MIT Press)DOI: 10.1162/neco.1997.9.8.1735 - Presents Long Short-Term Memory (LSTM) networks, which are a key recurrent neural network (RNN) cell type explicitly mentioned in the section for handling long-term temporal dependencies in sequential data.