Switch language한국어
Back to the list

Delta Attention Residuals

TL;DR AI

Key summary

2 min read
  1. Researchers propose Delta Attention Residuals, a transformer routing method that attends to layer-to-layer changes instead of cumulative hidden states.

  2. They find standard Attention Residuals become overly uniform across layers, reducing contrast in attention weights.

  3. Routing over deltas produces sharper attention distributions and lowers validation perplexity across models from 220M to 7.6B parameters.

  4. The method also offers a practical way to improve pretrained checkpoints by fine-tuning layer-wise routing.

Read the original