English

Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval

Computer Vision and Pattern Recognition 2019-07-18 v2

Abstract

Visual-semantic embedding aims to find a shared latent space where related visual and textual instances are close to each other. Most current methods learn injective embedding functions that map an instance to a single point in the shared space. Unfortunately, injective embedding cannot effectively handle polysemous instances with multiple possible meanings; at best, it would find an average representation of different meanings. This hinders its use in real-world scenarios where individual instances and their cross-modal associations are often ambiguous. In this work, we introduce Polysemous Instance Embedding Networks (PIE-Nets) that compute multiple and diverse representations of an instance by combining global context with locally-guided features via multi-head self-attention and residual learning. To learn visual-semantic embedding, we tie-up two PIE-Nets and optimize them jointly in the multiple instance learning framework. Most existing work on cross-modal retrieval focuses on image-text data. Here, we also tackle a more challenging case of video-text retrieval. To facilitate further research in video-text retrieval, we release a new dataset of 50K video-sentence pairs collected from social media, dubbed MRW (my reaction when). We demonstrate our approach on both image-text and video-text retrieval scenarios using MS-COCO, TGIF, and our new MRW dataset.

Keywords

Cite

@article{arxiv.1906.04402,
  title  = {Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval},
  author = {Yale Song and Mohammad Soleymani},
  journal= {arXiv preprint arXiv:1906.04402},
  year   = {2019}
}

Comments

CVPR 2019. Includes supplementary material. Have updated results on TGIF and MRW

R2 v1 2026-06-23T09:49:46.408Z