LGAICLCVIRApr 20, 2023

Is Cross-modal Information Retrieval Possible without Training?

arXiv:2304.11095v11 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the problem of efficient cross-modal retrieval for users needing to find equivalent data across modalities like text and images, but it is incremental as it builds on existing pretrained models and simple mappings.

The paper tackles cross-modal information retrieval by using simple mappings like least squares and SVD on pretrained embeddings, achieving up to 77% recall@10 accuracy without training deep neural nets, and further improves performance with contrastive learning and gMLP.

Encoded representations from a pretrained deep learning model (e.g., BERT text embeddings, penultimate CNN layer activations of an image) convey a rich set of features beneficial for information retrieval. Embeddings for a particular modality of data occupy a high-dimensional space of its own, but it can be semantically aligned to another by a simple mapping without training a deep neural net. In this paper, we take a simple mapping computed from the least squares and singular value decomposition (SVD) for a solution to the Procrustes problem to serve a means to cross-modal information retrieval. That is, given information in one modality such as text, the mapping helps us locate a semantically equivalent data item in another modality such as image. Using off-the-shelf pretrained deep learning models, we have experimented the aforementioned simple cross-modal mappings in tasks of text-to-image and image-to-text retrieval. Despite simplicity, our mappings perform reasonably well reaching the highest accuracy of 77% on recall@10, which is comparable to those requiring costly neural net training and fine-tuning. We have improved the simple mappings by contrastive learning on the pretrained models. Contrastive learning can be thought as properly biasing the pretrained encoders to enhance the cross-modal mapping quality. We have further improved the performance by multilayer perceptron with gating (gMLP), a simple neural architecture.

Foundations

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

Your Notes