Research
BLINK-Twice: You see, but do you observe? A Reasoning Benchmark on Visual Perception
Overview Research area: Computer Vision / Multimodal Large Language Model (MLLM) evaluation — specifically a vision-centric reasoning benchmark. Technical level: Advanced. The paper assumes familiarit
- arXiv
- 2510.09361
- Published
- 2025-10-10
- Authors
- Junyan Ye, Dongzhi Jiang, Jun He, Baichuan Zhou, Zilong Huang, Zhiyuan Yan, Hongsheng Li, Conghui He, Weijia Li
AI summary
Overview
Research area: Computer Vision / Multimodal Large Language Model (MLLM) evaluation — specifically a vision-centric reasoning benchmark.
Technical level: Advanced. The paper assumes familiarity with MLLMs, chain-of-thought (CoT) reasoning, visual question answering metrics, and reinforcement-learning-based reasoning models.
Scope: BLINK-Twice is a benchmark of 345 visually challenging real-world images, 103 natural adversarial samples, 896 VQA questions, and 1,725 annotated reasoning steps, used to test whether 20 leading MLLMs genuinely reason from image content rather than from language priors.
What This Paper Is About
Existing multimodal reasoning benchmarks (MMMU, MathVerse, OlympiadBench, MME-CoT) mostly test knowledge or mathematical/logical reasoning, treating the image as replaceable context that could often be swapped for a text description. BLINK-Twice instead asks models to reason from visual content alone, on images designed to mislead shallow perception, so that answering requires noticing fine-grained visual details. The goal is to separate models that merely "see" from those that actually "observe" and reason about what they see.
Key Contributions
- A vision-centric reasoning benchmark. BLINK-Twice contains 345 challenging base images spanning seven categories of visual challenge (Visual Misleading, Visual Dislocation, Art Illusion, Visual Occlusion, Forced Perspective, Physical Illusion, Motion Illusion), collected from over 650 candidate samples from internet platforms.
- Natural adversarial image pairs. Using GPT-4o's image editing, the authors built 103 adversarially edited samples — visually similar to the originals but with opposite factual content — so that a question and its adversarial counterpart have opposite answers, discouraging shortcut answers based on commonsense.
- Reasoning-chain annotation and a CoT-score. The dataset includes 1,725 annotated reasoning steps across five stages (Initial Perception, Identifying Misleading, Detailed Visual Clues, True Reality, Final Answer), with "Detailed Visual Clues" and "True Reality" designated as key scoring points worth 1 point each (2 points total, normalized to [0,1]).
- A systematic evaluation of 20 MLLMs — 12 foundation models and 8 reasoning-enhanced/CoT-optimized models — reported across No-Acc, Yes-Acc, Q-Acc, I-Acc, G-Acc and CoT-Score.
Main Findings
- Top models still fall short on hard metrics. Gemini-2.5-pro leads the table (No-Acc 0.729, Yes-Acc 0.600, Q-Acc 0.667, I-Acc 0.470, G-Acc 0.269, CoT-Score 0.584), followed by o1 (No-Acc 0.710, Q-Acc 0.608, I-Acc 0.392, G-Acc 0.186; no CoT-Score reported). Across the board, I-Acc stays below 0.5 and G-Acc below 0.3.
- CoT-Score is generally lower than answer accuracy. For example GPT-4o reaches No-Acc 0.616 with CoT-Score 0.601, and Gemini-2.5-pro reaches No-Acc 0.729 with CoT-Score 0.584, suggesting some correct answers come from guessing rather than sound reasoning.
- Reasoning variants beat their base models. QVQ outperforms QwenVL2-72B by 15%, the Claude-3.7 Thinking (16k) variant achieves a 20% improvement over its non-thinking counterpart, and Gemini-2.0-Thinking surpasses Gemini-2.0-Flash.
- Scale helps within a family. In the InternVL series, performance improves consistently with larger language models even though all share the same InternViT-6B vision encoder.
- Reasoning can be redundant. QVQ generates over 950 tokens on average regardless of difficulty or answer certainty, while the annotated standard reasoning steps generally stay below 100 tokens and Qwen-2.5-VL-32B averages around 120 tokens.
- MM-Eureka shows minimal gain. Its fine-tuning focuses primarily on mathematical reasoning, which contributes little to general visual reasoning.
- Seeing the image twice helps. In a multi-turn setup where the model views the image twice, models with weaker initial visual capability (Gemini-2.0-flash-thinking, Qwen2VL-72B) improve notably, while already-strong models (GPT-4o, QwenVL2.5-72B) gain little.
- o3 hints at a new paradigm. Its reasoning involves active visual operations such as generating auxiliary bounding boxes and progressively zooming into image regions, rather than a single-pass perception followed by language-only reasoning.
- Adversarial pairs are hard for nearly everyone. On one adversarial example, only GPT-4o and Claude-3.7 answered both questions for the same image correctly, and no model succeeded on all four questions of a group.
Methodology in Plain English
The authors gathered real photographs from the internet that are visually ambiguous or deceptive, then filtered aggressively for ambiguity, scene diversity, and reasoning complexity, keeping only 345 images out of more than 650 candidates. They sorted these into seven categories of visual misperception. To force models to actually look at the image, they took original VQA samples, used an MLLM to produce structured editing instructions, and had GPT-4o edit the image so the answer flips (for instance, changing a fake hamburger into a real one). Only 243 edited images were produced at first, and these were manually filtered down to 103. They then wrote 896 binary VQA questions by hand. For each item, GPT-4o was guided by human-constructed prompts to produce a five-stage reasoning chain, which humans validated — every GPT-involving response was checked in at least two independent rounds by five annotators, spending an additional 60 hours, plus roughly 50 hours verifying the adversarial samples and their questions. Evaluation is zero-shot: each image usually has a main question (answered "no") and an adversarial one (answered "yes"), yielding No-Acc and Yes-Acc, combined into Q-Acc (either question correct), I-Acc (both questions per image correct), and G-Acc (all four questions in a group correct). A CoT-Score, scored by GPT-4o against the annotated steps, measures whether the model identified detailed visual clues and inferred the true reality, with direct but logically sound answers also receiving full credit. They also ran a multi-turn dialogue variant where the model views the image a second time before answering.
Why This Matters
Research impact: The paper argues that multimodal reasoning benchmarks have been measuring language reasoning with images as decoration, and provides a diagnostic alternative where visual input cannot be replaced by textual cues. It also introduces process-level evaluation (CoT-Score) alongside answer accuracy, exposing the gap between getting the right answer and reasoning correctly.
Real-world applications:
- Safety and inspection tasks where an image can be deceptive — e.g., forced perspective, reflection, or occlusion misleading an automated assessment.
- Accessibility tools that describe complex photographs to blind or low-vision users, where shallow perception produces confidently wrong descriptions.
- Document, medical imaging, or satellite analysis pipelines where fine-grained visual detail, not prior knowledge, determines the correct answer.
- Adversarial robustness testing for any deployed vision-language system, using the paired-image design to detect commonsense shortcutting.
Industry relevance: The results show that adding CoT or self-criticism to a model improves accuracy but inflates output length — QVQ averages over 950 tokens versus roughly 120 for Qwen-2.5-VL-32B — which directly affects inference cost and latency. The finding that repeated image observation raises performance points toward architectural changes in how vision and language modules interact, of the kind o3's active cropping and zooming begins to demonstrate.
Future Directions
- Adaptive reasoning control. The authors call for selective strategies that spend reasoning effort only when needed, rather than indiscriminately extending the chain as QVQ does.
- Vision-language collaborative reasoning. Moving the visual module from passive feature extraction to initiating its own reasoning actions, such as invoking image editing or transformation tools.
- Multi-turn / repeated-observation paradigms. Determining when and how often to re-query the image, since gains appear concentrated in models with weaker initial visual grounding.
- Extending process-level evaluation. Using annotated reasoning steps to measure stability and efficiency of reasoning, not just final-answer accuracy, as a standard part of multimodal benchmarking.
Target Audience
Researchers and engineers working on multimodal large language models, benchmark design, and reasoning evaluation; practitioners deploying vision-language systems in safety-critical or detail-sensitive settings; and graduate students studying the boundary between perception and reasoning in vision-language models. The paper is written for readers already comfortable with MLLM terminology and standard VQA metrics.
Authors’ abstract
Recently, Multimodal Large Language Models (MLLMs) have made rapid progress, particularly in enhancing their reasoning capabilities. However, existing reasoning benchmarks still primarily assess language-based reasoning, often treating visual input as replaceable context. To address this gap, we introduce BLINK-Twice, a vision-centric reasoning benchmark grounded in challenging perceptual tasks. Instead of relying on external knowledge, our tasks require models to reason from visual content alone, shifting the focus from language-based to image-grounded reasoning. Compared to prior perception benchmarks, it moves beyond shallow perception ("see") and requires fine-grained observation and analytical reasoning ("observe"). BLINK-Twice integrates three core components: seven types of visual challenges for testing visual reasoning, natural adversarial image pairs that enforce reliance on visual content, and annotated reasoning chains for fine-grained evaluation of the reasoning process rather than final answers alone. We evaluate 20 leading MLLMs, including 12 foundation models and 8 reasoning-enhanced models. BLINK-Twice poses a significant challenge to current models. While existing reasoning strategies in the language space-such as chain-of-thought or self-criticism can improve performance, they often result in unstable and redundant reasoning. We observe that repeated image observation improves performance across models, and active visual interaction, as demonstrated by models like o3, highlights the need for a new paradigm for vision reasoning. The dataset is publicly available at https://github.com/PicoTrex/BLINK-Twice