LGCPMay 14

Stochastic Attention via Langevin Dynamics on the Modern Hopfield Energy

arXiv:2603.0687517.02 citationsh-index: 3
AI Analysis

This work provides a principled, training-free generative mechanism for attention-based models, particularly beneficial in low-data regimes where learned generative models fail.

The authors propose stochastic attention, a training-free sampler derived by applying Langevin dynamics to the modern Hopfield energy, which transitions from exact retrieval to open-ended generation via a single temperature parameter. The method outperforms learned baselines in novelty and diversity on MNIST, preserves amino acid composition on protein sequences, and enables zero-shot class-conditional generation on Olivetti faces.

Attention heads retrieve: given a query, they return a weighted average of stored values. We showed that this computation is one step of gradient descent on the modern Hopfield energy, and that Langevin sampling from the corresponding Boltzmann distribution yielded stochastic attention, a training-free sampler controlled by a single temperature parameter. Lowering the temperature gave exact retrieval; raising it gave open-ended generation. Because the energy gradient equals the attention map, no score network, training loop, or learned model was required, making the approach particularly suited to the low-data regime where learned generative models are starved of training signal. We derived an entropy inflection condition that identified the retrieval-to-generation transition temperature for any memory geometry and validated the sampler on five domains spanning two orders of magnitude in dimension. A single Boolean mask on the attention softmax, identical to the causal mask used in transformers but applied along the memory axis rather than the sequence axis, turned the sampler into a zero-shot class-conditional generator on Olivetti faces with no retraining and no learned classifier. On MNIST digit images, stochastic attention produced samples that were markedly more novel and more diverse than the best learned baseline while matching a Metropolis-corrected gold standard. On protein sequences from a small Pfam family, the generation regime preserved amino acid composition far more faithfully than a variational autoencoder at matched novelty, indicating that the training-free score function retained family-level fidelity that learned models lost. A denoising diffusion baseline failed across all memory sizes tested, producing samples indistinguishable from isotropic noise. The approach required no architectural changes to the underlying attention mechanism.

Foundations

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

Your Notes