Rethinking Overlooked Aspects in Vision-Language Models
Yuan Liu, Le Tian, Xiao Zhou, Jie Zhou
TL;DR
The paper argues that current vision-language model progress hinges on data efficiency rather than sheer scale. It systematically analyzes pre-training data and instruction-tuning dataset selection, introducing Individual Select to identify efficient SFT datasets and demonstrating that naive expansion of pre-training data can degrade performance. Using LLaVA-1.5 as a simple baseline, it establishes a stable, multi-benchmark framework and shows that curated SFT data yield substantial gains over indiscriminate fine-tuning. The work offers a practical, data-centric roadmap for future LVLM development, emphasizing data quality, diversity, and targeted instruction tuning to improve generalization across diverse tasks.
Abstract
Recent advancements in large vision-language models (LVLMs), such as GPT4-V and LLaVA, have been substantial. LLaVA's modular architecture, in particular, offers a blend of simplicity and efficiency. Recent works mainly focus on introducing more pre-training and instruction tuning data to improve model's performance. This paper delves into the often-neglected aspects of data efficiency during pre-training and the selection process for instruction tuning datasets. Our research indicates that merely increasing the size of pre-training data does not guarantee improved performance and may, in fact, lead to its degradation. Furthermore, we have established a pipeline to pinpoint the most efficient instruction tuning (SFT) dataset, implying that not all SFT data utilized in existing studies are necessary. The primary objective of this paper is not to introduce a state-of-the-art model, but rather to serve as a roadmap for future research, aiming to optimize data usage during pre-training and fine-tuning processes to enhance the performance of vision-language models.
