arXiv:2506.01724cs.CV2025-06被引 2

用开放数据提升视觉语言模型的主动学习效果

Active Learning via Vision-Language Model Adaptation with Open Data

  • 利用开放数据检索任务相关样本,增强标注数据
  • 对比调优比提示调优等方法在主动学习中表现更优
  • 针对类别不平衡问题设计优先采样策略,适合数据稀缺场景

预训练于大规模开放数据的视觉语言模型(VLM)在适配特定任务标注数据后,具备解决下游任务的强大能力。然而,数据标注成本高昂且可能需要领域专业知识。主动学习(AL)通过有策略地选择最具信息量的数据进行标注和训练,以降低开销。现有基于VLM的主动学习方法未充分利用公开开放数据(如VLM的预训练数据)。本文提出利用这些数据,通过检索任务相关的开放样本以扩充任务特定数据。实验表明,引入此类数据显著提升主动学习性能。由于方法结合了开源VLM与开放数据,命名为「开放资源主动学习」(ALOR)。我们系统比较了线性探测(LP)、微调(FT)和对比调优(CT)等适配方式,发现:(1)所有适配方法均受益于引入检索数据;(2)对比调优在各类主动学习方法中表现最优。对检索数据的分析揭示任务相关类别的自然不均衡分布,反映出VLM固有的偏见。因此,我们提出「尾部优先采样」(TFS)策略——简单但有效,优先选择低频类别样本进行标注。大量实验表明,最终方法(在检索数据与TFS选中的标注数据上进行对比微调)显著优于现有方法。

原文摘要 · Abstract (English)

Pretrained on web-scale open data, VLMs offer powerful capabilities for solving downstream tasks after being adapted to task-specific labeled data. Yet, data labeling can be expensive and may demand domain expertise. Active Learning (AL) aims to reduce this expense by strategically selecting the most informative data for labeling and model training. Recent AL methods have explored VLMs but have not leveraged publicly available open data, such as VLM's pretraining data. In this work, we leverage such data by retrieving task-relevant examples to augment the task-specific examples. As expected, incorporating them significantly improves AL. Given that our method exploits open-source VLM and open data, we refer to it as Active Learning with Open Resources (ALOR). Additionally, most VLM-based AL methods use prompt tuning (PT) for model adaptation, likely due to its ability to directly utilize pretrained parameters and the assumption that doing so reduces the risk of overfitting to limited labeled data. We rigorously compare popular adaptation approaches, including linear probing (LP), finetuning (FT), and contrastive tuning (CT). We reveal two key findings: (1) All adaptation approaches benefit from incorporating retrieved data, and (2) CT resoundingly outperforms other approaches across AL methods. Further analysis of retrieved data reveals a naturally imbalanced distribution of task-relevant classes, exposing inherent biases within the VLM. This motivates our novel Tail First Sampling (TFS) strategy for AL, an embarrassingly simple yet effective method that prioritizes sampling data from underrepresented classes to label. Extensive experiments demonstrate that our final method, contrastively finetuning VLM on both retrieved and TFS-selected labeled data, significantly outperforms existing methods.

主动学习视觉语言模型开放数据对比调优

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