paper-with-me

홈 › Papers

CoIDO: Efficient Data Selection for Visual Instruction Tuning via Coupled Importance-Diversity Optimization

2025-10-11 · Yichen Yan, Ming Zhong, Qi Zhu, Xiaoling Gu, Jinpeng Chen, Huan Li arxiv

Multimodal large language models (MLLMs) rely heavily on instruction tuning to align vision and language capabilities, yet the computational cost of training on large-scale datasets remains a major bottleneck. Existing data selection methods aim to mitigate this by selecting important and diverse subsets, but they often suffer from two critical drawbacks: high computational overhead from processing the entire dataset and suboptimal data selection due to separate treatment of importance and diversity. We introduce CoIDO, a novel dual-objective framework that jointly optimizes data importance and diversity to overcome these challenges. Unlike existing approaches that require costly evaluations across the whole dataset, CoIDO employs a lightweight plug-in scorer. This scorer is trained on just a small random sample of data to learn the distribution of the candidate set, drastically reducing computational demands. By leveraging a homoscedastic uncertainty-based formulation, CoIDO effectively balances importance and diversity during training, enabling efficient and scalable data selection. In our experiments, we trained the CoIDO scorer using only 20 percent of randomly sampled data. Once trained, CoIDO was applied to the entire dataset to select a 20 percent subset for instruction tuning. On the widely used LLaVA-1.5-7B model across ten downstream tasks, this selected subset achieved an impressive 98.2 percent of the performance of full-data fine-tuning, on average.

📄 PDF Abstract BibTeX arXiv:2510.17847

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Understanding Sarcoidosis Using Large Language Models and Social Media Data

2024-05-12 · Nan Miles Xi, Hong-Long Ji, Lin Wang

Sarcoidosis is a rare inflammatory disease characterized by the formation of granulomas in various organs. The disease presents diagnostic and treatment challenges due to its diverse manifestations and unpredictable natu…

DiagnosticLanguage ModellingLarge Language ModelPrognosis+1

Cluster Activation Mapping with Applications to Medical Imaging

2020-10-09 · Sarah Ryan, Nichole Carlson, Harris Butler, Tasha Fingerlin 외

An open question in deep clustering is how to understand what in the image is creating the cluster assignments. This visual understanding is essential to be able to trust the results of an inherently complex algorithm li…

ClusteringDecision MakingDeep ClusteringOpen-Ended Question Answering

VisNec: Measuring and Leveraging Visual Necessity for Multimodal Instruction Tuning

2026-03-01 · Mingkang Dong, Hongyi Cai, Jie Li, Sifan Zhou 외 arxiv

The effectiveness of multimodal instruction tuning depends not only on dataset scale, but critically on whether training samples genuinely require visual reasoning. However, existing instruction datasets often contain a …

Visual Reasoning

Filter Images First, Generate Instructions Later: Pre-Instruction Data Selection for Visual Instruction Tuning

2025-03-10 · CVPR 2025 1 · Bardia Safaei, Faizan Siddiqui, Jiacong Xu, Vishal M. Patel 외

Visual instruction tuning (VIT) for large vision-language models (LVLMs) requires training on expansive datasets of image-instruction pairs, which can be costly. Recent efforts in VIT data selection aim to select a small…

Biomedical Visual Instruction Tuning with Clinician Preference Alignment

2024-06-19 · Hejie Cui, Lingjun Mao, Xin Liang, Jieyu Zhang 외

Recent advancements in multimodal foundation models have showcased impressive capabilities in understanding and reasoning with visual and textual information. Adapting these foundation models trained for general usage to…

Instruction FollowingVisual Question Answering (VQA)