1 phaseActive
191 high-resolution, visually crowded images testing precise visual detail search across direct-attribute and relative-position questions.
Quick answer: V* (V-Star) introduces an LLM-guided visual search mechanism for multimodal LLMs, and V*Bench is its companion benchmark of 191 high-resolution, visually crowded images testing whether models can precisely locate and reason about small visual details that standard MLLMs tend to overlook.
What it tests: Precise visual search in high-resolution, visually cluttered images — locating specific objects or attributes and reasoning about their relative positions — via direct-attribute and relative-position question types.
Why it matters: Current MLLMs lack an explicit visual search mechanism, hindering their ability to focus on important visual details in crowded or high-resolution scenes; V*'s guided search mechanism (integrated into the "Show, sEArch, and TelL" or SEAL meta-architecture) directly addresses this gap and V*Bench measures the resulting improvement.
Known limitations: V*Bench is a relatively small, targeted benchmark (191 images) focused specifically on visual search rather than broad multimodal understanding, so it complements rather than replaces larger general-purpose multimodal benchmarks.
V* introduces an LLM-guided visual search mechanism that employs the world knowledge embedded in LLMs to perform efficient visual querying — essentially teaching a multimodal model to actively search for relevant image regions rather than passively processing the entire image at once. Combined with an MLLM, this mechanism enhances collaborative reasoning, contextual understanding, and precise targeting of specific visual elements, resulting in a new meta-architecture the authors call SEAL (Show, sEArch, and TelL).
V*Bench, the benchmark created to evaluate this capability, is specifically designed to test MLLMs' ability to process high-resolution images and focus on visual details that are easy to miss without an explicit search step. Questions are split across direct-attribute recognition (identifying a specific detail directly) and relative-position reasoning (understanding spatial relationships between objects), both requiring the model to locate small or subtle visual elements within a larger, cluttered scene.
The paper's results highlight the necessity of incorporating visual search capabilities into multimodal systems, showing that models augmented with V*'s guided search substantially outperform standard MLLMs lacking this mechanism on V*Bench's targeted, high-resolution test cases.
| Field | Value |
|---|---|
| Task category | Multimodal (guided visual search / high-resolution detail recognition) |
| Metric | Accuracy (%) across direct-attribute and relative-position question types |
| Number of tasks | 191 high-resolution, visually crowded images |
| Saturation | Low — standard MLLMs without explicit visual search mechanisms struggle |
| Created by | Penghao Wu, Saining Xie |
| Source paper | Wu & Xie 2023 |
| Code | GitHub |
| Dataset | Hugging Face |
Each question is scored as multiple-choice accuracy against the ground-truth answer, reported separately for the direct-attribute and relative-position subtasks as well as an overall V*Bench accuracy.
Scores vary by whether a model incorporates an explicit visual search mechanism (like SEAL) versus relying on standard MLLM processing alone. See the project page for current standings.
No Benchgen results yet — be the first to run V*.
| Benchmark | What it tests | Tasks | Saturation |
|---|---|---|---|
| V* | Guided visual search in high-resolution, crowded images | 191 | low |
| MME-RealWorld | High-resolution real-world perception across 5 scenarios | 29,429 | low |
| VLMsAreBlind | Low-level spatial perception (counting, intersections) | 7 | low |
V* targets the specific challenge of finding small details in cluttered, high-resolution images, complementing VLMsAreBlind's focus on basic geometric perception and MME-RealWorld's broader real-world scenario coverage.
Benchgen lets teams run V*Bench against their own model or agent versions on demand, tracking accuracy on direct-attribute and relative-position questions to catch regressions in high-resolution visual search capability.
Explore related multimodal benchmarks like MME-RealWorld and VLMsAreBlind to compare high-resolution visual search with broader real-world perception and low-level spatial acuity evaluation.