Flickr30k Entities: Collecting Region-to-Phrase Correspondences for Richer Image-to-Sentence Models
Bryan A. PlummerLiwei WangChris M. CervantesJuan C. CaicedoJulia HockenmaierSvetlana Lazebnik
Introduces the Flickr30k Entities benchmark by grounding over 240,000 caption phrases to image bounding boxes, establishing a standard dataset and baseline for phrase localization and vision-language grounding.
The article addresses the lack of explicit links between phrases in image captions and specific regions in images, a gap that limits progress on grounded language understanding and compositional image description models. Existing benchmarks like Flickr30k and MSCOCO pair images with sentences but provide no region-to-phrase correspondences, forcing models to treat such mappings as latent or rely on unrelated detectors.
The work set out to create the first large-scale dataset supplying these correspondences and to demonstrate their value for new and existing tasks. Researchers augmented the Flickr30k collection of 31,783 images and 158,915 captions by adding 244,035 coreference chains across captions and 275,775 bounding boxes tied to entity mentions.
A multi-stage crowdsourcing pipeline on Mechanical Turk first resolved cross-caption coreference through binary link judgments followed by verification, then collected bounding boxes via requirement, drawing, quality, and coverage checks. Experiments trained a Canonical Correlation Analysis embedding on region-phrase pairs for text-to-image reference resolution and tested both training-time and test-time use of the correspondences for bidirectional image-sentence retrieval.
The resulting dataset contains an average of 7.7 coreference chains and 8.7 boxes per image. Localization performance reached 11.22 mean average precision and 25.3 percent Recall@1 on 100 proposals per image, with notable variation across entity types. Adding region-phrase data to whole-image training improved retrieval Recall@1 by roughly 2–3 points over a strong baseline, and test-time region-phrase matching yielded a further 2-point gain.
These findings indicate that explicit grounding supervision can measurably strengthen retrieval models while exposing the remaining difficulty of accurate phrase localization. The annotations matter because they enable direct training and evaluation of compositional models that must associate specific textual mentions with image locations rather than producing generic captions.
The dataset should be used to develop models that incorporate spatial constraints and object interactions, to benchmark cross-caption coreference, and to distinguish visual from non-visual text. Further gains will require larger-scale experiments, better region proposals for small or rare entities, and methods that handle the roughly 8 percent of images containing residual annotation errors.
- Paper: From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions, Peter Young et al. (2014). This paper establishes the foundational Flickr30k image-description dataset and visual denotation graphs that Flickr30k Entities directly augments with bounding boxes and coreference chains.
- Paper: Deep visual-semantic alignments for generating image descriptions, Andrej Karpathy et al. (2015). It formulates the problem of aligning image regions to sentence fragments through latent visual-semantic embeddings, highlighting the exact latent-matching limitation that Flickr30k Entities solves with explicit supervision.
- Paper: Microsoft COCO: Common Objects in Context, Tsung-Yi Lin et al. (2014). It provides the standard benchmark for object detection and segmented scene understanding that Flickr30k Entities contrasts with regarding sentence-level grounded entities.
- Paper: Selective Search for Object Recognition, Jasper R. R. Uijlings et al. (2013). It introduces the Selective Search region proposal method that generates candidate bounding boxes for evaluating phrase localization models in the Flickr30k Entities benchmark.
- Paper: Rich feature hierarchies for accurate object detection and semantic segmentation, Ross Girshick et al. (2014). It introduces the R-CNN framework for extracting region-level convolutional features from candidate proposals, underpinning the visual representation used for phrase grounding.
- Paper: CIDEr: Consensus-based image description evaluation, Ramakrishna Vedantam et al. (2014). It formalizes consensus-based evaluation metrics for image captioning that motivate structured, compositional representations of visual text.
- Paper: Every Picture Tells a Story: Generating Sentences from Images, Ali Farhadi et al. (2010). It presents an early framework for mapping images and descriptive sentences to shared semantic meaning spaces, pioneering the image-sentence alignment problem.
- Paper: Grounded Language-Image Pre-training, Liunian Harold Li et al. (2022). It scales up phrase grounding to pre-train unified object detection and vision-language models, evaluating zero-shot localization directly on the Flickr30k Entities benchmark.
- Paper: VisualBERT: A Simple and Performant Baseline for Vision and Language, Liunian Harold Li et al. (2019). It develops a self-attention transformer architecture for vision-and-language tasks and uses Flickr30k Entities to benchmark phrase-to-region visual grounding.
- Paper: ViLBERT: Pretraining Task-Agnostic Visiolinguistic Representations for Vision-and-Language Tasks, Jiasen Lu et al. (2019). It introduces task-agnostic visiolinguistic pretraining using two-stream co-attention and evaluates transferring region-level visual representations to phrase grounding.
- Paper: Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection, Shilong Liu et al. (2023). It extends grounded language pre-training to open-set object detection by deeply fusing sub-sentence phrase queries and region features.
- Paper: Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answering, Peter Anderson et al. (2018). It operationalizes explicit region-level features through bottom-up object proposals to ground attention mechanisms in captioning and question answering.
- Paper: Oscar: Object-Semantics Aligned Pre-training for Vision-Language Tasks, Xiujun Li et al. (2020). It uses detected object labels as semantic anchor points to align image regions directly with descriptive text tokens during pre-training.
- Paper: Align before Fuse: Vision and Language Representation Learning with Momentum Distillation, Junnan Li et al. (2021). It investigates contrastive visual-linguistic alignment prior to multimodal fusion, evaluating the resulting cross-modal representations on weakly supervised phrase grounding.
- Paper: SPICE: Semantic Propositional Image Caption Evaluation, Peter Anderson et al. (2016). It builds on compositional entity-relationship propositions in captions to create semantic scene-graph evaluation metrics for image description.
