English

Variator: Accelerating Pre-trained Models with Plug-and-Play Compression Modules

Computation and Language 2024-02-21 v2

Abstract

Pre-trained language models (PLMs) have achieved remarkable results on NLP tasks but at the expense of huge parameter sizes and the consequent computational costs. In this paper, we propose Variator, a parameter-efficient acceleration method that enhances computational efficiency through plug-and-play compression plugins. Compression plugins are designed to reduce the sequence length via compressing multiple hidden vectors into one and trained with original PLMs frozen. Different from traditional model acceleration methods, which compress PLMs to smaller sizes, Variator offers two distinct advantages: (1) In real-world applications, the plug-and-play nature of our compression plugins enables dynamic selection of different compression plugins with varying acceleration ratios based on the current workload. (2) The compression plugin comprises a few compact neural network layers with minimal parameters, significantly saving storage and memory overhead, particularly in scenarios with a growing number of tasks. We validate the effectiveness of Variator on seven datasets. Experimental results show that Variator can save 53% computational costs using only 0.9% additional parameters with a performance drop of less than 2%. Moreover, when the model scales to billions of parameters, Variator matches the strong performance of uncompressed PLMs.

Keywords

Cite

@article{arxiv.2310.15724,
  title  = {Variator: Accelerating Pre-trained Models with Plug-and-Play Compression Modules},
  author = {Chaojun Xiao and Yuqi Luo and Wenbin Zhang and Pengle Zhang and Xu Han and Yankai Lin and Zhengyan Zhang and Ruobing Xie and Zhiyuan Liu and Maosong Sun and Jie Zhou},
  journal= {arXiv preprint arXiv:2310.15724},
  year   = {2024}
}

Comments

Accepted by Findings of EMNLP

R2 v1 2026-06-28T13:00:06.876Z