AI Briefing
KO

LG AI Research 291

·2026.07.16 09:00

Key point

The paper proposes SBM-Transformer, which adjusts attention sparsity based on data to improve computational efficiency.

1 / 2

Details

Existing Transformer architectures show excellent performance, but have a limitation in that computational cost increases quadratically with sequence length. This makes them difficult to apply directly to long-sequence tasks such as document summarization or high-resolution image processing.

Existing Sparse Attention approaches have the drawback of applying the same modification to all layers, making it difficult to achieve the optimal balance between performance and cost. To address this, we propose SBM-Transformer, in which each attention head can adjust its sparsity on its own according to the data.

SBM-Transformer works by assigning a mixed-membership Stochastic Block Model (SBM) to each attention head.

  • How it works: Each head treats input tokens as nodes and samples a Bipartite Graph connecting queries and keys.
  • Graph sampling: Using an SBM parameterized by the input, it determines the query source nodes, key destination nodes, and the connection probabilities between clusters.
  • Flexibility: Depending on the characteristics of the data, it flexibly switches between Dense attention and Sparse attention, optimizing computational cost.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.