English

TransformerFAM: Feedback attention is working memory

Machine Learning 2024-05-08 v3 Artificial Intelligence Computation and Language

Abstract

While Transformers have revolutionized deep learning, their quadratic attention complexity hinders their ability to process infinitely long inputs. We propose Feedback Attention Memory (FAM), a novel Transformer architecture that leverages a feedback loop to enable the network to attend to its own latent representations. This design fosters the emergence of working memory within the Transformer, allowing it to process indefinitely long sequences. TransformerFAM requires no additional weights, enabling seamless integration with pre-trained models. Our experiments show that TransformerFAM significantly improves Transformer performance on long-context tasks across various model sizes (1B, 8B, and 24B). These results showcase the potential to empower Large Language Models (LLMs) to process sequences of unlimited length.

Keywords

Cite

@article{arxiv.2404.09173,
  title  = {TransformerFAM: Feedback attention is working memory},
  author = {Dongseong Hwang and Weiran Wang and Zhuoyuan Huo and Khe Chai Sim and Pedro Moreno Mengibar},
  journal= {arXiv preprint arXiv:2404.09173},
  year   = {2024}
}

Comments

26 pages, 12 figures, 14 tables

R2 v1 2026-06-28T15:53:37.549Z