CLAIFeb 26

Affine-Scaled Attention: Towards Flexible and Stable Transformer Attention

arXiv:2602.23057v1h-index: 16
Originality Incremental advance
AI Analysis

This work provides an incremental improvement to Transformer attention mechanisms, benefiting researchers and practitioners working with large language models by enhancing training stability and performance.

This paper introduces Affine-Scaled Attention, which adds input-dependent scaling and a bias term to softmax-normalized attention weights. This modification improves training stability, optimization behavior, and downstream task performance in large-scale language model pretraining across multiple model sizes compared to standard softmax attention and attention sink baselines.

Transformer attention is typically implemented using softmax normalization, which enforces attention weights with unit sum normalization. While effective in many settings, this constraint can limit flexibility in controlling attention magnitudes and may contribute to overly concentrated or unstable attention patterns during training. Prior work has explored modifications such as attention sinks or gating mechanisms, but these approaches provide only limited or indirect control over attention reweighting. We propose Affine-Scaled Attention, a simple extension to standard attention that introduces input-dependent scaling and a corresponding bias term applied to softmax-normalized attention weights. This design relaxes the strict normalization constraint while maintaining aggregation of value representations, allowing the model to adjust both the relative distribution and the scale of attention in a controlled manner. We empirically evaluate Affine-Scaled Attention in large-scale language model pretraining across multiple model sizes. Experimental results show consistent improvements in training stability, optimization behavior, and downstream task performance compared to standard softmax attention and attention sink baselines. These findings suggest that modest reweighting of attention outputs provides a practical and effective way to improve attention behavior in Transformer models.

Foundations

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

Your Notes