paper-with-me

Papers

Visual Sketchpad: Sketching as a Visual Chain of Thought for Multimodal Language Models

2024-06-13 · Yushi Hu, Weijia Shi, Xingyu Fu, Dan Roth, Mari Ostendorf, Luke Zettlemoyer, Noah A Smith, Ranjay Krishna

Humans draw to facilitate reasoning: we draw auxiliary lines when solving geometry problems; we mark and circle when reasoning on maps; we use sketches to amplify our ideas and relieve our limited-capacity working memory. However, such actions are missing in current multimodal language models (LMs). Current chain-of-thought and tool-use paradigms only use text as intermediate reasoning steps. In this work, we introduce Sketchpad, a framework that gives multimodal LMs a visual sketchpad and tools to draw on the sketchpad. The LM conducts planning and reasoning according to the visual artifacts it has drawn. Different from prior work, which uses text-to-image models to enable LMs to draw, Sketchpad enables LMs to draw with lines, boxes, marks, etc., which is closer to human sketching and better facilitates reasoning. Sketchpad can also use specialist vision models during the sketching process (e.g., draw bounding boxes with object detection models, draw masks with segmentation models), to further enhance visual perception and reasoning. We experiment with a wide range of math tasks (including geometry, functions, graphs, and chess) and complex visual reasoning tasks. Sketchpad substantially improves performance on all tasks over strong base models with no sketching, yielding an average gain of 12.7% on math tasks, and 8.6% on vision tasks. GPT-4o with Sketchpad sets a new state of the art on all tasks, including V*Bench (80.3%), BLINK spatial reasoning (83.9%), and visual correspondence (80.8%). All codes and data are in https://visualsketchpad.github.io/.

📄 PDF Abstract BibTeX arXiv:2406.09403

Code (1)

zhaochen0110/openthinkimg pytorch

Tasks

Mathobject-detectionObject DetectionSpatial ReasoningVisual Reasoning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Latent Sketchpad: Sketching Visual Thoughts to Elicit Multimodal Reasoning in MLLMs

2025-10-28 · Huanyu Zhang, Wenshan Wu, Chengzu Li, Ning Shang 외 arxiv

While Multimodal Large Language Models (MLLMs) excel at visual understanding, they often struggle in complex scenarios that require visual planning and imagination. Inspired by how humans use sketching as a form of visua…

Multimodal Reasoning

VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning on Multimodal Tool Use

2025-05-25 · Mingyuan Wu, Jingcheng Yang, Jize Jiang, Meitang Li 외

Reinforcement Learning Finetuning (RFT) has significantly advanced the reasoning capabilities of large language models (LLMs) by enabling long chains of thought, self-correction, and effective tool use. While recent work…

Multimodal ReasoningQuestion AnsweringVisual Question AnsweringVisual Reasoning

Interactive Sketchpad: A Multimodal Tutoring System for Collaborative, Visual Problem-Solving

2025-02-12 · Steven-Shine Chen, JiMin Lee, Paul Pu Liang

Humans have long relied on visual aids like sketches and diagrams to support reasoning and problem-solving. Visual tools, like auxiliary lines in geometry or graphs in calculus, are essential for understanding complex id…

Mathmultimodal interaction

Toward Cognitive Supersensing in Multimodal Large Language Model

2026-02-02 · Boyi Li, Yifan Shen, Yuanzhe Liu, Yifan Xu 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable success in open-vocabulary perceptual tasks, yet their ability to solve complex cognitive problems remains limited, especially when visual details are abs…

Visual Question AnsweringReinforcement LearningVisual Reasoning

Zebra-CoT: A Dataset for Interleaved Vision Language Reasoning

2025-07-22 · Ang Li, Charles Wang, Deqing Fu, Kaiyu Yue 외 arxiv

Humans often use visual aids, for example diagrams or sketches, when solving complex problems. Training multimodal models to do the same, known as Visual Chain of Thought (Visual CoT), is challenging due to: (1) poor off…

Reinforcement LearningMultimodal ReasoningVisual Reasoning