English

Effect of Architectures and Training Methods on the Performance of Learned Video Frame Prediction

Computer Vision and Pattern Recognition 2020-08-17 v1 Image and Video Processing

Abstract

We analyze the performance of feedforward vs. recurrent neural network (RNN) architectures and associated training methods for learned frame prediction. To this effect, we trained a residual fully convolutional neural network (FCNN), a convolutional RNN (CRNN), and a convolutional long short-term memory (CLSTM) network for next frame prediction using the mean square loss. We performed both stateless and stateful training for recurrent networks. Experimental results show that the residual FCNN architecture performs the best in terms of peak signal to noise ratio (PSNR) at the expense of higher training and test (inference) computational complexity. The CRNN can be trained stably and very efficiently using the stateful truncated backpropagation through time procedure, and it requires an order of magnitude less inference runtime to achieve near real-time frame prediction with an acceptable performance.

Keywords

Cite

@article{arxiv.2008.06106,
  title  = {Effect of Architectures and Training Methods on the Performance of Learned Video Frame Prediction},
  author = {M. Akin Yilmaz and A. Murat Tekalp},
  journal= {arXiv preprint arXiv:2008.06106},
  year   = {2020}
}

Comments

Accepted for publication at IEEE ICIP 2019