CLNov 17, 2022

Efficient Transformers with Dynamic Token Pooling

arXiv:2211.09761v2256 citationsh-index: 32
Originality Highly original
AI Analysis

This addresses computational bottlenecks in Transformers for language modeling, offering practical efficiency gains.

The paper tackles Transformer inefficiency by introducing dynamic token pooling that predicts variable-length segment boundaries, achieving both faster processing and higher accuracy than vanilla Transformers and fixed-length pooling within the same computational budget.

Transformers achieve unrivalled performance in modelling language, but remain inefficient in terms of memory and time complexity. A possible remedy is to reduce the sequence length in the intermediate layers by pooling fixed-length segments of tokens. Nevertheless, natural units of meaning, such as words or phrases, display varying sizes. To address this mismatch, we equip language models with a dynamic-pooling mechanism, which predicts segment boundaries in an autoregressive fashion. We compare several methods to infer boundaries, including end-to-end learning through stochastic re-parameterisation, supervised learning (based on segmentations from subword tokenizers or spikes in conditional entropy), as well as linguistically motivated boundaries. We perform character-level evaluation on texts from multiple datasets and morphologically diverse languages. The results demonstrate that dynamic pooling, which jointly segments and models language, is both faster and more accurate than vanilla Transformers and fixed-length pooling within the same computational budget.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes