paper-with-me

홈 › Papers

COBRA: Contrastive Bi-Modal Representation Algorithm

2020-05-07 · Vishaal Udandarao, Abhishek Maiti, Deepak Srivatsav, Suryatej Reddy Vyalla, Yifang Yin, Rajiv Ratn Shah

There are a wide range of applications that involve multi-modal data, such as cross-modal retrieval, visual question-answering, and image captioning. Such applications are primarily dependent on aligned distributions of the different constituent modalities. Existing approaches generate latent embeddings for each modality in a joint fashion by representing them in a common manifold. However these joint embedding spaces fail to sufficiently reduce the modality gap, which affects the performance in downstream tasks. We hypothesize that these embeddings retain the intra-class relationships but are unable to preserve the inter-class dynamics. In this paper, we present a novel framework COBRA that aims to train two modalities (image and text) in a joint fashion inspired by the Contrastive Predictive Coding (CPC) and Noise Contrastive Estimation (NCE) paradigms which preserve both inter and intra-class relationships. We empirically show that this framework reduces the modality gap significantly and generates a robust and task agnostic joint-embedding space. We outperform existing work on four diverse downstream tasks spanning across seven benchmark cross-modal datasets.

📄 PDF Abstract BibTeX arXiv:2005.03687

Code (1)

ovshake/cobra 공식 구현 pytorch

Tasks

Cross-Modal RetrievalImage CaptioningQuestion AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
Contrastive Predictive Coding Contrastive Predictive Coding (CPC) learns self-supervised representations by predicting the future in latent space by using powerful autoregressive models. The model uses a…

Similar Papers 제목 키워드 기반

Unsupervised Foundation Model-Agnostic Slide-Level Representation Learning

2024-11-20 · CVPR 2025 1 · Tim Lenz, Peter Neidlinger, Marta Ligero, Georg Wölflein 외

Representation learning of pathology whole-slide images(WSIs) has primarily relied on weak supervision with Multiple Instance Learning (MIL). This approach leads to slide representations highly tailored to a specific cli…

MambamodelMultiple Instance LearningRepresentation Learning+2

Pycobra: A Python Toolbox for Ensemble Learning and Visualisation

2017-04-25 · Benjamin Guedj, Bhargav Srinivasa Desikan

We introduce \texttt{pycobra}, a Python library devoted to ensemble learning (regression and classification) and visualisation. Its main assets are the implementation of several ensemble learning algorithms, a flexible a…

BIG-bench Machine LearningEnsemble LearningGeneral Classification

Cobra: Extending Mamba to Multi-Modal Large Language Model for Efficient Inference

2024-03-21 · Han Zhao, Min Zhang, Wei Zhao, Pengxiang Ding 외

In recent years, the application of multimodal large language models (MLLM) in various fields has achieved remarkable success. However, as the foundation model for many downstream tasks, current MLLMs are composed of the…

Language ModelingLanguage ModellingLarge Language ModelMamba

Parameter-Efficient Single Collaborative Branch for Recommendation

2025-08-05 · Marta Moscati, Shah Nawaz, Markus Schedl arxiv

Recommender Systems (RS) often rely on representations of users and items in a joint embedding space and on a similarity metric to compute relevance scores. In modern RS, the modules to obtain user and item representatio…

Representation LearningMovie Recommendation

Kernel-Based Ensemble Learning in Python

2019-12-17 · Benjamin Guedj, Bhargav Srinivasa Desikan

We propose a new supervised learning algorithm, for classification and regression problems where two or more preliminary predictors are available. We introduce \texttt{KernelCobra}, a non-linear learning strategy for com…

Ensemble LearningGeneral Classificationregression