CoolFace
Datasetpublic

casyssong/RefSR-18K

RefSR-18K An LR-Conditioned Preference Dataset for Super-Resolution   Dataset Card RefSR-18K is the first large-scale LR-conditioned preference dataset for super-resolution, introduced in "RefReward-SR: LR-Conditioned Reward Modeling for Preference-Aligned Super-Resolution". Each group provides pairwise human rankings based on LR–HR consistency and HR naturalness, rather than similarity to a ground-truth image. The reward model trained on this dataset is released… See the full description on the dataset page: https://huggingface.co/datasets/casyssong/RefSR-18K.

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes4.5kdownloads
Dataset Card

<h1 align="center">RefSR-18K</h1> <h3 align="center">An LR-Conditioned Preference Dataset for Super-Resolution</h3>

<div align="center"> <a href="https://arxiv.org/abs/2603.24198"><img src="https://img.shields.io/badge/Paper%20(arXiv)-2603.24198-red?logo=arxiv"></a> &nbsp; <a href="https://huggingface.co/casyssong/RefReward-SR"><img src="https://img.shields.io/badge/Model-RefReward--SR-yellow?logo=huggingface"></a> </div>

Dataset Card

RefSR-18K is the first large-scale LR-conditioned preference dataset for super-resolution, introduced in "RefReward-SR: LR-Conditioned Reward Modeling for Preference-Aligned Super-Resolution". Each group provides pairwise human rankings based on LR–HR consistency and HR naturalness, rather than similarity to a ground-truth image.

The reward model trained on this dataset is released separately as casyssong/RefReward-SR.

Data Provenance

The images annotated in RefSR-18K originate from the LSDIR dataset. High-resolution source images from LSDIR were degraded to produce LR inputs, and multiple super-resolution methods were used to generate the HR candidates. Human annotators then ranked groups of four HR candidates according to their consistency with the LR input and their visual naturalness.

The CSV/JSONL files and per-annotator rankings in this repository contain the preference annotations collected by the RefReward-SR project.

Contents

SplitGroupsSizeUsage
train_images/4499 (0001-4499)12GUsed for reward model training
test_in_domain_images/200527MIn-domain benchmark
test_out_domain_images/200532MOut-domain benchmark
train_extra_images/3562 (4500-8061)9.1GSupplementary groups; not used in released training, provided for future research

Each image group contains LR.png (low-resolution input) and 4 SR outputs from different methods (HR_A.png, HR_B.png, HR_C.png, HR_D.png), with human-annotated pairwise rankings.

Annotations:

FileDescription
train.csvAnnotations for train_images/ (4499 groups)
train_extra.csvAnnotations for train_extra_images/ (3562 groups)
train_sr.jsonlTraining file generated from train.csv + train_images/
test_in_domain.csv / test_out_domain.csvTest set ground-truth rankings
raw-in-domain/ / raw-out-domain/Per-annotator rankings, for inter-annotator agreement evaluation

Source Data License Information

This dataset card does not declare a new license for the RefSR-18K images or preference annotations. The applicable terms of the source image data are:

SourceRole in RefSR-18KUpstream terms
LSDIRSource of the images used to create the LR inputs and HR candidates that were ranked by annotatorsPlease notice that this dataset is made available for academic research purpose only. All collection and processing of data for LSDIR was performed by the academic co-authors. All the images are collected from the Internet, and the copyright belongs to the original owners. If any of the images belongs to you and you would like it removed, please kindly inform us, we will remove it from our dataset immediately.

The derived LR images and SR candidates originate from LSDIR images and remain subject to the applicable LSDIR terms and the rights of the original image owners. No separate license is assigned to the human preference annotations by this dataset card. Users are responsible for reviewing and complying with the upstream terms before using or redistributing any part of the dataset.

Citation

bibtex
@article{song2026refreward,
  title={RefReward-SR: LR-Conditioned Reward Modeling for Preference-Aligned Super-Resolution},
  author={Song, Yushuai and Quan, Weize and Wang, Weining and Sun, Jiahui and Liu, Jing and Li, Meng and Yu, Pengbin and Chen, Zhentao and Shen, Wei and Yuan, Lunxi and Yan, Dong-ming},
  journal={arXiv preprint arXiv:2603.24198},
  year={2026}
}
casyssong/RefSR-18K · CoolFace