Multi-Head Attention Residuals Improve Information Propagation
July 31, 2026
MHAR relaxes the single additive residual stream in Transformers by allowing sublayers to attend to depth history via learned softmax routing. This block-diagonal approach adds zero parameters and negligible compute, enabling feature subspaces to access different depth histories.
HOW THIS AFFECTS YOU
●
researcherThis architecture offers a way to scale width without forcing all subspaces through a single depth distribution.