arXiv:2510.10487cs.CVcs.AI2025-10NeurIPS被引 3

视觉语言模型可自我优化,无需人工标注就能生成高质量训练数据。

Towards Self-Refinement of Vision-Language Models with Triangular Consistency

  • 基于三角一致性原理,让模型自动生成并筛选图像-问题-答案三元组。
  • 在多个基准上实现无监督下的稳定性能提升,如MME、VQA-v2等数据集。
  • 适合研究自监督学习与模型自主进化机制的学者参考。

视觉语言模型(VLMs)通过图像-问题-答案三元组的监督指令微调,融合视觉知识与大语言模型的分析能力。然而,未经过监督指令训练的VLMs潜力尚未被充分探索。本研究验证了VLMs具备内在的自我优化能力,可在无外部输入条件下生成高质量的监督数据,从而实现自主学习。为此,我们提出基于三角一致性原则的自我优化框架:在图像-查询-答案三角中,任意遮蔽元素应能一致且准确地重建。该框架包含三个步骤:(1) 通过多任务指令微调(如图像→问题-答案或图像-答案→问题),激活VLM的指令生成能力;(2) 从无标签图像中生成三元组,并利用三角一致性进行过滤;(3) 使用筛选后的合成数据进一步更新模型。以广泛使用的LLaVA-1.5为基线,实验表明模型可在无任何外部监督(如人工标注或环境反馈)的情况下,在多个基准测试中实现稳定而适度的性能提升。我们期望这些发现能推动对VLM学习机制的进一步研究。代码已开源:https://github.com/dengyl20/SRF-LLaVA-1.5。

原文摘要 · Abstract (English)

Vision-Language Models (VLMs) integrate visual knowledge with the analytical capabilities of Large Language Models (LLMs) through supervised visual instruction tuning, using image-question-answer triplets. However, the potential of VLMs trained without supervised instruction remains largely unexplored. This study validates that VLMs possess inherent self-refinement capabilities, enabling them to generate high-quality supervised data without external inputs and thereby learn autonomously. Specifically, to stimulate the self-refinement ability of VLMs, we propose a self-refinement framework based on a Triangular Consistency principle: within the image-query-answer triangle, any masked elements should be consistently and accurately reconstructed. The framework involves three steps: (1) We enable the instruction generation ability of VLMs by adding multi-task instruction tuning like image$\rightarrow$question-answer or image-answer$\rightarrow$question. (2) We generate image-query-answer triplets from unlabeled images and use the Triangular Consistency principle for filtering. (3) The model is further updated using the filtered synthetic data. To investigate the underlying mechanisms behind this self-refinement capability, we conduct a theoretical analysis from a causal perspective. Using the widely recognized LLaVA-1.5 as our baseline, our experiments reveal that the model can autonomously achieve consistent, though deliberately modest, improvements across multiple benchmarks without any external supervision, such as human annotations or environmental feedback. We expect that the insights of this study on the self-refinement ability of VLMs can inspire future research on the learning mechanism of VLMs. Code is available at https://github.com/dengyl20/SRF-LLaVA-1.5.

自监督学习视觉语言模型自我优化

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