DeepSeek's Deleted Vision Paper Is Nuts

The video explains DeepSeek’s innovative approach to multimodal visual reasoning by integrating visual primitives like bounding boxes and points, enabling the model to reference and reason about specific image regions more precisely and reducing common errors in current systems. This method, supported by a massive model architecture and specialized training on tasks such as counting and maze navigation, represents a significant advancement toward more accurate, interpretable, and human-like visual reasoning in AI.

The video discusses a recently released and quickly deleted DeepSeek paper titled “Thinking with Visual Primitives,” which introduces a novel approach to multimodal visual reasoning. Unlike traditional models that rely heavily on language to reason about images, DeepSeek proposes integrating visual primitives—specifically bounding boxes and points—into the model’s reasoning process. This allows the model to “point” directly to objects or trace paths within images, addressing a major flaw in current multimodal systems known as the reference gap, where models struggle to reliably refer back to specific visual entities during reasoning. This approach enables more precise and grounded visual reasoning, reducing errors like hallucinations or miscounting.

DeepSeek’s architecture builds on their DeepSeek V4 model, a massive 284 billion parameter system, enhanced with a custom visual encoder called Deepc VIT (Vision Transformer). The model aggressively compresses visual information using a novel Compressed Sparse Attention (CSA) mechanism, drastically reducing the number of visual tokens processed while maintaining effective reasoning capabilities. This compression challenges the prevailing focus on increasing visual detail (the perception gap) by suggesting that better referencing and reasoning mechanisms might be more critical than simply seeing more pixels.

The training process for DeepSeek involves a large-scale curated dataset of over 14 million high-quality box grounding samples, filtered for semantic and geometric relevance. The model is fine-tuned on diverse tasks including counting, spatial reasoning, maze navigation, and path tracing, each designed to tackle specific weaknesses in language-only visual reasoning. For example, counting tasks train the model to ground objects before tallying them, while maze navigation uses points to trace paths and reason about connectivity. The model learns to output sequences of coordinates as intermediate reasoning steps, effectively using visual primitives as a form of internal “language” for spatial reasoning.

Deep reinforcement learning with specialized reward models further refines the system. Rewards assess the correctness of visual primitive syntax, reasoning quality, and task-specific accuracy, such as counting precision or valid maze navigation paths. Two expert models—one specializing in bounding boxes and the other in points—are trained separately before being merged into a unified model through on-policy distillation. This training strategy allows the model to excel in tasks where precise visual referencing is crucial, outperforming many closed-source state-of-the-art models, especially in topological reasoning tasks like maze navigation and path tracing.

Overall, the paper presents a significant step forward in multimodal AI by shifting the focus from purely linguistic reasoning to a hybrid approach that incorporates explicit visual grounding. This method not only improves accuracy but also aligns more closely with how humans reason visually, using spatial anchors rather than just verbal descriptions. The video highlights the potential impact of this research on future AI systems, suggesting that visual primitives could become a foundational tool for more reliable and interpretable visual reasoning in multimodal models.