paper-with-me

Papers

Tiny-Attention Adapter: Contexts Are More Important Than the Number of Parameters

2022-10-18 · Hongyu Zhao, Hao Tan, Hongyuan Mei

Adapter-tuning is a paradigm that transfers a pretrained language model to downstream tasks by adding and tuning a small number of new parameters. Previously proposed adapter architectures are all feed-forward neural networks. In this paper, we investigate the effectiveness of using tiny-attention -- i.e., attention with extremely small per-head dimensionality -- as adapters. Our tiny-attention adapter learns to modify the hidden states at each position directly conditioned on the hidden states at all the other positions, which is missed by the previously proposed adapters. Moreover, we view its multiple attention heads as a mixture of experts and propose to average their weights during deployment, which further reduces its inference computation cost. On the GLUE benchmark, our tiny-attention adapter outperforms the other parameter-efficient transfer learning methods as well as full fine-tuning while only updating 0.05% of the parameters. On the FewGLUE benchmark, its performance is comparable to that of GPT-3 and PET.

📄 PDF Abstract BibTeX arXiv:2211.01979

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMixture-of-ExpertsTransfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Weight Decay 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…

Similar Papers 제목 키워드 기반

VLA-Adapter: An Effective Paradigm for Tiny-Scale Vision-Language-Action Model

2025-09-11 · Yihao Wang, Pengxiang Ding, Lingxiao Li, Can Cui 외 arxiv

Vision-Language-Action (VLA) models typically bridge the gap between perceptual and action spaces by pre-training a large-scale Vision-Language Model (VLM) on robotic data. While this approach greatly enhances performanc…

The Impact of LoRA Adapters for LLMs on Clinical NLP Classification Under Data Limitations

2024-07-27 · Thanh-Dung Le, Ti Ti Nguyen, Vu Nguyen Ha, Symeon Chatzinotas 외

Fine-tuning Large Language Models (LLMs) for clinical Natural Language Processing (NLP) poses significant challenges due to the domain gap and limited data availability. This study investigates the effectiveness of vario…

PSK at WMT 2026 MIST: Task-Specialized QLoRA Adapters for Multilingual Summarization and Question Answering

2026-08-21 · Srikar Kashyap Pulipaka arxiv

We describe the PSK submission to the WMT 2026 Multilingual Instruction Shared Task. Our system uses the 3.35B-parameter Tiny Aya Global model with three QLoRA adapters, one for each task. The adapters are trained on mul…

Question Answering

FRU-Adapter: Frame Recalibration Unit Adapter for Dynamic Facial Expression Recognition

2025-02-28 · Electronics 2025 2 · Myungbeom Her, Hamza Ghulam Nabi, and Ji-HyeongHan*

Dynamic facial expression recognition (DFER) is one of the most important challenges in computer vision, as it plays a crucial role in human–computer interaction. Re cently, adapter-based approaches have been introduc…

Dynamic Facial Expression RecognitionFacial Expression Recognition

Matching High-Dimensional Geometric Quantiles for Test-Time Adaptation of Transformers and Convolutional Networks Alike

2026-01-16 · Sravan Danda, Aditya Challa, Shlok Mehendale, Snehanshu Saha arxiv

Test-time adaptation (TTA) refers to adapting a classifier for the test data when the probability distribution of the test data slightly differs from that of the training data of the model. To the best of our knowledge, …

Test-time Adaptation