视觉指令微调

Visual Instruction Tuning

刘浩天 Haotian Liu · Microsoft · 2023-04-17 · arXiv:2304.08485 ↗ · 被引 9951

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

使用机器生成的指令遵循数据对大型语言模型(LLM)进行指令微调,提高了新任务上的零样本能力,但这一思路在多模态领域探索较少。本文首次尝试使用仅语言 GPT-4 生成多模态语言-图像指令遵循数据。通过对这些生成数据进行指令微调,我们提出了 LLaVA:大型语言与视觉助手,这是一个端到端训练的大型多模态模型,连接视觉编码器和 LLM,用于通用视觉与语言理解。我们的早期实验表明,LLaVA 展现出令人印象深刻的多模态对话能力,有时在未见过的图像/指令上表现出多模态 GPT-4 的行为,并在合成多模态指令遵循数据集上达到 GPT-4 相对得分的 85.1%。在 Science QA 上微调后,LLaVA 与 GPT-4 的协同作用实现了 92.53%的最新准确率。我们公开了 GPT-4 生成的视觉指令微调数据、模型和代码库。

Instruction tuning large language models (LLMs) using machine-generated instruction-following data has improved zero-shot capabilities on new tasks, but the idea is less explored in the multimodal field. In this paper, we present the first attempt to use language-only GPT-4 to generate multimodal language-image instruction-following data. By instruction tuning on such generated data, we introduce LLaVA: Large Language and Vision Assistant, an end-to-end trained large multimodal model that connects a vision encoder and LLM for general-purpose visual and language understanding.Our early experiments show that LLaVA demonstrates impressive multimodel chat abilities, sometimes exhibiting the behaviors of multimodal GPT-4 on unseen images/instructions, and yields a 85.1% relative score compared with GPT-4 on a synthetic multimodal instruction-following dataset. When fine-tuned on Science QA, the synergy of LLaVA and GPT-4 achieves a new state-of-the-art accuracy of 92.53%. We make GPT-4 generated visual instruction tuning data, our model and code base publicly available.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 10)

阅读逐段中英对照全文 →