arXiv:2603.16769cs.CV2026-03被引 3

提出GDPO方法,让单步图像超分模型通过强化学习提升质量。

GDPO-SR: Group Direct Preference Optimization for One-Step Generative Image Super-Resolution

  • 设计噪声感知扩散模型,用不同时步分离噪声注入与生成过程。
  • 引入组相对优势计算,动态评估样本在平滑区与纹理区的表现。
  • 适合关注单步图像超分与强化学习融合的研究者。

近期,强化学习(RL)被用于提升生成式图像超分辨率(ISR)性能。然而,现有研究多集中于多步生成式ISR,而单步生成式ISR因随机性有限仍缺乏探索。此外,如直接偏好优化(DPO)等RL方法需离线生成正负样本对,导致样本数量受限;而组相对策略优化(GRPO)仅计算整图似然,忽略对ISR至关重要的局部细节。本文提出组直接偏好优化(GDPO),将强化学习融入单步生成式ISR训练。首先,设计一种噪声感知的单步扩散模型,可生成多样化的超分输出;为防止噪声注入导致性能下降,提出不同时步策略,解耦噪声添加与扩散步骤。随后,提出GDPO策略,将GRPO思想融入DPO,计算每个在线生成样本的组相对优势以优化模型。同时,设计属性感知奖励函数,基于样本平滑区与纹理区的统计特性动态评分。实验表明,GDPO能有效提升单步生成式ISR模型性能。代码:https://github.com/Joyies/GDPO。

原文摘要 · Abstract (English)

Recently, reinforcement learning (RL) has been employed for improving generative image super-resolution (ISR) performance. However, the current efforts are focused on multi-step generative ISR, while one-step generative ISR remains underexplored due to its limited stochasticity. In addition, RL methods such as Direct Preference Optimization (DPO) require the generation of positive and negative sample pairs offline, leading to a limited number of samples, while Group Relative Policy Optimization (GRPO) only calculates the likelihood of the entire image, ignoring local details that are crucial for ISR. In this paper, we propose Group Direct Preference Optimization (GDPO), a novel approach to integrate RL into one-step generative ISR model training. First, we introduce a noise-aware one-step diffusion model that can generate diverse ISR outputs. To prevent performance degradation caused by noise injection, we introduce an unequal-timestep strategy to decouple the timestep of noise addition from that of diffusion. We then present the GDPO strategy, which integrates the principle of GRPO into DPO, to calculate the group-relative advantage of each online generated sample for model optimization. Meanwhile, an attribute-aware reward function is designed to dynamically evaluate the score of each sample based on its statistics of smooth and texture areas. Experiments demonstrate the effectiveness of GDPO in enhancing the performance of one-step generative ISR models. Code: https://github.com/Joyies/GDPO.

图像超分强化学习扩散模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。