FinPercep-RM: A Fine-grained Reward Model and Co-evolutionary Curriculum for RL-based Real-world Super-Resolution
Yidi Liu, Zihao Fan, Jie Huang, Jie Xiao, Dong Li, Wenlong Zhang, Lei Bai, Xueyang Fu, Zheng-Jun Zha
TL;DR
The paper tackles reward hacking and training instability in Real-ISR by introducing FinPercep-RM, a diagnostic reward model that outputs a global quality score and a fine-grained Perceptual Degradation Map, trained on the 30k-sample FGR-30k dataset. To stabilize training while preserving robustness, it introduces Co-evolutionary Curriculum Learning (CCL), which progressively expands the RM’s capacity from a global predictor to a full fine-grained diagnostic head and co-evolves the Generator’s curriculum accordingly. Empirical results show improved perceptual quality and robustness across multiple Real-ISR baselines and RLHF strategies, with ablations highlighting the importance of combining pixel- and feature-level distinctions and of structured curricula. Overall, the approach offers a practical, robust framework for aligning Real-ISR with human perceptual preferences and reducing reward hacking in RLHF-guided SR tasks.
Abstract
Reinforcement Learning with Human Feedback (RLHF) has proven effective in image generation field guided by reward models to align human preferences. Motivated by this, adapting RLHF for Image Super-Resolution (ISR) tasks has shown promise in optimizing perceptual quality with Image Quality Assessment (IQA) model as reward models. However, the traditional IQA model usually output a single global score, which are exceptionally insensitive to local and fine-grained distortions. This insensitivity allows ISR models to produce perceptually undesirable artifacts that yield spurious high scores, misaligning optimization objectives with perceptual quality and results in reward hacking. To address this, we propose a Fine-grained Perceptual Reward Model (FinPercep-RM) based on an Encoder-Decoder architecture. While providing a global quality score, it also generates a Perceptual Degradation Map that spatially localizes and quantifies local defects. We specifically introduce the FGR-30k dataset to train this model, consisting of diverse and subtle distortions from real-world super-resolution models. Despite the success of the FinPercep-RM model, its complexity introduces significant challenges in generator policy learning, leading to training instability. To address this, we propose a Co-evolutionary Curriculum Learning (CCL) mechanism, where both the reward model and the ISR model undergo synchronized curricula. The reward model progressively increases in complexity, while the ISR model starts with a simpler global reward for rapid convergence, gradually transitioning to the more complex model outputs. This easy-to-hard strategy enables stable training while suppressing reward hacking. Experiments validates the effectiveness of our method across ISR models in both global quality and local realism on RLHF methods.
