SOTAVerified

Deep Blind Video Super-resolution

2020-03-10ICCV 2021Code Available1· sign in to hype

Jinshan Pan, Songsheng Cheng, Jiawei Zhang, Jinhui Tang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Existing video super-resolution (SR) algorithms usually assume that the blur kernels in the degradation process are known and do not model the blur kernels in the restoration. However, this assumption does not hold for video SR and usually leads to over-smoothed super-resolved images. In this paper, we propose a deep convolutional neural network (CNN) model to solve video SR by a blur kernel modeling approach. The proposed deep CNN model consists of motion blur estimation, motion estimation, and latent image restoration modules. The motion blur estimation module is used to provide reliable blur kernels. With the estimated blur kernel, we develop an image deconvolution method based on the image formation model of video SR to generate intermediate latent images so that some sharp image contents can be restored well. However, the generated intermediate latent images may contain artifacts. To generate high-quality images, we use the motion estimation module to explore the information from adjacent frames, where the motion estimation can constrain the deep CNN model for better image restoration. We show that the proposed algorithm is able to generate clearer images with finer structural details. Extensive experimental results show that the proposed algorithm performs favorably against state-of-the-art methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MSU Super-Resolution for Video CompressionDBVSR + uavs3eBSQ-rate over ERQA7Unverified
MSU Super-Resolution for Video CompressionDBVSR + vvencBSQ-rate over Subjective Score2.84Unverified
MSU Super-Resolution for Video CompressionDBVSR + x264BSQ-rate over ERQA1.61Unverified
MSU Super-Resolution for Video CompressionDBVSR + x265BSQ-rate over ERQA13.15Unverified
MSU Super-Resolution for Video CompressionDBVSR + aomencBSQ-rate over ERQA13.48Unverified
MSU Video Super Resolution Benchmark: Detail RestorationDBVSRSubjective score6.95Unverified
MSU Video Upscalers: Quality EnhancementDBVSRSSIM0.94Unverified

Reproductions