End-to-end 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 alternating optimization framework for blind super-resolution that jointly estimates the blur kernel and restores the high-resolution image, improving accuracy and efficiency over traditional two-step methods.
Contribution
The proposed model unifies kernel estimation and image restoration into a single trainable network using alternating modules, enhancing compatibility and robustness.
Findings
Outperforms state-of-the-art methods on synthetic datasets
Produces more visually appealing results
Operates at a significantly higher speed
Abstract
Previous methods decompose the blind super-resolution (SR) problem into two sequential steps: \textit{i}) estimating the blur kernel from given low-resolution (LR) image and \textit{ii}) restoring the SR image based on the estimated kernel. This two-step solution involves two independently trained models, which may not be well compatible with each other. A small estimation error of the first step could cause a severe performance drop of the second one. While on the other hand, the first step can only utilize limited information from the LR image, which makes it difficult to predict a highly accurate blur kernel. Towards these issues, instead of considering these two steps separately, we adopt an alternating optimization algorithm, which can estimate the blur kernel and restore the SR image in a single model. Specifically, we design two convolutional neural modules, namely…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Vision and Imaging · Image Processing Techniques and Applications
