paper-with-me

홈 › Papers

Harnessing Shared Relations via Multimodal Mixup Contrastive Learning for Multimodal Classification

2024-09-26 · Raja Kumar, Raghav Singhal, Pranamya Kulkarni, Deval Mehta, Kshitij Jadhav

Deep multimodal learning has shown remarkable success by leveraging contrastive learning to capture explicit one-to-one relations across modalities. However, real-world data often exhibits shared relations beyond simple pairwise associations. We propose M3CoL, a Multimodal Mixup Contrastive Learning approach to capture nuanced shared relations inherent in multimodal data. Our key contribution is a Mixup-based contrastive loss that learns robust representations by aligning mixed samples from one modality with their corresponding samples from other modalities thereby capturing shared relations between them. For multimodal classification tasks, we introduce a framework that integrates a fusion module with unimodal prediction modules for auxiliary supervision during training, complemented by our proposed Mixup-based contrastive loss. Through extensive experiments on diverse datasets (N24News, ROSMAP, BRCA, and Food-101), we demonstrate that M3CoL effectively captures shared multimodal relations and generalizes across domains. It outperforms state-of-the-art methods on N24News, ROSMAP, and BRCA, while achieving comparable performance on Food-101. Our work highlights the significance of learning shared relations for robust multimodal learning, opening up promising avenues for future research. Our code is publicly available at https://github.com/RaghavSinghal10/M3CoL.

📄 PDF Abstract BibTeX arXiv:2409.17777

Code (1)

RaghavSinghal10/M3CoL 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Multimodal Pre-training Framework for Sequential Recommendation via Contrastive Learning

2023-03-21 · Lingzi Zhang, Xin Zhou, Zhiwei Zeng, Zhiqi Shen

Current multimodal sequential recommendation models are often unable to effectively explore and capture correlations among behavior sequences of users and items across different modalities, either neglecting correlations…

Contrastive LearningRecommendation SystemsRepresentation LearningSequential Recommendation

Joint Self-Supervised and Supervised Contrastive Learning for Multimodal MRI Data: Towards Predicting Abnormal Neurodevelopment

2023-12-22 · Zhiyuan Li, Hailong Li, Anca L. Ralescu, Jonathan R. Dillman 외

The integration of different imaging modalities, such as structural, diffusion tensor, and functional magnetic resonance imaging, with deep learning models has yielded promising outcomes in discerning phenotypic characte…

Contrastive Learning

Semi-Supervised Sound Event Detection with Conditional Mixup and Embedding-Level Contrastive Loss

2026-06-29 · Nian Shao, Xian Li, Xiaofei Li arxiv

Sound event detection (SED) is a core module for acoustic environmental analysis, yet its performance is often limited by scarce labeled data. Recent systems leverage large pretrained audio foundation models, but effecti…

Sound Event DetectionContrastive Learning

Contrastive-mixup learning for improved speaker verification

2022-02-22 · Xin Zhang, Minho Jin, Roger Cheng, Ruirui Li 외

This paper proposes a novel formulation of prototypical loss with mixup for speaker verification. Mixup is a simple yet efficient data augmentation technique that fabricates a weighted combination of random data point an…

Data AugmentationMetric LearningSpeaker Verification

Multimodal Representation Learning Conditioned on Semantic Relations

2025-08-24 · Yang Qiao, Yuntong Hu, Bowen Zhu, Hasibul Haque 외 arxiv

Multimodal representation learning has been largely driven by contrastive models such as CLIP, which learn a shared embedding space by aligning paired image-text samples. While effective for general-purpose representatio…

Representation Learning