paper-with-me

Papers

CROME: Cross-Modal Adapters for Efficient Multimodal LLM

2024-08-13 · Sayna Ebrahimi, Sercan O. Arik, Tejas Nama, Tomas Pfister

Multimodal Large Language Models (MLLMs) demonstrate remarkable image-language capabilities, but their widespread use faces challenges in cost-effective training and adaptation. Existing approaches often necessitate expensive language model retraining and limited adaptability. Additionally, the current focus on zero-shot performance improvements offers insufficient guidance for task-specific tuning. We propose CROME, an efficient vision-language instruction tuning framework. It features a novel gated cross-modal adapter that effectively combines visual and textual representations prior to input into a frozen LLM. This lightweight adapter, trained with minimal parameters, enables efficient cross-modal understanding. Notably, CROME demonstrates superior zero-shot performance on standard visual question answering and instruction-following benchmarks. Moreover, it yields fine-tuning with exceptional parameter efficiency, competing with task-specific specialist state-of-the-art methods. CROME demonstrates the potential of pre-LM alignment for building scalable, adaptable, and parameter-efficient multimodal models.

📄 PDF Abstract BibTeX arXiv:2408.06610

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingQuestion AnsweringVisual Question Answering

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

CroMe: Multimodal Fake News Detection using Cross-Modal Tri-Transformer and Metric Learning

2025-01-21 · Eunjee Choi, Junhyun Ahn, XinYu Piao, Jong-Kook Kim

Multimodal Fake News Detection has received increasing attention recently. Existing methods rely on independently encoded unimodal data and overlook the advantages of capturing intra-modality relationships and integratin…

Fake News DetectionMetric Learning

Adapter-state Sharing CLIP for Parameter-efficient Multimodal Sarcasm Detection

2025-07-06 · Soumyadeep Jana, Sahil Danayak, Sanasam Ranbir Singh arxiv

The growing prevalence of multimodal image-text sarcasm on social media poses challenges for opinion mining systems. Existing approaches rely on full fine-tuning of large models, making them unsuitable to adapt under res…

parameter-efficient fine-tuningSarcasm DetectionOpinion Mining

Real-IAD D3: A Real-World 2D/Pseudo-3D/3D Dataset for Industrial Anomaly Detection

2025-04-19 · CVPR 2025 1 · Wenbing Zhu, Lidong Wang, Ziqing Zhou, Chengjie Wang 외

The increasing complexity of industrial anomaly detection (IAD) has positioned multimodal detection methods as a focal area of machine vision research. However, dedicated multimodal datasets specifically tailored for IAD…

Anomaly Detection

I2I: Initializing Adapters with Improvised Knowledge

2023-04-04 · Tejas Srinivasan, Furong Jia, Mohammad Rostami, Jesse Thomason

Adapters present a promising solution to the catastrophic forgetting problem in continual learning. However, training independent Adapter modules for every new task misses an opportunity for cross-task knowledge transfer…

Continual LearningQuestion AnsweringTransfer LearningVisual Question Answering

MoLoRA: Composable Specialization via Per-Token Adapter Routing

2026-03-16 · Shrey Shah, Justin Wagle arxiv

Multi-adapter serving systems route entire sequences to a single adapter, forcing a choice when requests span multiple domains. This assumption fails in two important settings: (1) multimodal generation, where text and i…

multimodal generation