We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Learned Token Pruning for Transformers

Abstract: Deploying transformer models in practice is challenging due to their inference cost, which scales quadratically with input sequence length. To address this, we present a novel Learned Token Pruning (LTP) method which adaptively removes unimportant tokens as an input sequence passes through transformer layers. In particular, LTP prunes tokens with an attention score below a threshold value which is learned for each layer during training. Our threshold-based method allows the length of the pruned sequence to vary adaptively based on the input sequence, and avoids algorithmically expensive operations such as top-k token selection. We extensively test the performance of LTP on GLUE tasks and show that our method outperforms the prior state-of-the-art token pruning methods by up to ~2.5% higher accuracy with the same amount of FLOPs. In particular, LTP achieves up to 2.1x FLOPs reduction with less than 1% accuracy drop, which results in up to 1.9x and 2.0x throughput improvement on Intel Haswell CPUs and NVIDIA V100 GPUs, respectively. Furthermore, we demonstrate that LTP is more robust than prior methods to variations on input sentence lengths. Our code has been developed in PyTorch and has been open-sourced.
Comments: KDD 2022 (Research Track)
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:2107.00910 [cs.CL]
  (or arXiv:2107.00910v3 [cs.CL] for this version)

Submission history

From: Sehoon Kim [view email]
[v1] Fri, 2 Jul 2021 09:00:13 GMT (3676kb,D)
[v2] Thu, 23 Sep 2021 19:09:39 GMT (2150kb,D)
[v3] Thu, 2 Jun 2022 19:00:07 GMT (748kb,D)

Link back to: arXiv, form interface, contact.