paper-with-me

홈 › Papers

HyperPELT: Unified Parameter-Efficient Language Model Tuning for Both Language and Vision-and-Language Tasks

2022-03-08 · Zhengkun Zhang, Wenya Guo, Xiaojun Meng, Yasheng Wang, Yadao Wang, Xin Jiang, Qun Liu, Zhenglu Yang

The workflow of pretraining and fine-tuning has emerged as a popular paradigm for solving various NLP and V&L (Vision-and-Language) downstream tasks. With the capacity of pretrained models growing rapidly, how to perform parameter-efficient fine-tuning has become fairly important for quick transfer learning and deployment. In this paper, we design a novel unified parameter-efficient transfer learning framework that works effectively on both pure language and V&L tasks. In particular, we use a shared hypernetwork that takes trainable hyper-embeddings as input, and outputs weights for fine-tuning different small modules in a pretrained language model, such as tuning the parameters inserted into multi-head attention blocks (i.e., prefix-tuning) and feed-forward blocks (i.e., adapter-tuning). We define a set of embeddings (e.g., layer, block, task and visual embeddings) as the key components to calculate hyper-embeddings, which thus can support both pure language and V&L tasks. Our proposed framework adds fewer trainable parameters in multi-task learning while achieving superior performances and transfer ability compared to state-of-the-art methods. Empirical results on the GLUE benchmark and multiple V&L tasks confirm the effectiveness of our framework on both textual and visual modalities.

📄 PDF Abstract BibTeX arXiv:2203.03878

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMulti-Task Learningparameter-efficient fine-tuningTransfer Learning

Methods 이 논문이 사용한 방법론

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}$.
HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Making Parameter-efficient Tuning More Efficient: A Unified Framework for Classification Tasks

2022-10-01 · COLING 2022 10 · Xin Zhou, Ruotian Ma, Yicheng Zou, Xuanting Chen 외

Large pre-trained language models (PLMs) have demonstrated superior performance in industrial applications. Recent studies have explored parameter-efficient PLM tuning, which only updates a small amount of task-specific …

ClassificationLanguage ModelingLanguage ModellingSentence+3

SpeechPrompt v2: Prompt Tuning for Speech Classification Tasks

2023-03-01 · Kai-Wei Chang, Yu-Kai Wang, Hua Shen, Iu-thing Kang 외

Prompt tuning is a technology that tunes a small set of parameters to steer a pre-trained language model (LM) to directly generate the output for downstream tasks. Recently, prompt tuning has demonstrated its storage and…

ClassificationLanguage ModelingLanguage ModellingSpoken Language Understanding

PEFT-Factory: Unified Parameter-Efficient Fine-Tuning of Autoregressive Large Language Models

2025-12-02 · Robert Belanec, Ivan Srba, Maria Bielikova arxiv

Parameter-Efficient Fine-Tuning (PEFT) methods address the increasing size of Large Language Models (LLMs). Currently, many newly introduced PEFT methods are challenging to replicate, deploy, or compare with one another.…

parameter-efficient fine-tuningText Generation

Unified Vision and Language Prompt Learning

2022-10-13 · Yuhang Zang, Wei Li, Kaiyang Zhou, Chen Huang 외

Prompt tuning, a parameter- and data-efficient transfer learning paradigm that tunes only a small number of parameters in a model's input space, has become a trend in the vision community since the emergence of large vis…

Domain GeneralizationFew-Shot LearningPrompt LearningTransfer Learning+1

Parameter-Efficient Tuning on Layer Normalization for Pre-trained Language Models

2022-11-16 · Wang Qi, Yu-Ping Ruan, Yuan Zuo, Taihao Li

Conventional fine-tuning encounters increasing difficulties given the size of current Pre-trained Language Models, which makes parameter-efficient tuning become the focal point of frontier research. Previous methods in t…