paper-with-me

Papers

MS-RNN: A Flexible Multi-Scale Framework for Spatiotemporal Predictive Learning

2022-06-07 · Zhifeng Ma, Hao Zhang, Jie Liu

Spatiotemporal predictive learning, which predicts future frames through historical prior knowledge with the aid of deep learning, is widely used in many fields. Previous work essentially improves the model performance by widening or deepening the network, but it also brings surging memory overhead, which seriously hinders the development and application of this technology. In order to improve the performance without increasing memory consumption, we focus on scale, which is another dimension to improve model performance but with low memory requirement. The effectiveness has been widely demonstrated in many CNN-based tasks such as image classification and semantic segmentation, but it has not been fully explored in recent RNN models. In this paper, learning from the benefit of multi-scale, we propose a general framework named Multi-Scale RNN (MS-RNN) to boost recent RNN models for spatiotemporal predictive learning. We verify the MS-RNN framework by thorough theoretical analyses and exhaustive experiments, where the theory focuses on memory reduction and performance improvement while the experiments employ eight RNN models (ConvLSTM, TrajGRU, PredRNN, PredRNN++, MIM, MotionRNN, PredRNN-V2, and PrecipLSTM) and four datasets (Moving MNIST, TaxiBJ, KTH, and Germany). The results show the efficiency that RNN models incorporating our framework have much lower memory cost but better performance than before. Our code is released at \url{https://github.com/mazhf/MS-RNN}.

📄 PDF Abstract BibTeX arXiv:2206.03010

Code (1)

mazhf/ms-rnn 공식 구현 pytorch

Tasks

image-classificationVideo Prediction

Methods 이 논문이 사용한 방법론

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…
MIM 설명 없음

Similar Papers 제목 키워드 기반

CMS-LSTM: Context Embedding and Multi-Scale Spatiotemporal Expression LSTM for Predictive Learning

2021-02-06 · Zenghao Chai, Zhengzhuo Xu, Yunpeng Bai, Zhihui Lin 외

Spatiotemporal predictive learning (ST-PL) is a hotspot with numerous applications, such as object movement and meteorological prediction. It aims at predicting the subsequent frames via observed sequences. However, inhe…

PredictionVideo Prediction

Scalable Spatiotemporal Prediction with Bayesian Neural Fields

2024-03-12 · Feras Saad, Jacob Burnim, Colin Carroll, Brian Patton 외

Spatiotemporal datasets, which consist of spatially-referenced time series, are ubiquitous in diverse applications, such as air pollution monitoring, disease tracking, and cloud-demand forecasting. As the scale of modern…

Bayesian InferenceDemand ForecastingGPUPrediction+1

MotionRNN: A Flexible Model for Video Prediction with Spacetime-Varying Motions

2021-03-03 · CVPR 2021 1 · Haixu Wu, Zhiyu Yao, Jianmin Wang, Mingsheng Long

This paper tackles video prediction from a new dimension of predicting spacetime-varying motions that are incessantly changing across both space and time. Prior methods mainly capture the temporal state transitions but o…

PredictionVideo Prediction

Spatiotemporal Observer Design for Predictive Learning of High-Dimensional Data

2024-02-23 · Tongyi Liang, Han-Xiong Li

Although deep learning-based methods have shown great success in spatiotemporal predictive learning, the framework of those models is designed mainly by intuition. How to make spatiotemporal forecasting with theoretical …

Deep Learning

Variational Predictive Routing with Nested Subjective Timescales

2021-10-21 · ICLR 2022 4 · Alexey Zakharov, Qinghai Guo, Zafeirios Fountas

Discovery and learning of an underlying spatiotemporal hierarchy in sequential data is an important topic for machine learning. Despite this, little work has been done to explore hierarchical generative models that can f…

Event DetectionModel-based Reinforcement Learning