Benchgen

V*

1 phaseActive

191 high-resolution, visually crowded images testing precise visual detail search across direct-attribute and relative-position questions.

Overview

V*

Category Metric Tasks Saturation Created

Paper GitHub

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.

At a Glance

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.

What V* Measures

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.

Benchmark Specifications

FieldValue
Task categoryMultimodal (guided visual search / high-resolution detail recognition)
MetricAccuracy (%) across direct-attribute and relative-position question types
Number of tasks191 high-resolution, visually crowded images
SaturationLow — standard MLLMs without explicit visual search mechanisms struggle
Created byPenghao Wu, Saining Xie
Source paperWu & Xie 2023
CodeGitHub
DatasetHugging Face

How V* Is Scored

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.

State-of-the-Art Results

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.

V* on Benchgen

No Benchgen results yet — be the first to run V*.

V* vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
V*Guided visual search in high-resolution, crowded images191low
MME-RealWorldHigh-resolution real-world perception across 5 scenarios29,429low
VLMsAreBlindLow-level spatial perception (counting, intersections)7low

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.

Run V* on Your Model

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.

Frequently Asked Questions

What is V*? V* is an LLM-guided visual search mechanism for multimodal LLMs, and V*Bench is its 191-image companion benchmark testing whether models can locate small visual details in high-resolution, visually crowded scenes.
What does a good V*Bench score look like? Models augmented with an explicit visual search mechanism (like the paper's SEAL architecture) substantially outperform standard MLLMs on V*Bench, so a strong result shows consistent accuracy gains across both the direct-attribute and relative-position subtasks.
Who created V*? V* and V*Bench were created by Penghao Wu and Saining Xie at New York University.