paper-with-me

홈 › Papers

R1-Reward: Training Multimodal Reward Model Through Stable Reinforcement Learning

2025-05-05 · Yi-Fan Zhang, Xingyu Lu, Xiao Hu, Chaoyou Fu, Bin Wen, Tianke Zhang, Changyi Liu, Kaiyu Jiang, Kaibing Chen, Kaiyu Tang, Haojie Ding, Jiankang Chen, Fan Yang, Zhang Zhang, Tingting Gao, Liang Wang

Multimodal Reward Models (MRMs) play a crucial role in enhancing the performance of Multimodal Large Language Models (MLLMs). While recent advancements have primarily focused on improving the model structure and training data of MRMs, there has been limited exploration into the effectiveness of long-term reasoning capabilities for reward modeling and how to activate these capabilities in MRMs. In this paper, we explore how Reinforcement Learning (RL) can be used to improve reward modeling. Specifically, we reformulate the reward modeling problem as a rule-based RL task. However, we observe that directly applying existing RL algorithms, such as Reinforce++, to reward modeling often leads to training instability or even collapse due to the inherent limitations of these algorithms. To address this issue, we propose the StableReinforce algorithm, which refines the training loss, advantage estimation strategy, and reward design of existing RL methods. These refinements result in more stable training dynamics and superior performance. To facilitate MRM training, we collect 200K preference data from diverse datasets. Our reward model, R1-Reward, trained using the StableReinforce algorithm on this dataset, significantly improves performance on multimodal reward modeling benchmarks. Compared to previous SOTA models, R1-Reward achieves a $8.4\%$ improvement on the VL Reward-Bench and a $14.3\%$ improvement on the Multimodal Reward Bench. Moreover, with more inference compute, R1-Reward's performance is further enhanced, highlighting the potential of RL algorithms in optimizing MRMs.

📄 PDF Abstract BibTeX arXiv:2505.02835

Code (1)

yfzhang114/r1_reward 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Prioritizing the Best: Incentivizing Reliable Multimodal Reasoning by Rewarding Beyond Answer Correctness

2026-04-20 · Mengzhao Jia, Zhihan Zhang, Meng Jiang arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) improves multimodal reasoning by rewarding verifiable final answers. Yet answer-correct trajectories may still rely on incomplete derivations, weak evidence, or state…

Reinforcement LearningMultimodal Reasoning

Wan-R1: Verifiable-Reinforcement Learning for Video Reasoning

2026-03-29 · Ming Liu, Yunbei Zhang, Shilong Liu, Liwen Wang 외 arxiv

Video generation models produce visually coherent content but struggle with tasks requiring spatial reasoning and multi-step planning. Reinforcement learning (RL) offers a path to improve generalization, but its effectiv…

Reinforcement LearningSpatial ReasoningVideo Generation

A Rolling Stone Gathers No Moss: Adaptive Policy Optimization for Stable Self-Evaluation in Large Multimodal Models

2025-08-05 · Wenkai Wang, Hongcan Guo, Zheqi Lv, Shengyu Zhang arxiv

Self-evaluation, a model's ability to assess the correctness of its own output, is crucial for Large Multimodal Models (LMMs) to achieve self-improvement in multi-turn conversations, yet largely absent in foundation mode…

Reinforcement Learning

AlphaGRPO: Unlocking Self-Reflective Multimodal Generation in UMMs via Decompositional Verifiable Reward

2026-05-12 · Runhui Huang, Jie Wu, Rui Yang, Zhe Liu 외 arxiv

In this paper, we propose AlphaGRPO, a novel framework that applies Group Relative Policy Optimization (GRPO) to AR-Diffusion Unified Multimodal Models (UMMs) to enhance multimodal generation capabilities without an addi…

Text-to-Image Generationmultimodal generation

BaseReward: A Strong Baseline for Multimodal Reward Model

2025-09-19 · Yi-Fan Zhang, Haihua Yang, Huanyu Zhang, Yang Shi 외 arxiv

The rapid advancement of Multimodal Large Language Models (MLLMs) has made aligning them with human preferences a critical challenge. Reward Models (RMs) are a core technology for achieving this goal, but a systematic gu…

Reinforcement Learning