paper-with-me

홈 › Papers

From Unimodal to Multimodal: Scaling up Projectors to Align Modalities

2024-09-28 · Mayug Maniparambil, Raiymbek Akshulakov, Yasser Abdelaziz Dahou Djilali, Sanath Narayan, Ankit Singh, Noel E. O'Connor

Recent contrastive multimodal vision-language models like CLIP have demonstrated robust open-world semantic understanding, becoming the standard image backbones for vision-language applications due to their aligned latent space. However, this practice has left powerful unimodal encoders for both vision and language underutilized in multimodal applications which raises a key question: Is there a plausible way to connect unimodal backbones for zero-shot vision-language tasks? To this end, we propose a novel approach that aligns vision and language modalities using only projection layers on pretrained, frozen unimodal encoders. Our method exploits the high semantic similarity between embedding spaces of well-trained vision and language models. It involves selecting semantically similar encoders in the latent space, curating a concept-rich dataset of image-caption pairs, and training simple MLP projectors. We evaluated our approach on 12 zero-shot classification datasets and 2 image-text retrieval datasets. Our best model, utilizing DINOv2 and All-Roberta-Large text encoder, achieves 76\(\%\) accuracy on ImageNet with a 20-fold reduction in data and 65 fold reduction in compute requirements. The proposed framework enhances the accessibility of model development while enabling flexible adaptation across diverse scenarios, offering an efficient approach to building multimodal models by utilizing existing unimodal architectures. Code and datasets will be released soon.

📄 PDF Abstract BibTeX arXiv:2409.19425

Code (1)

mayug/freeze-align pytorch

Tasks

Image-text RetrievalSemantic SimilaritySemantic Textual SimilarityText Retrievalzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Harnessing Frozen Unimodal Encoders for Flexible Multimodal Alignment

2025-01-01 · CVPR 2025 1 · Mayug Maniparambil, Raiymbek Akshulakov, Yasser Abdelaziz Dahou Djilali, Sanath Narayan 외

Recent contrastive multimodal vision-language models like CLIP have demonstrated robust open-world semantic understanding, becoming the standard image backbones for vision-language applications. However, recent findi…

Semantic SimilaritySemantic Textual Similarity

Enhancing Unimodal Latent Representations in Multimodal VAEs through Iterative Amortized Inference

2024-10-15 · Yuta Oshima, Masahiro Suzuki, Yutaka Matsuo

Multimodal variational autoencoders (VAEs) aim to capture shared latent representations by integrating information from different data modalities. A significant challenge is accurately inferring representations from any …

Bridging Modalities via Progressive Re-alignment for Multimodal Test-Time Adaptation

2025-11-28 · Jiacheng Li, Songhe Feng arxiv

Test-time adaptation (TTA) enables online model adaptation using only unlabeled test data, aiming to bridge the gap between source and target distributions. However, in multimodal scenarios, varying degrees of distributi…

Test-time AdaptationContrastive Learning

Deep Multimodal Fusion by Channel Exchanging

2020-11-10 · NeurIPS 2020 12 · Yikai Wang, Wenbing Huang, Fuchun Sun, Tingyang Xu 외

Deep multimodal fusion by using multiple sources of data for classification or regression has exhibited a clear advantage over the unimodal counterpart on various applications. Yet, current methods including aggregation-…

Image-to-Image TranslationSemantic SegmentationTranslation

UniS-MMC: Multimodal Classification via Unimodality-supervised Multimodal Contrastive Learning

2023-05-16 · Heqing Zou, Meng Shen, Chen Chen, Yuchen Hu 외

Multimodal learning aims to imitate human beings to acquire complementary information from multiple modalities for various downstream tasks. However, traditional aggregation-based multimodal fusion methods ignore the int…

Contrastive LearningImage-text Classificationtext-classificationText Classification