CVMar 18, 2019

Neural Sequential Phrase Grounding (SeqGROUND)

arXiv:1903.07669v154 citations
Originality Incremental advance
AI Analysis

This addresses the problem of more accurate phrase grounding in images for computer vision applications, though it appears incremental as it builds on existing embedding methods.

The paper tackles phrase grounding in images by formulating it as a sequential and contextual process rather than independent phrase matching, achieving competitive performance on the Flickr30K benchmark dataset.

We propose an end-to-end approach for phrase grounding in images. Unlike prior methods that typically attempt to ground each phrase independently by building an image-text embedding, our architecture formulates grounding of multiple phrases as a sequential and contextual process. Specifically, we encode region proposals and all phrases into two stacks of LSTM cells, along with so-far grounded phrase-region pairs. These LSTM stacks collectively capture context for grounding of the next phrase. The resulting architecture, which we call SeqGROUND, supports many-to-many matching by allowing an image region to be matched to multiple phrases and vice versa. We show competitive performance on the Flickr30K benchmark dataset and, through ablation studies, validate the efficacy of sequential grounding as well as individual design choices in our model architecture.

Foundations

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

Your Notes