arXiv:2505.07251cs.CVcs.AI2025-05

解决视觉语言模型在部分标签缺失时的少样本学习难题。

Incomplete In-context Learning

  • 将多分类转为多次二分类,缓解标签不全问题
  • 在标签缺失场景下最高达93.9%准确率
  • 适用于提示学习与文本领域,通用性强

大型视觉语言模型(LVLM)通过视觉上下文学习(VICL)实现优异性能,依赖于从大量标注样例中检索的演示数据。现有研究通常假设检索数据库包含所有类别标签,但在真实场景中,数据库更新延迟或标注不全可能导致仅部分类别有标注样本。本文称此为‘不完整检索数据库’,并定义其下的上下文学习为‘不完整上下文学习(IICL)’。为此,提出两阶段框架IJIP:第一阶段将m类分类转化为m次二分类,将IICL转化为标准VICL;第二阶段融合输入图像与判断结果,提升分类精度。IJIP在两个LVLM和两个数据集上,在三种标签缺失条件下均表现优异,最高准确率达93.9%。即使在标签完全可用时,也优于六种基线方法。IJIP可直接用于提示学习,并适配文本领域。

原文摘要 · Abstract (English)

Large vision language models (LVLMs) achieve remarkable performance through Vision In-context Learning (VICL), a process that depends significantly on demonstrations retrieved from an extensive collection of annotated examples (retrieval database). Existing studies often assume that the retrieval database contains annotated examples for all labels. However, in real-world scenarios, delays in database updates or incomplete data annotation may result in the retrieval database containing labeled samples for only a subset of classes. We refer to this phenomenon as an \textbf{incomplete retrieval database} and define the in-context learning under this condition as \textbf{Incomplete In-context Learning (IICL)}. To address this challenge, we propose \textbf{Iterative Judgments and Integrated Prediction (IJIP)}, a two-stage framework designed to mitigate the limitations of IICL. The Iterative Judgments Stage reformulates an \(\boldsymbol{m}\)-class classification problem into a series of \(\boldsymbol{m}\) binary classification tasks, effectively converting the IICL setting into a standard VICL scenario. The Integrated Prediction Stage further refines the classification process by leveraging both the input image and the predictions from the Iterative Judgments Stage to enhance overall classification accuracy. IJIP demonstrates considerable performance across two LVLMs and two datasets under three distinct conditions of label incompleteness, achieving the highest accuracy of 93.9\%. Notably, even in scenarios where labels are fully available, IJIP still achieves the best performance of all six baselines. Furthermore, IJIP can be directly applied to \textbf{Prompt Learning} and is adaptable to the \textbf{text domain}.

视觉语言模型少样本学习标签缺失提示学习

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