English

Criteria Comparative Learning for Real-scene Image Super-Resolution

Computer Vision and Pattern Recognition 2022-07-27 v1

Abstract

Real-scene image super-resolution aims to restore real-world low-resolution images into their high-quality versions. A typical RealSR framework usually includes the optimization of multiple criteria which are designed for different image properties, by making the implicit assumption that the ground-truth images can provide a good trade-off between different criteria. However, this assumption could be easily violated in practice due to the inherent contrastive relationship between different image properties. Contrastive learning (CL) provides a promising recipe to relieve this problem by learning discriminative features using the triplet contrastive losses. Though CL has achieved significant success in many computer vision tasks, it is non-trivial to introduce CL to RealSR due to the difficulty in defining valid positive image pairs in this case. Inspired by the observation that the contrastive relationship could also exist between the criteria, in this work, we propose a novel training paradigm for RealSR, named Criteria Comparative Learning (Cria-CL), by developing contrastive losses defined on criteria instead of image patches. In addition, a spatial projector is proposed to obtain a good view for Cria-CL in RealSR. Our experiments demonstrate that compared with the typical weighted regression strategy, our method achieves a significant improvement under similar parameter settings.

Keywords

Cite

@article{arxiv.2207.12767,
  title  = {Criteria Comparative Learning for Real-scene Image Super-Resolution},
  author = {Yukai Shi and Hao Li and Sen Zhang and Zhijing Yang and Xiao Wang},
  journal= {arXiv preprint arXiv:2207.12767},
  year   = {2022}
}

Comments

To address the generalization on out-of-distribution (OOD) data, we also built a new RealSR-Zero dataset for an interesting OOD evaluation. Project address: https://github.com/House-Leo/RealSR-Zero

R2 v1 2026-06-25T01:14:00.645Z