# Neural Sequential Phrase Grounding (SeqGROUND)

**Authors:** Pelin Dogan, Leonid Sigal, Markus Gross

arXiv: 1903.07669 · 2019-03-20

## TL;DR

SeqGROUND introduces an end-to-end sequential approach for phrase grounding in images, leveraging LSTM-based context encoding to improve multi-phrase and multi-region matching performance.

## Contribution

It presents a novel architecture that models phrase grounding as a sequential, contextual process, enabling many-to-many matching and outperforming prior methods.

## Key findings

- Competitive performance on Flickr30K dataset.
- Sequential grounding improves accuracy.
- Model validates design choices through ablation studies.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.07669/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1903.07669/full.md

## References

58 references — full list in the complete paper: https://tomesphere.com/paper/1903.07669/full.md

---
Source: https://tomesphere.com/paper/1903.07669