English

Improved Baselines with Visual Instruction Tuning

Computer Vision and Pattern Recognition 2024-05-17 v2 Artificial Intelligence Computation and Language Machine Learning

Abstract

Large multimodal models (LMM) have recently shown encouraging progress with visual instruction tuning. In this note, we show that the fully-connected vision-language cross-modal connector in LLaVA is surprisingly powerful and data-efficient. With simple modifications to LLaVA, namely, using CLIP-ViT-L-336px with an MLP projection and adding academic-task-oriented VQA data with simple response formatting prompts, we establish stronger baselines that achieve state-of-the-art across 11 benchmarks. Our final 13B checkpoint uses merely 1.2M publicly available data, and finishes full training in ~1 day on a single 8-A100 node. We hope this can make state-of-the-art LMM research more accessible. Code and model will be publicly available.

Keywords

Cite

@article{arxiv.2310.03744,
  title  = {Improved Baselines with Visual Instruction Tuning},
  author = {Haotian Liu and Chunyuan Li and Yuheng Li and Yong Jae Lee},
  journal= {arXiv preprint arXiv:2310.03744},
  year   = {2024}
}

Comments

Camera ready, CVPR 2024 (highlight). LLaVA project page: https://llava-vl.github.io

R2 v1 2026-06-28T12:41:50.751Z