Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Visual Semantic Reasoning for Image-Text Matching

About

Image-text matching has been a hot research topic bridging the vision and language areas. It remains challenging because the current representation of image usually lacks global semantic concepts as in its corresponding text caption. To address this issue, we propose a simple and interpretable reasoning model to generate visual representation that captures key objects and semantic concepts of a scene. Specifically, we first build up connections between image regions and perform reasoning with Graph Convolutional Networks to generate features with semantic relationships. Then, we propose to use the gate and memory mechanism to perform global semantic reasoning on these relationship-enhanced features, select the discriminative information and gradually generate the representation for the whole scene. Experiments validate that our method achieves a new state-of-the-art for the image-text matching on MS-COCO and Flickr30K datasets. It outperforms the current best method by 6.8% relatively for image retrieval and 4.8% relatively for caption retrieval on MS-COCO (Recall@1 using 1K test set). On Flickr30K, our model improves image retrieval by 12.6% relatively and caption retrieval by 5.8% relatively (Recall@1). Our code is available at https://github.com/KunpengLi1994/VSRN.

Kunpeng Li, Yulun Zhang, Kai Li, Yuanyuan Li, Yun Fu• 2019

Related benchmarks

TaskDatasetResultRank
Text-to-Image RetrievalFlickr30K
R@154.7
607
Text-to-Image RetrievalFlickr30k (test)
Recall@154.7
528
Image-to-Text RetrievalFlickr30K 1K (test)
R@179.2
523
Image-to-Text RetrievalFlickr30k (test)
R@171.3
472
Image-to-Text RetrievalFlickr30K
R@171.3
451
Text-to-Image RetrievalFlickr30K 1K (test)
R@160.6
436
Image RetrievalFlickr30k (test)
R@154.7
357
Image-to-Text RetrievalMS-COCO 5K (test)
R@161.8
324
Text-to-Image RetrievalMSCOCO 5K (test)
R@140.5
312
Text RetrievalFlickr30k (test)
R@171.3
251
Showing 10 of 66 rows

Other info

Code

Follow for update