jmmanley / conv-autoencoder

a convolutional autoencoder in python and keras.
GNU General Public License v3.0
5 stars 5 forks source link

next up: spatiotemporal autoencoder for videos #1

Open jmmanley opened 5 years ago

jmmanley commented 5 years ago

I would like to implement something like this: https://arxiv.org/pdf/1511.06309.pdf

Essentially, the idea is to nest a temporal autoencoder (probably using LSTMs) inside the spatial autoencoder, in order to warp the encoding to predict the NEXT frame in a video sequence.

jmmanley commented 5 years ago

Also relevant: https://openreview.net/pdf?id=B1ewdt9xe