π€ AI Summary
Existing blind super-resolution (BSR) methods based on implicit degradation estimation (IDE-BSR) neglect the discriminability of implicit degradation representations (IDRs), leading to excessive model complexity, inflated parameter counts, and prohibitive computational overhead. To address this, we propose a discriminative implicit degradation representation learning framework. Our approach enhances IDR discriminability via degradation-prior-guided contrastive learning and achieves lightweight modeling through knowledge distillation and feature alignment. The resulting model accurately captures complex, real-world degradations while efficiently recovering high-frequency detailsβall with fewer than 0.5 million parameters and less than 1 Giga FLOPs. Extensive experiments demonstrate that our method outperforms both state-of-the-art lightweight and full-parameter BSR approaches across diverse blind SR benchmarks, achieving superior performance, computational efficiency, and strong generalization capability.
π Abstract
Implicit degradation estimation-based blind super-resolution (IDE-BSR) hinges on extracting the implicit degradation representation (IDR) of the LR image and adapting it to LR image features to guide HR detail restoration. Although IDE-BSR has shown potential in dealing with noise interference and complex degradations, existing methods ignore the importance of IDR discriminability for BSR and instead over-complicate the adaptation process to improve effect, resulting in a significant increase in the model's parameters and computations. In this paper, we focus on the discriminability optimization of IDR and propose a new powerful and lightweight BSR model termed LightBSR. Specifically, we employ a knowledge distillation-based learning framework. We first introduce a well-designed degradation-prior-constrained contrastive learning technique during teacher stage to make the model more focused on distinguishing different degradation types. Then we utilize a feature alignment technique to transfer the degradation-related knowledge acquired by the teacher to the student for practical inferencing. Extensive experiments demonstrate the effectiveness of IDR discriminability-driven BSR model design. The proposed LightBSR can achieve outstanding performance with minimal complexity across a range of blind SR tasks. Our code is accessible at: https://github.com/MJ-NCEPU/LightBSR.