用纯文本生成视频样本来提升视频大模型训练效率
Sparrow: Data-Efficient Video-LLM with Text-to-Image Augmentation
- 从文本指令生成视频样例,解决视频数据多样性不足问题
- 仅用少量真实视频数据,性能媲美甚至超过大量数据训练的基线
- 无需训练长视频即可提升长视频理解能力,适合资源受限场景
近年来,多模态大语言模型在视觉理解领域取得成功,主要归功于参数量和数据量的规模效应。当前数据扩展主要依赖自动数据流水线,以大语言模型自指令生成为主。然而,这种数据扩展的有效性长期被忽视。本文从数据中心视角重新审视合成数据的规模化应用,聚焦于视频-大语言模型的训练效率。实验发现,单纯增加视频数据样本会带来学习效率低下,根源在于指令多样性不足。为此,我们提出名为 Sparrow 的数据增强方法,通过纯文本指令生成类视频样本。将这些合成样本与真实视频数据混合后,显著提升了训练效率。大量实验表明,该方法在远少于基线数据量的情况下,性能相当或更优;同时,即使未在长视频上训练,也能有效提升长视频理解能力。代码与数据示例已开源。
原文摘要 · Abstract (English)
Recent years have seen the success of Multimodal Large Language Models (MLLMs) in the domain of vision understanding. The success of these models can largely be attributed to the dominant scaling law, which states that larger parameter sizes and data volumes contribute to better performance. Notably, data scaling has been primarily driven by automatic data pipelines, which focus on the self-instruction of LLMs. The paradigm has been taken for granted for quite some time, but the study of the effectiveness of scaling with these data has been neglected for a long time. In this context, this work revisits scaling with synthetic data and focuses on developing video-LLMs from a data-centric perspective. Our primary study approach involves fine-tuning pre-trained image-LLMs with video data and examining learning efficiency through data scaling. Results from our preliminary experiments reveal a low learning efficiency phenomenon when simply scaling up video data samples, which, through our probing, can be ascribed to a lack of instruction diversity. Aiming at this issue, we propose a data augmentation method called Sparrow, which synthesizes video-like samples from pure text instruction data. Mixing these synthetic samples with the video data enables a more efficient training scheme. Through comprehensive experiments, we demonstrate that our proposed method achieves performance comparable to or even superior to that of baselines trained with significantly more samples. Meanwhile, we find that incorporating these synthetic samples can enhance the performance of long video understanding without requiring training on long video data. The code and data examples are available at https://github.com/VITA-MLLM/Sparrow.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。