paper-with-me

홈 › Papers

Contrastive Learning of Visual-Semantic Embeddings

2021-10-17 · Anurag Jain, Yashaswi Verma

Contrastive learning is a powerful technique to learn representations that are semantically distinctive and geometrically invariant. While most of the earlier approaches have demonstrated its effectiveness on single-modality learning tasks such as image classification, recently there have been a few attempts towards extending this idea to multi-modal data. In this paper, we propose two loss functions based on normalized cross-entropy to perform the task of learning joint visual-semantic embedding using batch contrastive training. In a batch, for a given anchor point from one modality, we consider its negatives only from another modality, and define our first contrastive loss based on expected violations incurred by all the negatives. Next, we update this loss and define the second contrastive loss based on the violation incurred only by the hardest negative. We compare our results with existing visual-semantic embedding methods on cross-modal image-to-text and text-to-image retrieval tasks using the MS-COCO and Flickr30K datasets, where we outperform the state-of-the-art on the MS-COCO dataset and achieve comparable results on the Flickr30K dataset.

📄 PDF Abstract BibTeX arXiv:2110.08872

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learningimage-classificationImage ClassificationImage RetrievalImage to textRetrieval

Similar Papers 제목 키워드 기반

Contrastive Visual Semantic Pretraining Magnifies the Semantics of Natural Language Representations

2022-03-14 · ACL 2022 5 · Robert Wolfe, Aylin Caliskan

We examine the effects of contrastive visual semantic pretraining by comparing the geometry and semantic properties of contextualized English language representations formed by GPT-2 and CLIP, a zero-shot multimodal imag…

Image CaptioningSemantic Textual SimilaritySentenceSentence Embeddings+1

Learning Visually-Grounded Semantics from Contrastive Adversarial Samples

2018-06-27 · COLING 2018 8 · Haoyue Shi, Jiayuan Mao, Tete Xiao, Yuning Jiang 외

We study the problem of grounding distributional representations of texts on the visual domain, namely visual-semantic embeddings (VSE for short). Begin with an insightful adversarial attack on VSE embeddings, we show th…

Adversarial AttackImage Captioning

Learnt Contrastive Concept Embeddings for Sign Recognition

2023-08-18 · Ryan Wong, Necati Cihan Camgoz, Richard Bowden

In natural language processing (NLP) of spoken languages, word embeddings have been shown to be a useful method to encode the meaning of words. Sign languages are visual languages, which require sign embeddings to captur…

Word Embeddings

Unified Visual-Semantic Embeddings: Bridging Vision and Language With Structured Meaning Representations

2019-06-01 · CVPR 2019 6 · Hao Wu, Jiayuan Mao, Yufeng Zhang, Yuning Jiang 외

We propose the Unified Visual-Semantic Embeddings (Unified VSE) for learning a joint space of visual representation and textual semantics. The model unifies the embeddings of concepts at different levels: objects, attrib…

Contrastive LearningCross-Modal RetrievalRetrievalSentence

Unsupervised visualization of image datasets using contrastive learning

2022-10-18 · Jan Niklas Böhm, Philipp Berens, Dmitry Kobak

Visualization methods based on the nearest neighbor graph, such as t-SNE or UMAP, are widely used for visualizing high-dimensional data. Yet, these approaches only produce meaningful results if the nearest neighbors them…

Contrastive LearningData Augmentation