CVMay 3, 2017

Weakly-supervised Visual Grounding of Phrases with Linguistic Structures

arXiv:1705.01371v1144 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing annotation costs for visual grounding tasks, though it is incremental by building on existing weakly-supervised methods.

The paper tackles the problem of visually grounding arbitrary linguistic phrases in images using only image-sentence pairs without explicit region-to-phrase annotations, achieving competitive performance on datasets like Microsoft COCO and Visual Genome.

We propose a weakly-supervised approach that takes image-sentence pairs as input and learns to visually ground (i.e., localize) arbitrary linguistic phrases, in the form of spatial attention masks. Specifically, the model is trained with images and their associated image-level captions, without any explicit region-to-phrase correspondence annotations. To this end, we introduce an end-to-end model which learns visual groundings of phrases with two types of carefully designed loss functions. In addition to the standard discriminative loss, which enforces that attended image regions and phrases are consistently encoded, we propose a novel structural loss which makes use of the parse tree structures induced by the sentences. In particular, we ensure complementarity among the attention masks that correspond to sibling noun phrases, and compositionality of attention masks among the children and parent phrases, as defined by the sentence parse tree. We validate the effectiveness of our approach on the Microsoft COCO and Visual Genome datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes