Mathematical Psychology
About

Synaptic Plasticity Models

Mathematical models of synaptic plasticity formalize how connection strengths between neurons change with experience, from Hebb's rule through BCM theory to spike-timing-dependent plasticity, providing the neural substrate for learning and memory.

Δwᵢⱼ = η · rᵢ · (rⱼ − θ_M) · rⱼ (BCM rule)

Synaptic plasticity — the activity-dependent modification of synaptic strength — is the primary neural mechanism for learning and memory. Mathematical models of synaptic plasticity formalize the rules by which synaptic weights change as a function of pre- and postsynaptic activity, providing the bridge between neural circuit dynamics and the learning rules used in mathematical psychology. The history of these models begins with Donald Hebb's (1949) verbal postulate and progresses through increasingly sophisticated formalizations that account for a wider range of experimental phenomena.

From Hebb's Rule to BCM Theory

Classical Plasticity Rules Hebb's rule: Δwᵢⱼ = η · rᵢ · rⱼ
(Strengthen when pre and post are both active)

Covariance rule: Δwᵢⱼ = η · (rᵢ − θᵢ) · (rⱼ − θⱼ)
(Strengthen for correlated activity, weaken for uncorrelated)

BCM rule (Bienenstock, Cooper, & Munro, 1982):
Δwᵢⱼ = η · rᵢ · rⱼ · (rⱼ − θ_M)
θ_M = E[rⱼ²] (sliding modification threshold)
rⱼ > θ_M → LTP; rⱼ < θ_M → LTD

Hebb's rule ("neurons that fire together wire together") states that a synapse is strengthened when both the presynaptic and postsynaptic neurons are active simultaneously. This simple rule is computationally powerful — it implements a form of correlation learning — but is unstable: weights grow without bound. The BCM rule (Bienenstock, Cooper, & Munro, 1982) solved this instability problem by introducing a sliding modification threshold θ_M. When the postsynaptic neuron's activity is above θ_M, the synapse is strengthened (long-term potentiation, LTP); when below θ_M, it is weakened (long-term depression, LTD). Crucially, θ_M itself depends on the recent average activity of the postsynaptic neuron, providing homeostatic self-regulation.

Spike-Timing-Dependent Plasticity (STDP)

The discovery of spike-timing-dependent plasticity (Markram, Lübke, Frotscher, & Sakmann, 1997; Bi & Poo, 1998) revealed that the precise temporal order of pre- and postsynaptic spikes determines the sign and magnitude of synaptic change. When the presynaptic spike precedes the postsynaptic spike by a few milliseconds (pre→post), the synapse is strengthened (LTP). When the order is reversed (post→pre), the synapse is weakened (LTD). The magnitude of the change decays exponentially with the time difference.

STDP Learning Window Δw = A₊ · exp(−Δt/τ₊) if Δt > 0 (pre before post → LTP)
Δw = −A₋ · exp(Δt/τ₋) if Δt < 0 (post before pre → LTD)

Δt = t_post − t_pre
τ₊ ≈ 20 ms, τ₋ ≈ 20 ms (time constants)
A₊, A₋ = amplitude parameters
Short-Term Plasticity

In addition to long-term plasticity (LTP/LTD, persisting hours to years), synapses exhibit short-term plasticity on timescales of milliseconds to seconds. Short-term facilitation increases synaptic strength following a spike, enhancing transmission for rapidly repeated inputs. Short-term depression decreases synaptic strength, reducing transmission during sustained activity. The Tsodyks-Markram model (Tsodyks & Markram, 1997) provides a compact mathematical description of short-term plasticity using variables for available neurotransmitter resources and utilization probability. Short-term plasticity is important for neural models of working memory, adaptation, and temporal filtering.

Mathematical models of synaptic plasticity underpin virtually all neural learning models in mathematical psychology. Hebbian learning is the mechanism behind Hopfield networks and self-organizing maps. Error-driven learning rules (like the delta rule and backpropagation) can be seen as extensions of Hebbian principles with a teaching signal. BCM theory connects to models of experience-dependent cortical development, and STDP provides a biophysical basis for temporal-difference learning in reinforcement learning models. Understanding these plasticity rules is essential for bridging between the abstract learning equations of mathematical psychology and their neural implementation.

Interactive Calculator

Each row provides simultaneous activation of two neurons: x_pre (presynaptic) and x_post (postsynaptic). The calculator applies Hebb's rule: Δw = η·xᵢ·xⱼ with η=0.1.

Click Calculate to see results, or Animate to watch the statistics update one record at a time.

Related Topics

References

  1. Bienenstock, E. L., Cooper, L. N., & Munro, P. W. (1982). Theory for the development of neuron selectivity: Orientation specificity and binocular interaction in visual cortex. Journal of Neuroscience, 2(1), 32–48. doi:10.1523/JNEUROSCI.02-01-00032.1982
  2. Bi, G., & Poo, M. (1998). Synaptic modifications in cultured hippocampal neurons: Dependence on spike timing, synaptic strength, and postsynaptic cell type. Journal of Neuroscience, 18(24), 10464–10472. doi:10.1523/JNEUROSCI.18-24-10464.1998
  3. Markram, H., Lübke, J., Frotscher, M., & Sakmann, B. (1997). Regulation of synaptic efficacy by coincidence of postsynaptic APs and EPSPs. Science, 275(5297), 213–215. doi:10.1126/science.275.5297.213
  4. Tsodyks, M. V., & Markram, H. (1997). The neural code between neocortical pyramidal neurons depends on neurotransmitter release probability. Proceedings of the National Academy of Sciences, 94(2), 719–723. doi:10.1073/pnas.94.2.719
  5. Abbott, L. F., & Nelson, S. B. (2000). Synaptic plasticity: Taming the beast. Nature Neuroscience, 3(Suppl.), 1178–1183. doi:10.1038/81453

External Links