paper-with-me

Papers

Unsupervised Learning of Video Representations using LSTMs

2015-02-16 · Nitish Srivastava, Elman Mansimov, Ruslan Salakhutdinov

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.

📄 PDF Abstract BibTeX arXiv:1502.04681

Code (12)

emansim/unsupervised-videos 공식 구현
ManjunathAdi/Seq2Seq_RNN tf
MrSyee/rnn_autoenc tf
RoshanRane/segmentation-moving-MNIST
duyhlzu/GMG pytorch
kjm1559/ADAE_LSTM_Autoencoder tf
mansimov/unsupervised-videos
pdemeulenaer/Time-series-prediction tf
saikasyap/Video-Embeddings tf
shuuchen/video_autoencoder pytorch
udaydutt12/Neural-Nets tf
yumaloop/LSTMAutoEncoderOnMovingMNIST tf

Tasks

Action RecognitionDecoderTemporal Action Localization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Compressed Sensing View of Unsupervised Text Embeddings, Bag-of-n-Grams, and LSTMs

2018-01-01 · ICLR 2018 1 · Sanjeev Arora, Mikhail Khodak, Nikunj Saunshi, Kiran Vodrahalli

Low-dimensional vector embeddings, computed using LSTMs or simpler techniques, are a popular approach for capturing the “meaning” of text and a form of unsupervised learning useful for downstream tasks. However, their po…

compressed sensing

MS-LSTM: Exploring Spatiotemporal Multiscale Representations in Video Prediction Domain

2023-04-16 · Zhifeng Ma, Hao Zhang, Jie Liu

The drastic variation of motion in spatial and temporal dimensions makes the video prediction task extremely challenging. Existing RNN models obtain higher performance by deepening or widening the model. They obtain the …

Video Prediction

Rolling-Unrolling LSTMs for Action Anticipation from First-Person Video

2020-05-04 · Antonino Furnari, Giovanni Maria Farinella

In this paper, we tackle the problem of egocentric action anticipation, i.e., predicting what actions the camera wearer will perform in the near future and which objects they will interact with. Specifically, we contribu…

Action AnticipationAction RecognitionOptical Flow EstimationRolling Shutter Correction+1

Unsupervised Learning of Automotive 3D Crash Simulations using LSTMs

2020-01-01 · ICLR 2020 1 · Amin Abbasloo, Jochen Garcke, Rodrigo Iza-Teran

Long short-term memory (LSTM) networks allow to exhibit temporal dynamic behavior with feedback connections and seem a natural choice for learning sequences of 3D meshes. We introduce an approach for dynamic mesh represe…

DecoderVideo Prediction

Self-Attention Based Generative Adversarial Networks For Unsupervised Video Summarization

2023-07-16 · Maria Nektaria Minaidi, Charilaos Papaioannou, Alexandros Potamianos

In this paper, we study the problem of producing a comprehensive video summary following an unsupervised approach that relies on adversarial learning. We build on a popular method where a Generative Adversarial Network (…

Generative Adversarial NetworkUnsupervised Video SummarizationVideo Summarization