Share your thoughts, 1 month free Claude Pro on usSee more
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
Image Super-resolutionManga109
PSNR37.23
821
Super-ResolutionSet5
PSNR37.34
785
Super-ResolutionUrban100
PSNR30.6
652
Super-ResolutionSet14
PSNR33.08
613
Image Super-resolutionSet5 (test)
PSNR26.95
566
Super-ResolutionB100
PSNR27.51
429
Super-ResolutionManga109
PSNR37.23
330
Image Super-resolutionSet14 (test)
PSNR25.27
314
Single Image Super-ResolutionUrban100 (test)
PSNR23
311
Image Super-resolutionManga109 (test)
PSNR25.29
255
Showing 10 of 41 rows

Other info

Code

Follow for update