English

Sliding Window Recurrent Network for Efficient Video Super-Resolution

Image and Video Processing 2022-08-25 v1 Computer Vision and Pattern Recognition

Abstract

Video super-resolution (VSR) is the task of restoring high-resolution frames from a sequence of low-resolution inputs. Different from single image super-resolution, VSR can utilize frames' temporal information to reconstruct results with more details. Recently, with the rapid development of convolution neural networks (CNN), the VSR task has drawn increasing attention and many CNN-based methods have achieved remarkable results. However, only a few VSR approaches can be applied to real-world mobile devices due to the computational resources and runtime limitations. In this paper, we propose a \textit{Sliding Window based Recurrent Network} (SWRN) which can be real-time inference while still achieving superior performance. Specifically, we notice that video frames should have both spatial and temporal relations that can help to recover details, and the key point is how to extract and aggregate information. Address it, we input three neighboring frames and utilize a hidden state to recurrently store and update the important temporal information. Our experiment on REDS dataset shows that the proposed method can be well adapted to mobile devices and produce visually pleasant results.

Keywords

Cite

@article{arxiv.2208.11608,
  title  = {Sliding Window Recurrent Network for Efficient Video Super-Resolution},
  author = {Wenyi Lian and Wenjing Lian},
  journal= {arXiv preprint arXiv:2208.11608},
  year   = {2022}
}

Comments

Participated in the AIM 2022 Real-Time Video SR Challenge

R2 v1 2026-06-25T01:56:23.946Z