Our new X account is live! Follow @wizwand_team for updates
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
460
Image-to-Text RetrievalFlickr30K 1K (test)
R@179.2
439
Text-to-Image RetrievalFlickr30k (test)
Recall@154.7
423
Image-to-Text RetrievalFlickr30K
R@171.3
379
Text-to-Image RetrievalFlickr30K 1K (test)
R@160.6
375
Image-to-Text RetrievalFlickr30k (test)
R@171.3
370
Image-to-Text RetrievalMS-COCO 5K (test)
R@161.8
299
Text-to-Image RetrievalMSCOCO 5K (test)
R@140.5
286
Text-to-Image RetrievalMS-COCO 5K (test)
R@150
223
Image RetrievalMS-COCO 5K (test)
R@140.5
217
Showing 10 of 62 rows

Other info

Code

Follow for update