CVApr 20, 2020

Transformer Reasoning Network for Image-Text Matching and Retrieval

arXiv:2004.09144v366 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of multi-modal matching for retrieval systems, offering an incremental improvement by enabling separate feature extraction while maintaining performance.

The paper tackles the problem of image-text matching for large-scale retrieval by proposing the Transformer Encoder Reasoning Network (TERN), which separately reasons on visual and textual modalities to produce compact features for indexing, achieving state-of-the-art results on the MS-COCO dataset using a discounted cumulative gain metric.

Image-text matching is an interesting and fascinating task in modern AI research. Despite the evolution of deep-learning-based image and text processing systems, multi-modal matching remains a challenging problem. In this work, we consider the problem of accurate image-text matching for the task of multi-modal large-scale information retrieval. State-of-the-art results in image-text matching are achieved by inter-playing image and text features from the two different processing pipelines, usually using mutual attention mechanisms. However, this invalidates any chance to extract separate visual and textual features needed for later indexing steps in large-scale retrieval systems. In this regard, we introduce the Transformer Encoder Reasoning Network (TERN), an architecture built upon one of the modern relationship-aware self-attentive architectures, the Transformer Encoder (TE). This architecture is able to separately reason on the two different modalities and to enforce a final common abstract concept space by sharing the weights of the deeper transformer layers. Thanks to this design, the implemented network is able to produce compact and very rich visual and textual features available for the successive indexing step. Experiments are conducted on the MS-COCO dataset, and we evaluate the results using a discounted cumulative gain metric with relevance computed exploiting caption similarities, in order to assess possibly non-exact but relevant search results. We demonstrate that on this metric we are able to achieve state-of-the-art results in the image retrieval task. Our code is freely available at https://github.com/mesnico/TERN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes