paper-with-me

홈 › Papers

Thinking with Images via Self-Calling Agent

2025-12-09 · Wenxi Yang, Yuzhong Zhao, Fang Wan, Qixiang Ye arxiv

Thinking-with-images paradigms have showcased remarkable visual reasoning capability by integrating visual information as dynamic elements into the Chain-of-Thought (CoT). However, optimizing interleaved multimodal CoT (iMCoT) through reinforcement learning remains challenging, as it relies on scarce high-quality reasoning data. In this study, we propose Self-Calling Chain-of-Thought (sCoT), a novel visual reasoning paradigm that reformulates iMCoT as a language-only CoT with self-calling. Specifically, a main agent decomposes the complex visual reasoning task to atomic subtasks and invokes its virtual replicas, i.e. parameter-sharing subagents, to solve them in isolated context. sCoT enjoys substantial training effectiveness and efficiency, as it requires no explicit interleaving between modalities. sCoT employs group-relative policy optimization to reinforce effective reasoning behavior to enhance optimization. Experiments on HR-Bench 4K show that sCoT improves the overall reasoning performance by up to $1.9\%$ with $\sim 75\%$ fewer GPU hours compared to strong baseline approaches. Code is available at https://github.com/YWenxi/think-with-images-through-self-calling.

📄 PDF Abstract BibTeX arXiv:2512.08511

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVisual Reasoning

Similar Papers 제목 키워드 기반

ToolACE: Winning the Points of LLM Function Calling

2024-09-02 · Weiwen Liu, Xu Huang, Xingshan Zeng, Xinlong Hao 외

Function calling significantly extends the application boundary of large language models, where high-quality and diverse training data is critical for unlocking this capability. However, real function-calling data is qui…

CacheRL:Multi-Turn Tool-Calling Agents via Cached Rollouts and Hybrid Reward

2026-06-12 · Md Amirul Islam, Sumiran Thakur, Huancheng Chen, Su Min Park 외 arxiv

We present CacheRL, a system for training small agent foundation models that achieves 92 percent process accuracy on multi-step tool-calling tasks, approaching GPT-5's 94 percent while requiring 100 times less compute. O…

Reinforcement Learning

DeepEyes: Incentivizing "Thinking with Images" via Reinforcement Learning

2025-05-20 · Ziwei Zheng, Michael Yang, Jack Hong, Chenxiao Zhao 외

Large Vision-Language Models (VLMs) have shown strong capabilities in multimodal understanding and reasoning, yet they are primarily constrained by text-based reasoning processes. However, achieving seamless integration …

HallucinationMathematical ReasoningMultimodal Reasoningreinforcement-learning+2

W&D:Scaling Parallel Tool Calling for Efficient Deep Research Agents

2026-02-07 · Xiaoqiang Lin, Jun Hao Liew, Silvio Savarese, Junnan Li arxiv

Deep research agents have emerged as powerful tools for automating complex intellectual tasks through multi-step reasoning and web-based information seeking. While recent efforts have successfully enhanced these agents b…

Do Multimodal Agents Really Benefit from Tool Use? A Systematic Study of Capability Gains

2026-06-01 · Garvin Guo, Donglei Yu, Yu Chen, Xiang Wang 외 arxiv

Tool-augmented multimodal agents show strong benchmark gains, often taken as evidence that agents have learned to use tools. We argue that this interpretation can be premature: a tool-call trace alone does not show wheth…

Mathematical Reasoning