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

PredRNN: A Recurrent Neural Network for Spatiotemporal Predictive Learning

About

The predictive learning of spatiotemporal sequences aims to generate future images by learning from the historical context, where the visual dynamics are believed to have modular structures that can be learned with compositional subsystems. This paper models these structures by presenting PredRNN, a new recurrent network, in which a pair of memory cells are explicitly decoupled, operate in nearly independent transition manners, and finally form unified representations of the complex environment. Concretely, besides the original memory cell of LSTM, this network is featured by a zigzag memory flow that propagates in both bottom-up and top-down directions across all layers, enabling the learned visual dynamics at different levels of RNNs to communicate. It also leverages a memory decoupling loss to keep the memory cells from learning redundant features. We further propose a new curriculum learning strategy to force PredRNN to learn long-term dynamics from context frames, which can be generalized to most sequence-to-sequence models. We provide detailed ablation studies to verify the effectiveness of each component. Our approach is shown to obtain highly competitive results on five datasets for both action-free and action-conditioned predictive learning scenarios.

Yunbo Wang, Haixu Wu, Jianjin Zhang, Zhifeng Gao, Jianmin Wang, Philip S. Yu, Mingsheng Long• 2021

Related benchmarks

TaskDatasetResultRank
Video PredictionMoving MNIST
SSIM0.911
52
Human Motion PredictionHuman3.6M--
46
Video PredictionMoving-MNIST 10 → 10 (test)
MSE27.73
39
Video PredictionKTH
PSNR29.51
35
Precipitation forecastingSEVIR (test)
CSI (16)75.44
34
Spatio-temporal forecastingTaxiBJ
MSE0.3334
30
Traffic ForecastingTaxiBJ (test)
MAE15.5
29
Spatiotemporal PredictionMoving FMNIST (test)
MSE24.13
25
Spatiotemporal PredictionHuman3.6M 256x256
MSE114.9
23
Video PredictionTaxiBJ (test)
MAE16.6105
23
Showing 10 of 46 rows

Other info

Code

Follow for update