Cops-Ref: A new Dataset and Task on Compositional Referring Expression Comprehension

TL;DR

Cops-Ref dataset introduces complex logical reasoning for referring expression comprehension; current models perform poorly, highlighting room for improvement.

cs.CV 🔴 Advanced 2020-03-01 33 views
Zhenfang Chen Peng Wang Lin Ma Kwan-Yee K. Wong Qi Wu
visual reasoning referring expression dataset multimodal learning complex logic

Key Findings

Methodology

This paper develops a novel expression engine integrating six reasoning logics—chain, and, or, order, same, not—to generate diverse, compositional referring expressions. Scene graphs are parsed into reasoning trees, which guide the automatic creation of expressions combining rich visual attributes and relations. To challenge models, the dataset includes distractor images sharing similar properties with the target, requiring deep reasoning to distinguish subtle differences. A modular hard mining strategy is proposed to sample hard negatives based on expression similarity, significantly improving model discrimination. Experiments show that state-of-the-art models underperform on this dataset, with the best achieving only 45% accuracy, indicating substantial room for advancement.

Key Results

  • On Cops-Ref, mainstream models like MattNet and TransVG achieve around 35-45% accuracy, far below their performance on traditional datasets such as RefCOCO or CLEVR-Ref+. Incorporating the hard mining strategy improves results by approximately 10%, yet the challenge remains high. The performance drops notably when distractors share similar categories or attributes, emphasizing the dataset's difficulty. The experiments demonstrate that longer, more complex expressions correlate with lower accuracy, confirming the need for models with stronger reasoning capabilities.
  • Analysis reveals that models struggle particularly with distractors that have similar visual features, with accuracy decreasing by over 20%. The multi-logic expressions demand deeper understanding, which current architectures cannot fully capture. Ablation studies confirm that the integration of reasoning logic significantly boosts performance, but the overall accuracy still lags, highlighting the necessity for more sophisticated reasoning modules.
  • This dataset not only tests visual grounding but also pushes the boundary of deep reasoning in multimodal AI. The success of the hard negative mining approach suggests promising directions for training more robust models. Overall, the work establishes a challenging benchmark for future research, emphasizing the importance of reasoning beyond superficial features in complex visual environments.

Significance

This work addresses the limitations of existing referring expression datasets by introducing complex logical reasoning and distractor mechanisms, thus providing a more rigorous benchmark for deep understanding. It advances the field by emphasizing the importance of compositionality and subtle visual distinctions, which are critical for real-world applications like robotics, autonomous navigation, and human-computer interaction. The dataset’s realism, derived from real-world scene graphs, ensures relevance to practical scenarios, encouraging development of models capable of nuanced reasoning in cluttered, dynamic environments.

Technical Contribution

The paper’s core innovation lies in the design of a flexible expression engine that synthesizes complex logical structures into natural language expressions, parsed from scene graphs. The integration of six reasoning logics allows for rich compositionality, while the distractor-based evaluation setup rigorously tests models’ reasoning depth. The modular hard mining strategy, based on expression similarity, enhances training efficiency and effectiveness, enabling models to better distinguish subtle differences. These contributions collectively push the boundaries of visual reasoning and multimodal understanding.

Novelty

This is the first dataset to combine real-world scene graphs with multi-logic compositional expressions, creating a challenging benchmark that surpasses prior synthetic datasets like CLEVR-Ref+. The use of distractor images with shared properties and the modular hard negative mining strategy are novel contributions that significantly elevate the difficulty level, fostering the development of models with genuine reasoning abilities rather than superficial pattern matching.

Limitations

  • Despite improvements, current models still struggle with very long or highly complex expressions involving multiple logical relations, especially under heavy distractor interference, indicating the need for more advanced reasoning modules.
  • The dataset focuses primarily on static indoor scenes, limiting its applicability to dynamic or outdoor environments. Extending to video or multi-modal temporal reasoning remains an open challenge.
  • Computational costs for training with hard negative mining are significant, and the approach may require further optimization for large-scale deployment. Additionally, the reliance on scene graph annotations limits scalability to datasets without such detailed labels.

Future Work

Future directions include integrating large-scale pre-trained language models and graph neural networks to enhance reasoning depth. Expanding the dataset to include outdoor and dynamic scenes, as well as multi-turn dialogues, will broaden applicability. Developing unsupervised or weakly supervised methods to reduce annotation dependency is also promising. Further, exploring explainability and interpretability of reasoning processes will be crucial for deploying trustworthy AI systems in real-world scenarios.

AI Executive Summary

Visual understanding tasks that require deep reasoning have gained increasing attention, yet existing datasets often fall short in challenging models’ inferential capabilities. Traditional datasets like RefCOCO or Visual Genome primarily focus on recognizing objects, attributes, and simple spatial relations, leaving a gap in assessing complex logical reasoning. To address this, the authors introduce Cops-Ref, a novel dataset built upon real-world scene graphs, designed to evaluate models’ ability to perform compositional reasoning with intricate logical structures.

The core innovation lies in an expression engine that synthesizes six types of reasoning logic—chain, and, or, order, same, not—into natural language expressions. These expressions are generated by parsing scene graphs into reasoning trees, which encode semantic relations and attributes. The dataset also incorporates distractor images sharing similar visual properties, creating a challenging environment that minimizes reasoning-free cross-domain alignment. A modular hard negative mining strategy further enhances training by focusing on difficult examples, improving models’ discriminative power.

Experimental results reveal that current state-of-the-art models, such as MattNet and TransVG, achieve only around 35-45% accuracy on Cops-Ref, significantly lower than their performance on simpler datasets. Incorporating the hard mining approach improves accuracy by approximately 10%, but the results underscore the need for more sophisticated reasoning modules. This work pushes the frontier of visual reasoning, emphasizing the importance of compositionality and subtle visual distinctions in real-world scenarios.

Overall, Cops-Ref provides a rigorous benchmark for deep multimodal reasoning, fostering future research aimed at building models capable of understanding complex, nuanced visual-linguistic relationships. Despite remaining challenges, such as handling very long logical chains and dynamic scenes, this dataset marks a significant step toward truly intelligent visual understanding systems.

Deep Dive

Abstract

Referring expression comprehension (REF) aims at identifying a particular object in a scene by a natural language expression. It requires joint reasoning over the textual and visual domains to solve the problem. Some popular referring expression datasets, however, fail to provide an ideal test bed for evaluating the reasoning ability of the models, mainly because 1) their expressions typically describe only some simple distinctive properties of the object and 2) their images contain limited distracting information. To bridge the gap, we propose a new dataset for visual reasoning in context of referring expression comprehension with two main features. First, we design a novel expression engine rendering various reasoning logics that can be flexibly combined with rich visual properties to generate expressions with varying compositionality. Second, to better exploit the full reasoning chain embodied in an expression, we propose a new test setting by adding additional distracting images containing objects sharing similar properties with the referent, thus minimising the success rate of reasoning-free cross-domain alignment. We evaluate several state-of-the-art REF models, but find none of them can achieve promising performance. A proposed modular hard mining strategy performs the best but still leaves substantial room for improvement. We hope this new dataset and task can serve as a benchmark for deeper visual reasoning analysis and foster the research on referring expression comprehension.

cs.CV