paper-with-me

홈 › Papers

Multi-Modal Adapter for Vision-Language Models

2024-09-03 · Dominykas Seputis, Serghei Mihailov, Soham Chatterjee, Zehao Xiao

Large pre-trained vision-language models, such as CLIP, have demonstrated state-of-the-art performance across a wide range of image classification tasks, without requiring retraining. Few-shot CLIP is competitive with existing specialized architectures that were trained on the downstream tasks. Recent research demonstrates that the performance of CLIP can be further improved using lightweight adaptation approaches. However, previous methods adapt different modalities of the CLIP model individually, ignoring the interactions and relationships between visual and textual representations. In this work, we propose Multi-Modal Adapter, an approach for Multi-Modal adaptation of CLIP. Specifically, we add a trainable Multi-Head Attention layer that combines text and image features to produce an additive adaptation of both. Multi-Modal Adapter demonstrates improved generalizability, based on its performance on unseen classes compared to existing adaptation methods. We perform additional ablations and investigations to validate and interpret the proposed approach.

📄 PDF Abstract BibTeX arXiv:2409.02958

Code (1)

dqmis/clip-mma 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adapter 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Cross-Modal Adapter: Parameter-Efficient Transfer Learning Approach for Vision-Language Models

2024-04-19 · Juncheng Yang, Zuchao Li, Shuai Xie, WeiPing Zhu 외

Adapter-based parameter-efficient transfer learning has achieved exciting results in vision-language models. Traditional adapter methods often require training or fine-tuning, facing challenges such as insufficient sampl…

RetrievalTransfer Learning

UniAdapter: Unified Parameter-Efficient Transfer Learning for Cross-modal Modeling

2023-02-13 · Haoyu Lu, Yuqi Huo, Guoxing Yang, Zhiwu Lu 외

Large-scale vision-language pre-trained models have shown promising transferability to various downstream tasks. As the size of these foundation models and the number of downstream tasks grow, the standard full fine-tuni…

Image-text RetrievalRetrievalText RetrievalTransfer Learning+2

HeGraphAdapter: Tuning Multi-Modal Vision-Language Models with Heterogeneous Graph Adapter

2024-10-10 · Yumiao Zhao, Bo Jiang, Xiao Wang, Qin Xu 외

Adapter-based tuning methods have shown significant potential in transferring knowledge from pre-trained Vision-Language Models to the downstream tasks. However, after reviewing existing adapters, we find they generally …

Graph Neural Network

SEA: Supervised Embedding Alignment for Token-Level Visual-Textual Integration in MLLMs

2024-08-21 · Yuanyang Yin, Yaqi Zhao, YaJie Zhang, Ke Lin 외

Multimodal Large Language Models (MLLMs) have recently demonstrated remarkable perceptual and reasoning abilities, typically comprising a Vision Encoder, an Adapter, and a Large Language Model (LLM). The adapter serves a…

Contrastive LearningLanguage ModelingLanguage ModellingLarge Language Model+1

Prompt-Aware Adapter: Towards Learning Adaptive Visual Tokens for Multimodal Large Language Models

2024-05-24 · Yue Zhang, Hehe Fan, Yi Yang

To bridge the gap between vision and language modalities, Multimodal Large Language Models (MLLMs) usually learn an adapter that converts visual inputs to understandable tokens for Large Language Models (LLMs). However, …

Question AnsweringVisual Question Answering