Star Attention

  • Last Updated 31 May, 2026
  • by David Spuler, Ph.D.

What is Star Attention?

Star attention is an LLM attention optimization that reduces the cost of attention matrix computations on long token sequences. It is a type of "linear attention" that uses an approximation with "block sparsity" to avoid the quadratic complexity of LLM full attention algorithms. This helps the LLM known which blocks of tokens to pay attention to without needing to compute the QKV tensors for every single token.

Related LLM research areas for long context optimization of the attention methods include:

Other topics in attention research:

Star Attention: Book Excerpts and Blog Articles

Free online book excerpts with full text chapters online and free PDF downloads, and the Aussie AI blog, including related articles:

Research on Star Attention

More AI Research

Read more about: