Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unsupervised Learning of Video Representations using LSTMs

About

We use multilayer Long Short Term Memory (LSTM) networks to learn representations of video sequences. Our model uses an encoder LSTM to map an input sequence into a fixed length representation. This representation is decoded using single or multiple decoder LSTMs to perform different tasks, such as reconstructing the input sequence, or predicting the future sequence. We experiment with two kinds of input sequences - patches of image pixels and high-level representations ("percepts") of video frames extracted using a pretrained convolutional net. We explore different design choices such as whether the decoder LSTMs should condition on the generated output. We analyze the outputs of the model qualitatively to see how well the model can extrapolate the learned video representation into the future and into the past. We try to visualize and interpret the learned features. We stress test the model by running it on longer time scales and on out-of-domain data. We further evaluate the representations by finetuning them for a supervised learning problem - human action recognition on the UCF-101 and HMDB-51 datasets. We show that the representations help improve classification accuracy, especially when there are only a few training examples. Even models pretrained on unrelated datasets (300 hours of YouTube videos) can help action recognition performance.

Nitish Srivastava, Elman Mansimov, Ruslan Salakhutdinov• 2015

Related benchmarks

TaskDatasetResultRank
Action RecognitionUCF101
Accuracy84.3
365
Action RecognitionUCF101 (mean of 3 splits)
Accuracy84.3
357
Action RecognitionHMDB51
3-Fold Accuracy44
191
Video PredictionMoving MNIST (test)
MSE118.3
82
Human Motion PredictionHuman3.6M--
46
Action RecognitionHMDB-51 v1
Accuracy44
31
Traffic ForecastingTaxiBJ (test)
MAE17.7
29
Video Anomaly DetectionAvenue
Frame-AUC63.1
29
Video PredictionMoving MNIST 10000 sequences (val)
MSE103.3
22
Video PredictionWeatherBench T2m (test)
MSE1.521
20
Showing 10 of 17 rows

Other info

Follow for update