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

Probabilistic Embeddings for Cross-Modal Retrieval

About

Cross-modal retrieval methods build a common representation space for samples from multiple modalities, typically from the vision and the language domains. For images and their captions, the multiplicity of the correspondences makes the task particularly challenging. Given an image (respectively a caption), there are multiple captions (respectively images) that equally make sense. In this paper, we argue that deterministic functions are not sufficiently powerful to capture such one-to-many correspondences. Instead, we propose to use Probabilistic Cross-Modal Embedding (PCME), where samples from the different modalities are represented as probabilistic distributions in the common embedding space. Since common benchmarks such as COCO suffer from non-exhaustive annotations for cross-modal matches, we propose to additionally evaluate retrieval on the CUB dataset, a smaller yet clean database where all possible image-caption pairs are annotated. We extensively ablate PCME and demonstrate that it not only improves the retrieval performance over its deterministic counterpart but also provides uncertainty estimates that render the embeddings more interpretable. Code is available at https://github.com/naver-ai/pcme

Sanghyuk Chun, Seong Joon Oh, Rafael Sampaio de Rezende, Yannis Kalantidis, Diane Larlus• 2021

Related benchmarks

TaskDatasetResultRank
Text-to-Image RetrievalFlickr30k (test)
Recall@144.3
423
Image-to-Text RetrievalFlickr30k (test)
R@158.5
370
Image-to-Text RetrievalMS-COCO 5K (test)
R@159.9
299
Text-to-Image RetrievalMSCOCO 5K (test)
R@165.3
286
Text-to-Image RetrievalMS-COCO 5K (test)
R@146.1
223
Image-to-Text RetrievalMS-COCO 1K (test)
R@180.1
121
Image-to-Text RetrievalMSCOCO (1K test)
R@168.8
82
Image RetrievalFlickr30K 1K (test)--
70
Text to ImageMS-COCO 1K (test)
R@154.6
53
Image-to-Text RetrievalMSCOCO 5K (test)
R@151.2
46
Showing 10 of 24 rows

Other info

Code

Follow for update