arXiv:2604.27932cs.CV2026-04中稿 · ECCV

动态聚类采样让视觉语言模型更高效,同时更好学习少见概念。

Dynamic Cluster Data Sampling for Efficient and Long-Tail-Aware Vision-Language Pre-training

论文配图:Dynamic Cluster Data Sampling for Efficient and Long-Tail-Aware Vision-Language Pre-training
图 1 · 摘自论文原文
  • 按数据聚类大小动态调整采样比例,大簇降采样,小簇升采样。
  • 在减少训练计算量的同时,长尾概念的性能提升超过12%。
  • 适合需要高效训练且关注罕见类别表现的研究者。

视觉语言模型(VLM)的训练成本可通过数据采样降低。以往高效预训练工作强调语义数据平衡,调整数据主题分布以提升模型准确率。然而,现有方法可能过度移除稀有概念,导致长尾概念在训练中表示不足。本文提出动态聚类采样方法(DynamiCS),对大规模数据簇降采样,对小规模簇升采样。我们证明该聚类缩放策略能保持语义簇相对顺序并强化长尾表达,优于仅追求数据分布平坦化的方法。进一步验证动态采样在每轮训练中调整采样策略的重要性,可提升跨轮次数据多样性,使升采样切实可行。实验表明,DynamiCS有效降低训练开销,并显著提升长尾概念性能。代码已公开于 https://github.com/MingliangLiang3/DynamiCS。

原文摘要 · Abstract (English)

The computational cost of training a vision-language model (VLM) can be reduced by sampling the training data. Previous work on efficient VLM pre-training has pointed to the importance of semantic data balance, adjusting the distribution of topics in the data to improve VLM accuracy. However, existing efficient pre-training approaches may disproportionately remove rare concepts from the training corpus. As a result, long-tail concepts remain insufficiently represented in the training data and are not effectively captured during training. In this work, we introduce a dynamic cluster-based sampling approach (DynamiCS) that downsamples large clusters of data and upsamples small ones. We first demonstrate the advantage of our cluster-scaling approach, which maintains the relative order of semantic clusters in the data and emphasizes the long-tail. This approach contrasts with current work, which focuses only on flattening the semantic distribution of the data. Then, we show the importance of dynamic sampling, which applies sampling at each epoch to improve cross-epoch data diversity and make upsampling practical. Our experiments show that DynamiCS reduces the computational cost of VLM training and provides a performance advantage for long-tail concepts. Code available at https://github.com/MingliangLiang3/DynamiCS.

视觉语言模型数据采样长尾学习高效训练

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