CVMMJul 11, 2022

Intra-Modal Constraint Loss For Image-Text Retrieval

arXiv:2207.05024v27 citationsh-index: 24Has Code
AI Analysis

This addresses the bottleneck of efficient loss function learning in embedding space for image-text retrieval, which is an incremental improvement in a domain-specific area.

The paper tackles the problem of cross-modal retrieval between images and texts by proposing an intra-modal constraint loss function to reduce violations from negative pairs within the same modality. The method outperforms state-of-the-art bi-directional retrieval methods on Flickr30K and Microsoft COCO datasets.

Cross-modal retrieval has drawn much attention in both computer vision and natural language processing domains. With the development of convolutional and recurrent neural networks, the bottleneck of retrieval across image-text modalities is no longer the extraction of image and text features but an efficient loss function learning in embedding space. Many loss functions try to closer pairwise features from heterogeneous modalities. This paper proposes a method for learning joint embedding of images and texts using an intra-modal constraint loss function to reduce the violation of negative pairs from the same homogeneous modality. Experimental results show that our approach outperforms state-of-the-art bi-directional image-text retrieval methods on Flickr30K and Microsoft COCO datasets. Our code is publicly available: https://github.com/CanonChen/IMC.

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