Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Observatory
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Use Cases
  • Readinessfree
  • Signals
  • Free scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Partners
  • Coding for Non-Coders
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchServicesSignalsAbout
ResearchServicesSignalsAbout
  1. Home
  2. Vocab
  3. Fast Weights

Fast Weights

Temporary neural network parameters that rapidly adapt to capture short-term contextual dependencies.

Year: 2016Generality: 339
Back to Vocab

Fast weights are a class of adaptive parameters in neural networks that update on a much shorter timescale than conventional weights, enabling a network to dynamically encode transient information within a single sequence or task. While standard "slow" weights are adjusted gradually through backpropagation across many training examples, fast weights change rapidly in response to recent inputs, effectively acting as a short-term memory that complements the long-term knowledge stored in the network's primary parameters. This two-timescale learning dynamic allows the network to simultaneously maintain stable general knowledge and flexibly adapt to immediate context.

The mechanism typically works by computing an outer product of recent hidden states or activity patterns and accumulating these into a fast weight matrix, which is then used to modulate the network's activations. When a new input arrives, the fast weight matrix biases the network's response based on what it has recently encountered, without permanently altering the slow weights. This is conceptually related to associative memory and Hebbian learning, where co-active neurons strengthen their connections transiently. In practice, fast weights decay over time or across steps, ensuring they capture only genuinely short-term dependencies rather than accumulating indefinitely.

Fast weights are particularly relevant to recurrent neural networks and attention-based architectures, where modeling short-range dependencies within a sequence is critical. They offer an alternative or complement to mechanisms like LSTMs and self-attention, providing a more biologically plausible account of working memory. The concept also connects to meta-learning, where inner-loop adaptation across a task can be interpreted as a form of fast weight update, making it foundational to approaches like MAML and hypernetwork-based methods.

The idea was originally proposed by Geoffrey Hinton and colleagues in the late 1980s but gained significant renewed traction in 2016 when Jimmy Ba, Geoffrey Hinton, and collaborators demonstrated its utility in modern deep learning contexts. Since then, fast weights have informed the design of memory-augmented networks, neural Turing machines, and efficient transformer variants, cementing their relevance as a conceptual bridge between classical associative memory and contemporary sequence modeling.

Research this in Signals

Scan Fast Weights for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Fast Weights already loaded, so edit it or scan as is.