Lazy loaded image11.0 Introduction

Multimodal Large Language Models (MLLM)

The structure of typical Multimodal Large Language Models (MLLM) can be divided into:
  • Pre-trained Modality Encoder: Encode data such as images, audio, video, point clouds, etc, into latent features.
  • Pre-trained Large Language Model: Understands and reasons about encoded text and multimodal data.
  • Modality Connector: Aligns different modalities.
  • Modality Generator: Outputs multimodal information other than text.
There are three types of modality connectors according to the survey:
  • Projection-based (token-level): via, for example, MLP layers.
  • Query-based (token-level): like Q-Former

Vision Language Models (VLM)

Here we focus on the image part of the VLM. Below is the overall evolution path of image encoders. And here is the image encoders some VLMs are using:
Prev
10.7 Dropout and DropPath
Next
11.1 Vision Transformer
Loading...
Article List
LLM Learning Roadmap
✨ Awesome-Anything
🖼️ Digital Image Processing
🍃 LLM Components
🌱 LLM Pre-training
☘️ LLM Post-Training
🍀 LLM Popular Models
🪴 LLM Applications
🌿 LLM Optimization
🌾 LLM Compression
🌵 LLM Hands-on Practice
🌴 LLM Must-read Papers
🌳 LLM Q&A
🐝 VLM Image Encoders
📝 MISC.