Back to Feed
Reasoning / Efficiency & Inference

Tool Calls Function Without Image Feedback

Original: Thinking With Tools, Not With Pixels: Tool Calls as Text Scaffolds for Visual Reasoning

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 6 concepts

Key Takeaways

  • Replacing tool output images with a text placeholder maintains or improves accuracy while reducing latency by 29 to 46 percent.
  • The TextCall method proves that structured text emitted during tool calls serves as the load bearing signal for reasoning.
  • Reinforcement learning training with TextCall preserves functional tool usage where standard image based models tend to collapse toward direct answering.
  • A scaffold only input yields equivalent performance to models that process actual returned images.

Summary & Methodology Analysis

The authors investigate the Tool Call Scaffold Hypothesis, which posits that the structured text generated during a tool call acts as the primary reasoning signal for vision language models (VLMs), effectively rendering the visual feedback from tools redundant. To test this, they introduced TextCall, an intervention that replaces all tool returned images with a specific text placeholder, [Image output skipped]. This approach was rigorously evaluated using Qwen2.5-VL-7B-Instruct, Qwen2-VL, Qwen3-VL, and DeepEyes V2 across various configurations including LoRA (a parameter efficient fine-tuning technique that adapts models by updating only a small subset of weights) and reinforcement learning (a training paradigm where models learn via trial and error to maximize a reward). By performing a factorial data audit on 1,000 training trajectories, the researchers isolated the specific contributions of visual data versus scaffold text, confirming that the structural logic provided by the text is the core driver of reasoning success. Component specificity was further analyzed by decomposing the scaffold into reasoning text and spatial code to verify their individual impact on performance. Results indicate that TextCall consistently matches or exceeds the accuracy of traditional image based approaches while achieving a latency reduction of 29 to 46 percent. Furthermore, the study identifies that reinforcement learning models trained with TextCall maintain effective tool usage, whereas standard models trained with image feedback often collapse into simple direct answering strategies. These findings suggest significant potential for optimizing agent architectures by bypassing image processing overhead during tool invocation. The authors explicitly note that these claims are scoped to current training distributions and evaluation benchmarks, such as V*Bench, HR-Bench-4K, and BLINK. They do not claim universal sample efficiency across all systems, emphasizing that future, more complex tasks might eventually require actual visual data for reasoning. Consequently, the findings remain constrained by the current state of these specific datasets.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. Does a vision model need to see the result of a tool to reason correctly?

No, the research shows that the structured text scaffold provided during the tool call is the primary reasoning signal.

Q2. What is the primary benefit of using the TextCall approach?

TextCall maintains or exceeds previous accuracy levels while reducing inference latency by 29 to 46 percent.

Q3. Does this method work for all types of vision tasks?

The paper limits its claims to the current training distributions and evaluation benchmarks used in the study.

Q4. What is the Tool Call Scaffold Hypothesis?

It is the theory that the structured text generated at tool call time acts as the primary reasoning signal, making returned tool images a redundant carrier.

Q5. How did the researchers isolate the contribution of images from the text scaffold?

They performed a factorial data audit on 1,000 training trajectories using a judge and conducted component specificity ablations to isolate the contributions of images, reasoning text, and spatial code.

Q6. How does TextCall perform during reinforcement learning training?

TextCall preserves tool use during reinforcement learning, whereas standard models using images tend to collapse toward direct answering.

Q7. Which specific models were tested?

The models tested include Qwen2.5-VL-7B-Instruct, Qwen2-VL, Qwen3-VL, and DeepEyes V2.

Q8. What happens if a task requires image feedback in the future?

The authors acknowledge that their results are scoped to current benchmarks and that future tasks may make pixels genuinely load bearing.

Q9. Does the paper claim to define a new standard for sample efficiency?

No, the study does not claim to define a cross-system sample efficiency result and only reports internal contrasts.