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 | |
|---|---|---|---|---|
| Mathematical Reasoning | MathVista | Score62.8 | 322 | |
| OCR Evaluation | OCRBench | Score834 | 296 | |
| Multi-discipline Multimodal Understanding | MMMU | -- | 266 | |
| Hallucination Evaluation | POPE | Accuracy89.4 | 132 | |
| Chart Question Answering | ChartQA (test) | -- | 129 | |
| Visual Understanding | MM-Vet | MM-Vet Score60 | 102 | |
| Hallucination Evaluation | HallusionBench | -- | 93 | |
| Visual Question Answering | OCR-VQA (test) | Accuracy54.5 | 77 | |
| Document Visual Question Answering | DocVQA (val) | Accuracy92.3 | 66 | |
| Visual Question Answering | SEED-Bench Image | Accuracy76.8 | 64 |