Towards Open-World Referring Expression Comprehension: A Benchmark with Training-free Multi-task Consistency Checker

Zongjian Wu1, Lei Zhang1,โœ‰
1Chongqing University
โœ‰ Corresponding author

Abstract

Referring expression comprehension (REC) aims to localize a target object within an image based on a given expression. Although recent advances in vision-language models have led to substantial improvements in REC tasks, current REC benchmarks often hold simple scenarios and the assumption that each expression maps to a unique object. These limitations hinder the deployment of REC models in open-world environments. To fill this gap, we introduce OpenRef, a new benchmark for REC in complex visual and linguistic scenarios.

OpenRef features three key advancements: 1) Diverse visual scenarios: spanning diverse visual domains, including ground views, drone views, dark scenes and adverse weather conditions; 2) Variable target counts: breaking the single-target limitation with multi-target and none-target samples; 3) Rich vocabulary types: incorporating proper nouns, polysemous words and ordinal terms to fit a wider range of expression needs. Furthermore, as traditional metrics are insufficient for open-world setting, we leverage F1 to measure grounding accuracy and propose N3R (Negative Relative Rejection Reliability) to assess relative rejection reliability against negative expressions.

Finally, we introduce Multi-task Consistency Checker (MCC), a training-free but plug-and-play strategy that enhances model performance with one click by enforcing consistency self-verification. Extensive experiments demonstrate that this work significantly advances the performance of existing REC models in complex scenarios, paving the way for open-world REC.

Benchmark Design

Overview and representative qualitative examples of the OpenRef benchmark.

OpenRef Dataset Visualization

Figure 1: Comprehensive visualization of OpenRef Benchmark.


Benchmark Statistics

OpenRef benchmark establishes a large-scale, robust evaluation environment tailored for open-world Referring Expression Comprehension. The detailed statistical composition is summarized below:

32,735
Total Expressions
17,586
Total Images
15,149
Positive Expressions
17,586
Negative Expressions
OpenRef Benchmark Statistics

Figure 2: Detailed statistical distribution of referring target sizes, target numbers, and phrase vocabularies.

Across these samples, OpenRef comprises a total of 37,698 object instances. Notably, each expression refers to an average of 4.24 objects, presenting a significant challenge for precise localization and negative rejection reliability (N3R).

๐Ÿ† OpenRef Leaderboard

Rank Model Size Landmark Celebrity Logo Polysemy Ordinal Single Multi Avg.
๐Ÿฅ‡ 1Qwen3-VL8B88.690.857.071.427.774.735.563.7
๐Ÿฅˆ 2Qwen3-VL4B87.189.056.868.615.975.233.760.9
๐Ÿฅ‰ 3Qwen2.5-VL32B85.591.431.561.446.761.837.459.4
4GLM-4.6V9B86.583.555.968.224.172.921.158.9
5Qwen3-VL2B83.189.134.963.512.366.629.654.2
6Qwen2.5-VL7B85.085.627.664.515.961.828.152.6
7MiniCPM-V8B78.884.533.554.924.653.511.848.8
8Grounding-Dinoโ€”61.352.731.561.48.258.325.242.7
9InternVL3.58B72.577.02.952.135.436.09.440.8
10Keye-VL-1.58B67.977.012.464.423.626.413.340.7
11MiMo-VL-RL7B60.770.58.965.515.127.715.037.6
12LLaVA-OV-1.58B70.575.77.659.16.719.18.735.3
13Qwen2-VL7B68.459.321.746.89.216.716.834.1
14Mistral-38B8.224.80.74.62.30.70.25.9

Multi-task Consistency Checker (MCC)

To alleviate logical hallucinations in open-world visual grounding, we unveil a fundamental task conflict between Referring Expression Comprehension (REC) and referring counting within Multimodal Large Language Models (MLLMs). Driven by this insight, we propose the Multi-task Consistency Checker (MCC), a training-free framework designed to tap into the self-verification capabilities of MLLMs. By enforcing strict logical agreement between referring counting and object detection during inference, MCC substantially boosts both grounding accuracy and negative sample rejection reliability.

MCC Motivation

(a) Motivation of MCC

MCC Method Pipeline

(b) Overall Pipeline of MCC


Experimental Results

Extensive evaluations demonstrate that our training-free MCC significantly alleviates logical hallucinations and boosts grounding performance across multiple state-of-the-art vision-language models.

Model Landmark Celebrity Logo Polysemy Ordinal Single Multi Avg.
Qwen3-VL-2B83.189.135.063.512.366.729.654.2
+ MCC89.686.635.668.111.866.237.756.5 (โ†‘2.3)
GLM-4.6V86.583.555.968.224.172.921.158.9
+ MCC85.381.660.084.923.672.660.066.9 (โ†‘8.0)
InternVL-3.572.577.02.952.135.436.09.440.8
+ MCC78.277.014.862.137.549.517.048.0 (โ†‘7.2)
LLaVA-OV-1.570.575.77.659.16.719.18.735.3
+ MCC69.469.98.163.25.120.28.534.9 (โ†“0.4)
Keye-VL-1.567.977.012.464.423.626.413.340.7
+ MCC73.679.79.868.029.727.016.043.4 (โ†‘2.7)

BibTeX

@article{park2021nerfies,
  author    = {Park, Keunhong and Sinha, Utkarsh batting, Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
  title     = {Nerfies: Deformable Neural Radiance Fields},
  journal   = {ICCV},
  year      = {2021},
}