paper-with-me

Papers

DeepSeek-OCR 2: Visual Causal Flow

2026-01-28 · Haoran Wei, Yaofeng Sun, Yukun Li arxiv

We present DeepSeek-OCR 2 to investigate the feasibility of a novel encoder-DeepEncoder V2-capable of dynamically reordering visual tokens upon image semantics. Conventional vision-language models (VLMs) invariably process visual tokens in a rigid raster-scan order (top-left to bottom-right) with fixed positional encoding when fed into LLMs. However, this contradicts human visual perception, which follows flexible yet semantically coherent scanning patterns driven by inherent logical structures. Particularly for images with complex layouts, human vision exhibits causally-informed sequential processing. Inspired by this cognitive mechanism, DeepEncoder V2 is designed to endow the encoder with causal reasoning capabilities, enabling it to intelligently reorder visual tokens prior to LLM-based content interpretation. This work explores a novel paradigm: whether 2D image understanding can be effectively achieved through two-cascaded 1D causal reasoning structures, thereby offering a new architectural approach with the potential to achieve genuine 2D reasoning. Codes and model weights are publicly accessible at http://github.com/deepseek-ai/DeepSeek-OCR-2.

📄 PDF Abstract BibTeX arXiv:2601.20552

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ReasoningFlow: Discourse Structures for Understanding LLM Reasoning Traces

2026-06-03 · Jinu Lee, Shivam Agarwal, Amruta Parulekar, Siddarth Madala 외 arxiv

Large reasoning models (LRMs) produce reasoning traces with non-linear structures, such as backtracking and self-correction, that complicate the evaluation and monitoring of the reasoning process. We introduce ReasoningF…

CaTok: Taming Mean Flows for One-Dimensional Causal Image Tokenization

2026-03-06 · Yitong Chen, Zuxuan Wu, Xipeng Qiu, Yu-Gang Jiang arxiv

Autoregressive (AR) language models rely on causal tokenization, but extending this paradigm to vision remains non-trivial. Current visual tokenizers either flatten 2D patches into non-causal sequences or enforce heurist…

STARFlow2: Bridging Language Models and Normalizing Flows for Unified Multimodal Generation

2026-05-08 · Ying Shen, Tianrong Chen, Yuan Gao, Yizhe Zhang 외 arxiv

Deep generative models have advanced rapidly across text and vision, motivating unified multimodal systems that can understand, reason over, and generate interleaved text-image sequences. Most existing approaches combine…

multimodal generationImage GenerationText Generation

DeepSeek-VL2: Mixture-of-Experts Vision-Language Models for Advanced Multimodal Understanding

2024-12-13 · Zhiyu Wu, Xiaokang Chen, Zizheng Pan, Xingchao Liu 외

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…

Chart UnderstandingMixture-of-ExpertsOptical Character RecognitionQuestion Answering+3

Toward Causal-Visual Programming: Enhancing Agentic Reasoning in Low-Code Environments

2025-09-29 · Jiexi Xu, Jiaqi Liu, Lanruo Wang, Su Liu arxiv

Large language model (LLM) agents are increasingly capable of orchestrating complex tasks in low-code environments. However, these agents often exhibit hallucinations and logical inconsistencies because their inherent re…