CVAIMLJan 14, 2018

Frame-Recurrent Video Super-Resolution

arXiv:1801.04590v4564 citations
AI Analysis

This addresses the issue of computational inefficiency and temporal inconsistency in video super-resolution for applications like video enhancement, though it is incremental as it builds on existing neural network and motion compensation approaches.

The paper tackled the problem of video super-resolution by proposing a frame-recurrent framework that uses previously inferred high-resolution estimates to process subsequent frames, resulting in improved temporal consistency and reduced computational cost, with evaluations showing it significantly outperforms current state-of-the-art methods.

Recent advances in video super-resolution have shown that convolutional neural networks combined with motion compensation are able to merge information from multiple low-resolution (LR) frames to generate high-quality images. Current state-of-the-art methods process a batch of LR frames to generate a single high-resolution (HR) frame and run this scheme in a sliding window fashion over the entire video, effectively treating the problem as a large number of separate multi-frame super-resolution tasks. This approach has two main weaknesses: 1) Each input frame is processed and warped multiple times, increasing the computational cost, and 2) each output frame is estimated independently conditioned on the input frames, limiting the system's ability to produce temporally consistent results. In this work, we propose an end-to-end trainable frame-recurrent video super-resolution framework that uses the previously inferred HR estimate to super-resolve the subsequent frame. This naturally encourages temporally consistent results and reduces the computational cost by warping only one image in each step. Furthermore, due to its recurrent nature, the proposed method has the ability to assimilate a large number of previous frames without increased computational demands. Extensive evaluations and comparisons with previous methods validate the strengths of our approach and demonstrate that the proposed framework is able to significantly outperform the current state of the art.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes