Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution

Abstract

Super resolving a low-resolution video is usually handled by either single-image super-resolution (SR) or multi-frame SR. Single-Image SR deals with each video frame independently, and ignores intrinsic temporal dependency of video frames which actually plays a very important role in video super-resolution. Multi-Frame SR generally extracts motion information, e.g. optical flow, to model the temporal dependency, which often shows high computational cost. Considering that recurrent neural network (RNN) can model long-term contextual information of temporal sequences well, we propose a bidirectional recurrent convolutional network for efficient multi-frame SR.Different from vanilla RNN, 1) the commonly-used recurrent full connections are replaced with weight-sharing convolutional connections and 2) conditional convolutional connections from previous input layers to current hidden layer are added for enhancing visual-temporal dependency modelling. With the powerful temporal dependency modelling, our model can super resolve videos with complex motions and achieve state-of-the-art performance. Due to the cheap convolution operations, our model has a low computational complexity and runs orders of magnitude faster than other multi-frame methods.

Cite

Text

Huang et al. "Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution." Neural Information Processing Systems, 2015.

Markdown

[Huang et al. "Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution." Neural Information Processing Systems, 2015.](https://mlanthology.org/neurips/2015/huang2015neurips-bidirectional/)

BibTeX

@inproceedings{huang2015neurips-bidirectional,
  title     = {{Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution}},
  author    = {Huang, Yan and Wang, Wei and Wang, Liang},
  booktitle = {Neural Information Processing Systems},
  year      = {2015},
  pages     = {235-243},
  url       = {https://mlanthology.org/neurips/2015/huang2015neurips-bidirectional/}
}