paper-with-me

홈 › Papers

Convolutional Tensor-Train LSTM for Spatio-temporal Learning

2020-02-21 · NeurIPS 2020 12 · Jiahao Su, Wonmin Byeon, Jean Kossaifi, Furong Huang, Jan Kautz, Animashree Anandkumar

Learning from spatio-temporal data has numerous applications such as human-behavior analysis, object tracking, video compression, and physics simulation.However, existing methods still perform poorly on challenging video tasks such as long-term forecasting. This is because these kinds of challenging tasks require learning long-term spatio-temporal correlations in the video sequence. In this paper, we propose a higher-order convolutional LSTM model that can efficiently learn these correlations, along with a succinct representations of the history. This is accomplished through a novel tensor train module that performs prediction by combining convolutional features across time. To make this feasible in terms of computation and memory requirements, we propose a novel convolutional tensor-train decomposition of the higher-order model. This decomposition reduces the model complexity by jointly approximating a sequence of convolutional kernels asa low-rank tensor-train factorization. As a result, our model outperforms existing approaches, but uses only a fraction of parameters, including the baseline models.Our results achieve state-of-the-art performance in a wide range of applications and datasets, including the multi-steps video prediction on the Moving-MNIST-2and KTH action datasets as well as early activity recognition on the Something-Something V2 dataset.

📄 PDF Abstract BibTeX arXiv:2002.09131

Code (2)

NVlabs/conv-tt-lstm 공식 구현 pytorch
jerrywn121/TianChi_AIEarth pytorch

Tasks

Activity RecognitionVideo CompressionVideo Prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Convolutional Tensor-Train LSTM for Long-Term Video Prediction

2019-09-25 · Jiahao Su, Wonmin Byeon, Furong Huang, Jan Kautz 외

Long-term video prediction is highly challenging since it entails simultaneously capturing spatial and temporal information across a long range of image frames.Standard recurrent models are ineffective since they are pro…

PredictionVideo Prediction

Convolutional State Space Models for Long-Range Spatiotemporal Modeling

2023-10-30 · NeurIPS 2023 11

Effectively modeling long spatiotemporal sequences is challenging due to the need to model complex spatial correlations and long-range temporal dependencies simultaneously. ConvLSTMs attempt to address this by updating t…

MinecraftState Space Models

A Hybrid 3DCNN and 3DC-LSTM based model for 4D Spatio-temporal fMRI data: An ABIDE Autism Classification study

2020-02-14 · Ahmed El-Gazzar, Mirjam Quaak, Leonardo Cerliani, Peter Bloem 외

Functional Magnetic Resonance Imaging (fMRI) captures the temporal dynamics of neural activity as a function of spatial location in the brain. Thus, fMRI scans are represented as 4-Dimensional (3-space + 1-time) tensors.…

Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting

2015-06-13 · NeurIPS 2015 12 · Xingjian Shi, Zhourong Chen, Hao Wang, Dit-yan Yeung 외

The goal of precipitation nowcasting is to predict the future rainfall intensity in a local region over a relatively short period of time. Very few previous studies have examined this crucial and challenging weather fore…

BIG-bench Machine LearningVideo PredictionWeather Forecasting

Attention in Convolutional LSTM for Gesture Recognition

2018-12-01 · NeurIPS 2018 12 · Liang Zhang, Guangming Zhu, Lin Mei, Peiyi Shen 외

Convolutional long short-term memory (LSTM) networks have been widely used for action/gesture recognition, and different attention mechanisms have also been embedded into the LSTM or the convolutional LSTM (ConvLSTM) net…

Gesture Recognition