G3raphGround: Graph-Based Language Grounding
Abstract
In this paper we present an end-to-end framework for grounding of phrases in images. In contrast to previous works, our model, which we call GraphGround, uses graphs to formulate more complex, non-sequential dependencies among proposal image regions and phrases. We capture intra-modal dependencies using a separate graph neural network for each modality (visual and lingual), and then use conditional message-passing in another graph neural network to fuse their outputs and capture cross-modal relationships. This final representation results in grounding decisions. The framework supports many-to-many matching and is able to ground single phrase to multiple image regions and vice versa. We validate our design choices through a series of ablation studies and illustrate state-of-the-art performance on Flickr30k and ReferIt Game benchmark datasets.
Cite
Text
Bajaj et al. "G3raphGround: Graph-Based Language Grounding." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00438Markdown
[Bajaj et al. "G3raphGround: Graph-Based Language Grounding." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/bajaj2019iccv-g3raphground/) doi:10.1109/ICCV.2019.00438BibTeX
@inproceedings{bajaj2019iccv-g3raphground,
title = {{G3raphGround: Graph-Based Language Grounding}},
author = {Bajaj, Mohit and Wang, Lanjun and Sigal, Leonid},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
year = {2019},
doi = {10.1109/ICCV.2019.00438},
url = {https://mlanthology.org/iccv/2019/bajaj2019iccv-g3raphground/}
}