Grounding of Textual Phrases in Images by Reconstruction
Anna Rohrbach, Marcus Rohrbach, Ronghang Hu, Trevor Darrell, Bernt Schiele
TL;DR
This work tackles grounding free-form textual phrases in images by learning to localize phrases through reconstructing them from attended image regions. The proposed GroundeR framework performs grounding via soft attention over region proposals and a reconstruction path that generates the input phrase from the attended features, enabling unsupervised, semi-supervised, and fully supervised training. Empirical results on Flickr 30k Entities and ReferItGame show that GroundeR matches or surpasses state-of-the-art under all supervision levels, with semi-supervised learning particularly benefiting from combining reconstruction with limited labeled data. The approach demonstrates strong practical potential for scalable phrase grounding and motivates future exploration of relational reasoning and joint phrase modeling.
Abstract
Grounding (i.e. localizing) arbitrary, free-form textual phrases in visual content is a challenging problem with many applications for human-computer interaction and image-text reference resolution. Few datasets provide the ground truth spatial localization of phrases, thus it is desirable to learn from data with no or little grounding supervision. We propose a novel approach which learns grounding by reconstructing a given phrase using an attention mechanism, which can be either latent or optimized directly. During training our approach encodes the phrase using a recurrent network language model and then learns to attend to the relevant image region in order to reconstruct the input phrase. At test time, the correct attention, i.e., the grounding, is evaluated. If grounding supervision is available it can be directly applied via a loss over the attention mechanism. We demonstrate the effectiveness of our approach on the Flickr 30k Entities and ReferItGame datasets with different levels of supervision, ranging from no supervision over partial supervision to full supervision. Our supervised variant improves by a large margin over the state-of-the-art on both datasets.
