Knowledge Aided Consistency for Weakly Supervised Phrase Grounding

Abstract

Given a natural language query, a phrase grounding system aims to localize mentioned objects in an image. In weakly supervised scenario, mapping between image regions (i.e., proposals) and language is not available in the training set. Previous methods address this deficiency by training a grounding system via learning to reconstruct language information contained in input queries from predicted proposals. However, the optimization is solely guided by the reconstruction loss from the language modality, and ignores rich visual information contained in proposals and useful cues from external knowledge. In this paper, we explore the consistency contained in both visual and language modalities, and leverage complementary external knowledge to facilitate weakly supervised grounding. We propose a novel Knowledge Aided Consistency Network (KAC Net) which is optimized by reconstructing input query and proposal's information. To leverage complementary knowledge contained in the visual features, we introduce a Knowledge Based Pooling (KBP) gate to focus on query-related proposals. Experiments show that KAC Net provides a significant improvement on two popular datasets.

Cite

Text

Chen et al. "Knowledge Aided Consistency for Weakly Supervised Phrase Grounding." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00425

Markdown

[Chen et al. "Knowledge Aided Consistency for Weakly Supervised Phrase Grounding." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/chen2018cvpr-knowledge/) doi:10.1109/CVPR.2018.00425

BibTeX

@inproceedings{chen2018cvpr-knowledge,
  title     = {{Knowledge Aided Consistency for Weakly Supervised Phrase Grounding}},
  author    = {Chen, Kan and Gao, Jiyang and Nevatia, Ram},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00425},
  url       = {https://mlanthology.org/cvpr/2018/chen2018cvpr-knowledge/}
}