arXiv:2509.22647cs.CVcs.AI2025-09被引 29

用强化学习让图像描述更丰富多样,不依赖人工标注。

CapRL: Stimulating Dense Image Caption Capabilities via Reinforcement Learning

  • 用语言模型回答基于描述的问题来评估描述质量
  • 在12个基准上表现优于传统方法,平均提升8.4%
  • 适合想提升模型创造力和泛化能力的研究者

图像描述是连接视觉与语言的基础任务,在大视觉语言模型预训练中起关键作用。当前主流模型多采用监督微调(SFT),依赖昂贵的人工或专有模型标注数据,易导致模型记忆固定答案,缺乏多样性与创造性。为突破这一局限,本文提出将可验证奖励的强化学习(RLVR)应用于开放性图像描述任务。核心挑战在于如何设计主观描述的质量评价标准。我们提出CapRL框架,以描述的实用价值定义质量:高质量描述应使无需视觉信息的语言模型能准确回答相关问题。该框架采用解耦式两阶段流程:先由大视觉语言模型生成描述,再由独立的语言模型仅凭描述回答多选题,以答对率作为奖励信号。作为首个将RLVR应用于主观图像描述的研究,实验表明,基于CapRL-5M数据预训练的模型在12个基准测试中显著提升;在Prism评估框架下,性能媲美Qwen2.5-VL-72B,平均超越基线8.4%。代码已开源。

原文摘要 · Abstract (English)

Image captioning is a fundamental task that bridges the visual and linguistic domains, playing a critical role in pre-training Large Vision-Language Models (LVLMs). Current state-of-the-art captioning models are typically trained with Supervised Fine-Tuning (SFT), a paradigm that relies on expensive, non-scalable data annotated by humans or proprietary models. This approach often leads to models that memorize specific ground-truth answers, limiting their generality and ability to generate diverse, creative descriptions. To overcome the limitation of SFT, we propose applying the Reinforcement Learning with Verifiable Rewards (RLVR) paradigm to the open-ended task of image captioning. A primary challenge, however, is designing an objective reward function for the inherently subjective nature of what constitutes a "good" caption. We introduce Captioning Reinforcement Learning (CapRL), a novel training framework that redefines caption quality through its utility: a high-quality caption should enable a non-visual language model to accurately answer questions about the corresponding image. CapRL employs a decoupled two-stage pipeline where an LVLM generates a caption, and the objective reward is derived from the accuracy of a separate, vision-free LLM answering Multiple-Choice Questions based solely on that caption. As the first study to apply RLVR to the subjective image captioning task, we demonstrate that CapRL significantly enhances multiple settings. Pretraining on the CapRL-5M caption dataset annotated by CapRL-3B results in substantial gains across 12 benchmarks. Moreover, within the Prism Framework for caption quality evaluation, CapRL achieves performance comparable to Qwen2.5-VL-72B, while exceeding the baseline by an average margin of 8.4%. Code is available here: https://github.com/InternLM/CapRL.

图像描述强化学习大模型无监督

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