Mathematical Psychology
About

Integrate-and-Fire Neurons

The integrate-and-fire neuron model captures the essential dynamics of neural computation — the integration of synaptic input into a membrane potential that triggers a spike when it reaches threshold — in a mathematically tractable form.

τₘ · dV/dt = −(V − V_rest) + R · I(t); fire when V ≥ V_th

The integrate-and-fire (IF) neuron model, first proposed by Louis Lapicque in 1907, is the simplest mathematical model that captures the essential logic of neural computation: a neuron integrates its synaptic inputs, and when the resulting membrane potential reaches a threshold, it fires an action potential and resets. Despite its simplicity, the IF model and its variants form the basis of most large-scale computational neuroscience models and provide the neural substrate for mathematical psychology models that bridge between cognitive and neural levels of description.

The Leaky Integrate-and-Fire Model

Leaky Integrate-and-Fire (LIF) Neuron τₘ · dV/dt = −(V − V_rest) + Rₘ · I(t)

τₘ = membrane time constant (10–30 ms)
V_rest = resting potential (≈ −70 mV)
Rₘ = membrane resistance
I(t) = total synaptic input current

When V(t) ≥ V_th: fire spike, reset V → V_reset
Refractory period: V held at V_reset for τ_ref

The leaky IF (LIF) model adds passive membrane leak: in the absence of input, the membrane potential decays exponentially back to the resting potential with time constant τₘ. This leak means that the neuron acts as a temporal integrator with a finite memory — recent inputs contribute more to the membrane potential than older ones. The time constant τₘ sets the integration window: with a typical τₘ of 20 ms, the neuron effectively integrates inputs over about 20–40 ms. The LIF model is an RC circuit, making it amenable to exact analytical solutions for constant or piecewise-constant inputs.

Variants and Extensions

Several important variants extend the LIF model's realism. The quadratic IF (Latham, Richmond, Nelson, & Nirenberg, 2000) replaces the linear leak with a quadratic voltage dependence, producing a more realistic approach to threshold. The exponential IF (Fourcaud-Trocmé, Hansel, van Vreeswijk, & Brunel, 2003) adds an exponential term that models the rapid upswing of the action potential, closely matching the behavior of detailed Hodgkin-Huxley models while remaining analytically tractable. The adaptive exponential IF (AdEx) adds a slow adaptation variable that captures spike-frequency adaptation and bursting behavior.

IF Neurons in Cognitive Models

In mathematical psychology, networks of IF neurons provide the neural substrate for accumulator models of decision making. Wang's (2002) model of perceptual decision making, for instance, is built from networks of LIF neurons with realistic synaptic dynamics. The firing-rate output of these neural populations approximates the evidence accumulation described by the drift-diffusion model. IF neurons are also used in models of working memory, attention, and learning, where the spiking dynamics add realistic temporal structure to the computation while remaining computationally efficient enough for large-scale simulation.

The IF model's main limitation is that it does not model the biophysics of spike generation — the action potential is simply declared when threshold is reached, without modeling the ionic currents that produce it. For this, the Hodgkin-Huxley model is needed. However, for the purpose of modeling network-level computation — where the key variables are firing rates, synaptic interactions, and population dynamics rather than the detailed waveform of individual spikes — the IF model provides an excellent balance of biological realism and mathematical tractability.

Related Topics

References

  1. Lapicque, L. (1907). Recherches quantitatives sur l'excitation electrique des nerfs traitee comme une polarisation. Journal de Physiologie et de Pathologie Generale, 9, 620–635. doi:10.1007/s00422-007-0189-6
  2. Burkitt, A. N. (2006). A review of the integrate-and-fire neuron model: I. Homogeneous synaptic input. Biological Cybernetics, 95(1), 1–19. doi:10.1007/s00422-006-0068-6
  3. Fourcaud-Trocmé, N., Hansel, D., van Vreeswijk, C., & Brunel, N. (2003). How spike generation mechanisms determine the neuronal response to fluctuating inputs. Journal of Neuroscience, 23(37), 11628–11640. doi:10.1523/JNEUROSCI.23-37-11628.2003
  4. Brette, R., & Gerstner, W. (2005). Adaptive exponential integrate-and-fire model as an effective description of neuronal activity. Journal of Neurophysiology, 94(5), 3637–3642. doi:10.1152/jn.00686.2005

External Links