CVApr 16, 2023

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

arXiv:2304.07724v314 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the problem of high computational costs in video prediction for AI applications, offering an incremental improvement over prior methods.

The paper tackles the challenge of video prediction by proposing MS-LSTM, a spatiotemporal multi-scale model that captures context information more efficiently than existing RNNs, achieving better performance with lower training costs on four datasets.

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 multi-scale features of the video only by stacking layers, which is inefficient and brings unbearable training costs (such as memory, FLOPs, and training time). Different from them, this paper proposes a spatiotemporal multi-scale model called MS-LSTM wholly from a multi-scale perspective. On the basis of stacked layers, MS-LSTM incorporates two additional efficient multi-scale designs to fully capture spatiotemporal context information. Concretely, we employ LSTMs with mirrored pyramid structures to construct spatial multi-scale representations and LSTMs with different convolution kernels to construct temporal multi-scale representations. We theoretically analyze the training cost and performance of MS-LSTM and its components. Detailed comparison experiments with twelve baseline models on four video datasets show that MS-LSTM has better performance but lower training costs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes