Switch language한국어
Back to the list

Multi-Head Attention Residuals

TL;DR AI

Key summary

2 min read
  1. Researchers introduced Multi-Head Attention Residuals (MHAR), a Transformer residual-routing method that lets separate heads attend to different depth histories.

  2. MHAR achieved lower validation loss than standard Transformers at 100M, 350M, and 1B parameters, with the best results at H=4 or H=8.

  3. The method adds no parameters and negligible compute, and it can be switched on mid-training for gains on GSM8K and GPQA.

  4. Fused Triton kernels further improve training throughput while keeping memory usage near baseline.

Read the original