paper-with-me

홈 › 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 on large VL datasets can become prohibitively expensive. In this work, we introduce COINCIDE, an effective and scalable data selection technique that uses a small model as a reference model to select visual instruction tuning data for efficient finetuning of a target LVLM, focusing on diversity and transferability. Specifically, we cluster the training data using internal activations from a small model, which identifies VL concept-skill compositions needed by a target LVLM. We then sample data from these diverse clusters by considering their density and transferability, or the ability to transfer well to other concept-skill compositions. This approach ensures the diversity of these compositions, which is vital for LVLM generalization. Extensive experiments demonstrate that COINCIDE achieves superior performance and data selection efficiency against 8 strong baselines on two distinct datasets: LLaVA-1.5 and Vision-Flan. Using only 20% of the LLaVA-1.5 dataset, COINCIDE achieves performance comparable to the LVLM finetuned on the whole dataset, with 70% reduction of the wall-clock running time. On the Vision-Flan dataset, our method achieves superior results with only 16.7% of the training data.

📄 PDF Abstract BibTeX arXiv:2406.10995

Code (1)

g-jwlee/coincide_code 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Concepts or Skills? Rethinking Instruction Selection for Multi-modal Models

2025-08-14 · Andrew Bai, Justin Cui, Ruochen Wang, Cho-Jui Hsieh arxiv

Vision-language instruction tuning achieves two main purposes: learning visual concepts and learning visual skills. In this paper, we found that vision-language benchmarks fall into the dichotomy of mainly benefiting fro…

Transferable Persona-Grounded Dialogues via Grounded Minimal Edits

2021-09-16 · EMNLP 2021 11 · Chen Henry Wu, Yinhe Zheng, Xiaoxi Mao, Minlie Huang

Grounded dialogue models generate responses that are grounded on certain concepts. Limited by the distribution of grounded dialogue data, models trained on such data face the transferability challenges in terms of the da…

Skill-MAS: Evolving Meta-Skill for Automatic Multi-Agent Systems

2026-06-17 · Hehai Lin, Qi Yang, Chengwei Qin arxiv

Large Language Model (LLM)-based automatic Multi-Agent Systems (MAS) generation has become a crucial frontier for tackling complex tasks. However, existing methods face a dilemma between model capability and experience r…

Beyond Rubrics: Exploration-Guided Evaluation Skills for Reward Modeling

2026-06-05 · Xing Yue, Linjuan Wu, Daoxin Zhang, Yongliang Shen 외 arxiv

Open-ended reward modeling requires judges that can follow subtle, domain-specific preferences when verifiable answers are unavailable. Existing rubric-based methods often address this by generating criteria online for e…

Priors, Hierarchy, and Information Asymmetry for Skill Transfer in Reinforcement Learning

2022-01-20 · Sasha Salter, Kristian Hartikainen, Walter Goodwin, Ingmar Posner

The ability to discover behaviours from past experience and transfer them to new tasks is a hallmark of intelligent agents acting sample-efficiently in the real world. Equipping embodied reinforcement learners with the s…

reinforcement-learningReinforcement Learning (RL)Transfer Learning