paper-with-me

Papers

Factorized Contrastive Learning: Going Beyond Multi-view Redundancy

2023-06-08 · NeurIPS 2023 11 · Paul Pu Liang, Zihao Deng, Martin Ma, James Zou, Louis-Philippe Morency, Ruslan Salakhutdinov

In a wide range of multimodal tasks, contrastive learning has become a particularly appealing approach since it can successfully learn representations from abundant unlabeled data with only pairing information (e.g., image-caption or video-audio pairs). Underpinning these approaches is the assumption of multi-view redundancy - that shared information between modalities is necessary and sufficient for downstream tasks. However, in many real-world settings, task-relevant information is also contained in modality-unique regions: information that is only present in one modality but still relevant to the task. How can we learn self-supervised multimodal representations to capture both shared and unique information relevant to downstream tasks? This paper proposes FactorCL, a new multimodal representation learning method to go beyond multi-view redundancy. FactorCL is built from three new contributions: (1) factorizing task-relevant information into shared and unique representations, (2) capturing task-relevant information via maximizing MI lower bounds and removing task-irrelevant information via minimizing MI upper bounds, and (3) multimodal data augmentations to approximate task relevance without labels. On large-scale real-world datasets, FactorCL captures both shared and unique information and achieves state-of-the-art results on six benchmarks

📄 PDF Abstract BibTeX arXiv:2306.05268

Code (1)

pliang279/factorcl 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

On the Tractability of SHAP Explanations

2020-09-18 · Guy Van den Broeck, Anton Lykov, Maximilian Schleich, Dan Suciu

SHAP explanations are a popular feature-attribution mechanism for explainable AI. They use game-theoretic notions to measure the influence of individual features on the prediction of a machine learning model. Despite a l…

BIG-bench Machine Learning

Factorized Latent Spaces with Structured Sparsity

2010-12-01 · NeurIPS 2010 12 · Yangqing Jia, Mathieu Salzmann, Trevor Darrell

Recent approaches to multi-view learning have shown that factorizing the information into parts that are shared across all views and parts that are private to each view could effectively account for the dependencies and …

MULTI-VIEW LEARNINGPose Estimation

Less is More: Multimodal Region Representation via Pairwise Inter-view Learning

2025-05-15 · Min Namgung, Yijun Lin, Janghyeon Lee, Yao-Yi Chiang

With the increasing availability of geospatial datasets, researchers have explored region representation learning (RRL) to analyze complex region characteristics. Recent RRL methods use contrastive learning (CL) to captu…

Contrastive LearningRepresentation Learning

Disentangled Graph Contrastive Learning for Review-based Recommendation

2022-09-04 · Yuyang Ren, Haonan Zhang, Qi Li, Luoyi Fu 외

User review data is helpful in alleviating the data sparsity problem in many recommender systems. In review-based recommendation methods, review data is considered as auxiliary information that can improve the quality of…

Contrastive LearningRecommendation Systems

ConTraIRL: Factorized Contrastive Abstractions for Transferable IRL

2026-06-02 · Yikang Gui, Bikramjit Banerjee, Prashant Doshi arxiv

Reward transfer in Inverse Reinforcement Learning (IRL) is unreliable when policies must generalize to unseen combinations of environment dynamics and task goals. We propose Factorized Contrastive Abstractions for Transf…

Reinforcement LearningContinuous Control