CVCLMay 5, 2025

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

arXiv:2505.02835v260 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses training stability issues in multimodal reward models for enhancing multimodal large language models, representing an incremental improvement with specific algorithmic refinements.

The paper tackles the problem of training instability in multimodal reward models (MRMs) when using reinforcement learning (RL) by proposing StableReinforce, an algorithm that refines training loss, advantage estimation, and reward design. The resulting R1-Reward model achieves an 8.4% improvement on VL Reward-Bench and a 14.3% improvement on Multimodal Reward Bench compared to previous state-of-the-art models.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes