CLJul 21

Dual Attention Residuals

arXiv:2607.1873010.8h-index: 3
Predicted impact top 79% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For researchers improving Transformer architectures, DAR offers a novel method to enhance residual pathways with cross-stream interaction, yielding consistent gains without redundancy.

Dual Attention Residuals (DAR) introduces reciprocal cross-stream addressing to combine historical retrieval and multi-stream residual pathways in Transformers, consistently improving validation loss over standard and Attention Residual baselines across models from 0.1B to 1B parameters and a 7B sparse-MoE model.

Recent work extends Transformer residual pathways along two complementary axes: historical retrieval selects information from earlier depths, whereas multi-stream methods maintain multiple residual trajectories. These capabilities have largely been studied in isolation, and assigning an independent retriever to each stream still prevents one trajectory from influencing depth selection in another. We propose Dual Attention Residuals (DAR), which brings multi-stream interaction into historical retrieval through reciprocal cross-stream addressing. For each target stream, DAR computes depth weights from normalized states in the opposite stream and applies them to values from the target stream's own history. The retrieved states are combined for an unchanged Transformer branch and updated through constrained gated writes; a block-form variant operates on block-level histories to control overhead. Across dense models from 0.1B to 1B parameters and a 7B sparse-MoE model, DAR consistently improves validation loss over standard residual Transformers and Attention Residuals. Routing ablations show that the gain cannot be explained by an additional stream or value projection alone. Representation and intervention analyses further show that reciprocal cross-stream selection preserves depth-wise diversity and avoids the redundancy or functional imbalance observed in alternative two-stream designs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes