2021/07/02 by Sehoon Kim, Kim, Sehoon, Sheng Shen +11 · 27 citations
Computer Science · #Advanced Data Storage Technologies #Advanced Neural Network Applications #Algorithm #Artificial intelligence #Computation and Language (cs.CL) #Computer network #Computer science #FLOPS #FOS: Computer and information sciences #Inference #Parallel Computing and Optimization Techniques #Parallel computing #Pruning #Security token #Sequence (biology) #Transformer #cs.CL
paper · pdf · doi:10.48550/arxiv.2107.00910
published in arXiv (Cornell University) (Cornell University) · KDD 2022 (Research Track)
openalex publication_date 2021/07/02 · arxiv created 2022/06/02 · arxiv updated 2022/06/06 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
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.