Row LSTM

E743714

Row LSTM is a recurrent neural network architecture used in PixelRNN that processes images row by row to model spatial dependencies for generative image modeling.

All labels observed (1)

Label Occurrences
Row LSTM canonical 2

How this entity was disambiguated

Statements (30)

Predicate Object
instanceOf component of PixelRNN ⓘ
neural network layer ⓘ
recurrent neural network architecture ⓘ
basedOn Long Short-Term Memory ⓘ
linked to: LSTM networks
designedFor generative image modeling ⓘ
domain computer vision ⓘ
deep generative models ⓘ
probabilistic modeling ⓘ
ensures no access to future pixels in generation order ⓘ
hasProperty causal dependency structure ⓘ
sequential row-wise computation ⓘ
implementedIn PixelRNN architecture variants ⓘ
linked to: PixelRNN
inputType image pixels ⓘ
introducedBy Aaron van den Oord ⓘ
Koray Kavukcuoglu ⓘ
Nal Kalchbrenner ⓘ
introducedIn Pixel Recurrent Neural Networks ⓘ
linked to: PixelRNN
models spatial dependencies in images ⓘ
operatesOn 2D image grids ⓘ
outputType conditional pixel distributions ⓘ
processes images row by row ⓘ
publicationYear 2016 ⓘ
publishedIn ICML 2016 ⓘ
linked to: ICML
relatedTo Diagonal BiLSTM ⓘ
PixelCNN ⓘ
trainingObjective maximum likelihood estimation of pixel distributions ⓘ
usedFor autoregressive image density modeling ⓘ
image completion ⓘ
image generation ⓘ
usedIn PixelRNN ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

PixelRNN → architectureVariant → Row LSTM ⓘ
Diagonal BiLSTM → relatedTo → Row LSTM ⓘ