无需标注框,让模型通过偏好优化自动生成视觉推理链条。
Unsupervised Visual Chain-of-Thought Reasoning via Preference Optimization
- 用偏好比较替代标注,自动生成视觉推理数据。
- 在六个数据集上超越现有图文推理方法,零样本泛化能力强。
- 适合需要可解释视觉推理的场景,如医疗影像分析、自动驾驶。
链式思维(CoT)显著提升多模态大模型的可解释性与问题求解能力,但现有方法集中于文本CoT,难以利用视觉线索。视觉CoT研究不足,仅有的工作依赖大量带边界框标注的监督微调,泛化性差。本文提出无监督视觉链式思维(UV-CoT),通过偏好优化实现图像级CoT推理。UV-CoT在模型生成的边界框之间进行偏好比较(一个被偏好,一个被排斥),无需人工标注。我们设计自动数据生成流程:给定图像,目标MLLM(如LLaVA-1.5-7B)使用模板提示生成初始边界框,再以每个框内区域为输入回答问题;评估模型(如OmniLLM-12B)对响应进行排序,排序结果作为监督信号,通过最小化负对数似然损失训练目标模型。该方法模拟人类感知——识别关键区域并基于其推理,显著提升空间推理等任务中的视觉理解能力。六组数据集实验表明,UV-CoT优于当前最优文本与视觉CoT方法;四组未见过的数据集零样本测试验证其强泛化能力。代码已开源。
原文摘要 · Abstract (English)
Chain-of-thought (CoT) reasoning greatly improves the interpretability and problem-solving abilities of multimodal large language models (MLLMs). However, existing approaches are focused on text CoT, limiting their ability to leverage visual cues. Visual CoT remains underexplored, and the only work is based on supervised fine-tuning (SFT) that relies on extensive labeled bounding-box data and is hard to generalize to unseen cases. In this paper, we introduce Unsupervised Visual CoT (UV-CoT), a novel framework for image-level CoT reasoning via preference optimization. UV-CoT performs preference comparisons between model-generated bounding boxes (one is preferred and the other is dis-preferred), eliminating the need for bounding-box annotations. We get such preference data by introducing an automatic data generation pipeline. Given an image, our target MLLM (e.g., LLaVA-1.5-7B) generates seed bounding boxes using a template prompt and then answers the question using each bounded region as input. An evaluator MLLM (e.g., OmniLLM-12B) ranks the responses, and these rankings serve as supervision to train the target MLLM with UV-CoT by minimizing negative log-likelihood losses. By emulating human perception--identifying key regions and reasoning based on them--UV-CoT can improve visual comprehension, particularly in spatial reasoning tasks where textual descriptions alone fall short. Our experiments on six datasets demonstrate the superiority of UV-CoT, compared to the state-of-the-art textual and visual CoT methods. Our zero-shot testing on four unseen datasets shows the strong generalization of UV-CoT. The code is available in https://github.com/kesenzhao/UV-CoT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。