Rethinking Imbalance in Image Super-Resolution for Efficient Inference

Wei Yu, Bowen Yang, Qinglin Liu, Jianing Li, Shengping Zhang +1 more
2/3/2026

Abstract

Existing super-resolution (SR) methods optimize all model weights equally using L 1 or L 2 losses by uniformly sampling image patches without considering dataset imbalances or parameter redundancy, which limits their performance. To address this issue, we formulate the image SR task as an imbalanced distribution transfer learning problem from a statistical probability perspective and propose a plug-and-play Weight-Balancing framework (WBSR) for image SR to achieve balanced model learning without changing the original model structure or training data. Specifically, we develop a Hierarchical Equalization Sampling (HES) strategy to address data distribution imbalances, enabling better feature representation from texture-rich samples. To tackle model optimization imbalances, we propose a Balanced Diversity Loss (BDLoss) function, focusing on learning texture regions while disregarding redundant computations in smooth regions. After joint training of HES and BDLoss to rectify these imbalances, we present a gradient projection dynamic inference strategy to facilitate accurate and efficient reconstruction during inference. Extensive experiments across various models, datasets, and scale factors demonstrate that our method achieves comparable or superior performance to existing approaches with approximately a 34% reduction in computational cost. The code is available at https://github.com/aipixel/WBSR .

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. 1 weaker match is hidden by default — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{yu2026rethinking,
  title  = {Rethinking Imbalance in Image Super-Resolution for Efficient Inference},
  author = {Wei Yu and Bowen Yang and Qinglin Liu and Jianing Li and Shengping Zhang and Xiangyang Ji},
  year   = {2026},
  doi    = {10.52202/079017-0220},
  url    = {https://doi.org/10.52202/079017-0220},
  journal = {NEURIPS 2024 2024}
}

Discussion