English

Sparse is Enough in Scaling Transformers

Machine Learning 2021-11-29 v1 Computation and Language

Abstract

Large Transformer models yield impressive results on many tasks, but are expensive to train, or even fine-tune, and so slow at decoding that their use and study becomes out of reach. We address this problem by leveraging sparsity. We study sparse variants for all layers in the Transformer and propose Scaling Transformers, a family of next generation Transformer models that use sparse layers to scale efficiently and perform unbatched decoding much faster than the standard Transformer as we scale up the model size. Surprisingly, the sparse layers are enough to obtain the same perplexity as the standard Transformer with the same number of parameters. We also integrate with prior sparsity approaches to attention and enable fast inference on long sequences even with limited memory. This results in performance competitive to the state-of-the-art on long text summarization.

Keywords

Cite

@article{arxiv.2111.12763,
  title  = {Sparse is Enough in Scaling Transformers},
  author = {Sebastian Jaszczur and Aakanksha Chowdhery and Afroz Mohiuddin and Łukasz Kaiser and Wojciech Gajewski and Henryk Michalewski and Jonni Kanerva},
  journal= {arXiv preprint arXiv:2111.12763},
  year   = {2021}
}

Comments

NeurIPS 2021

R2 v1 2026-06-24T07:51:13.060Z