TL;DR
In the field of vision-language models, selecting the right training data is crucial but often relies on extensive training processes. This research introduces a training-free data selection method for fine-tuning (SFT) vision-language models, focusing on the relevance of questions posed during training.
✦ Why It Matters
Engineers can adopt training-free data selection to enhance model performance while reducing resource consumption.
Key Takeaways
How It Works
CVS operates by assessing how the introduction of a question alters the model's evaluation of answer validity. It uses a frozen vision-language model to compare the validity of answers with and without the question, allowing it to identify samples that truly require cross-modal reasoning.
Related