CVNov 5, 2020

Utilizing Every Image Object for Semi-supervised Phrase Grounding

arXiv:2011.02655v18 citations
AI Analysis

This work addresses the challenge of data scarcity in phrase grounding for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of limited annotated language queries for phrase grounding by using objects without labeled queries for semi-supervised training, resulting in a 34.9% relative improvement in accuracy with detection results on public datasets.

Phrase grounding models localize an object in the image given a referring expression. The annotated language queries available during training are limited, which also limits the variations of language combinations that a model can see during training. In this paper, we study the case applying objects without labeled queries for training the semi-supervised phrase grounding. We propose to use learned location and subject embedding predictors (LSEP) to generate the corresponding language embeddings for objects lacking annotated queries in the training set. With the assistance of the detector, we also apply LSEP to train a grounding model on images without any annotation. We evaluate our method based on MAttNet on three public datasets: RefCOCO, RefCOCO+, and RefCOCOg. We show that our predictors allow the grounding system to learn from the objects without labeled queries and improve accuracy by 34.9\% relatively with the detection results.

Foundations

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

Your Notes