Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval
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 focus on image-text pairs of 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.
Cite
Text
Song and Soleymani. "Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00208Markdown
[Song and Soleymani. "Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/song2019cvpr-polysemous/) doi:10.1109/CVPR.2019.00208BibTeX
@inproceedings{song2019cvpr-polysemous,
title = {{Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval}},
author = {Song, Yale and Soleymani, Mohammad},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2019},
doi = {10.1109/CVPR.2019.00208},
url = {https://mlanthology.org/cvpr/2019/song2019cvpr-polysemous/}
}