Paper: 2608.23518 Authors: Adhithya Laxman Ravi Shankar Geetha, Aulia Kharis Rakhmasari, Haleema Ramzan, Xander Yap Categories: cs.CV

The Gap

Vision-Language Models score well on visual reasoning benchmarks, and that score is compatible with two very different stories. Either the model represents the visual relations in the image, or it exploits regularities that happen to correlate with the right answer — language cues in the question, priors about what usually goes with what. The benchmark number cannot distinguish them, because both paths produce the same output.

This is not a subtle methodological point. A model answering relational questions from language priors is not doing the task at all, and its accuracy will not degrade where you expect — it will degrade wherever the priors stop matching the images. That makes the failure mode hard to predict from aggregate scores, and it means accuracy improvements can come from better priors rather than better perception.

The gap is therefore one of instrumentation: what is needed is a setting where the visual evidence is artificially simple and fully controlled, so that language cues can be inserted or removed independently of the image, and where the causal weight of the visual evidence can be varied deliberately.

   A HIGH SCORE ADMITS TWO EXPLANATIONS
   VLM answers a relational question correctly
        |
        +-- [A] it REPRESENTS the visual relation
        |
        +-- [B] it exploits a SHORTCUT
                 - language cues in the question
                 - priors about usual co-occurrence
        |
        v
   both paths produce the SAME output -> same score
        |
        v
   [GAP] accuracy cannot separate them, and a
         prior-driven model fails wherever the priors
         stop matching the images
        |
        v
   NEEDED: controlled stimuli + queries that vary
           LANGUAGE CUES and VISUAL EVIDENCE independently

The Increment

One sentence: Before this paper, a VLM’s relational-reasoning accuracy could not be attributed to seeing or to language; after it, a synthetic geometric dataset with cue-controlled queries and a causal manipulation of visual evidence shows current VLMs doing both at once, with the shortcut component rooted primarily in language.

Core Mechanism

Three design choices carry the investigation.

A synthetic dataset of simple geometric shapes. Deliberately minimal stimuli. Simple shapes remove the confound that would come from rich natural images, where a model might succeed for reasons having nothing to do with relational structure. If a model can represent relations at all, simple shapes are where it should be easiest to demonstrate; conversely, failure here is informative because it cannot be blamed on visual complexity.

Queries crafted to test language cues precisely. The questions are built so that the linguistic form and the visual content can be pulled apart. This is the crux of the design: you cannot detect a model relying on language cues unless you can vary those cues while holding the image fixed, and vice versa.

A modified dataset that tests causal reliance on visual evidence. The visual evidence is manipulated so that it becomes decisive for the answer. If the model is genuinely reading the image, making the image causally determine the answer should change its behaviour in the corresponding way. If it is answering from priors, changing the image will matter much less than it should.

The analysis method adds a fourth element: the model’s internals are probed across depths to decode how visual information is encoded. Rather than only observing input-output behaviour, the study asks where in the network the visual content becomes decodable, which gives a second line of evidence alongside the behavioural manipulation.

The reported conclusion is a mixture, and the paper states it as such: current VLMs combine genuine visual reasoning with shortcut strategies primarily rooted in language cues. That is the honest characterisation, and it is more useful than a verdict either way. It means both mechanisms are active, that the language component is the dominant shortcut, and that any evaluation reporting a single accuracy figure is reporting a blend of two different competencies without saying in what proportion.

   DESIGN

   [1] SYNTHETIC STIMULI: simple geometric shapes
        -> removes visual-complexity confounds
        -> if relations are representable, easiest here
                    |
   [2] CUE-CONTROLLED QUERIES
        -> vary LANGUAGE form independently of the image
        -> vary IMAGE independently of language form
                    |
   [3] CAUSAL VISUAL MANIPULATION
        -> make visual evidence DECISIVE for the answer
        -> prior-driven models change too little
                    |
   [4] DEPTH-WISE INTERNAL PROBING
        -> where does visual content become decodable?
        -> second line of evidence beyond behaviour
                    |
                    v
   RESULT: genuine visual reasoning AND language-rooted
           shortcuts, both active at once

