English

SMYRF: Efficient Attention using Asymmetric Clustering

Machine Learning 2020-10-13 v1

Abstract

We propose a novel type of balanced clustering algorithm to approximate attention. Attention complexity is reduced from O(N2)O(N^2) to O(NlogN)O(N \log N), where NN is the sequence length. Our algorithm, SMYRF, uses Locality Sensitive Hashing (LSH) in a novel way by defining new Asymmetric transformations and an adaptive scheme that produces balanced clusters. The biggest advantage of SMYRF is that it can be used as a drop-in replacement for dense attention layers without any retraining. On the contrary, prior fast attention methods impose constraints (e.g. queries and keys share the same vector representations) and require re-training from scratch. We apply our method to pre-trained state-of-the-art Natural Language Processing and Computer Vision models and we report significant memory and speed benefits. Notably, SMYRF-BERT outperforms (slightly) BERT on GLUE, while using 50%50\% less memory. We also show that SMYRF can be used interchangeably with dense attention before and after training. Finally, we use SMYRF to train GANs with attention in high resolutions. Using a single TPU, we were able to scale attention to 128x128=16k and 256x256=65k tokens on BigGAN on CelebA-HQ.

Keywords

Cite

@article{arxiv.2010.05315,
  title  = {SMYRF: Efficient Attention using Asymmetric Clustering},
  author = {Giannis Daras and Nikita Kitaev and Augustus Odena and Alexandros G. Dimakis},
  journal= {arXiv preprint arXiv:2010.05315},
  year   = {2020}
}

Comments

30 pages, 10 figures

R2 v1 2026-06-23T19:15:21.716Z