English

ProVision: Programmatically Scaling Vision-centric Instruction Data for Multimodal Language Models

Computer Vision and Pattern Recognition 2024-12-31 v3 Artificial Intelligence

Abstract

With the rise of multimodal applications, instruction data has become critical for training multimodal language models capable of understanding complex image-based queries. Existing practices rely on powerful but costly large language models (LLMs) or multimodal language models (MLMs) to produce instruction data. These are often prone to hallucinations, licensing issues and the generation process is often hard to scale and interpret. In this work, we present a programmatic approach that employs scene graphs as symbolic representations of images and human-written programs to systematically synthesize vision-centric instruction data. Our approach ensures the interpretability and controllability of the data generation process and scales efficiently while maintaining factual accuracy. By implementing a suite of 24 single-image, 14 multi-image instruction generators, and a scene graph generation pipeline, we build a scalable, cost-effective system: ProVision which produces diverse question-answer pairs concerning objects, attributes, relations, depth, etc., for any given image. Applied to Visual Genome and DataComp datasets, we generate over 10 million instruction data points, ProVision-10M, and leverage them in both pretraining and instruction tuning stages of MLMs. When adopted in the instruction tuning stage, our single-image instruction data yields up to a 7% improvement on the 2D split and 8% on the 3D split of CVBench, along with a 3% increase in performance on QBench2, RealWorldQA, and MMMU. Our multi-image instruction data leads to an 8% improvement on Mantis-Eval. Incorporation of our data in both pre-training and fine-tuning stages of xGen-MM-4B leads to an averaged improvement of 1.6% across 11 benchmarks.

Keywords

Cite

@article{arxiv.2412.07012,
  title  = {ProVision: Programmatically Scaling Vision-centric Instruction Data for Multimodal Language Models},
  author = {Jieyu Zhang and Le Xue and Linxin Song and Jun Wang and Weikai Huang and Manli Shu and An Yan and Zixian Ma and Juan Carlos Niebles and Silvio Savarese and Caiming Xiong and Zeyuan Chen and Ranjay Krishna and Ran Xu},
  journal= {arXiv preprint arXiv:2412.07012},
  year   = {2024}
}

Comments

code: https://github.com/JieyuZ2/ProVision dataset: https://huggingface.co/datasets/Salesforce/ProVision-10M

R2 v1 2026-06-28T20:28:43.097Z