Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Matching Images and Text with Multi-modal Tensor Fusion and Re-ranking

About

A major challenge in matching images and text is that they have intrinsically different data distributions and feature representations. Most existing approaches are based either on embedding or classification, the first one mapping image and text instances into a common embedding space for distance measuring, and the second one regarding image-text matching as a binary classification problem. Neither of these approaches can, however, balance the matching accuracy and model complexity well. We propose a novel framework that achieves remarkable matching performance with acceptable model complexity. Specifically, in the training stage, we propose a novel Multi-modal Tensor Fusion Network (MTFN) to explicitly learn an accurate image-text similarity function with rank-based tensor fusion rather than seeking a common embedding space for each image-text instance. Then, during testing, we deploy a generic Cross-modal Re-ranking (RR) scheme for refinement without requiring additional training procedure. Extensive experiments on two datasets demonstrate that our MTFN-RR consistently achieves the state-of-the-art matching performance with much less time complexity. The implementation code is available at https://github.com/Wangt-CN/MTFN-RR-PyTorch-Code.

Tan Wang, Xing Xu, Yang Yang, Alan Hanjalic, Heng Tao Shen, Jingkuan Song• 2019

Related benchmarks

TaskDatasetResultRank
Text-to-Image RetrievalRSITMD (test)
R@19.96
61
Image-to-Text RetrievalRSITMD (test)
R@110.4
61
Text RetrievalRSICD (test)
R@15.02
51
Image-Text RetrievalRSICD (test)
mR14.81
43
Cross-modal retrievalRSICD (test)
Image-to-Text R@15.02
32
Image RetrievalRSICD (test)
R@14.9
30
Cross-modal retrievalRSITMD (test)
R@1 (Image-to-Text)0.104
28
Image-to-Text RetrievalUCM (test)
Recall@114.19
27
Text-to-Image RetrievalUCM (test)
R@110.47
27
Cross-modal retrievalUCM (test)
R@1 (I2T)10.47
12
Showing 10 of 10 rows

Other info

Follow for update