English

Luna: Linear Unified Nested Attention

Machine Learning 2021-11-04 v2 Computation and Language

Abstract

The quadratic computational and memory complexities of the Transformer's attention mechanism have limited its scalability for modeling long sequences. In this paper, we propose Luna, a linear unified nested attention mechanism that approximates softmax attention with two nested linear attention functions, yielding only linear (as opposed to quadratic) time and space complexity. Specifically, with the first attention function, Luna packs the input sequence into a sequence of fixed length. Then, the packed sequence is unpacked using the second attention function. As compared to a more traditional attention mechanism, Luna introduces an additional sequence with a fixed length as input and an additional corresponding output, which allows Luna to perform attention operation linearly, while also storing adequate contextual information. We perform extensive evaluations on three benchmarks of sequence modeling tasks: long-context sequence modeling, neural machine translation and masked language modeling for large-scale pretraining. Competitive or even better experimental results demonstrate both the effectiveness and efficiency of Luna compared to a variety

Keywords

Cite

@article{arxiv.2106.01540,
  title  = {Luna: Linear Unified Nested Attention},
  author = {Xuezhe Ma and Xiang Kong and Sinong Wang and Chunting Zhou and Jonathan May and Hao Ma and Luke Zettlemoyer},
  journal= {arXiv preprint arXiv:2106.01540},
  year   = {2021}
}

Comments

Camera-Ready version in NeurIPS 2021. 2 figures, 9 tables

R2 v1 2026-06-24T02:46:39.155Z