Block Attention Residuals cuts attention overhead from O(Ld) to O(Nd)

stochasticchasm · x · 2026-07-28

Block Attention Residuals cuts attention overhead by partitioning layers into blocks

The attached paper excerpt explains a Block Attention Residuals design that partitions the model’s layers into N blocks of S = L/N layers. Inside each block, layer outputs are reduced into a single representation by summation, and attention is then applied only over the block-level representations rather than all layer states.

Key points from the excerpt:

Original post →

More from Infra

Infra channel →