Full Attention

Full Attention refers to the standard Transformer mechanism where every token in a sequence attends to every other token, resulting in quadratic computational complexity relative to sequence length. While effective for capturing long-range dependencies, this approach becomes a bottleneck for large-language-model (LLM) inference and training at scale.

Core Characteristics

Recent Developments & Optimizations

Efforts to mitigate the quadratic cost of full attention have led to various architectural innovations. Notable recent work includes:

References