paper-with-me

홈 › Papers

DeepSeek-OCR: Contexts Optical Compression

2025-10-21 · Haoran Wei, Yaofeng Sun, Yukun Li arxiv

We present DeepSeek-OCR as an initial investigation into the feasibility of compressing long contexts via optical 2D mapping. DeepSeek-OCR consists of two components: DeepEncoder and DeepSeek3B-MoE-A570M as the decoder. Specifically, DeepEncoder serves as the core engine, designed to maintain low activations under high-resolution input while achieving high compression ratios to ensure an optimal and manageable number of vision tokens. Experiments show that when the number of text tokens is within 10 times that of vision tokens (i.e., a compression ratio < 10x), the model can achieve decoding (OCR) precision of 97%. Even at a compression ratio of 20x, the OCR accuracy still remains at about 60%. This shows considerable promise for research areas such as historical long-context compression and memory forgetting mechanisms in LLMs. Beyond this, DeepSeek-OCR also demonstrates high practical value. On OmniDocBench, it surpasses GOT-OCR2.0 (256 tokens/page) using only 100 vision tokens, and outperforms MinerU2.0 (6000+ tokens per page on average) while utilizing fewer than 800 vision tokens. In production, DeepSeek-OCR can generate training data for LLMs/VLMs at a scale of 200k+ pages per day (a single A100-40G). Codes and model weights are publicly accessible at http://github.com/deepseek-ai/DeepSeek-OCR.

📄 PDF Abstract BibTeX arXiv:2510.18234

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optical Context Compression Is Just (Bad) Autoencoding

2025-12-03 · Ivan Yee Lee, Cheng Yang, Taylor Berg-Kirkpatrick arxiv

DeepSeek-OCR shows that rendered text can be reconstructed from a small number of vision tokens, sparking excitement about using vision as a compression medium for long textual contexts. But this pipeline requires render…

Context Cascade Compression: Exploring the Upper Limits of Text Compression

2025-11-19 · Fanfan Liu, Haibo Qiu arxiv

Million-level token inputs in long-context tasks pose significant computational and memory challenges for Large Language Models (LLMs). Recently, DeepSeek-OCR conducted research into the feasibility of Contexts Optical C…

Visual Merit or Linguistic Crutch? A Close Look at DeepSeek-OCR

2026-01-07 · Yunhao Liang, Ruixuan Ying, Bo Li, Hong Li 외 arxiv

DeepSeek-OCR utilizes an optical 2D mapping approach to achieve high-ratio vision-text compression, claiming to decode text tokens exceeding ten times the input visual tokens. While this suggests a promising solution for…

DeepSeek-V4.1-Flash: Pushing the Limits of KV Cache Compression

2026-09-17 · DeepSeek-AI, Anyi Xu, B. Li, Bangcai Lin 외 hf

The widespread adoption of long-horizon agents has made model workloads increasingly input-heavy. Although prior work has substantially reduced the cost of long-context computation, prefill remains computationally expens…

Information-Aware KV Cache Compression for Long Reasoning

2026-06-25 · Jushi Kai, Zhuiri Xiao, Alexandra Birch, Zhouhan Lin arxiv

Reasoning capability has advanced rapidly in large language models (LLMs), leading to an increasing size of key-value (KV) cache in both prefilling and decoding stages. Existing KV cache compression methods mainly rely o…