CVCLLGAug 20, 2019

Phrase Localization Without Paired Training Examples

arXiv:1908.07553v151 citations
AI Analysis

This work addresses the challenge of phrase localization for image understanding applications, offering a novel approach that eliminates the need for paired annotations, making it applicable in domains where such data is unavailable.

The paper tackles the problem of localizing phrases in images without requiring paired training examples, achieving performance that surpasses weakly supervised methods and is competitive with strongly supervised methods on two datasets.

Localizing phrases in images is an important part of image understanding and can be useful in many applications that require mappings between textual and visual information. Existing work attempts to learn these mappings from examples of phrase-image region correspondences (strong supervision) or from phrase-image pairs (weak supervision). We postulate that such paired annotations are unnecessary, and propose the first method for the phrase localization problem where neither training procedure nor paired, task-specific data is required. Our method is simple but effective: we use off-the-shelf approaches to detect objects, scenes and colours in images, and explore different approaches to measure semantic similarity between the categories of detected visual elements and words in phrases. Experiments on two well-known phrase localization datasets show that this approach surpasses all weakly supervised methods by a large margin and performs very competitively to strongly supervised methods, and can thus be considered a strong baseline to the task. The non-paired nature of our method makes it applicable to any domain and where no paired phrase localization annotation is available.

Code Implementations1 repo
Foundations

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

Your Notes