ICML2026

Rank-Aware Spectral Bounds on Attention Logits for Stable Low-Precision Training

Seyed Morteza Emadi

被引用 1 次

摘要

Attention scores in transformers are bilinear forms Sij=xiMxj/dhS_{ij} = x_i^\top M x_j / \sqrt{d_h} whose maximum magnitude governs overflow risk in low-precision training. We derive a rank-aware concentration inequality: when the interaction matrix M=WQWKM = W^Q W^{K\top} has rank rdr \ll d, tail probabilities for maxi,jSij\max_{i,j}|S_{ij}| decay as exp(d2α2/(γr))\exp(-d^{2}\alpha^{2}/(\gamma r)) rather than exp(dα2)\exp(-d\alpha^{2}), where γ>1\gamma > 1. For transformer attention where r=dhr = d_h, this yields 88--28×28\times tighter concentration than rank-agnostic bounds in modern architectures. We apply this result to FP8 training, deriving geometry-aware scale factors that provide principled overflow guarantees without observing activations. The method computes per-layer scales from the spectral norm WQWK2\|W^Q W^{K\top}\|_2 via implicit power iteration, includes a grouped query attention formulation that avoids key expansion, and remains compatible with fused attention kernels. Across GPT-2 XL to Llama-2-70B, geometry-aware scaling eliminates overflows in transient scenarios where delayed scaling fails, while achieving comparable downstream MMLU accuracy.