paper-with-me

홈 › Papers

Enhancing Diffusion-based Restoration Models via Difficulty-Adaptive Reinforcement Learning with IQA Reward

2025-11-03 · Xiaogang Xu, Ruihang Chu, Jian Wang, Kun Zhou, Wenjie Shu, Harry Yang, Ser-Nam Lim, Hao Chen, Liang Lin arxiv

Reinforcement Learning (RL) has recently been incorporated into diffusion models, e.g., tasks such as text-to-image. However, directly applying existing RL methods to diffusion-based image restoration models is suboptimal, as the objective of restoration fundamentally differs from that of pure generation: it places greater emphasis on fidelity. In this paper, we investigate how to effectively integrate RL into diffusion-based restoration models. First, through extensive experiments with various reward functions, we find that an effective reward can be derived from an Image Quality Assessment (IQA) model, instead of intuitive ground-truth-based supervision, which has already been optimized during the Supervised Fine-Tuning (SFT) stage prior to RL. Moreover, our strategy focuses on using RL for challenging samples that are significantly distant from the ground truth, and our RL approach is innovatively implemented using MLLM-based IQA models to align distributions with high-quality images initially. As the samples approach the ground truth's distribution, RL is adaptively combined with SFT for more fine-grained alignment. This dynamic process is facilitated through an automatic weighting strategy that adjusts based on the relative difficulty of the training samples. Our strategy is plug-and-play that can be seamlessly applied to diffusion-based restoration models, boosting its performance across various restoration tasks. Extensive experiments across multiple benchmarks demonstrate the effectiveness of our proposed RL framework.

📄 PDF Abstract BibTeX arXiv:2511.01645

Code (0)

등록된 구현이 없습니다.

Tasks

Image Quality AssessmentReinforcement LearningImage Restoration

Similar Papers 제목 키워드 기반

UniRestore: Unified Perceptual and Task-Oriented Image Restoration Model Using Diffusion Prior

2025-01-22 · CVPR 2025 1 · I-Hsiang Chen, Wei-Ting Chen, Yu-Wei Liu, Yuan-Chun Chiang 외

Image restoration aims to recover content from inputs degraded by various factors, such as adverse weather, blur, and noise. Perceptual Image Restoration (PIR) methods improve visual quality but often do not support down…

Image RestorationUnified Image Restoration

InterLCM: Low-Quality Images as Intermediate States of Latent Consistency Models for Effective Blind Face Restoration

2025-02-04 · Senmao Li, Kai Wang, Joost Van de Weijer, Fahad Shahbaz Khan 외

Diffusion priors have been used for blind face restoration (BFR) by fine-tuning diffusion models (DMs) on restoration datasets to recover low-quality images. However, the naive application of DMs presents several key lim…

Blind Face RestorationDenoising

Enhancing Diffusion Model Stability for Image Restoration via Gradient Management

2025-07-09 · Hongjie Wu, Mingqin Zhang, Linchao He, Ji-Zhe Zhou 외 arxiv

Diffusion models have shown remarkable promise for image restoration by leveraging powerful priors. Prominent methods typically frame the restoration problem within a Bayesian inference framework, which iteratively combi…

Bayesian InferenceImage Restoration

Learning Efficient and Effective Trajectories for Differential Equation-based Image Restoration

2024-10-07 · Zhiyu Zhu, Jinhui Hou, Hui Liu, Huanqiang Zeng 외

The differential equation-based image restoration approach aims to establish learnable trajectories connecting high-quality images to a tractable distribution, e.g., low-quality images or a Gaussian distribution. In this…

Image RestorationNavigate

AdaCuRL: Adaptive Curriculum Reinforcement Learning with Invalid Sample Mitigation and Historical Revisiting

2025-11-12 · Renda Li, Hailang Huang, Fei Wei, Feng Xiong 외 arxiv

Reinforcement learning (RL) has demonstrated considerable potential for enhancing reasoning in large language models (LLMs). However, existing methods suffer from Gradient Starvation and Policy Degradation when training …

Reinforcement Learning