transformer
IB-attention-hopfield
Softmax self-attention (the Transformer's core operation) is exactly ONE update step of a continuous modern Hopfield network with an exponential energy — i.e. associative-memory attractor retrieval — with pattern-storage capacity scaling ~2^(d/2) and the softmax inverse-temperature beta as the retrieval-sharpness knob.
Observed quantities
attention = 1 modern-Hopfield update; pattern-storage capacity ~2^(d/2); knob = softmax inverse-temperature beta
01
Primary source
- Ramsauer et al. 2020, ICLR — 'Hopfield Networks is All You Need'
02
Boundary of this block
FORMAL result (Petrovich flag): a proven mathematical equivalence + capacity bound about an ENGINEERED system, not a measurement of a natural system. Included as the transformer domain's evidence anchor; the broad 'attention IS memory retrieval everywhere' generalization is NOT asserted here as a natural law.
03