IVCVJan 28, 2022

Deep Networks for Image and Video Super-Resolution

arXiv:2201.11996v1
AI Analysis

This work addresses super-resolution tasks for images and videos, offering incremental improvements in efficiency and performance.

The authors tackled the problem of image and video super-resolution by proposing a deep network architecture with mixed-dense connection blocks and a scale-recurrent framework, achieving qualitative and quantitative improvements over state-of-the-art methods on benchmarks.

Efficiency of gradient propagation in intermediate layers of convolutional neural networks is of key importance for super-resolution task. To this end, we propose a deep architecture for single image super-resolution (SISR), which is built using efficient convolutional units we refer to as mixed-dense connection blocks (MDCB). The design of MDCB combines the strengths of both residual and dense connection strategies, while overcoming their limitations. To enable super-resolution for multiple factors, we propose a scale-recurrent framework which reutilizes the filters learnt for lower scale factors recursively for higher factors. This leads to improved performance and promotes parametric efficiency for higher factors. We train two versions of our network to enhance complementary image qualities using different loss configurations. We further employ our network for video super-resolution task, where our network learns to aggregate information from multiple frames and maintain spatio-temporal consistency. The proposed networks lead to qualitative and quantitative improvements over state-of-the-art techniques on image and video super-resolution benchmarks.

Foundations

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

Your Notes