DeepSeek-VL2: Mixture-of-Experts Vision-Language Models for Advanced Multimodal Understanding
About
We present DeepSeek-VL2, an advanced series of large Mixture-of-Experts (MoE) Vision-Language Models that significantly improves upon its predecessor, DeepSeek-VL, through two key major upgrades. For the vision component, we incorporate a dynamic tiling vision encoding strategy designed for processing high-resolution images with different aspect ratios. For the language component, we leverage DeepSeekMoE models with the Multi-head Latent Attention mechanism, which compresses Key-Value cache into latent vectors, to enable efficient inference and high throughput. Trained on an improved vision-language dataset, DeepSeek-VL2 demonstrates superior capabilities across various tasks, including but not limited to visual question answering, optical character recognition, document/table/chart understanding, and visual grounding. Our model series is composed of three variants: DeepSeek-VL2-Tiny, DeepSeek-VL2-Small and DeepSeek-VL2, with 1.0B, 2.8B and 4.5B activated parameters respectively. DeepSeek-VL2 achieves competitive or state-of-the-art performance with similar or fewer activated parameters compared to existing open-source dense and MoE-based models. Codes and pre-trained models are publicly accessible at https://github.com/deepseek-ai/DeepSeek-VL2.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multimodal Understanding | MMBench | -- | 847 | |
| Multimodal Understanding | MM-Vet | MM-Vet Score52.5 | 631 | |
| Object Detection | LVIS v1.0 (val) | -- | 542 | |
| Visual Question Answering | ChartQA | Accuracy81 | 519 | |
| Mathematical Reasoning | MathVista | Score62.8 | 474 | |
| Multimodal Understanding | MMStar | -- | 407 | |
| Multi-discipline Multimodal Understanding | MMMU | -- | 363 | |
| OCR Evaluation | OCRBench | Score834 | 350 | |
| Visual Question Answering | AI2D | Accuracy71.6 | 317 | |
| Document Visual Question Answering | DocVQA | ANLS93.3 | 301 |