Generative Sequence Models

TD-VAE

Introduced by Gregor et al. in Temporal Difference Variational Auto-Encoder

TD-VAE, or Temporal Difference VAE, is a generative sequence model that learns representations containing explicit beliefs about states several steps into the future, and that can be rolled out directly without single-step transitions. TD-VAE is trained on pairs of temporally separated time points, using an analogue of temporal difference learning used in reinforcement learning.

Source: Temporal Difference Variational Auto-Encoder

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Story Generation 1 33.33%
Text Generation 1 33.33%
Reinforcement Learning (RL) 1 33.33%

Components


Component Type
LSTM
Recurrent Neural Networks

Categories