paper-with-me

홈 › Papers

Principled Multimodal Representation Learning

2025-07-23 · Xiaohao Liu, Xiaobo Xia, See-Kiong Ng, Tat-Seng Chua arxiv

Multimodal representation learning seeks to create a unified representation space by integrating diverse data modalities to improve multimodal understanding. Traditional methods often depend on pairwise contrastive learning, which relies on a predefined anchor modality, restricting alignment across all modalities. Recent advances have investigated the simultaneous alignment of multiple modalities, yet several challenges remain, such as limitations imposed by fixed anchor points and instability arising from optimizing the product of singular values. To address the challenges, in this paper, we propose Principled Multimodal Representation Learning (PMRL), a novel framework that achieves simultaneous alignment of multiple modalities without anchor dependency in a more stable manner. Specifically, grounded in the theoretical insight that full alignment corresponds to a rank-1 Gram matrix, PMRL optimizes the dominant singular value of the representation matrix to align modalities along a shared leading direction. We propose a softmax-based loss function that treats singular values as logits to prioritize the largest singular value. Besides, instance-wise contrastive regularization on the leading eigenvectors maintains inter-instance separability and prevents representation collapse. Extensive experiments across diverse tasks demonstrate PMRL's superiority compared to baseline methods. Source code can be found in https://github.com/Xiaohao-Liu/PMRL.

📄 PDF Abstract BibTeX arXiv:2507.17343

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningContrastive Learning

Similar Papers 제목 키워드 기반

Multimodal Machine Learning in Image-Based and Clinical Biomedicine: Survey and Prospects

2023-11-04 · Elisa Warner, Joonsang Lee, William Hsu, Tanveer Syeda-Mahmood 외

Machine learning (ML) applications in medical artificial intelligence (AI) systems have shifted from traditional and statistical methods to increasing application of deep learning models. This survey navigates the curren…

Data IntegrationMedical Image AnalysisTranslation

Toward Structural Multimodal Representations: Specialization, Selection, and Sparsification via Mixture-of-Experts

2026-05-05 · Hahyeon Choi, Nojun Kwak arxiv

We propose S3 (Specialization, Selection, Sparsification), a framework that rethinks multimodal learning through a structural perspective. Instead of encoding all signals into a fixed embedding, S3 decomposes multimodal …

Contrastive Learning

From Introspection to Best Practices: Principled Analysis of Demonstrations in Multimodal In-Context Learning

2024-07-01 · Nan Xu, Fei Wang, Sheng Zhang, Hoifung Poon 외

Motivated by in-context learning (ICL) capabilities of Large Language models (LLMs), multimodal LLMs with additional visual modality are also exhibited with similar ICL abilities when multiple image-text pairs are provid…

In-Context Learning

Towards Uniformity and Alignment for Multimodal Representation Learning

2026-02-10 · Wenzhe Yin, Pan Zhou, Zehao Xiao, Jie Liu 외 arxiv

Multimodal representation learning aims to construct a shared embedding space in which heterogeneous modalities are semantically aligned. Despite strong empirical results, InfoNCE-based objectives introduce inherent conf…

Representation Learning

Quantifying Modality Contributions via Disentangling Multimodal Representations

2025-11-22 · Padegal Amit, Omkar Mahesh Kashyap, Namitha Rayasam, Nidhi Shekhar 외 arxiv

Quantifying modality contributions in multimodal models remains a challenge, as existing approaches conflate the notion of contribution itself. Prior work relies on accuracy-based approaches, interpreting performance dro…