SketchThinker-R1: Towards Efficient Sketch-Style Reasoning in Large Multimodal Models
Ruiyang Zhang, Dongzhan Zhou, Zhedong Zheng
TL;DR
The paper tackles the inefficiency of long chain-of-thought reasoning in large multimodal systems by introducing SketchThinker-R1, a three-stage reinforcement learning framework that encourages sketch-style, concise reasoning. It creates SketchColdStart-20K data by converting long reasoning into sketch-like traces, trains a SketchJudge reward model to encourage sketch-style thinking, and optimizes with GRPO to generalize this style across diverse tasks. Across four multimodal reasoning benchmarks, SketchThinker-R1 achieves over 64% reduction in thinking token cost while preserving accuracy, demonstrating improved efficiency and interpretability. The approach integrates data-driven cold-start training, reward-shaped RL, and cross-domain evaluation, offering a practical path to faster, more transparent multimodal reasoning.
Abstract
Despite the empirical success of extensive, step-by-step reasoning in large multimodal models, long reasoning processes inevitably incur substantial computational overhead, i.e., in terms of higher token costs and increased response time, which undermines inference efficiency. In contrast, humans often employ sketch-style reasoning: a concise, goal-directed cognitive process that prioritizes salient information and enables efficient problem-solving. Inspired by this cognitive efficiency, we propose SketchThinker-R1, which incentivizes sketch-style reasoning ability in large multimodal models. Our method consists of three primary stages. In the Sketch-Mode Cold Start stage, we convert standard long reasoning process into sketch-style reasoning and finetune base multimodal model, instilling initial sketch-style reasoning capability. Next, we train SketchJudge Reward Model, which explicitly evaluates thinking process of model and assigns higher scores to sketch-style reasoning. Finally, we conduct Sketch-Thinking Reinforcement Learning under supervision of SketchJudge to further generalize sketch-style reasoning ability. Experimental evaluation on four benchmarks reveals that our SketchThinker-R1 achieves over 64% reduction in reasoning token cost without compromising final answer accuracy. Qualitative analysis further shows that sketch-style reasoning focuses more on key cues during problem solving.
