Paper: 2608.06270 Authors: Zhiheng Wang, Bo Peng, Lai Wei, Chaochao Lu Categories: cs.AI
The Gap
The “thinking-with-images” paradigm gives a multimodal LLM active visual operations — most commonly crop-and-zoom. The model looks at an image, decides a region matters, crops it, zooms in, and continues reasoning with the new view in context. On fine-grained perception benchmarks this reliably beats direct inference, and the field has largely accepted the obvious explanation: the model is looking closer, so it sees better.
The evidence against that explanation has been sitting in plain sight. Gains are often marginal or negative relative to the token cost. Models repeatedly crop irrelevant regions. Worst of all, models sometimes fail on questions that direct inference answers correctly — which is hard to square with “extra information helps.”
The unexamined step is a causal one. Accuracy going up when tool-use is enabled tells you the policy is better. It does not tell you that the returned pixels are what made the answer right. A model could just as easily be using the act of calling the tool as a behavioral cue — a signal to slow down, to switch into a more careful decoding mode, to condition on “this is a hard question” — with the returned crop contributing nothing. Aggregate accuracy cannot distinguish an observation-mediated path from an action-induced shortcut, because both raise the same number.
Observed: tool-use accuracy > direct-inference accuracy
|
v
Assumed: the returned crop causes the correct answer
|
v
[This paper] Ask instead: is there a causal path
from observation to answer at all?
|
v
Formalize tool-use as a causal graph:
observation-mediated path vs action-induced shortcut
|
v
Intervene at 3 levels: policy / trajectory / step
|
v
Evidence: gain concentrates in a "Calibrated" minority;
many rollouts show zero observation effect
|
v
Conclusion: the illusion of visual tool-use
The Increment
One sentence: Before this paper, visual tool-use was evaluated by whether accuracy went up; after it, the field has a causal estimand that asks whether the returned image did any work at all — and the answer, across six models, is usually no.
Core Mechanism
The paper’s core move is to stop treating tool-use as a black box that either helps or does not, and instead write down the causal graph. In a rollout, the model emits an action (a crop request), the environment returns an observation (the cropped image), and the model emits an answer. Accuracy conflates two distinct routes from action to answer: the observation-mediated path, where the returned pixels carry information that changes the answer, and the action-induced shortcut, where merely having called the tool changes the model’s behavior regardless of what came back. These are separable only under intervention.
So the audit intervenes at three nested granularities. At the policy level, it compares tool-use against direct inference — this is the conventional comparison, and it recovers the conventional result. At the trajectory level, it corrupts all observations during a rollout: the model still calls tools, still gets responses, but the responses carry no valid visual content. If accuracy survives corruption, the gain was never coming from the pixels. At the step level, it counterfactually replaces one individual observation while holding the prefix fixed, which isolates the marginal contribution of that single returned view. This last one gives the paper’s estimand, Visual Evidence Gain — the causal contribution of one observation to the final answer.
Running this across six representative models and five fine-grained perception benchmarks turns up policy miscalibration in two distinct flavors. In Calling Without Looking, the model requests a crop and the returned observation has no causal effect on the answer — the tool call is theater. In Looking Without Planning, the observations genuinely are informative, but the model’s schedule for when to call is incoherent, so the information arrives at the wrong point in the reasoning. The trajectory-level diagnostic then decomposes the headline accuracy gain and shows it is concentrated in a Calibrated minority of rollouts. The aggregate number is real; the causal story behind it applies to only a slice of cases.
Rollout under audit
[Question + Image]
|
v
+-------------+
| Action | model requests crop-and-zoom
+-------------+
|
+----+-----------------------------+
| |
v v
+---------------+ action-induced shortcut
| Observation | (calling changes behavior
| (cropped view)| regardless of content)
+---------------+ |
| |
| observation-mediated path |
+----+-----------------------------+
|
v
+---------+
| Answer |
+---------+
Interventions that separate the two paths:
policy : tool-use vs direct inference (coarse)
trajectory : corrupt ALL observations (medium)
step : swap ONE observation, fix prefix (fine)
-> Visual Evidence Gain
Here is a structural metaphor that carries the whole design. Imagine a student who does noticeably better on exams when allowed to use a pocket calculator. The obvious conclusion is that the arithmetic help is what raises the score. But there are two ways a calculator can raise a score. One: the student punches in the numbers and reads off an answer they could not have computed — the calculator-mediated path. Two: reaching for the calculator is a ritual that makes the student slow down, re-read the question, and take it seriously — the ritual shortcut. Both show up as a higher score.
To tell them apart you cannot just compare “with calculator” to “without calculator” — that is the policy-level test, and it is satisfied by both stories. You have to hand the student a calculator with a scrambled display and see if the score holds. If it does, you were paying for the ritual, not the arithmetic. That is the trajectory-level intervention. And if you want to know how much a particular calculation mattered, you swap that one display reading for a wrong number, keeping everything before it identical, and watch whether the final answer moves. That is the step-level intervention, and the size of the move is Visual Evidence Gain.
What the audit finds is a classroom where most students are performing the ritual, a few are genuinely computing, and the class average looks like everyone is computing.
Key Concepts
-
Visual Evidence Gain: The causal contribution of one returned observation to the final answer, measured by counterfactually replacing that observation under a fixed prefix. The “fixed prefix” part is what makes it causal rather than correlational. If you simply compared rollouts that happened to crop region A against rollouts that cropped region B, you would be comparing models that already differed in their reasoning before the crop — the crop choice is downstream of the model’s state. Freezing everything up to the observation and swapping only the observation removes that confound. A concrete reading: Visual Evidence Gain near zero means that if you had handed the model a completely different crop at that step, it would have produced the same answer.
-
Calling Without Looking: A failure mode where the tool call happens, an observation comes back, and the observation causally does nothing. This is the sharpest finding in the paper because it is invisible to every conventional metric — the trace looks like grounded visual reasoning, complete with plausible bounding boxes and a confident reference to “the zoomed region.” The behavior is well-formed; the causal link is absent. It is the multimodal analogue of a chain-of-thought that does not actually determine the answer it precedes.
-
Looking Without Planning: The complementary failure. Here the returned observations are informative — there is real signal in the pixels — but the policy’s decision about when to call is incoherent, so evidence arrives detached from the reasoning step that needed it. This distinction matters practically: the two modes have opposite fixes. Calling Without Looking is a grounding problem (the model is not conditioning on what it retrieved). Looking Without Planning is a scheduling problem (the model is retrieving at the wrong time). Lumping them together as “tool-use is unreliable” would send you after the wrong repair.
Framework Shift
Before (mainstream evaluation): After (this paper):
enable tool-use write the causal graph
| |
v v
measure accuracy intervene at 3 levels
| |
v v
accuracy up? does observation ---> answer
| edge carry any effect?
v |
"the model sees better" v
decompose the aggregate:
(single number; cannot Calibrated minority
separate observation Calling Without Looking
from action) Looking Without Planning
From measuring whether tool-use raises the score to measuring whether the returned evidence causes the answer, the core shift is treating a benchmark gain as something that still needs a causal explanation rather than as the explanation itself.
Expert Assessment
Problem choice: This is a real gap, and a well-timed one. “Thinking with images” has moved fast enough that the evaluation methodology has not caught up, and the anomalies the paper opens with — negative gains at high token cost, repeated irrelevant crops, regressions on questions direct inference gets right — were already public knowledge that the field was absorbing as noise rather than as signal. Reframing them as symptoms of a missing causal link is the right diagnosis. The paper also sits in a productive lineage: the same move has been made for chain-of-thought faithfulness, and importing it into the multimodal setting is a natural and useful transfer rather than a novel invention.
Method maturity: The three-level intervention design is clean and the nesting is well-motivated — each level answers a question the level above cannot. Visual Evidence Gain is the real contribution, because a step-level estimand under a fixed prefix is the thing that lets you attribute credit to individual observations rather than to the policy as a whole. The obvious caution is that observation corruption is a blunt instrument. Corrupting an image and finding that accuracy holds is consistent with “the pixels did not matter,” but it is also consistent with the model detecting corruption and falling back to a prior it would have used anyway. The paper’s step-level counterfactual is the better tool precisely because a swapped-but-valid observation is harder to detect than a destroyed one, and I would want the headline claims resting on the step-level result more than on the trajectory-level one.
Experimental integrity: Six models and five benchmarks is a genuinely adequate spread for an audit paper — findings of this kind live or die on whether they generalize past one model family, and this is wide enough to take seriously. Releasing the code (CauAudit) matters more than usual here, since the entire contribution is a measurement procedure and an unreproducible measurement procedure is worth little. The claim I would most want to see stress-tested is the “Calibrated minority” decomposition: the practical weight of the paper depends on how small that minority is and whether its size is stable across models and benchmarks, and a result like this is easy to state and hard to pin down. I would also want to know whether the Calibrated rollouts are identifiable in advance, since that determines whether the finding is actionable or merely diagnostic.
Writing quality: The framing is strong and the terminology is unusually well chosen — “Calling Without Looking” and “Looking Without Planning” are the kind of names that survive because they compress a mechanism into a phrase. The abstract does the paper a small disservice by front-loading the causal machinery before the anomalies that motivate it; the empirical puzzle is more arresting than the graph. The section that would most elevate the paper is a serious treatment of the corruption-detection confound, which as stated is the largest threat to the trajectory-level conclusions.
Verdict: weak accept — The causal reframing is correct and the estimand is genuinely useful, but the strongest claims lean on the intervention most vulnerable to the model noticing it has been intervened upon.
Takeaways
Three things a practitioner can steal:
-
The fixed-prefix counterfactual as a general attribution tool. Any time your system retrieves something mid-reasoning — a document, a database row, an API response, a tool output — you can measure whether it mattered by freezing the prefix and swapping only the retrieved item. This is cheap, requires no retraining, and answers a question that end-to-end accuracy structurally cannot. If swapping the retrieved document does not move the answer, your RAG pipeline is decorative at that step.
-
Separate “did not use it” from “used it at the wrong time.” The Calling Without Looking / Looking Without Planning split is a reusable diagnostic frame for any agentic system, not just visual ones. Before you tune a retrieval policy, establish which of the two you have: a grounding failure needs the model to condition harder on what came back, while a scheduling failure needs the call to move to a different point in the trajectory. The symptoms are identical in aggregate metrics and the fixes are unrelated.
-
Treat a benchmark gain as a claim requiring explanation, not as evidence of the mechanism you assumed. The specific transferable habit: when a capability is enabled and the score rises, ask what else changed besides the capability. Enabling a tool also changes token budget, decoding length, and the model’s implicit read on task difficulty — all of which move accuracy on their own. The causal graph is worth drawing before the ablation table.
论文: 2608.06270 作者: Zhiheng Wang, Bo Peng, Lai Wei, Chaochao Lu 分类: cs.AI
缺口
「看图思考」(thinking-with-images)范式给多模态大模型配上了主动视觉操作,最常见的就是裁剪加放大。 模型看一眼图,判断某个区域重要,把它裁出来放大,然后带着这张新视图继续推理。 在细粒度感知基准上,这套做法稳定优于直接推理,领域基本接受了那个显而易见的解释:模型看得更近,所以看得更清。
反证其实一直摆在明面上。 相对于多花的 token,增益经常微弱甚至为负。 模型会反复裁剪无关区域。 最要命的是,模型有时会在直接推理本来能答对的题上翻车——这和「多给信息总是有帮助」很难自洽。
被跳过的那一步是因果。 开启工具调用后准确率上升,说明策略变好了。 它并没有说明返回的那些像素就是答对的原因。 模型完全可能只是把「调用工具」这个动作本身当成一种行为线索——一个「慢下来、切换到更谨慎的解码模式、这题很难」的信号——而返回的裁剪图毫无贡献。 聚合准确率无法区分「观测中介路径」和「动作诱导捷径」,因为两者抬高的是同一个数字。
观察到:工具调用准确率 > 直接推理准确率
|
v
默认假设:返回的裁剪图导致了正确答案
|
v
[本文] 换个问法:从观测到答案,
究竟存不存在一条因果路径?
|
v
把工具调用形式化为因果图:
观测中介路径 vs 动作诱导捷径
|
v
在三个层级上做干预:策略 / 轨迹 / 单步
|
v
证据:增益集中在少数「已校准」轨迹上;
大量轨迹的观测效应为零
|
v
结论:视觉工具调用的幻觉
增量
一句话: 这篇论文之前,视觉工具调用靠准确率涨没涨来评判;这篇论文之后,领域有了一个因果估计量,专门追问返回的那张图到底干活了没有——在六个模型上,答案通常是没有。
核心机制
本文的核心动作,是不再把工具调用当成一个「有用或没用」的黑箱,而是把因果图直接写出来。 一次 rollout 里,模型发出动作(裁剪请求),环境返回观测(裁剪图),模型给出答案。 准确率把从动作到答案的两条不同路线混为一谈:观测中介路径,返回的像素携带了改变答案的信息;动作诱导捷径,仅仅是「调用过工具」这件事就改变了模型行为,与返回内容无关。 这两条路线只有在干预下才可分离。
于是审计在三个嵌套粒度上介入。 策略层比较工具调用与直接推理——这就是常规比较,也复现了常规结论。 轨迹层在 rollout 过程中破坏所有观测:模型照样调用工具,照样收到回复,但回复不含有效视觉内容。 如果准确率在破坏后依然坚挺,那增益从来就不来自像素。 单步层在固定前缀的条件下,反事实地替换单个观测,从而隔离出那一次返回视图的边际贡献。 最后这一层给出了本文的估计量——视觉证据增益(Visual Evidence Gain),即单个观测对最终答案的因果贡献。
在六个代表性模型和五个细粒度感知基准上跑完这套流程,暴露出两种不同风味的策略失准。 Calling Without Looking(调而不看):模型请求了裁剪,返回的观测对答案没有因果效应——这次工具调用是场表演。 Looking Without Planning(看而不谋):观测确实有信息量,像素里有真信号,但模型对何时调用的排程是混乱的,于是信息抵达的时机对不上需要它的那一步推理。 轨迹层诊断随后把头条准确率增益拆开,显示它集中在少数已校准(Calibrated)的轨迹上。 那个聚合数字是真的;但它背后的因果故事只适用于一小片情形。
被审计的一次 rollout
[问题 + 图像]
|
v
+-------------+
| 动作 | 模型请求裁剪放大
+-------------+
|
+----+-----------------------------+
| |
v v
+---------------+ 动作诱导捷径
| 观测 | (调用本身改变行为,
| (裁剪视图) | 与内容无关)
+---------------+ |
| |
| 观测中介路径 |
+----+-----------------------------+
|
v
+---------+
| 答案 |
+---------+
分离两条路径的干预:
策略层 : 工具调用 vs 直接推理 (粗)
轨迹层 : 破坏全部观测 (中)
单步层 : 换掉一个观测,固定前缀 (细)
-> 视觉证据增益
下面用一个结构性比喻把整套设计串起来。 想象一个学生,允许带计算器考试时成绩明显更好。 显而易见的结论是:算术上的帮助抬高了分数。 但计算器抬高分数有两种方式。 一种:学生按进数字,读出一个他本来算不出来的答案——计算器中介路径。 另一种:伸手去拿计算器这个仪式,让学生慢下来、重读题目、认真对待——仪式捷径。 两种都表现为分数更高。
要区分它们,你不能只比较「带计算器」和「不带计算器」——那是策略层测试,两种故事都能通过。 你得给学生一个显示屏乱码的计算器,看分数保不保得住。 如果保住了,你买单的是仪式,不是算术。 这就是轨迹层干预。 而如果你想知道某一次具体计算有多重要,就把那一次的显示读数换成错误数字,之前的一切保持完全相同,然后看最终答案动不动。 这是单步层干预,动的幅度就是视觉证据增益。
审计发现的是这样一个教室:多数学生在做仪式,少数人在真算,而班级平均分看起来像是所有人都在真算。
关键概念
-
视觉证据增益: 单个返回观测对最终答案的因果贡献,通过在固定前缀下反事实替换该观测来测量。 「固定前缀」这一条是它之所以为因果而非相关的关键。 如果你只是简单比较「恰好裁了区域 A」和「恰好裁了区域 B」的轨迹,你比较的是两个在裁剪之前推理状态就已不同的模型——裁哪里本身是模型状态的下游结果。 冻结观测之前的一切、只换观测,才能去掉这个混杂。 一个具体读法:视觉证据增益接近零,意味着哪怕在那一步递给模型一张完全不同的裁剪图,它也会给出同样的答案。
-
调而不看: 一种失败模式——工具调用发生了,观测返回了,而观测在因果上什么也没做。 这是全文最锋利的发现,因为它对所有常规指标都不可见:那条轨迹看起来就是扎实的视觉推理,有像模像样的边界框,还有对「放大区域」的自信引用。 行为是良构的;因果链接是缺失的。 这是思维链的多模态版本——一段并不真正决定其后答案的推理过程。
-
看而不谋: 互补的失败模式。 这里返回的观测确实有信息量,像素里有真信号,但策略对何时调用的决策是混乱的,于是证据抵达时脱离了需要它的那一步推理。 这个区分在实践上很重要:两种模式的修法是相反的。 调而不看是接地问题(模型没有在检索结果上做足条件化)。 看而不谋是排程问题(模型在错误的时机检索)。 把它们笼统归为「工具调用不可靠」,会让你去修错的东西。
框架转变
之前(主流评估): 之后(本文):
开启工具调用 写出因果图
| |
v v
测准确率 在三个层级上干预
| |
v v
准确率涨了吗? 观测 ---> 答案 这条边
| 有没有承载任何效应?
v |
「模型看得更清了」 v
把聚合数字拆开:
(单一数字;无法把观测 已校准的少数
和动作分开) 调而不看
看而不谋
从「测工具调用有没有抬高分数」到「测返回的证据有没有导致答案」,核心转变是把基准增益当作一个仍待因果解释的现象,而不是当作解释本身。
专家评审
选题眼光: 这是真缺口,而且时机踩得准。 「看图思考」跑得比评估方法学快,论文开篇列的那些反常——高 token 成本下的负增益、反复裁剪无关区域、在直接推理本能答对的题上退化——本来就是公开信息,只是领域把它们当噪声吸收了,而不是当信号。 把它们重新定性为「因果链接缺失」的症状,是正确的诊断。 论文也处在一条有产出的脉络上:思维链忠实性研究做过同样的动作,把它移植到多模态场景是自然且有用的迁移,而非全新发明。
方法成熟度: 三层干预设计干净,嵌套关系动机充分——每一层回答上一层回答不了的问题。 视觉证据增益是真正的贡献,因为「固定前缀下的单步估计量」才是那个能把功劳归到单个观测而非整体策略头上的东西。 明显需要警惕的是:观测破坏是一把钝器。 破坏图像后发现准确率不掉,既符合「像素本来就不重要」,也同样符合「模型察觉到被破坏,退回到了它本来就会用的先验」。 论文的单步反事实是更好的工具,恰恰因为「换成另一张有效图」比「毁掉这张图」更难被察觉——我更希望头条结论压在单步结果上,而不是轨迹层结果上。
实验诚意: 六个模型、五个基准,对一篇审计类论文来说是真正够用的跨度——这类发现的生死线就在于能否推广到单一模型家族之外,而这个宽度足以让人认真对待。 开源代码(CauAudit)在这里比通常更重要,因为整篇贡献就是一套测量流程,而不可复现的测量流程价值有限。 我最想看到被压力测试的是「已校准少数」这个分解结论:论文的实践分量取决于那个少数究竟有多少、以及它的比例在模型和基准之间稳不稳定,而这类结果好说难定。 我也想知道那些已校准的轨迹能否事先识别,因为这决定了这个发现是可行动的还是仅仅是诊断性的。
写作功力: 框架立得住,术语选得格外好——「调而不看」和「看而不谋」属于那种能活下来的命名,把一套机制压缩进一个短语。 摘要有点亏待了这篇论文:它把因果机器摆在了引出它的那些反常之前,而经验层面的谜题其实比因果图更抓人。 最能让整篇论文升一档的,是认真处理「破坏可被察觉」这个混杂——按目前的陈述,它是轨迹层结论面临的最大威胁。
判决: 弱接收 —— 因果重构是对的,估计量也确实有用,但最强的那些论断压在了「最容易被模型察觉到自己正被干预」的那一层干预上。
要点总结
实践者可以从这篇论文「偷」走三样东西:
-
把固定前缀反事实当成通用的归因工具。 只要你的系统在推理中途检索了什么——一份文档、一行数据库记录、一个 API 响应、一个工具输出——你都可以通过冻结前缀、只替换检索项,来测量它到底有没有起作用。 这很便宜,不需要重训,而且回答了一个端到端准确率在结构上就答不了的问题。 如果换掉检索到的文档,答案纹丝不动,那你的 RAG 管道在那一步就是装饰品。
-
把「没用上」和「在错误时机用了」分开。 调而不看 / 看而不谋这个二分,是任何智能体系统都能复用的诊断框架,不限于视觉。 在你去调检索策略之前,先确定你手上是哪一种:接地失败需要模型更强地条件化于检索回来的东西,排程失败则需要把调用挪到轨迹的另一个位置。 在聚合指标上这两者的症状完全相同,而修法毫不相干。
-
把基准增益当作一个需要解释的论断,而不是当作你所假设机制的证据。 可迁移的具体习惯是:当某项能力被开启、分数上升时,问一句除了这项能力之外还有什么变了。 开启一个工具,同时也改变了 token 预算、解码长度、以及模型对任务难度的隐含判断——这三样各自都能挪动准确率。 因果图值得在消融表之前先画出来。