English

Structural Similarity-Inspired Unfolding for Lightweight Image Super-Resolution

Image and Video Processing 2025-06-16 v1 Computer Vision and Pattern Recognition

Abstract

Major efforts in data-driven image super-resolution (SR) primarily focus on expanding the receptive field of the model to better capture contextual information. However, these methods are typically implemented by stacking deeper networks or leveraging transformer-based attention mechanisms, which consequently increases model complexity. In contrast, model-driven methods based on the unfolding paradigm show promise in improving performance while effectively maintaining model compactness through sophisticated module design. Based on these insights, we propose a Structural Similarity-Inspired Unfolding (SSIU) method for efficient image SR. This method is designed through unfolding an SR optimization function constrained by structural similarity, aiming to combine the strengths of both data-driven and model-driven approaches. Our model operates progressively following the unfolding paradigm. Each iteration consists of multiple Mixed-Scale Gating Modules (MSGM) and an Efficient Sparse Attention Module (ESAM). The former implements comprehensive constraints on features, including a structural similarity constraint, while the latter aims to achieve sparse activation. In addition, we design a Mixture-of-Experts-based Feature Selector (MoE-FS) that fully utilizes multi-level feature information by combining features from different steps. Extensive experiments validate the efficacy and efficiency of our unfolding-inspired network. Our model outperforms current state-of-the-art models, boasting lower parameter counts and reduced memory consumption. Our code will be available at: https://github.com/eezkni/SSIU

Keywords

Cite

@article{arxiv.2506.11823,
  title  = {Structural Similarity-Inspired Unfolding for Lightweight Image Super-Resolution},
  author = {Zhangkai Ni and Yang Zhang and Wenhan Yang and Hanli Wang and Shiqi Wang and Sam Kwong},
  journal= {arXiv preprint arXiv:2506.11823},
  year   = {2025}
}

Comments

Accepted to IEEE Transactions on Image Processing

R2 v1 2026-07-01T03:15:54.664Z