VLM Chain-of-Thought Relies on Hidden State, Not Constant Visual Access.

Hiroto Osaka, Shohei Taniguchi, Gouki Minegishi, Kai Yamashita, Masahiro Suzuki, Yutaka Matsuo· July 15, 2026 View original

Summary

This paper investigates how Vision-Language Models (VLMs) use visual information during Chain-of-Thought (CoT) prompting, introducing Visual Access Sweep to define Visual Access Boundaries (VABs). It finds that CoT primarily extends language-side computation over image-derived hidden states rather than requiring prolonged direct image-token access, with performance bottlenecks often at perceptual readout.

Chain-of-Thought (CoT) prompting is a widely adopted strategy to enhance Vision-Language Models (VLMs) at test time, but the exact mechanism by which it extends reasoning traces has been unclear. Specifically, it was unknown whether CoT requires continuous access to image tokens throughout the reasoning process or if it primarily operates on visual information already processed and embedded earlier in the forward pass. To address this, researchers developed "Visual Access Sweep," a causal intervention that masks attention from generated-token queries to image-token keys at varying layer depths and generation times. This allowed them to define the "Visual Access Boundary" (VAB) as the minimal region of visual access necessary to maintain task accuracy. Across several VLM configurations (Qwen2.5-VL and InternVL3), both direct answering (no-CoT) and CoT prompting exhibited finite VABs. Notably, for larger models, the VAB layer for CoT differed by at most two layers from the no-CoT boundary, even with significantly longer generations. This suggests that CoT's performance gains do not primarily stem from extended direct image-token access throughout the reasoning trace. Instead, CoT appears to improve performance by extending language-side computation over visual information that has already been derived and encoded into the model's hidden states. The analysis further indicates that CoT gains are constrained by the initial perceptual readout, helping when visual attributes are reliably extracted but not when the readout itself is unreliable.

Why it matters

This research provides crucial insights into how VLMs process visual information during complex reasoning, informing more efficient model architectures and prompting strategies for visual tasks.

How to implement this in your domain

  1. 1Optimize VLM architectures to efficiently encode visual information into hidden states early in the processing pipeline.
  2. 2Develop prompting strategies that leverage the VLM's ability to reason over derived visual features rather than requiring constant raw image access.
  3. 3Focus on improving the initial perceptual readout capabilities of VLMs to unlock further CoT gains.
  4. 4Design VLM applications with an understanding that extended reasoning primarily uses internal representations, not continuous raw visual input.
  5. 5Educate AI engineers on the internal mechanisms of VLM reasoning to guide model development.

Who benefits

AI DevelopmentRoboticsAutonomous VehiclesHealthcareContent Analysis

Key takeaways

  • CoT prompting in VLMs extends reasoning primarily over image-derived hidden states.
  • It does not require prolonged direct access to raw image tokens.
  • The bottleneck for CoT gains often lies in the initial perceptual readout of visual attributes.
  • Understanding VABs can lead to more efficient VLM architectures and prompting.

Original post by Hiroto Osaka, Shohei Taniguchi, Gouki Minegishi, Kai Yamashita, Masahiro Suzuki, Yutaka Matsuo

"arXiv:2607.12815v1 Announce Type: new Abstract: Chain-of-Thought (CoT) prompting is widely used as a test-time scaling strategy for Vision-Language Models (VLMs), but it remains unclear what is extended when VLMs generate longer reasoning traces. We ask whether CoT requires conti…"

View on X

Originally posted by Hiroto Osaka, Shohei Taniguchi, Gouki Minegishi, Kai Yamashita, Masahiro Suzuki, Yutaka Matsuo on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses