paper-with-me

홈 › Papers

Your Vision-Language Model Itself Is a Strong Filter: Towards High-Quality Instruction Tuning with Data Selection

2024-02-19 · Ruibo Chen, Yihan Wu, Lichang Chen, Guodong Liu, Qi He, Tianyi Xiong, Chenxi Liu, Junfeng Guo, Heng Huang

Data selection in instruction tuning emerges as a pivotal process for acquiring high-quality data and training instruction-following large language models (LLMs), but it is still a new and unexplored research area for vision-language models (VLMs). Existing data selection approaches on LLMs either rely on single unreliable scores, or use downstream tasks for selection, which is time-consuming and can lead to potential over-fitting on the chosen evaluation datasets. To address this challenge, we introduce a novel dataset selection method, Self-Filter, that utilizes the VLM itself as a filter. This approach is inspired by the observation that VLMs benefit from training with the most challenging instructions. Self-Filter operates in two stages. In the first stage, we devise a scoring network to evaluate the difficulty of training instructions, which is co-trained with the VLM. In the second stage, we use the trained score net to measure the difficulty of each instruction, select the most challenging samples, and penalize similar samples to encourage diversity. Comprehensive experiments on LLaVA and MiniGPT-4 show that Self-Filter can reach better results compared to full data settings with merely about 15% samples, and can achieve superior performance against competitive baselines.

📄 PDF Abstract BibTeX arXiv:2402.12501

Code (1)

rayruibochen/self-filter 공식 구현 pytorch

Tasks

Instruction FollowingLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

World to Code: Multi-modal Data Generation via Self-Instructed Compositional Captioning and Filtering

2024-09-30 · Jiacong Wang, Bohong Wu, Haiyong Jiang, Xun Zhou 외

Recent advances in Vision-Language Models (VLMs) and the scarcity of high-quality multi-modal alignment data have inspired numerous researches on synthetic VLM data generation. The conventional norm in VLM data construct…

Optical Character Recognition (OCR)Question AnsweringVisual GroundingVisual Question Answering

Your Model Already Knows: Attention-Guided Safety Filter for Vision-Language-Action Models

2026-06-08 · Seongbin Park, Fan Zhang, Baharan Mirzasoleiman, Shahriar Talebi 외 arxiv

Vision-Language-Action (VLA) models have demonstrated impressive end-to-end performance across a variety of robotic manipulation tasks. However, these policies offer no guarantees against collisions with task-irrelevant …

Collision Avoidance

EvoStreaming: Your Offline Video Model Is a Natively Streaming Assistant

2026-05-11 · Zichen Wen, Boxue Yang, Junlong Ke, Jiajie Huang 외 arxiv

Streaming video understanding demands more than watching longer videos: assistants must decide when to speak in real time, balancing responsiveness against verbosity. Yet most video-language models (VideoLLMs) are traine…

Your Self-Play Algorithm is Secretly an Adversarial Imitator: Understanding LLM Self-Play through the Lens of Imitation Learning

2026-02-01 · Shangzhe Li, Xuchao Zhang, Chetan Bansal, Weitong Zhang arxiv

Self-play post-training methods has emerged as an effective approach for finetuning large language models and turn the weak language model into strong language model without preference data. However, the theoretical foun…

DataEvolver: Let Your Data Build and Improve Itself via Goal-Driven Loop Agents

2026-05-03 · Qisong Zhang, Wenzhuo Wu, Zhuangzhuang Jia, Yunhao Yang 외 arxiv

Constructing controllable visual data is a major bottleneck for image editing and multimodal understanding. Useful supervision is rarely produced by a single rendering pass; instead it emerges through iterative generatio…

Image Editing