ReferItGame: Referring to Objects in Photographs of Natural Scenes
Sahar KazemzadehVicente OrdonezMark MattenTamara L. Berg
Presents a crowdsourced two-player game that simultaneously collects and verifies a large-scale real-world dataset of natural language referring expressions for objects in photographs, accompanied by an optimization-based generation model.
Understanding how humans refer to objects in the physical world is a central requirement for developing advanced artificial intelligence in robotics, image search, and natural language interfaces. While prior research on referring expression generation focused on simple, artificial setups or isolated objects against plain backgrounds, real-world applications require systems that can describe items within complex, cluttered visual scenes. Progress in this domain has been hindered by the lack of large-scale, verified datasets capturing how people naturally identify specific objects in complex photographs.
To address this gap, the article set out to construct an efficient data collection framework, release a comprehensive real-world dataset of natural language referring expressions, and evaluate a new optimization model designed to automatically generate appropriate descriptions for objects in natural photographs.
The authors developed an interactive two-player crowdsourced game called ReferItGame, in which one player describes an outlined object and the other locates it by clicking on the scene. Successful localizations automatically verified description accuracy. The resulting dataset gathered 130,525 verified expressions across 96,654 distinct objects in 19,894 natural photographs. Using this corpus, the authors analyzed linguistic patterns and built a mathematical optimization model that jointly determines which visual attributes to mention and predicts their specific values using visual classifiers and category-specific statistical priors. The system was experimentally tested across three distinct test sets of 500 objects each, evaluating general cases, prominent categories, and scenes with multiple identical object types.
The investigation produced several key findings. First, human descriptions are remarkably concise: 50% use no secondary modifiers beyond the object name, 41% use only one attribute, 9% use two, and fewer than 1% use more. Second, attribute usage depends heavily on the object category and visual context; for example, color is frequently used for cars but rarely for mountains, and the presence of multiple identical objects increases the use of relative spatial relationships from 12% to 26%. Third, people rely consistently on prominent reference anchors, notably people, walls, and trees, when describing spatial context (such as "to the left of the man"). Fourth, the proposed generation model significantly outperformed a statistics-only baseline across all benchmarks, achieving precision rates of roughly 36% to 38% (a 24% to 31% relative improvement) and recall rates of 48% to 60% (a 23% to 30% relative improvement).
These findings demonstrate that automated generation of referring expressions in real-world environments requires modeling category-specific language habits and scene context rather than applying uniform attribute rules. Incorporating visual models alongside contextual priors reduces the risk of generating unnatural, redundant, or confusing instructions, which is critical for human-robot collaboration and automated visual search.
Organizations developing grounded vision and language technologies should adopt joint attribute-selection models that account for entry-level naming conventions and contextual clutter. Future technical development should focus on fully automated visual recognition systems to remove reliance on pre-segmented image regions and incorporate linguistic models for entry-level object naming.
The primary limitations include reliance on pre-segmented image regions rather than end-to-end visual detection, as well as occasional visual classifier errors that propagate into the final text descriptions. Additionally, human agreement on attribute matching across identical objects was measured at 72.31%, indicating natural speaker variation that caps theoretical model accuracy. Nevertheless, the scale of the dataset and the consistency of the experimental gains provide strong confidence in the core methodology and findings.
- Paper: Selective Search for Object Recognition, Jasper R. R. Uijlings et al. (2013). Selective Search provides the foundational object and region proposal generation techniques that visual referring and grounding models rely on to extract candidate regions in natural scenes.
- Paper: Every Picture Tells a Story: Generating Sentences from Images, Ali Farhadi et al. (2010). This work establishes the early paradigms for connecting natural language descriptions to semantic visual entities in photographs.
- Paper: Indoor Segmentation and Support Inference from RGBD Images, N. Silberman et al. (2012). It provides crucial groundwork for segmenting objects and understanding spatial relationships across cluttered, real-world scenes.
- Paper: Flickr30k Entities: Collecting Region-to-Phrase Correspondences for Richer Image-to-Sentence Models, Bryan A. Plummer et al. (2015). This paper builds directly upon the idea of grounding phrases to specific image regions by introducing large-scale phrase-to-bounding-box correspondences in Flickr30k Entities.
- Paper: Deep visual-semantic alignments for generating image descriptions, Andrej Karpathy et al. (2015). It extends region-level visual-linguistic grounding into deep neural network architectures that jointly align image regions with sentence fragments.
- Paper: Visual Genome: Connecting Language and Vision Using Crowdsourced Dense Image Annotations, Ranjay Krishna et al. (2016). It expands referring and grounded vision-language representations to an extensive scale with dense scene graphs, attributes, and relationships.
- Paper: Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection, Shilong Liu et al. (2023). It advances referring expression comprehension into modern open-set vision-language object detection architectures, evaluating directly on datasets like RefCOCO.
- Paper: Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answering, Peter Anderson et al. (2018). It utilizes object-centric region features to implement bottom-up attention mechanisms for grounding visual language tasks.
- Paper: A simple neural network module for relational reasoning, Adam Santoro et al. (2017). It designs neural modules explicitly targeting the relational and spatial reasoning between entities required by referring expressions.
