Where Should Experience Live? Hierarchical Hebbian Memory for Continual Vision Transformers

arXiv:2609.00358 2026 Architecture 1 ideas extracted · analyzed Sep 2, 2026

What the math gives to ML

The paper provides a concrete fast-weight associative memory update that separates retrieval from plasticity: the model reads a pre-update memory state and only then writes the current key-value association. The transferable asset is a bounded, exponentially retained Hebbian matrix whose retention and write strength can vary per input, giving a cheap alternative to storing all past tokens or updating the full transformer. A practical adaptation is to insert this memory into an attention block as an auxiliary value source, with controller outputs determining input-dependent retention and plasticity. The main risk is that the underlying Hebbian rule is related to existing fast-weight transformers, so its benefit must be demonstrated against recurrent attention and explicit replay baselines.

Ideas from this paper

Unverified 2026

Bounded Adaptive Hebbian Fast-Weight Cache

Add a recurrent associative matrix to each selected transformer layer so recent key-value relationships can be retrieved without retaining every past token or performing gradient updates. The matrix uses input-dependent retention and write gates, but retrieval is always performed from the pre-write state, preventing the current target from leaking into its own prediction. Frobenius-norm clipping makes the recurrent memory bounded and provides a direct stability control.

Useful6/10
Difficulty4/10
Novelty4/10
Paper: Where Should Experience Live? Hierarchical Hebbian Memory for Continual Vision Transformers arXiv:2609.00358