Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unfolding the Alternating Optimization for Blind Super Resolution

About

Previous methods decompose blind super resolution (SR) problem into two sequential steps: \textit{i}) estimating blur kernel from given low-resolution (LR) image and \textit{ii}) restoring SR image based on estimated kernel. This two-step solution involves two independently trained models, which may not be well compatible with each other. Small estimation error of the first step could cause severe performance drop of the second one. While on the other hand, the first step can only utilize limited information from LR image, which makes it difficult to predict highly accurate blur kernel. Towards these issues, instead of considering these two steps separately, we adopt an alternating optimization algorithm, which can estimate blur kernel and restore SR image in a single model. Specifically, we design two convolutional neural modules, namely \textit{Restorer} and \textit{Estimator}. \textit{Restorer} restores SR image based on predicted kernel, and \textit{Estimator} estimates blur kernel with the help of restored SR image. We alternate these two modules repeatedly and unfold this process to form an end-to-end trainable network. In this way, \textit{Estimator} utilizes information from both LR and SR images, which makes the estimation of blur kernel easier. More importantly, \textit{Restorer} is trained with the kernel estimated by \textit{Estimator}, instead of ground-truth kernel, thus \textit{Restorer} could be more tolerant to the estimation error of \textit{Estimator}. Extensive experiments on synthetic datasets and real-world images show that our model can largely outperform state-of-the-art methods and produce more visually favorable results at much higher speed. The source code is available at https://github.com/greatlog/DAN.git.

Zhengxiong Luo, Yan Huang, Shang Li, Liang Wang, Tieniu Tan• 2020

Related benchmarks

TaskDatasetResultRank
Super-ResolutionSet5
PSNR37.34
751
Image Super-resolutionManga109
PSNR37.23
656
Super-ResolutionUrban100
PSNR30.6
603
Super-ResolutionSet14
PSNR33.08
586
Image Super-resolutionSet5 (test)
PSNR26.95
544
Super-ResolutionManga109
PSNR37.23
298
Image Super-resolutionSet14 (test)
PSNR25.27
292
Single Image Super-ResolutionUrban100 (test)
PSNR23
289
Image Super-resolutionManga109 (test)
PSNR25.29
233
Image Super-resolutionBSD100 (test)
PSNR24.95
216
Showing 10 of 40 rows

Other info

Code

Follow for update