English

AdapterDrop: On the Efficiency of Adapters in Transformers

Machine Learning 2021-10-07 v2 Computation and Language

Abstract

Massively pre-trained transformer models are computationally expensive to fine-tune, slow for inference, and have large storage requirements. Recent approaches tackle these shortcomings by training smaller models, dynamically reducing the model size, and by training light-weight adapters. In this paper, we propose AdapterDrop, removing adapters from lower transformer layers during training and inference, which incorporates concepts from all three directions. We show that AdapterDrop can dynamically reduce the computational overhead when performing inference over multiple tasks simultaneously, with minimal decrease in task performances. We further prune adapters from AdapterFusion, which improves the inference efficiency while maintaining the task performances entirely.

Keywords

Cite

@article{arxiv.2010.11918,
  title  = {AdapterDrop: On the Efficiency of Adapters in Transformers},
  author = {Andreas Rücklé and Gregor Geigle and Max Glockner and Tilman Beck and Jonas Pfeiffer and Nils Reimers and Iryna Gurevych},
  journal= {arXiv preprint arXiv:2010.11918},
  year   = {2021}
}

Comments

EMNLP 2021

R2 v1 2026-06-23T19:33:59.628Z