通过自生成数据提升多模态大模型的感知推理能力。
Syn-GRPO: Self-Evolving Data Synthesis for MLLM Perception Reasoning
- 用图像生成模型在线合成多样化训练数据,提升数据质量。
- 在三个视觉任务上显著优于现有方法,性能大幅提升。
- 适合关注多模态模型持续进化与强化学习的研究者。
多模态大模型(MLLM)的强化学习方法(如GRPO)因其出色的泛化能力受到广泛关注。然而,现有方法仍面临数据质量低的问题:样本无法激发MLLM产生多样化响应,限制了强化学习的探索范围。部分方法尝试通过熵约束缓解该问题,但未触及根本。为此,本文提出Syn-GRPO(Synthesis-GRPO),在GRPO训练中引入在线数据生成器,合成具有多样响应的高质量训练数据。Syn-GRPO包含两个组件:(1) 数据服务器;(2) GRPO流程。数据服务器利用图像生成模型从已有样本中合成新样本,采用解耦异步机制实现高效生成;GRPO流程为数据服务器提供新图像描述,并使用多样性奖励引导MLLM预测图像描述,以生成多样化响应样本。在三个视觉感知任务上的实验结果表明,Syn-GRPO大幅提升了数据质量,显著优于现有方法,在长期自演化强化学习方面展现出巨大潜力。代码已开源。
原文摘要 · Abstract (English)
RL (reinforcement learning) methods (e.g., GRPO) for MLLM (Multimodal LLM) perception ability has attracted wide research interest owing to its remarkable generalization ability. Nevertheless, existing reinforcement learning methods still face the problem of low data quality, where data samples cannot elicit diverse responses from MLLMs, thus restricting the exploration scope for MLLM reinforcement learning. Some methods attempt to mitigate this problem by imposing constraints on entropy, but none address it at its root. Therefore, to tackle this problem, this work proposes Syn-GRPO (Synthesis-GRPO), which employs an online data generator to synthesize high-quality training data with diverse responses in GRPO training. Specifically, Syn-GRPO consists of two components: (1) data server; (2) GRPO workflow. The data server synthesizes new samples from existing ones using an image generation model, featuring a decoupled and asynchronous scheme to achieve high generation efficiency. The GRPO workflow provides the data server with the new image descriptions, and it leverages a diversity reward to supervise the MLLM to predict image descriptions for synthesizing samples with diverse responses. Experiment results across three visual perception tasks demonstrate that Syn-GRPO improves the data quality by a large margin, achieving significant superior performance to existing MLLM perception methods, and Syn-GRPO presents promising potential for scaling long-term self-evolving RL. Our code is available at https://github.com/hqhQAQ/Syn-GRPO.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。