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.
OpenRef benchmark establishes a large-scale, robust evaluation environment tailored for open-world Referring Expression Comprehension. The detailed statistical composition is summarized below:
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).
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.
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.