paper-with-me

Papers

MSRL: Scaling Generative Multimodal Reward Modeling via Multi-Stage Reinforcement Learning

2026-03-26 · Chenglong Wang, Yifu Huo, Yang Gan, Qiaozhi He, Qi Meng, Bei Li, Yan Wang, Junfu Liu, Tianhua Zhou, Jingbo Zhu, Tong Xiao arxiv

Recent advances in multimodal reward modeling have been largely driven by a paradigm shift from discriminative to generative approaches. Building on this progress, recent studies have further employed reinforcement learning from verifiable rewards (RLVR) to enhance multimodal reward models (MRMs). Despite their success, RLVR-based training typically relies on labeled multimodal preference data, which are costly and labor-intensive to obtain, making it difficult to scale MRM training. To overcome this limitation, we propose a Multi-Stage Reinforcement Learning (MSRL) approach, which can achieve scalable RL for MRMs with limited multimodal data. MSRL replaces the conventional RLVR-based training paradigm by first learning a generalizable reward reasoning capability from large-scale textual preference data, and then progressively transferring this capability to multimodal tasks through caption-based and fully multimodal reinforcement-learning stages. Furthermore, we introduce a cross-modal knowledge distillation approach to improve preference generalization within MSRL. Extensive experiments demonstrate that MSRL effectively scales the RLVR-based training of generative MRMs and substantially improves their performance across both visual understanding and visual generation tasks (e.g., from 66.6% to 75.9% on VL-RewardBench and from 70.2% to 75.7% on GenAI-Bench), without requiring additional multimodal preference annotations. Our code is available at: https://github.com/wangclnlp/MSRL.

📄 PDF Abstract BibTeX arXiv:2603.25108

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningKnowledge Distillation

Similar Papers 제목 키워드 기반

Breaking the SFT Plateau: Multimodal Structured Reinforcement Learning for Chart-to-Code Generation

2025-08-19 · Lei Chen, Xuanle Zhao, Zhixiong Zeng, Jing Huang 외 arxiv

While reinforcement learning (RL) has proven highly effective for general reasoning in vision-language models, its application to tasks requiring deep understanding of information-rich images and structured output genera…

Reinforcement LearningCode Generation

MSRL: Distributed Reinforcement Learning with Dataflow Fragments

2022-10-03 · Huanzhou Zhu, Bo Zhao, Gang Chen, Weifeng Chen 외

Reinforcement learning (RL) trains many agents, which is resource-intensive and must scale to large GPU clusters. Different RL training algorithms offer different opportunities for distributing and parallelising the comp…

CPUGPUreinforcement-learningReinforcement Learning+1

Leveraging Modality-specific Representations for Audio-visual Speech Recognition via Reinforcement Learning

2022-12-10 · Chen Chen, Yuchen Hu, Qiang Zhang, Heqing Zou 외

Audio-visual speech recognition (AVSR) has gained remarkable success for ameliorating the noise-robustness of speech recognition. Mainstream methods focus on fusing audio and visual inputs to obtain modality-invariant re…

Audio-Visual Speech Recognitionreinforcement-learningReinforcement Learning (RL)speech-recognition+2

Deep Sufficient Representation Learning via Mutual Information

2022-07-21 · Siming Zheng, Yuanyuan Lin, Jian Huang

We propose a mutual information-based sufficient representation learning (MSRL) approach, which uses the variational formulation of the mutual information and leverages the approximation power of deep neural networks. MS…

Dimensionality ReductionRepresentation Learning

Video Understanding Reward Modeling: A Robust Benchmark and Performant Reward Models

2026-05-08 · Yuancheng Wei, Linli Yao, Lei Li, Haojie Zhang 외 arxiv

Multimodal reward models have advanced substantially in text and image domains, yet progress in video understanding reward modeling remains severely limited by the lack of robust evaluation benchmarks and high-quality pr…