不训练不计算梯度,用线性复杂度选出16%数据仍超全量训练效果
ScalSelect: Scalable Training-Free Multimodal Data Selection for Efficient Visual Instruction Tuning
- 基于指令注意力提取视觉特征,构建指令相关样本表示
- 仅用16%数据达到全量训练97.5%性能,部分场景反超
- 无需外部模型或配对计算,适合大规模多模态训练
大规模视觉指令微调(VIT)已成为提升视觉语言模型(VLM)在多模态任务中性能的关键范式。然而,大规模数据训练因数据冗余导致计算成本高、效率低,亟需多模态数据选择以提升训练效率。现有方法要么需昂贵的训练或梯度计算,要么依赖代理模型、辅助数据集、与指令无关的表示,或具有二次复杂度的成对相似性比较,限制了可扩展性和表示保真度。本文提出ScalSelect,一种可扩展的训练免费多模态数据选择方法,时间复杂度与样本数呈线性关系,无需外部模型或辅助数据集。ScalSelect首先通过提取目标VLM中被指令令牌重点关注的视觉特征,构建样本表示,捕捉指令相关信息;随后识别其表示最能逼近全数据集表示主子空间的样本,实现无需成对比较的可扩展重要性评分。在多个VLM、数据集和选择预算下进行的大量实验表明,ScalSelect仅使用16%数据即可达到全量训练97.5%以上的性能,且在某些设置下甚至优于全数据训练。代码已开源。
原文摘要 · Abstract (English)
Large-scale Visual Instruction Tuning (VIT) has become a key paradigm for advancing the performance of vision-language models (VLMs) across various multimodal tasks. However, training on the large-scale datasets is computationally expensive and inefficient due to redundancy in the data, which motivates the need for multimodal data selection to improve training efficiency. Existing data selection methods for VIT either require costly training or gradient computation. Training-free alternatives often depend on proxy models or datasets, instruction-agnostic representations, and pairwise similarity with quadratic complexity, limiting scalability and representation fidelity. In this work, we propose ScalSelect, a scalable training-free multimodal data selection method with linear-time complexity with respect to the number of samples, eliminating the need for external models or auxiliary datasets. ScalSelect first constructs sample representations by extracting visual features most attended by instruction tokens in the target VLM, capturing instruction-relevant information. It then identifies samples whose representations best approximate the dominant subspace of the full dataset representations, enabling scalable importance scoring without pairwise comparisons. Extensive experiments across multiple VLMs, datasets, and selection budgets demonstrate that ScalSelect achieves over 97.5% of the performance of training on the full dataset using only 16% of the data, and even outperforms full-data training in some settings. The code is available at \href{https://github.com/ChangtiWu/ScalSelect}{ScalSelect}.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。