DeepSketcher: Internalizing Visual Manipulation for Multimodal Reasoning
Chi Zhang, Haibo Qiu, Qiming Zhang, Zhixiong Zeng, Lin Ma, Jing Zhang
TL;DR
The paper addresses the reliability of multimodal reasoning in vision-language models by moving beyond text-only chains of thought to an image-interactive paradigm. It introduces DeepSketcher, a two-part suite: a code-rendered dataset with interleaved image–text reasoning and a self-contained model that reasons and edits visual embeddings directly, removing the need for external tools. Through a three-phase training strategy and an agentic data-collection pipeline, DeepSketcher demonstrates strong performance gains across multiple multimodal benchmarks, especially in geometry, counting, and logic-related tasks, while maintaining robustness through ablation studies. The work reduces grounding noise and enables flexible, tool-free visual reasoning, offering a practical pathway toward more reliable and transparent multimodal intelligence in constrained domains with open-source resources.
Abstract
The "thinking with images" paradigm represents a pivotal shift in the reasoning of Vision Language Models (VLMs), moving from text-dominant chain-of-thought to image-interactive reasoning. By invoking visual tools or generating intermediate visual representations, VLMs can iteratively attend to fine-grained regions, enabling deeper image understanding and more faithful multimodal reasoning. As an emerging paradigm, however, it still leaves substantial room for exploration in data construction accuracy, structural design, and broader application scenarios, which offer rich opportunities for advancing multimodal reasoning. To further advance this line of work, we present DeepSketcher, a comprehensive suite comprising both an image-text interleaved dataset and a self-contained model. The dataset contains 31k chain-of-thought (CoT) reasoning trajectories with diverse tool calls and resulting edited images, covering a wide range of data types and manipulation instructions with high annotation accuracy. Building on this resource, we design a model that performs interleaved image-text reasoning and natively generates "visual thoughts" by operating directly in the visual embedding space, rather than invoking external tools and repeatedly re-encoding generated images. This design enables tool-free and more flexible "thinking with images". Extensive experiments on multimodal reasoning benchmarks demonstrate strong performance, validating both the utility of the dataset and the effectiveness of the model design.