Think of it as testing whether someone can actually read a map, by handing them maps with the legend deliberately altered. If you only ever hand them real maps of real places, a high pass rate is ambiguous: they may be reading the map, or they may recognise the city and answer from memory. So you fabricate maps of invented places — simple, controlled, no prior to fall back on — and then you start changing what the legend means. Someone reading the map follows the change immediately. Someone answering from memory keeps giving yesterday’s answers, and now you can see exactly how much of their performance was memory all along.

Key Concepts

  • Shortcut strategies rooted in language cues: answering from the linguistic form of the question rather than from the image. The paper identifies language as the dominant shortcut, which is actionable — it says which cue to control for first when building an evaluation.
  • Causal reliance on visual evidence: the test of whether making the image decisive for the answer actually changes behaviour. It converts “does the model use the image” from an interpretive question into a manipulation with an expected signature.
  • Depth-wise decoding of visual information: probing where visual content becomes recoverable at successive layers. It provides internal evidence that complements the behavioural results, and it is more robust than output inspection alone, which a model can satisfy for the wrong reasons.

Framework Shift

Before (accuracy on relational benchmarks):
  natural images + relational questions
  -> one accuracy number
  -> ambiguous between representation and shortcut
  -> failure mode unpredicted: models break where
     priors stop matching images

After (controlled stimuli + cue and causal manipulation):
  synthetic shapes
  + queries that separate language from image
  + manipulation making vision decisive
  + depth-wise internal probing
  -> "both mechanisms active; language is the
      dominant shortcut"
  -> evaluation can report the blend, not just the total

From reporting how often a model is right about relations, to separating how much of that correctness is seeing and how much is language, the core shift is that a single accuracy figure conceals two competencies and should not be reported alone.

Expert Assessment

Problem choice: Good and well-targeted. The shortcut question is the central open problem for VLMs, and the choice of synthetic stimuli is the right response: natural images make attribution impossible, and a controlled setting is what buys the ability to manipulate the causal weight of the evidence.

Method maturity: The combination of behavioural manipulation and depth-wise probing is the sound part — the two lines of evidence can corroborate each other, and probing where visual content becomes decodable is a genuine independent check rather than a restatement of accuracy. The investigation is, however, confined to a single model (Qwen3-VL-4B). That is a real limitation for a claim about “current VLMs”: the headline mixture finding may well be family-specific, and a conclusion about the class requires at least a second architecture.

Experimental integrity: The causal manipulation of visual evidence is the strongest element, because it has a predicted signature that a shortcut-driven model cannot fake — if the image becomes decisive and behaviour barely moves, that is evidence. Reporting a mixed conclusion rather than a clean “VLMs use shortcuts” result is also to the authors’ credit, since the cleaner claim would have been easier to publish.

Writing quality: The framing that high accuracy admits two explanations, and that these cannot be distinguished by output alone, is stated clearly and early, which is exactly right. The paper would be considerably more useful with a quantified split — an estimate of how much of the measured performance the language component accounts for. The qualitative “both, mainly language” is the right shape of answer but leaves the magnitude open.

Verdict: accept — a well-designed instrument and an honest mixed finding, with the caveats that it rests on one model and reports the direction of the effect rather than its size.

Takeaways

  • Never report a single relational-reasoning accuracy without a cue-controlled comparison. The number blends representation and shortcut, and the blend is the thing you need to know.
  • Use synthetic, minimal stimuli when you want to attribute capability. Rich natural images make success ambiguous, because priors can carry a model without any relational representation.
  • Make the visual evidence causally decisive. A model that reads the image responds when the image starts determining the answer; a prior-driven model barely moves, and that gap is your measurement.
  • Test more than one model family before generalising. The dominant-shortcut finding here comes from a single architecture and may not be a property of VLMs as a class.

论文: 2608.23518 作者: Adhithya Laxman Ravi Shankar Geetha, Aulia Kharis Rakhmasari, Haleema Ramzan, Xander Yap 分类: cs.CV

缺口

