paper-with-me

홈 › Papers

Identifiability Results for Multimodal Contrastive Learning

2023-03-16 · Imant Daunhawer, Alice Bizeul, Emanuele Palumbo, Alexander Marx, Julia E. Vogt

Contrastive learning is a cornerstone underlying recent progress in multi-view and multimodal learning, e.g., in representation learning with image/caption pairs. While its effectiveness is not yet fully understood, a line of recent work reveals that contrastive learning can invert the data generating process and recover ground truth latent factors shared between views. In this work, we present new identifiability results for multimodal contrastive learning, showing that it is possible to recover shared factors in a more general setup than the multi-view setting studied previously. Specifically, we distinguish between the multi-view setting with one generative mechanism (e.g., multiple cameras of the same type) and the multimodal setting that is characterized by distinct mechanisms (e.g., cameras and microphones). Our work generalizes previous identifiability results by redefining the generative process in terms of distinct mechanisms with modality-specific latent variables. We prove that contrastive learning can block-identify latent factors shared between modalities, even when there are nontrivial dependencies between factors. We empirically verify our identifiability results with numerical simulations and corroborate our findings on a complex multimodal dataset of image/text pairs. Zooming out, our work provides a theoretical basis for multimodal representation learning and explains in which settings multimodal contrastive learning can be effective in practice.

📄 PDF Abstract BibTeX arXiv:2303.09166

Code (1)

imantdaunhawer/multimodal-contrastive-learning 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Contrastive Learning for Multimodal Data

2026-04-07 · Huichao Li, Junhan Yu, Doudou Zhou arxiv

Multimodal representation learning is commonly built on a shared-private decomposition, treating latent information as either common to all modalities or specific to one. This binary view is often inadequate: many factor…

Representation LearningContrastive Learning

Beyond DAGs: A Latent Partial Causal Model for Multimodal Learning

2024-02-09 · Yuhang Liu, Zhen Zhang, Dong Gong, Erdun Gao 외

Directed acyclic graphs (DAGs) are fundamental graph structures in causal modeling, but identifying the desired DAG from observational data often requires strong assumptions that may not hold in real-world scenarios, esp…

Contrastive LearningDisentanglementDomain GeneralizationFew-Shot Learning+1

Identifiable Multimodal Causal Representation Learning under Partial Latent Sharing

2026-05-18 · Manal Benhamza, Marianne Clausel, Myriam Tami arxiv

Causal representation learning (CRL) seeks to uncover meaningful latent variables and their corresponding causal structure from high-dimensional observational data. Although its significance, CRL identifiability remains …

Representation Learning

On Finite-Sample Identifiability of Contrastive Learning-Based Nonlinear Independent Component Analysis

2022-06-14 · Qi Lyu, Xiao Fu

Nonlinear independent component analysis (nICA) aims at recovering statistically independent latent components that are mixed by unknown nonlinear functions. Central to nICA is the identifiability of the latent component…

Contrastive LearningDisentanglementRepresentation LearningSelf-Supervised Learning

Identifiable Contrastive Learning with Automatic Feature Importance Discovery

2023-09-21 · NeurIPS 2023 11

Existing contrastive learning methods rely on pairwise sample contrast $z_x^\top z_{x'}$ to learn data representations, but the learned features often lack clear interpretability from a human perspective. Theoretically, …