paper-with-me

Papers

FinPercep-RM: A Fine-grained Reward Model and Co-evolutionary Curriculum for RL-based Real-world Super-Resolution

2025-12-27 · Yidi Liu, Zihao Fan, Jie Huang, Jie Xiao, Dong Li, Wenlong Zhang, Lei Bai, Xueyang Fu, Zheng-Jun Zha arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.22647

Code (0)

등록된 구현이 없습니다.

Tasks

Image Quality AssessmentReinforcement LearningImage Super-ResolutionImage Generation

Similar Papers 제목 키워드 기반

CCL: Collaborative Curriculum Learning for Sparse-Reward Multi-Agent Reinforcement Learning via Co-evolutionary Task Evolution

2025-05-08 · Yufei Lin, Chengwei Ye, Huanzhen Zhang, Kangsheng Wang 외

Sparse reward environments pose significant challenges in reinforcement learning, especially within multi-agent systems (MAS) where feedback is delayed and shared across agents, leading to suboptimal learning. We propose…

Multi-agent Reinforcement Learning

No Detail Left Behind: Revisiting Self-Retrieval for Fine-Grained Image Captioning

2024-09-04 · Manu Gaur, Darshan Singh S, Makarand Tapaswi

Image captioning systems are unable to generate fine-grained captions as they are trained on data that is either noisy (alt-text) or generic (human annotations). This is further exacerbated by maximum likelihood training…

Image CaptioningRetrieval

ToolSample: Dual Dynamic Sampling Methods with Curriculum Learning for RL-based Tool Learning

2025-09-18 · Zihao Feng, Xiaoxue Wang, Bowen Wu, Hailong Cao 외 arxiv

While reinforcement learning (RL) is increasingly used for LLM-based tool learning, its efficiency is often hampered by an overabundance of simple samples that provide diminishing learning value as training progresses. E…

Reinforcement Learning

EvoRubrics: Dynamic Rubrics as Rewards via Adversarial Co-Evolution for LLM Reinforcement Learning

2026-06-22 · Hongxin Ding, Baixiang Huang, Yue Fang, Weibin Liao 외 arxiv

Rubric-based rewards offer interpretable and fine-grained optimization signals for reinforcement learning in open-ended tasks where verifiable answers are unavailable. However, pre-constructed rubrics remain static throu…

Reinforcement Learning

RuCL: Stratified Rubric-Based Curriculum Learning for Multimodal Large Language Model Reasoning

2026-02-25 · Yukun Chen, Jiaming Li, Longze Chen, Ze Gong 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a prevailing paradigm for enhancing reasoning in Multimodal Large Language Models (MLLMs). However, relying solely on outcome supervision risks reward …

Reinforcement LearningLogical ReasoningVisual Reasoning