Mirage Probes: How Vision Models Fake Visual Understanding
Quick Answer
This paper shows that Vision-language models (VLMs) exhibit 'mirage behavior,' answering image questions without visual input.
Quick Take
Vision-language models (VLMs) exhibit 'mirage behavior,' answering image questions without visual input. Using Mirage Probes, the study reveals two failure modes: textual biases and spurious images, necessitating representational-level interventions for true visual grounding.
Key Points
- Mirage Probes reveal that mirage behavior can be decoded from VLM internal activations.
- Two failure modes identified: textual biases and spurious images affecting model performance.
- Text-distribution cleaning can mitigate textual biases but not spurious image issues.
- Naive Bayes baseline fails to recover mirage signals, indicating deeper model issues.
- Faithful visual grounding requires interventions at the representational level.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2606. 13870v1 Announce Type: new Abstract: Vision-language models (VLMs) can answer image-based questions confidently, and often correctly, even when no image is provided. This mirage behavior inflates benchmark scores without reflecting visual grounding. Prior work treats this as a single failure mode. We argue it is two.
Using Mirage Probes, a contrastive probing framework that pairs paraphrased question variants with matched mirage and non-mirage labels on the same image, we show that mirage behavior is linearly decodable from internal activations across residual stream, MLP, post-attention, and attention-head sites in two open-source VLMs. We demonstrate that a Naive Bayes text baseline cannot recover this signal, ruling out surface lexical confounds.
Cross-benchmark separability patterns, together with a novel Prior Harnessing Index (PHI) measuring how much a model can answer from text alone, expose two distinct regimes: textual biases, where the model answers from language priors without engaging visual representations, and spurious images, where it constructs false visual content in latent space and answers as if grounded.
The distinction has direct mitigation consequences: text-distribution cleaning can address the first regime but cannot reach the second, since spurious-image mirages live in the model's visual representations rather than its text. Faithful visual grounding will require interventions at the representational level.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CV
See more →LLM-Guided ANN Index Optimization for Human-Object Interaction Retrieval
A phase-aware LLM agent optimizes human-object interaction retrieval, outperforming Optuna TPE by 33.3% and VDTuner by 34.2% on the HICO-DET benchmark. This method enhances throughput by 15.3x over UniIR and demonstrates strong transferability across vector database management systems.