paper-with-me

홈 › Papers

Empowering parameter-efficient transfer learning by recognizing the kernel structure in self-attention

2022-05-07 · Findings (NAACL) 2022 7 · Yifan Chen, Devamanyu Hazarika, Mahdi Namazifar, Yang Liu, Di Jin, Dilek Hakkani-Tur

The massive amount of trainable parameters in the pre-trained language models (PLMs) makes them hard to be deployed to multiple downstream tasks. To address this issue, parameter-efficient transfer learning methods have been proposed to tune only a few parameters during fine-tuning while freezing the rest. This paper looks at existing methods along this line through the \textit{kernel lens}. Motivated by the connection between self-attention in transformer-based PLMs and kernel learning, we propose \textit{kernel-wise adapters}, namely \textit{Kernel-mix}, that utilize the kernel structure in self-attention to guide the assignment of the tunable parameters. These adapters use guidelines found in classical kernel learning and enable separate parameter tuning for each attention head. Our empirical results, over a diverse set of natural language generation and understanding tasks, show that our proposed adapters can attain or improve the strong performance of existing baselines.

📄 PDF Abstract BibTeX arXiv:2205.03720

Code (1)

ychen-stat-ml/kernel-adapters 공식 구현 jax

Tasks

Text GenerationTransfer Learning

Similar Papers 제목 키워드 기반

Bailong: Bilingual Transfer Learning based on QLoRA and Zip-tie Embedding

2024-04-01 · Lung-Chuan Chen, Zong-Ru Li

Large language models (LLMs) have demonstrated exceptional performance in various NLP applications. However, the majority of existing open-source LLMs are pre-trained primarily on English data and little part of other la…

Cross-Lingual TransferTransfer Learning

Learning Robust Visual-semantic Mapping for Zero-shot Learning

2021-04-12 · Jingcai Guo

Zero-shot learning (ZSL) aims at recognizing unseen class examples (e.g., images) with knowledge transferred from seen classes. This is typically achieved by exploiting a semantic feature space shared by both seen and un…

Zero-Shot Learning

Spatial Shortcut Network for Human Pose Estimation

2019-04-05 · Te Qi, Bayram Bayramli, Usman Ali, Qinchuan Zhang 외

Like many computer vision problems, human pose estimation is a challenging problem in that recognizing a body part requires not only information from local area but also from areas with large spatial distance. In order t…

Pose Estimation

On Negative Transfer and Structure of Latent Functions in Multi-output Gaussian Processes

2020-04-06 · Moyan Li, Raed Kontar

The multi-output Gaussian process ($\mathcal{MGP}$) is based on the assumption that outputs share commonalities, however, if this assumption does not hold negative transfer will lead to decreased performance relative to …

Gaussian Processes

Empowering Dual-Level Graph Self-Supervised Pretraining with Motif Discovery

2023-12-19 · Pengwei Yan, Kaisong Song, Zhuoren Jiang, Yangyang Kang 외

While self-supervised graph pretraining techniques have shown promising results in various domains, their application still experiences challenges of limited topology learning, human knowledge dependency, and incompetent…

Representation LearningTransfer Learning