paper-with-me

Papers

Tuning LayerNorm in Attention: Towards Efficient Multi-Modal LLM Finetuning

2023-12-18 · Bingchen Zhao, Haoqin Tu, Chen Wei, Jieru Mei, Cihang Xie

This paper introduces an efficient strategy to transform Large Language Models (LLMs) into Multi-Modal Large Language Models (MLLMs). By conceptualizing this transformation as a domain adaptation process, i.e., transitioning from text understanding to embracing multiple modalities, we intriguingly note that, within each attention block, tuning LayerNorm suffices to yield strong performance. Moreover, when benchmarked against other tuning approaches like full parameter finetuning or LoRA, its benefits on efficiency are substantial. For example, when compared to LoRA on a 13B model scale, performance can be enhanced by an average of over 20% across five multi-modal tasks, and meanwhile, results in a significant reduction of trainable parameters by 41.9% and a decrease in GPU memory usage by 17.6%. On top of this LayerNorm strategy, we showcase that selectively tuning only with conversational data can improve efficiency further. Beyond these empirical outcomes, we provide a comprehensive analysis to explore the role of LayerNorm in adapting LLMs to the multi-modal domain and improving the expressive power of the model.

📄 PDF Abstract BibTeX arXiv:2312.11420

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationGPU

Similar Papers 제목 키워드 기반

Multilingual Speech Translation from Efficient Finetuning of Pretrained Models

2021-08-01 · ACL 2021 5 · Xian Li, Changhan Wang, Yun Tang, Chau Tran 외

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation through efficient transfer learning from a pretrained speech encoder and text decoder. Our key finding is that a minimalist…

DecoderSpeech-to-TextText GenerationTransfer Learning+1

Multilingual Speech Translation with Efficient Finetuning of Pretrained Models

2020-10-24 · Xian Li, Changhan Wang, Yun Tang, Chau Tran 외

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation by efficient transfer learning from pretrained speech encoder and text decoder. Our key finding is that a minimalistic LNA …

Cross-Lingual TransferDecoderSpeech-to-TextText Generation+2

Exploiting Layer Normalization Fine-tuning in Visual Transformer Foundation Models for Classification

2025-08-11 · Zhaorui Tan, Tan Pan, Kaizhu Huang, Weimiao Yu 외 arxiv

LayerNorm is pivotal in Vision Transformers (ViTs), yet its fine-tuning dynamics under data scarcity and domain shifts remain underexplored. This paper shows that shifts in LayerNorm parameters after fine-tuning (LayerNo…

Transfer Learning

M$^2$PT: Multimodal Prompt Tuning for Zero-shot Instruction Learning

2024-09-24 · Taowen Wang, Yiyang Liu, James Chenhao Liang, Junhan Zhao 외

Multimodal Large Language Models (MLLMs) demonstrate remarkable performance across a wide range of domains, with increasing emphasis on enhancing their zero-shot generalization capabilities for unseen tasks across variou…

Zero-shot Generalization

Pretrained Transformers as Universal Computation Engines

2021-03-09 · Kevin Lu, Aditya Grover, Pieter Abbeel, Igor Mordatch

We investigate the capability of a transformer pretrained on natural language to generalize to other modalities with minimal finetuning -- in particular, without finetuning of the self-attention and feedforward layers of…