用批评模型自动发现并修正视觉语言模型的推理错误
Critic-V: VLM Critics Help Catch VLM Errors in Multimodal Reasoning

- 将推理与批评分离,通过反馈循环优化推理路径
- 在8个基准中5个超越GPT-4V,推理准确率显著提升
- 适合需要高可靠性的多模态应用如自动驾驶
视觉语言模型(VLMs)在多模态推理任务中表现优异,但仍常因幻觉理解或推理路径不完善而生成错误或无关回答。为此,我们提出Critic-V框架,受强化学习中演员-评论家机制启发,将推理过程与批评过程解耦:由独立的推理器(Reasoner)基于视觉和文本输入生成推理路径,评论器(Critic)则提供自然语言批评以优化路径。推理器依据评论器反馈迭代更新策略,形成动态文本政策。评论器采用直接偏好优化(DPO)训练,利用规则奖励(RBR)标注的批评偏好数据集提升判断能力。实验表明,Critic-V在8个基准中的5个上超越现有方法,包括GPT-4V,尤其在推理准确性和效率方面优势明显。该框架通过可迭代的推理策略与经偏好优化的批评反馈,实现更可靠、情境敏感的多模态推理,为自动驾驶、具身智能等重推理场景提供有效解决方案。
原文摘要 · Abstract (English)
Vision-language models (VLMs) have shown remarkable advancements in multimodal reasoning tasks. However, they still often generate inaccurate or irrelevant responses due to issues like hallucinated image understandings or unrefined reasoning paths. To address these challenges, we introduce Critic-V, a novel framework inspired by the Actor-Critic paradigm to boost the reasoning capability of VLMs. This framework decouples the reasoning process and critic process by integrating two independent components: the Reasoner, which generates reasoning paths based on visual and textual inputs, and the Critic, which provides constructive critique to refine these paths. In this approach, the Reasoner generates reasoning responses according to text prompts, which can evolve iteratively as a policy based on feedback from the Critic. This interaction process was theoretically driven by a reinforcement learning framework where the Critic offers natural language critiques instead of scalar rewards, enabling more nuanced feedback to boost the Reasoner's capability on complex reasoning tasks. The Critic model is trained using Direct Preference Optimization (DPO), leveraging a preference dataset of critiques ranked by Rule-based Reward~(RBR) to enhance its critic capabilities. Evaluation results show that the Critic-V framework significantly outperforms existing methods, including GPT-4V, on 5 out of 8 benchmarks, especially regarding reasoning accuracy and efficiency. Combining a dynamic text-based policy for the Reasoner and constructive feedback from the preference-optimized Critic enables a more reliable and context-sensitive multimodal reasoning process. Our approach provides a promising solution to enhance the reliability of VLMs, improving their performance in real-world reasoning-heavy multimodal applications such as autonomous driving and embodied intelligence.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。