English

Faster Depth-Adaptive Transformers

Computation and Language 2020-12-17 v4

Abstract

Depth-adaptive neural networks can dynamically adjust depths according to the hardness of input words, and thus improve efficiency. The main challenge is how to measure such hardness and decide the required depths (i.e., layers) to conduct. Previous works generally build a halting unit to decide whether the computation should continue or stop at each layer. As there is no specific supervision of depth selection, the halting unit may be under-optimized and inaccurate, which results in suboptimal and unstable performance when modeling sentences. In this paper, we get rid of the halting unit and estimate the required depths in advance, which yields a faster depth-adaptive model. Specifically, two approaches are proposed to explicitly measure the hardness of input words and estimate corresponding adaptive depth, namely 1) mutual information (MI) based estimation and 2) reconstruction loss based estimation. We conduct experiments on the text classification task with 24 datasets in various sizes and domains. Results confirm that our approaches can speed up the vanilla Transformer (up to 7x) while preserving high accuracy. Moreover, efficiency and robustness are significantly improved when compared with other depth-adaptive approaches.

Keywords

Cite

@article{arxiv.2004.13542,
  title  = {Faster Depth-Adaptive Transformers},
  author = {Yijin Liu and Fandong Meng and Jie Zhou and Yufeng Chen and Jinan Xu},
  journal= {arXiv preprint arXiv:2004.13542},
  year   = {2020}
}

Comments

AAAI-2021. Code will appear at: https://github.com/Adaxry/Adaptive-Transformer

R2 v1 2026-06-23T15:09:15.083Z