DRFN: Deep Recurrent Fusion Network for Single-Image Super-Resolution with Large Factors
This work addresses image quality degradation in super-resolution for applications like medical imaging or surveillance, but it is incremental as it builds on existing deep learning approaches.
The paper tackles the problem of visual artifacts in single-image super-resolution at high scaling factors by proposing a Deep Recurrent Fusion Network (DRFN) that replaces bicubic interpolation with transposed convolution and fuses multi-level features, achieving better accuracy and visual effects with fewer parameters compared to existing methods.
Recently, single-image super-resolution has made great progress owing to the development of deep convolutional neural networks (CNNs). The vast majority of CNN-based models use a pre-defined upsampling operator, such as bicubic interpolation, to upscale input low-resolution images to the desired size and learn non-linear mapping between the interpolated image and ground truth high-resolution (HR) image. However, interpolation processing can lead to visual artifacts as details are over-smoothed, particularly when the super-resolution factor is high. In this paper, we propose a Deep Recurrent Fusion Network (DRFN), which utilizes transposed convolution instead of bicubic interpolation for upsampling and integrates different-level features extracted from recurrent residual blocks to reconstruct the final HR images. We adopt a deep recurrence learning strategy and thus have a larger receptive field, which is conducive to reconstructing an image more accurately. Furthermore, we show that the multi-level fusion structure is suitable for dealing with image super-resolution problems. Extensive benchmark evaluations demonstrate that the proposed DRFN performs better than most current deep learning methods in terms of accuracy and visual effects, especially for large-scale images, while using fewer parameters.