paper-with-me

홈 › Papers

Data Selection for Fine-tuning Vision Language Models via Cross Modal Alignment Trajectories

2025-10-01 · Nilay Naharas, Dang Nguyen, Nesihan Bulut, Mohammadhossein Bateni, Vahab Mirrokni, Baharan Mirzasoleiman arxiv

Data-efficient learning aims to eliminate redundancy in large training datasets by training models on smaller subsets of the most informative examples. While data selection has been extensively explored for vision models and large language models (LLMs), it remains underexplored for Large Vision-Language Models (LVLMs). Notably, none of existing methods can outperform random selection at different subset sizes. In this work, we propose the first principled method for data-efficient instruction tuning of LVLMs. We prove that examples with similar cross-modal attention matrices during instruction tuning have similar gradients. Thus, they influence model parameters in a similar manner and convey the same information to the model during training. Building on this insight, we propose XMAS, which clusters examples based on the trajectories of the top singular values of their attention matrices obtained from fine-tuning a small proxy LVLM. By sampling a balanced subset from these clusters, XMAS effectively removes redundancy in large-scale LVLM training data. Extensive experiments show that XMAS can discard 50% of the LLaVA-665k dataset and 85% of the Vision-Flan dataset while fully preserving performance of LLaVA-1.5-7B on 10 downstream benchmarks and speeding up its training by 1.2x. This is 30% more data reduction compared to the best baseline for LLaVA-665k. The project's website can be found at https://bigml-cs-ucla.github.io/XMAS-project-page/.

📄 PDF Abstract BibTeX arXiv:2510.01454

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Concept-skill Transferability-based Data Selection for Large Vision-Language Models

2024-06-16 · Jaewoo Lee, Boyang Li, Sung Ju Hwang

Instruction tuning, or supervised finetuning on extensive task-specific data, is necessary for Large Vision-Language Models (LVLMs) to generalize well across a broad range of vision-language (VL) tasks. However, training…

Diversity

VeCAF: Vision-language Collaborative Active Finetuning with Training Objective Awareness

2024-01-15 · Rongyu Zhang, Zefan Cai, Huanrui Yang, Zidong Liu 외

Finetuning a pretrained vision model (PVM) is a common technique for learning downstream vision tasks. However, the conventional finetuning process with randomly sampled data points results in diminished training efficie…

Computational Efficiencyimage-classificationImage Classification

An Optimization Framework for Differentially Private Sparse Fine-Tuning

2025-03-17 · Mehdi Makni, Kayhan Behdin, Gabriel Afriat, Zheng Xu 외

Differentially private stochastic gradient descent (DP-SGD) is broadly considered to be the gold standard for training and fine-tuning neural networks under differential privacy (DP). With the increasing availability of …

Transfer Learning

Focus on What Matters: Enhancing Medical Vision-Language Models with Automatic Attention Alignment Tuning

2025-05-24 · Aofei Chang, Le Huang, Alex James Boyd, Parminder Bhatia 외

Medical Large Vision-Language Models (Med-LVLMs) often exhibit suboptimal attention distribution on visual inputs, leading to hallucinated or inaccurate outputs. Existing mitigation methods primarily rely on inference-ti…

Visual Question Answering (VQA)

Zero-Shot Embeddings Inform Learning and Forgetting with Vision-Language Encoders

2024-07-22 · Laura Niss, Kevin Vogt-Lowell, Theodoros Tsiligkaridis

Despite the proliferation of large vision-language foundation models, estimation of the learning and forgetting outcomes following fine-tuning of these models remains largely unexplored. Inspired by work highlighting the…

Model Selectionparameter-efficient fine-tuning