---
title: "Multimodal large language models — 多模态大语言模型"
source: "https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B"
wiki: "systems-analysis.info/int"
article: "Multimodal_large_language_models_—_多模态大语言模型"
language: "zh"
categories:
  - "Category:Chinese"
  - "Category:Large language models"
  - "Category:Machine learning"
revision_id: 4767
wiki_created_at: 2026-09-06T23:39:38Z
wiki_modified_at: 2026-09-06T23:39:38Z
downloaded_at: 2026-09-07T23:04:29Z
---

# Multimodal large language models — 多模态大语言模型

**多模态大语言模型**（英文：**Multimodal Large Language Models, MLLMs**）是一类人工智能模型，能够处理和生成多种模态的信息，包括文本、图像、音频和视频<sup>[\[1\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-encord_intro-1)</sup>。与仅处理文本的单模态语言模型不同，MLLM 集成来自不同来源的信息，以解决复杂的理解和内容生成任务。

MLLM 的核心概念是为不同模态创建统一的向量表示（embedding）。这使得模型能够在例如图像与其文本描述之间建立语义联系<sup>[\[2\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-acm_survey-2)</sup>。为现代 MLLM 奠定基础的关键突破是使用对比学习（contrastive learning）来对齐共享特征空间中的视觉和文本表示，正如在 **CLIP** 模型中实现的那样<sup>[\[3\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-radford2021-3)</sup>。

## 发展历史

### 早期阶段 (2013–2020)

多模态 AI 的概念基础于 2013 年奠定，当时斯坦福大学的研究人员展示了利用词向量表示进行零样本学习（zero-shot learning）的可能性<sup>[\[4\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-deoldify2013-4)</sup>。2016年，**FAIR** (Meta AI) 团队展示了使用自然语言描述来训练计算机视觉模型的有效性，在没有直接训练的情况下，在 ImageNet 上达到了 11.5% 的准确率<sup>[\[5\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-openai_fair_2016-5)</sup>。

### CLIP 时代 (2021)

革命性的时刻是 OpenAI 公司于 2021 年 1 月发布了 **CLIP**（*Contrastive Language-Image Pre-training*）模型。该模型在 4 亿个图像-文本对上进行训练，展示了在没有针对特定任务进行专门训练的情况下对图像进行分类的能力。CLIP 成为了许多后续 MLLM 的基础<sup>[\[6\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-stanford_cs_clip-6)</sup>。

### 规模化与创新 (2022–2024)

在 CLIP 成功之后，出现了许多关键模型：

- **Flamingo** (DeepMind, 2022) — 一个 800 亿参数的模型，展示了出色的小样本学习（few-shot learning）能力。
- **BLIP** (Salesforce, 2022) — 一种用于理解和生成的统一架构。
- **GPT-4V** (OpenAI, 2023) — 首个如此规模的商业化多模态模型。
- **LLaVA** (Microsoft, 2023) — GPT-4V 的一个流行的开源替代品。
- **Gemini** (Google, 2023) — 一种原生多模态架构，从一开始就为处理不同类型的数据而设计。
- **GPT-4o** (OpenAI, 2024) — 一个能够以低延迟实时处理文本、音频和视频的模型<sup>[\[1\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-encord_intro-1)</sup>。
- **Claude 3.5 Sonnet** (Anthropic, 2024) — 一个在视觉信息分析能力上有所增强的模型。

## 架构方法

### Dual-Encoder architecture - 双编码器架构

该架构为每种模态使用独立的编码器，将数据投影到共享的表示空间中。一个典型的例子是 **CLIP**，其中视觉 Transformer 处理图像，而文本 Transformer 处理语言数据。其优点是模块化和计算效率高，缺点是跨模态交互有限<sup>[\[7\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-viso_ai_mllm-7)</sup>。

### Encoder-decoder architecture - 编码器-解码器架构

单个编码器处理多模态输入，而解码器生成文本输出。**Flamingo** 模型使用 *Perceiver Resampler* 机制来处理可变长度的视觉输入，并采用跨模态注意力层。这种方法提供了丰富的跨模态交互，但需要大量的计算资源<sup>[\[8\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-determined_ai_arch-8)</sup>。

### Alignment architecture - 对齐架构

这种方法使用冻结的预训练编码器，通过一个小的可训练对齐模块连接起来。例如，**BLIP-2** 使用 **Q-Former** (*Querying Transformer*) 作为一个轻量级连接模块，连接冻结的视觉编码器和语言模型，从而需要训练的参数要少得多<sup>[\[9\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-clarifai_blip2-9)</sup>。

## 主要模型

### GPT-4V / GPT-4o (OpenAI)

据估计，GPT-4 系列模型（采用混合专家架构）拥有多达 **1.8 万亿** 个参数。于 2024 年 5 月发布的 **GPT-4o** 模型支持实时处理文本、图像、音频和视频。在 **MMMU** 基准测试中，它达到了 **69.1%** 的准确率<sup>[\[10\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-encord_mmmu_perf-10)</sup>。

### Gemini (Google)

一种原生多模态架构，从零开始在文本、图像、音频和视频数据上进行训练。**Gemini 1.5 Pro** 支持高达 **1000 万个 token** 的上下文窗口，并在 32 个流行基准测试中的 30 个上超越了 GPT-4<sup>[\[11\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-daveai_gemini-11)</sup>。

### Claude 3 (Anthropic)

该模型家族（Haiku、Sonnet、Opus）的上下文窗口高达 200,000 个 token。**Claude 3 Opus** 在 MMMU 基准测试中取得了 **58.5%** 的成绩。为提高模型的安全性，采用了 Constitutional AI 的方法<sup>[\[12\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-anthropic_claude3-12)</sup>。

### LLaVA (开源模型)

它结合了 CLIP 视觉编码器和 Vicuna 语言模型。提供了 70 亿、130 亿和 340 亿参数的版本。在合成任务上，该模型的相对性能达到了 GPT-4 的 85.1%<sup>[\[13\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-llava_paper-13)</sup>。

## 应用领域

- **视觉问答 (VQA)**: 允许用户就视觉内容提问。
- **文档分析**: 现代 MLLM 每分钟能够处理多达 2000 页文档。
- **医学影像**: 诸如 **Med-PaLM M** (Google) 等模型可用于分析医学图像和临床数据。
- **机器人技术**: 像 **RT-2** (Google DeepMind) 这样的模型使机器人能够理解视觉环境并执行自然语言指令。

## 当前的局限性

- **<a href="https://systems-analysis.info/int/index.php?title=LLM_Hallucinations&amp;action=edit&amp;redlink=1" class="new" title="LLM Hallucinations (page does not exist)">幻觉</a>**: 生成内容中的幻觉水平估计在 27–46% 之间。模型可能会描述不存在的物体或错误地解释视觉信息<sup>[\[14\]](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_note-arxiv_hallucinations-14)</sup>。
- **高计算要求**: MLLM 的训练和使用需要庞大的计算基础设施。
- **数据偏见**: 训练数据中人口群体、语言和文化的代表性不足会导致系统性错误。

## 外部链接

- <a href="https://encord.com/blog/a-comprehensive-guide-to-multimodal-llms/" class="external text" rel="nofollow">A Comprehensive Guide to Multimodal LLMs (Encord Blog)</a>
- <a href="https://viso.ai/deep-learning/multimodal-llms/" class="external text" rel="nofollow">Multimodal LLMs: The Complete Guide (Viso.ai)</a>

## 参考文献

- Radford, A. et al. (2021). *Learning Transferable Visual Models From Natural Language Supervision*. <a href="https://arxiv.org/abs/2103.00020" class="external text" rel="nofollow">arXiv:2103.00020</a>.
- Alayrac, J.-B. et al. (2022). *Flamingo: a Visual Language Model for Few-Shot Learning*. <a href="https://arxiv.org/abs/2204.14198" class="external text" rel="nofollow">arXiv:2204.14198</a>.
- Li, J. et al. (2022). *BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation*. <a href="https://arxiv.org/abs/2201.12086" class="external text" rel="nofollow">arXiv:2201.12086</a>.
- Li, J. et al. (2023). *BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models*. <a href="https://arxiv.org/abs/2301.12597" class="external text" rel="nofollow">arXiv:2301.12597</a>.
- Liu, H. et al. (2023). *Visual Instruction Tuning*. <a href="https://arxiv.org/abs/2304.08485" class="external text" rel="nofollow">arXiv:2304.08485</a>.
- Driess, K. et al. (2023). *PaLM-E: An Embodied Multimodal Language Model*. <a href="https://arxiv.org/abs/2303.03378" class="external text" rel="nofollow">arXiv:2303.03378</a>.
- Brohan, A. et al. (2023). *RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control*. <a href="https://arxiv.org/abs/2307.15818" class="external text" rel="nofollow">arXiv:2307.15818</a>.
- Yue, X. et al. (2023). *MMMU: A Massive Multi-discipline Multimodal Understanding and Reasoning Benchmark for Expert AGI*. <a href="https://arxiv.org/abs/2311.16502" class="external text" rel="nofollow">arXiv:2311.16502</a>.
- Tsimpoukelli, M. et al. (2021). *Multimodal Few-Shot Learning with Frozen Language Models*. <a href="https://arxiv.org/abs/2106.13884" class="external text" rel="nofollow">arXiv:2106.13884</a>.
- Singhal, K. et al. (2023). *Med-PaLM 2: Towards Expert-Level Medical Question Answering with Large Language Models*. <a href="https://arxiv.org/abs/2305.09617" class="external text" rel="nofollow">arXiv:2305.09617</a>.
- Yin, S. et al. (2023). *A Survey on Multimodal Large Language Models*. <a href="https://arxiv.org/abs/2306.13549" class="external text" rel="nofollow">arXiv:2306.13549</a>.

## 注释

1.  <span id="cite_note-encord_intro-1">↑ <sup>[1.0](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-encord_intro_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-encord_intro_1-1)</sup> “A Comprehensive Guide to Multimodal LLMs”. *Encord Blog*. <a href="https://encord.com/blog/a-comprehensive-guide-to-multimodal-llms/" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-acm_survey-2">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-acm_survey_2-0) “A Survey on Multimodal Large Language Models”. *ACM Computing Surveys*. <a href="https://dl.acm.org/doi/10.1145/3626125" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-radford2021-3">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-radford2021_3-0) Radford, A., et al. “Learning Transferable Visual Models From Natural Language Supervision”. *arXiv:2103.00020*. <a href="https://arxiv.org/abs/2103.00020" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-deoldify2013-4">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-deoldify2013_4-0) DeOldify, J. “Zero-Shot Learning by Predicting Attributes”. *arXiv:1312.5650*. <a href="https://arxiv.org/abs/1312.5650" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-openai_fair_2016-5">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-openai_fair_2016_5-0) “Learning from captions: A milestone in visual language understanding”. *OpenAI Blog*. <a href="https://openai.com/blog/learning-from-captions/" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-stanford_cs_clip-6">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-stanford_cs_clip_6-0) “Understanding CLIP”. *Stanford CS231n*. <a href="https://cs231n.github.io/understanding-visual-representations/" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-viso_ai_mllm-7">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-viso_ai_mllm_7-0) “Multimodal LLMs: The Complete Guide”. *Viso.ai*. <a href="https://viso.ai/deep-learning/multimodal-llms/" class="external autonumber" rel="nofollow">[7]</a></span>
8.  <span id="cite_note-determined_ai_arch-8">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-determined_ai_arch_8-0) “The Architectures of Multimodal Language Models”. *Determined AI*. <a href="https://determined.ai/the-architectures-of-multimodal-language-models/" class="external autonumber" rel="nofollow">[8]</a></span>
9.  <span id="cite_note-clarifai_blip2-9">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-clarifai_blip2_9-0) “Understanding BLIP-2: The New Vision-Language Model”. *Clarifai Blog*. <a href="https://www.clarifai.com/blog/understanding-blip-2-the-new-vision-language-model" class="external autonumber" rel="nofollow">[9]</a></span>
10. <span id="cite_note-encord_mmmu_perf-10">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-encord_mmmu_perf_10-0) “MMMU: A New Benchmark for Multimodal LLMs”. *Encord Blog*. <a href="https://encord.com/blog/mmmu-benchmark/" class="external autonumber" rel="nofollow">[10]</a></span>
11. <span id="cite_note-daveai_gemini-11">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-daveai_gemini_11-0) “Google Gemini: A Deep Dive”. *DaveAI Blog*. <a href="https://dave.ai/blog/google-gemini-a-deep-dive/" class="external autonumber" rel="nofollow">[11]</a></span>
12. <span id="cite_note-anthropic_claude3-12">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-anthropic_claude3_12-0) “Introducing the Claude 3 Family”. *Anthropic*. <a href="https://www.anthropic.com/news/claude-3-family" class="external autonumber" rel="nofollow">[12]</a></span>
13. <span id="cite_note-llava_paper-13">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-llava_paper_13-0) Liu, H., et al. “Visual Instruction Tuning”. *arXiv:2304.08485*. <a href="https://arxiv.org/abs/2304.08485" class="external autonumber" rel="nofollow">[13]</a></span>
14. <span id="cite_note-arxiv_hallucinations-14">[↑](https://systems-analysis.info/int/Multimodal_large_language_models_%E2%80%94_%E5%A4%9A%E6%A8%A1%E6%80%81%E5%A4%A7%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B#cite_ref-arxiv_hallucinations_14-0) “Hallucinations in Multimodal Large Language Models”. *arXiv:2308.08726*. <a href="https://arxiv.org/abs/2308.08726" class="external autonumber" rel="nofollow">[14]</a></span>