视觉语言模型(VLM)在视觉推理基准上得分很高,而这个分数与两个截然不同的故事都相容。 要么模型真的表示了图像中的视觉关系;要么它利用了恰好与正确答案相关的规律——问题中的语言线索、关于”什么通常和什么一起出现”的先验。 基准分数无法区分这两者,因为两条路径产出的输出完全相同。

这不是一个细致的方法论问题。 一个靠语言先验回答关系问题的模型,根本没有在做这个任务;而它的准确率不会在你预期的地方退化——它会在先验与图像不再匹配的每一处退化。这使得失效模式很难从聚合分数里预测,也意味着准确率的提升可能来自更好的先验,而不是更好的感知。

所以,这个缺口是仪器层面的:我们需要一个视觉证据被刻意简化并完全受控的环境,从而能够独立于图像地插入或移除语言线索,并且能够刻意改变视觉证据的因果分量。

   高分允许两种解释
   VLM 正确回答了一个关系问题
        |
        +-- [A] 它「表示」了这个视觉关系
        |
        +-- [B] 它利用了「捷径」
                 - 问题中的语言线索
                 - 关于常见共现的先验
        |
        v
   两条路径产出相同输出 -> 同一个分数
        |
        v
   [缺口] 准确率无法区分二者;而一个由先验驱动的模型
         会在先验与图像不再匹配的每一处失效
        |
        v
   所需:受控刺激 + 能够「独立地」改变语言线索
         与视觉证据的查询设计

增量

一句话: 在这篇论文之前,VLM 的关系推理准确率无法被归因于”看见”还是”语言”;在这篇论文之后,一个合成几何数据集、配上线索受控的查询与对视觉证据的因果操纵,显示当前 VLM 同时在做这两件事,而其中的捷径成分主要源自语言。

核心机制

三个设计选择支撑起这项考察。

一个由简单几何形状构成的合成数据集。 刺激被刻意做得极简。简单形状排除了来自丰富自然图像的混淆——在自然图像上,模型可能因为与关系结构毫无关系的理由而答对。如果模型具备表示关系的能力,简单形状恰恰是最容易展示出来的地方;反过来说,在这里失败也是有信息量的,因为无法把责任推给视觉复杂度。

专门用于精确检验语言线索的查询设计。 问题的构造方式,使得语言形式视觉内容可以被拆开。这是整个设计的核心:除非你能够在固定图像的前提下改变语言线索、并在固定语言形式的前提下改变图像,否则你根本检测不出一个模型是否在依赖语言线索。

一个经过改造、用于检验”对视觉证据的因果依赖”的数据集。 视觉证据被操纵成对答案具有决定性。如果模型确实在读图像,那么让图像因果地决定答案,就应该以相应方式改变它的行为;如果它是靠先验作答,那么改变图像所产生的影响,应该远小于应有的程度。

分析方法还加了第四个要素:跨层探测模型内部,解码视觉信息是如何被编码的。研究不只观察输入—输出行为,还追问视觉内容在网络中哪一层开始变得可解码——这为行为层面的操纵提供了第二条独立证据。

论文报告的结论是一个混合结论,而且它就是这样陈述的:当前 VLM 把真实的视觉推理与主要源自语言的捷径策略结合在一起。 这是一个诚实的刻画,也比任何一边倒的判决更有用。它意味着两种机制都在起作用、语言成分是主要的捷径,也意味着任何只报一个准确率数字的评测,实际上是在报告两种不同能力的混合结果,却不说明各自的比重。

   设计

   [1] 合成刺激:简单几何形状
        -> 排除视觉复杂度带来的混淆
        -> 若关系可被表示,这里最容易展示
                    |
   [2] 线索受控的查询
        -> 独立于图像改变「语言形式」
        -> 独立于语言形式改变「图像」
                    |
   [3] 视觉证据的因果操纵
        -> 让视觉证据对答案具有决定性
        -> 先验驱动的模型变化过小
                    |
   [4] 逐层内部探测
        -> 视觉内容在哪一层变得可解码?
        -> 行为之外的第二条证据
                    |
                    v
   结果:真实视觉推理 与 源自语言的捷径
         同时并存、都在起作用

