用批评数据训练生成模型,让模型既能评图又能答题。
LLaVA-Critic-R1: Your Critic Model is Secretly a Strong Policy Model
- 将评分数据转为可验证信号,直接对基础模型做强化学习。
- 新模型在26个视觉推理任务上平均比基线高5.7%。
- 适合想用同一模型同时做评估与生成的研究者。
在多模态建模中,批评模型通常用于评分或偏好判断,而非生成输出。本文挑战这一传统,将偏好标注的批评数据重构为可验证训练信号,并直接对基础生成模型进行强化学习,得到多模态批评模型LLaVA-Critic-R1。该模型不仅成为顶尖批评者,更展现出强大生成能力:在26个视觉推理与理解基准上表现媲美甚至超越专用推理模型,平均性能较基线(Qwen-2.5-VL-7B)提升5.7%。进一步扩展至现有强推理模型得LLaVA-Critic-R1+,在7B规模下实现MMMU任务71.9的最先进水平。此外,测试时应用自批评机制,可在五个代表性推理任务上带来平均13.8%的性能提升,无需额外训练。结果表明,基于批评数据的强化学习可生成兼具评估与生成能力的统一模型,为构建可自进化、可扩展的多模态系统提供简单路径。
原文摘要 · Abstract (English)
In vision-language modeling, critic models are typically trained to evaluate outputs -- assigning scalar scores or pairwise preferences -- rather than to generate responses. This separation from policy models, which produce the responses, is so entrenched that critics are rarely considered for direct policy use. In this work, we challenge this convention. We propose to reorganize preference-labeled critic datasets into verifiable training signals and perform reinforcement learning directly on a base generative model, producing LLaVA-Critic-R1, a multimodal critic trained to optimize preference judgments while retaining full generation ability. Surprisingly, LLaVA-Critic-R1 emerges not only as a top-performing critic but also as a competitive policy model -- matching or surpassing specialized reasoning VLMs trained with in-domain data across 26 visual reasoning and understanding benchmarks, with an average gain of +5.7% over its base model (Qwen-2.5-VL-7B). Extending this approach to existing strong reasoning VLMs yields LLaVA-Critic-R1+, which further advances policy performance without sacrificing critic quality, achieving a SoTA performance of 71.9 on MMMU at the 7B scale. Finally, we show that the enhanced critic ability benefits inference: applying self-critique at test time yields an average +13.8% improvement on five representative reasoning tasks without additional training. Our results reveal that RL training on critic data can produce a unified model excelling at both evaluation and generation, offering a simple path toward scalable, self-improving multimodal systems.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。