English

Linear attention is (maybe) all you need (to understand transformer optimization)

Machine Learning 2024-03-14 v2 Artificial Intelligence Optimization and Control

Abstract

Transformer training is notoriously difficult, requiring a careful design of optimizers and use of various heuristics. We make progress towards understanding the subtleties of training Transformers by carefully studying a simple yet canonical linearized shallow Transformer model. Specifically, we train linear Transformers to solve regression tasks, inspired by J.~von Oswald et al.~(ICML 2023), and K.~Ahn et al.~(NeurIPS 2023). Most importantly, we observe that our proposed linearized models can reproduce several prominent aspects of Transformer training dynamics. Consequently, the results obtained in this paper suggest that a simple linearized Transformer model could actually be a valuable, realistic abstraction for understanding Transformer optimization.

Keywords

Cite

@article{arxiv.2310.01082,
  title  = {Linear attention is (maybe) all you need (to understand transformer optimization)},
  author = {Kwangjun Ahn and Xiang Cheng and Minhak Song and Chulhee Yun and Ali Jadbabaie and Suvrit Sra},
  journal= {arXiv preprint arXiv:2310.01082},
  year   = {2024}
}

Comments

Published at ICLR 2024

R2 v1 2026-06-28T12:38:08.108Z