可以用**“通过故意改动图例来检验一个人到底会不会看地图”来理解这件事: 如果你只给他真实地点的真实地图,高通过率是歧义的:他可能在读地图,也可能认得这座城市、凭记忆作答。 于是你造出一些虚构地点**的地图——简单、受控、没有先验可依赖——然后开始改变图例的含义。 真正在读地图的人,会立刻跟着改动走;凭记忆作答的人,会继续给出昨天的答案。这时你就能看清:他的表现里究竟有多少从来就是记忆。

关键概念

  • 源自语言线索的捷径策略: 依据问题的语言形式而非图像来作答。论文把语言认定为主要的捷径,这一点是可操作的——它告诉你,在构建评测时应当优先控制哪一种线索。
  • 对视觉证据的因果依赖: 检验”让图像对答案具备决定性”是否真的会改变行为。它把”模型是否在用图像”从一个解释性问题,转化为一次带有预期签名的操纵实验。
  • 跨层解码视觉信息: 在逐层上探测视觉内容在何处变得可恢复。它提供了与行为结果互为补充的内部证据,而且比只看输出更稳健——输出可以因为错误的原因而被满足。

框架转变

之前(在关系基准上测准确率):
  自然图像 + 关系问题
  -> 一个准确率数字
  -> 在「表示」与「捷径」之间是歧义的
  -> 失效模式无法预测:模型会在先验与图像
     不再匹配的地方崩掉

之后(受控刺激 + 线索与因果操纵):
  合成形状
  + 把语言与图像分开的查询
  + 让视觉具有决定性的操纵
  + 逐层内部探测
  -> 「两种机制都在起作用;语言是主要捷径」
  -> 评测可以报告这个配比,而不只是总分

从”报告模型在关系问题上答对了多少”,转变为”拆开这份正确里有多少是看见、有多少是语言”,核心转变在于:单个准确率数字掩盖了两种能力,因此不该被单独报告。

专家评审

选题眼光: 好,而且瞄得准。 捷径问题是 VLM 的核心未解难题,而选择合成刺激是正确的应对:自然图像让归因变得不可能,而受控环境才换来”操纵证据因果分量”的能力。

方法成熟度: 行为操纵与逐层探测的结合是扎实的部分——两条证据线可以相互印证,而”视觉内容在哪一层变得可解码”是一次真正独立的检查,而不是准确率的复述。 不过,这项考察只限于单一模型(Qwen3-VL-4B)。对一个关于”当前 VLM”的主张来说,这是真实的局限:那个混合结论很可能具有家族特异性,而要对这一类下结论,至少需要第二个架构。

实验诚意: 对视觉证据的因果操纵是最强的一环,因为它有一个捷径驱动的模型无法伪造的预期签名——如果图像变得决定性、而行为几乎没动,那就是证据。报告一个混合结论、而不是一个干净的”VLM 在用捷径”结论,同样值得肯定,因为后者更容易发表。

写作功力: “高分允许两种解释、且仅凭输出无法区分”这个框架被清楚且靠前地陈述出来,非常正确。 若能把配比量化——给出语言成分占实测表现多大比例的一个估计——论文会明显更有用。“两者都有、以语言为主”在方向上是对的,但把量级留空了。

判决: 接收(Accept) — 一台设计良好的仪器,加上一个诚实的混合结论;但需注意它建立在一个模型之上,且报告的是效应的方向而非大小。

要点总结

  • 永远不要只报一个关系推理准确率,而不给出线索受控的对照。那个数字混合了”表示”与”捷径”,而混合比例才是你真正需要知道的。
  • 当你想要归因能力时,请使用合成、极简的刺激。丰富的自然图像会让成功变得歧义,因为先验可以在没有任何关系表示的情况下托着模型答对。
  • 让视觉证据变成因果决定性的。真正在读图像的模型,会在图像开始决定答案时作出响应;先验驱动的模型几乎不动——那道差距就是你的测量值。
  • 在推广之前,测试不止一个模型家族。这里关于”主要捷径”的结论来自单一架构,未必是 VLM 这一类的属性。