Unfolding the Alternating Optimization for Blind Super Resolution
Zhengxiong Luo, Yan Huang, Shang Li, Liang Wang, Tieniu Tan

TL;DR
This paper introduces an end-to-end trainable neural network that alternates between estimating blur kernels and restoring high-resolution images, improving accuracy and speed over traditional two-step methods in blind super resolution.
Contribution
The paper proposes a novel alternating optimization framework with two neural modules, enabling joint estimation and restoration in a single model, enhancing robustness and efficiency.
Findings
Outperforms state-of-the-art methods on synthetic datasets.
Produces more visually appealing results on real-world images.
Operates at much higher speed than existing approaches.
Abstract
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}.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Vision and Imaging · Image Processing Techniques and Applications
